/*
=== blog header styles ===
*/
#middle .archive-header a,
#middle .page-header a {
  color: #222222;
}
#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 {
  color: #ffffff;
}
#middle .archive-header .archive-title + .archive-subtitle,
#middle .page-header .archive-title + .archive-subtitle,
#middle .archive-header .page-title + .archive-subtitle,
#middle .page-header .page-title + .archive-subtitle,
#middle .archive-header .entry-title + .archive-subtitle,
#middle .page-header .entry-title + .archive-subtitle,
#middle .archive-header .archive-title + .page-subtitle,
#middle .page-header .archive-title + .page-subtitle,
#middle .archive-header .page-title + .page-subtitle,
#middle .page-header .page-title + .page-subtitle,
#middle .archive-header .entry-title + .page-subtitle,
#middle .page-header .entry-title + .page-subtitle {
  margin-top: 10px;
}
#middle .archive-header .archive-subtitle,
#middle .page-header .archive-subtitle,
#middle .archive-header .page-subtitle,
#middle .page-header .page-subtitle {
  color: #ffffff;
}
#middle .archive-header .archive-meta,
#middle .page-header .archive-meta {
  display: none;
}
#main .archive-header .archive-meta,
#main .page-header .archive-meta {
  color: #333333;
  margin: 0;
  line-height: 24px;
  letter-spacing: .2px;
  margin-top: -43px;
  margin-bottom: 40px;
}
#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 {
  color: #1f2c33;
  margin: 0;
  font-weight: 600;
  margin-bottom: 51px;
}
#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 {
  font-size: 20px;
  color: #718794;
  margin: 0;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: .2px;
  margin-top: -40px;
  margin-bottom: 40px;
}
/*
===blog post styles ===
*/
body.single-post .site-content .entry + #comments {
  margin-top: 74px;
}
body.single-post .site-content .entry .entry-video,
body.single-post .site-content .entry .entry-thumbnail,
body.single-post .site-content .entry .entry-gallery {
  text-align: center;
}
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;
  overflow: visible !important;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body.single-post .site-content .entry .entry-video .images .image,
  body.single-post .site-content .entry .entry-thumbnail .images .image,
  body.single-post .site-content .entry .entry-gallery .images .image {
    height: 300px !Important;
  }
}
@media screen and (max-width: 580px) {
  body.single-post .site-content .entry .entry-video .images .image,
  body.single-post .site-content .entry .entry-thumbnail .images .image,
  body.single-post .site-content .entry .entry-gallery .images .image {
    height: 200px !Important;
  }
}
body.single-post .site-content .entry .entry-video {
  line-height: 1;
}
body.single-post .site-content .entry .entry-video .fluid-width-video-wrapper {
  overflow: hidden;
  z-index: 22;
}
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;
}
@media screen and (max-width: 768px) {
  body.single-post .site-content .entry .entry-thumbnail .image {
    height: 300px !Important;
  }
}
@media screen and (max-width: 580px) {
  body.single-post .site-content .entry .entry-thumbnail .image {
    height: 200px !Important;
  }
}
body.single-post .site-content .entry .entry-data .entry-header .entry-extra span.date a::before {
  content: none;
}
@media screen and (max-width: 580px) {
  body.single-post .site-content .entry .entry-data .entry-header .entry-extra {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 18px;
    display: table;
    width: 100%;
  }
}
body.single-post .site-content .entry .entry-data .entry-header .entry-meta {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  color: #718794;
  text-transform: uppercase;
  padding-left: 0;
  margin-bottom: 21px;
}
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > span,
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > div {
  display: inline;
}
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > span.author.vcard,
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > div.author.vcard {
  float: left;
}
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > span.author.vcard span,
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > div.author.vcard span {
  order: 2;
  margin-right: 4px;
}
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > span.author.vcard a,
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > div.author.vcard a {
  order: 3;
}
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > span.author.vcard:after,
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > div.author.vcard:after {
  order: 1;
}
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > span a[href],
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > div a[href] {
  color: #718794;
  white-space: nowrap;
}
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > span a[href]:hover,
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > div a[href]:hover {
  color: #1b98e0;
}
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > span::after,
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > div::after {
  content: "/";
  padding: 0 10px;
}
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > span:last-child::after,
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > div:last-child::after {
  content: none;
}
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > .date > div {
  display: inline;
}
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > .date > div.day,
body.single-post .site-content .entry .entry-data .entry-header .entry-meta > .date > div.month {
  margin-right: 2px;
}
body.single-post .site-content .entry .entry-data .entry-header .entry-meta .categories-links .label {
  margin-right: 4px;
}
body.single-post .site-content .entry .entry-data .entry-header .entry-meta:after {
  content: " ";
  border-bottom: 1px solid #e5e5e5;
  width: 70px;
  padding-top: 8px;
  margin-left: -0;
  display: block;
}
@media screen and (max-width: 580px) {
  body.single-post .site-content .entry .entry-data .entry-header .entry-meta {
    width: 100%;
  }
}
body.single-post .site-content .entry .entry-data .entry-header .entry-title {
  font-size: 24px;
  color: #1f2c33;
  margin: 0;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: .2px;
  margin-bottom: 10px;
}
body.single-post .site-content .entry .entry-data .entry-header:after {
  content: " ";
  display: table;
  clear: both;
}
body.single-post .site-content .entry .entry-data img {
  max-width: 100%;
  height: auto;
}
body.single-post .site-content .entry .entry-data .entry-content,
body.single-post .site-content .entry .entry-data .entry-summary {
  color: #718794;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  margin: 29px 0;
  line-height: 24px;
}
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;
  border: 0;
}
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-content table,
body.single-post .site-content .entry .entry-data .entry-summary table {
  margin-bottom: 20px;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: auto;
  width: 100%;
}
body.single-post .site-content .entry .entry-data .entry-content table caption,
body.single-post .site-content .entry .entry-data .entry-summary table caption {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000000;
  line-height: 1;
}
body.single-post .site-content .entry .entry-data .entry-content table thead,
body.single-post .site-content .entry .entry-data .entry-summary table thead {
  background-color: #222222;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
body.single-post .site-content .entry .entry-data .entry-content table thead tr th,
body.single-post .site-content .entry .entry-data .entry-summary table thead tr th,
body.single-post .site-content .entry .entry-data .entry-content table thead tr td,
body.single-post .site-content .entry .entry-data .entry-summary table thead tr td {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
}
body.single-post .site-content .entry .entry-data .entry-content table tbody tr th,
body.single-post .site-content .entry .entry-data .entry-summary table tbody tr th,
body.single-post .site-content .entry .entry-data .entry-content table tbody tr td,
body.single-post .site-content .entry .entry-data .entry-summary table tbody tr td {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
}
body.single-post .site-content .entry .entry-data .entry-content table tbody tr th a,
body.single-post .site-content .entry .entry-data .entry-summary table tbody tr th a,
body.single-post .site-content .entry .entry-data .entry-content table tbody tr td a,
body.single-post .site-content .entry .entry-data .entry-summary table tbody tr td a {
  color: #1b98e0;
}
body.single-post .site-content .entry .entry-data .entry-content table tfoot tr th,
body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr th,
body.single-post .site-content .entry .entry-data .entry-content table tfoot tr td,
body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr td {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
}
body.single-post .site-content .entry .entry-data .entry-content table tfoot tr th a,
body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr th a,
body.single-post .site-content .entry .entry-data .entry-content table tfoot tr td a,
body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr td a {
  color: #1b98e0;
}
@media (max-width: 786px) {
  body.single-post .site-content .entry .entry-data .entry-content table,
  body.single-post .site-content .entry .entry-data .entry-summary table {
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    table-layout: auto;
    width: 100%;
  }
  body.single-post .site-content .entry .entry-data .entry-content table caption,
  body.single-post .site-content .entry .entry-data .entry-summary table caption {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000000;
    line-height: 1;
  }
  body.single-post .site-content .entry .entry-data .entry-content table thead,
  body.single-post .site-content .entry .entry-data .entry-summary table thead {
    background-color: #222222;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
  }
  body.single-post .site-content .entry .entry-data .entry-content table thead tr th,
  body.single-post .site-content .entry .entry-data .entry-summary table thead tr th,
  body.single-post .site-content .entry .entry-data .entry-content table thead tr td,
  body.single-post .site-content .entry .entry-data .entry-summary table thead tr td {
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
  }
  body.single-post .site-content .entry .entry-data .entry-content table tbody tr th,
  body.single-post .site-content .entry .entry-data .entry-summary table tbody tr th,
  body.single-post .site-content .entry .entry-data .entry-content table tbody tr td,
  body.single-post .site-content .entry .entry-data .entry-summary table tbody tr td {
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
  }
  body.single-post .site-content .entry .entry-data .entry-content table tbody tr th a,
  body.single-post .site-content .entry .entry-data .entry-summary table tbody tr th a,
  body.single-post .site-content .entry .entry-data .entry-content table tbody tr td a,
  body.single-post .site-content .entry .entry-data .entry-summary table tbody tr td a {
    color: #1b98e0;
  }
  body.single-post .site-content .entry .entry-data .entry-content table tfoot tr th,
  body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr th,
  body.single-post .site-content .entry .entry-data .entry-content table tfoot tr td,
  body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr td {
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
  }
  body.single-post .site-content .entry .entry-data .entry-content table tfoot tr th a,
  body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr th a,
  body.single-post .site-content .entry .entry-data .entry-content table tfoot tr td a,
  body.single-post .site-content .entry .entry-data .entry-summary table tfoot tr td a {
    color: #1b98e0;
  }
}
body.single-post .site-content .entry .entry-data .entry-footer .entry-more {
  padding-top: 11px;
}
body.single-post .site-content .entry .entry-data .entry-footer .entry-more .more-link {
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  color: #1b98e0;
  padding-right: 19px;
  position: relative;
  -webkit-transition: all 0s linear -0.2s;
  -khtml-transition: all 0s linear -0.2s;
  -moz-transition: all 0s linear -0.2s;
  -ms-transition: all 0s linear -0.2s;
  transition: all 0s linear -0.2s;
}
body.single-post .site-content .entry .entry-data .entry-footer .entry-more .more-link:before {
  content: " ";
  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;
  -webkit-transition: all 0s linear 0s;
  -khtml-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
  left: calc(100% - 11px);
  right: 0;
  background-color: #1f2c33;
  width: 11px;
  height: 2px;
}
body.single-post .site-content .entry .entry-data .entry-footer .entry-more .more-link:after {
  content: " ";
  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;
  -webkit-transition: all 0s linear 0s;
  -khtml-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
  right: 0;
  left: auto;
  border: 4px solid transparent;
  border-left: 4px solid #1f2c33;
  border-right: 0px solid transparent;
}
body.single-post .site-content .entry .entry-data .entry-footer .entry-more .more-link:hover {
  color: #1b98e0;
  border-color: #000000;
}
body.single-post .site-content .entry .entry-data .entry-footer .entry-more .more-link:hover:after {
  border-left-color: #1b98e0;
}
body.single-post .site-content .entry .entry-data .entry-footer .entry-more .more-link:hover:before {
  background-color: #1b98e0;
}
body.single-post .site-content .entry .entry-data .entry-footer .tags-links {
  padding-top: 4px;
  display: inline-block;
  float: left;
  width: calc(50% - 15px);
}
body.single-post .site-content .entry .entry-data .entry-footer .tags-links .label {
  display: none;
}
body.single-post .site-content .entry .entry-data .entry-footer .tags-links a,
body.single-post .site-content .entry .entry-data .entry-footer .tags-links .delimiter {
  font-weight: 600;
  line-height: 24px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  color: #1b98e0;
  position: relative;
}
body.single-post .site-content .entry .entry-data .entry-footer .tags-links + div {
  display: inline-block;
  float: right;
  width: calc(50% - 15px);
}
body.single-post .site-content .entry .entry-data .entry-footer:after {
  content: " ";
  display: table;
  clear: both;
}
body.single-post .site-content .entry .entry-data .entry-share {
  text-align: right;
  position: relative;
}
body.single-post .site-content .entry .entry-data .entry-share:hover .helper + span {
  -webkit-transform: translate(0, 0px);
  -khtml-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  visibility: visible;
  opacity: 1;
}
body.single-post .site-content .entry .entry-data .entry-share .helper {
  display: inline-block;
  line-height: 36px;
  background: #ffffff;
  padding: 0 20px;
  border: 1px solid #ebf1f5;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-size: 12px !important;
  color: #718794;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
body.single-post .site-content .entry .entry-data .entry-share .helper + span {
  position: absolute;
  top: 100%;
  width: 100%;
  right: 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;
  -webkit-transform: translate(0, 10px);
  -khtml-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  visibility: hidden;
  opacity: 0;
}
body.single-post .site-content .entry .entry-data .entry-share .helper:hover {
  background-color: #1b98e0;
  color: #ffffff;
  border-color: #1b98e0;
}
body.single-post .site-content .entry .entry-data .entry-share .links {
  display: inline-block;
}
body.single-post .site-content .entry .entry-data::after {
  content: "";
  display: table;
  clear: both;
}
body.single-post .site-content .entry .entry-video + .entry-data,
body.single-post .site-content .entry .entry-thumbnail + .entry-data,
body.single-post .site-content .entry .entry-gallery + .entry-data {
  margin-top: 29px;
  padding: 4px 0 10px;
  border-bottom: 1px solid #e5e5e5;
}
body.blog .site-main {
  margin: 110px 0 !important;
}
body.blog .site-content:not(.list-profile):not(sticky) {
  font-size: 0;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
body.blog .site-content:not(.list-profile):not(sticky).p > * {
  margin-bottom: 0;
}
body.blog .site-content:not(.list-profile):not(sticky) > * {
  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: 61px;
}
@media screen and (max-width: 992px) {
  body.blog .site-content:not(.list-profile):not(sticky) > * {
    width: calc(50% - 0.5px);
  }
}
@media (max-width: 768px) {
  body.blog .site-content:not(.list-profile):not(sticky) {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.blog .site-content:not(.list-profile):not(sticky) > * {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 30px !important;
  }
}
body.blog .site-content:not(.list-profile):not(sticky) > *.sticky {
  width: 100%;
}
body.blog .site-content:not(.list-profile):not(sticky) > *.sticky .entry-thumbnail a div {
  height: 380px !important;
}
body.blog .site-content:not(.list-profile):not(sticky) > *.sticky .entry-gallery div div {
  height: 380px !important;
}
body.blog .site-content:not(.list-profile):not(sticky) > *.sticky .entry-data .entry-header .entry-meta {
  margin-bottom: 20px;
}
body.blog .site-content:not(.list-profile):not(sticky) > *.sticky .entry-data .entry-header .entry-title {
  font-size: 24px;
  letter-spacing: .5px;
  line-height: 35px;
}
body.blog .site-content:not(.list-profile):not(sticky) > *.sticky .entry-data .entry-header .entry-title a {
  color: #1b98e0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="date"],
select,
textarea,
input[type="tel"] {
  font-family: "Work Sans", sans-serif;
  padding: 0 0;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0;
  -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;
  margin: 0;
  line-height: 50px;
  display: block;
  width: 100%;
  color: #333333;
}
input[type="text"]:placeholder,
input[type="password"]:placeholder,
input[type="email"]:placeholder,
input[type="search"]:placeholder,
input[type="number"]:placeholder,
input[type="date"]:placeholder,
select:placeholder,
textarea:placeholder,
input[type="tel"]:placeholder {
  color: rgba(187, 187, 187, 0.8);
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="date"]::placeholder,
select::placeholder,
textarea::placeholder,
input[type="tel"]::placeholder {
  color: rgba(187, 187, 187, 0.8);
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="tel"]::-moz-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="tel"]:-moz-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
input[type="text"]:placeholder,
input[type="password"]:placeholder,
input[type="email"]:placeholder,
input[type="search"]:placeholder,
input[type="number"]:placeholder,
input[type="date"]:placeholder,
select:placeholder,
textarea:placeholder,
input[type="tel"]:placeholder {
  text-transform: uppercase;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="date"]::placeholder,
select::placeholder,
textarea::placeholder,
input[type="tel"]::placeholder {
  text-transform: uppercase;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  text-transform: uppercase;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="tel"]::-moz-placeholder {
  text-transform: uppercase;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="tel"]:-moz-placeholder {
  text-transform: uppercase;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
  text-transform: uppercase;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus,
input[type="tel"]:focus {
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
}
input[type="text"]:focus:placeholder,
input[type="password"]:focus:placeholder,
input[type="email"]:focus:placeholder,
input[type="search"]:focus:placeholder,
input[type="number"]:focus:placeholder,
input[type="date"]:focus:placeholder,
select:focus:placeholder,
textarea:focus:placeholder,
input[type="tel"]:focus:placeholder {
  color: #222222;
}
input[type="text"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="search"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="date"]:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder,
input[type="tel"]:focus::placeholder {
  color: #222222;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="date"]:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder {
  color: #222222;
}
input[type="text"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="date"]:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder {
  color: #222222;
}
input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="date"]:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder {
  color: #222222;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="date"]:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder {
  color: #222222;
}
textarea {
  height: 60px;
  overflow: auto;
}
textarea:placeholder {
  color: #888888;
}
textarea::placeholder {
  color: #888888;
}
textarea::-webkit-input-placeholder {
  color: #888888;
}
textarea::-moz-placeholder {
  color: #888888;
}
textarea:-moz-placeholder {
  color: #888888;
}
textarea:-ms-input-placeholder {
  color: #888888;
}
/*body.blog,*/
body.archive .site-content > .entry.post,
body.search-results .site-content > .entry.post {
  margin-bottom: 61px;
}
body.archive .site-content > .entry.post:last-child,
body.search-results .site-content > .entry.post:last-child {
  margin-bottom: 0;
}
body.archive .site-content > .entry.post.sticky,
body.search-results .site-content > .entry.post.sticky {
  width: 100%;
}
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 {
  text-align: center;
}
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;
  overflow: visible !important;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body.home.page .site-content > .entry.post .entry-video .images .image,
  body.blog .site-content > .entry.post .entry-video .images .image,
  body.archive .site-content > .entry.post .entry-video .images .image,
  body.search-results .site-content > .entry.post .entry-video .images .image,
  body.home.page .posts-list > .entry.post .entry-video .images .image,
  body.blog .posts-list > .entry.post .entry-video .images .image,
  body.archive .posts-list > .entry.post .entry-video .images .image,
  body.search-results .posts-list > .entry.post .entry-video .images .image,
  body.home.page .site-content > .entry.post .entry-thumbnail .images .image,
  body.blog .site-content > .entry.post .entry-thumbnail .images .image,
  body.archive .site-content > .entry.post .entry-thumbnail .images .image,
  body.search-results .site-content > .entry.post .entry-thumbnail .images .image,
  body.home.page .posts-list > .entry.post .entry-thumbnail .images .image,
  body.blog .posts-list > .entry.post .entry-thumbnail .images .image,
  body.archive .posts-list > .entry.post .entry-thumbnail .images .image,
  body.search-results .posts-list > .entry.post .entry-thumbnail .images .image,
  body.home.page .site-content > .entry.post .entry-gallery .images .image,
  body.blog .site-content > .entry.post .entry-gallery .images .image,
  body.archive .site-content > .entry.post .entry-gallery .images .image,
  body.search-results .site-content > .entry.post .entry-gallery .images .image,
  body.home.page .posts-list > .entry.post .entry-gallery .images .image,
  body.blog .posts-list > .entry.post .entry-gallery .images .image,
  body.archive .posts-list > .entry.post .entry-gallery .images .image,
  body.search-results .posts-list > .entry.post .entry-gallery .images .image {
    height: 300px !Important;
  }
}
@media screen and (max-width: 580px) {
  body.home.page .site-content > .entry.post .entry-video .images .image,
  body.blog .site-content > .entry.post .entry-video .images .image,
  body.archive .site-content > .entry.post .entry-video .images .image,
  body.search-results .site-content > .entry.post .entry-video .images .image,
  body.home.page .posts-list > .entry.post .entry-video .images .image,
  body.blog .posts-list > .entry.post .entry-video .images .image,
  body.archive .posts-list > .entry.post .entry-video .images .image,
  body.search-results .posts-list > .entry.post .entry-video .images .image,
  body.home.page .site-content > .entry.post .entry-thumbnail .images .image,
  body.blog .site-content > .entry.post .entry-thumbnail .images .image,
  body.archive .site-content > .entry.post .entry-thumbnail .images .image,
  body.search-results .site-content > .entry.post .entry-thumbnail .images .image,
  body.home.page .posts-list > .entry.post .entry-thumbnail .images .image,
  body.blog .posts-list > .entry.post .entry-thumbnail .images .image,
  body.archive .posts-list > .entry.post .entry-thumbnail .images .image,
  body.search-results .posts-list > .entry.post .entry-thumbnail .images .image,
  body.home.page .site-content > .entry.post .entry-gallery .images .image,
  body.blog .site-content > .entry.post .entry-gallery .images .image,
  body.archive .site-content > .entry.post .entry-gallery .images .image,
  body.search-results .site-content > .entry.post .entry-gallery .images .image,
  body.home.page .posts-list > .entry.post .entry-gallery .images .image,
  body.blog .posts-list > .entry.post .entry-gallery .images .image,
  body.archive .posts-list > .entry.post .entry-gallery .images .image,
  body.search-results .posts-list > .entry.post .entry-gallery .images .image {
    height: 200px !Important;
  }
}
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 .fluid-width-video-wrapper,
body.blog .site-content > .entry.post .entry-video .fluid-width-video-wrapper,
body.archive .site-content > .entry.post .entry-video .fluid-width-video-wrapper,
body.search-results .site-content > .entry.post .entry-video .fluid-width-video-wrapper,
body.home.page .posts-list > .entry.post .entry-video .fluid-width-video-wrapper,
body.blog .posts-list > .entry.post .entry-video .fluid-width-video-wrapper,
body.archive .posts-list > .entry.post .entry-video .fluid-width-video-wrapper,
body.search-results .posts-list > .entry.post .entry-video .fluid-width-video-wrapper {
  overflow: hidden;
  z-index: 22;
}
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;
}
@media screen and (max-width: 768px) {
  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 {
    height: 300px !Important;
  }
}
@media screen and (max-width: 580px) {
  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 {
    height: 200px !Important;
  }
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-extra span.date a::before,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-extra span.date a::before,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-extra span.date a::before,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-extra span.date a::before,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-extra span.date a::before,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-extra span.date a::before,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-extra span.date a::before,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-extra span.date a::before {
  content: none;
}
@media screen and (max-width: 580px) {
  body.home.page .site-content > .entry.post .entry-data .entry-header .entry-extra,
  body.blog .site-content > .entry.post .entry-data .entry-header .entry-extra,
  body.archive .site-content > .entry.post .entry-data .entry-header .entry-extra,
  body.search-results .site-content > .entry.post .entry-data .entry-header .entry-extra,
  body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-extra,
  body.blog .posts-list > .entry.post .entry-data .entry-header .entry-extra,
  body.archive .posts-list > .entry.post .entry-data .entry-header .entry-extra,
  body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-extra {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 18px;
    display: table;
    width: 100%;
  }
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  color: #718794;
  text-transform: uppercase;
  padding-left: 0;
  margin-bottom: 24px;
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > span,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > span,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > span,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > span,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > span,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > span,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > span,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > span,
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > div,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > div,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > div,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > div,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > div,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > div,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > div,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > div {
  display: inline;
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard,
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard {
  float: left;
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard span,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard span,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard span,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard span,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard span,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard span,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard span,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard span,
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard span,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard span,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard span,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard span,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard span,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard span,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard span,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard span {
  order: 2;
  margin-right: 4px;
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard a,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard a,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard a,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard a,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard a,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard a,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard a,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard a,
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard a,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard a,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard a,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard a,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard a,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard a,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard a,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard a {
  order: 3;
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard:after,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard:after,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard:after,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard:after,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard:after,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard:after,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard:after,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > span.author.vcard:after,
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard:after,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard:after,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard:after,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard:after,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard:after,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard:after,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard:after,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > div.author.vcard:after {
  order: 1;
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > span a[href],
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > span a[href],
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > span a[href],
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > span a[href],
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > span a[href],
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > span a[href],
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > span a[href],
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > span a[href],
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > div a[href],
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > div a[href],
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > div a[href],
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > div a[href],
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > div a[href],
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > div a[href],
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > div a[href],
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > div a[href] {
  color: #718794;
  white-space: nowrap;
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > span a[href]:hover,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > span a[href]:hover,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > span a[href]:hover,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > span a[href]:hover,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > span a[href]:hover,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > span a[href]:hover,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > span a[href]:hover,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > span a[href]:hover,
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > div a[href]:hover,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > div a[href]:hover,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > div a[href]:hover,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > div a[href]:hover,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > div a[href]:hover,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > div a[href]:hover,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > div a[href]:hover,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > div a[href]:hover {
  color: #1b98e0;
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > span::after,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > span::after,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > span::after,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > span::after,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > span::after,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > span::after,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > span::after,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > span::after,
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > div::after,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > div::after,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > div::after,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > div::after,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > div::after,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > div::after,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > div::after,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > div::after {
  content: "/";
  padding: 0 10px;
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > span:last-child::after,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > span:last-child::after,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > span:last-child::after,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > span:last-child::after,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > span:last-child::after,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > span:last-child::after,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > span:last-child::after,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > span:last-child::after,
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > div:last-child::after,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > div:last-child::after,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > div:last-child::after,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > div:last-child::after,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > div:last-child::after,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > div:last-child::after,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > div:last-child::after,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > div:last-child::after {
  content: none;
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > .date > div,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > .date > div,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > .date > div,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > .date > div,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > .date > div,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > .date > div,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > .date > div,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > .date > div {
  display: inline;
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > .date > div.day,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > .date > div.day,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > .date > div.day,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > .date > div.day,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > .date > div.day,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > .date > div.day,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > .date > div.day,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > .date > div.day,
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta > .date > div.month,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta > .date > div.month,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta > .date > div.month,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta > .date > div.month,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta > .date > div.month,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta > .date > div.month,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta > .date > div.month,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta > .date > div.month {
  margin-right: 2px;
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta .categories-links .label,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta .categories-links .label,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta .categories-links .label,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta .categories-links .label,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta .categories-links .label,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta .categories-links .label,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta .categories-links .label,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta .categories-links .label {
  margin-right: 4px;
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta:after,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta:after,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta:after,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta:after,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta:after,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta:after,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta:after,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta:after {
  content: " ";
  border-bottom: 1px solid #e5e5e5;
  width: 70px;
  padding-top: 8px;
  margin-left: -0;
  display: block;
}
@media screen and (max-width: 580px) {
  body.home.page .site-content > .entry.post .entry-data .entry-header .entry-meta,
  body.blog .site-content > .entry.post .entry-data .entry-header .entry-meta,
  body.archive .site-content > .entry.post .entry-data .entry-header .entry-meta,
  body.search-results .site-content > .entry.post .entry-data .entry-header .entry-meta,
  body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-meta,
  body.blog .posts-list > .entry.post .entry-data .entry-header .entry-meta,
  body.archive .posts-list > .entry.post .entry-data .entry-header .entry-meta,
  body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-meta {
    width: 100%;
  }
}
body.home.page .site-content > .entry.post .entry-data .entry-header .entry-title,
body.blog .site-content > .entry.post .entry-data .entry-header .entry-title,
body.archive .site-content > .entry.post .entry-data .entry-header .entry-title,
body.search-results .site-content > .entry.post .entry-data .entry-header .entry-title,
body.home.page .posts-list > .entry.post .entry-data .entry-header .entry-title,
body.blog .posts-list > .entry.post .entry-data .entry-header .entry-title,
body.archive .posts-list > .entry.post .entry-data .entry-header .entry-title,
body.search-results .posts-list > .entry.post .entry-data .entry-header .entry-title {
  font-size: 20px;
  color: #1f2c33;
  margin: 0;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: .2px;
  margin-bottom: 10px;
}
body.home.page .site-content > .entry.post .entry-data .entry-header:after,
body.blog .site-content > .entry.post .entry-data .entry-header:after,
body.archive .site-content > .entry.post .entry-data .entry-header:after,
body.search-results .site-content > .entry.post .entry-data .entry-header:after,
body.home.page .posts-list > .entry.post .entry-data .entry-header:after,
body.blog .posts-list > .entry.post .entry-data .entry-header:after,
body.archive .posts-list > .entry.post .entry-data .entry-header:after,
body.search-results .posts-list > .entry.post .entry-data .entry-header:after {
  content: " ";
  display: table;
  clear: both;
}
body.home.page .site-content > .entry.post .entry-data img,
body.blog .site-content > .entry.post .entry-data img,
body.archive .site-content > .entry.post .entry-data img,
body.search-results .site-content > .entry.post .entry-data img,
body.home.page .posts-list > .entry.post .entry-data img,
body.blog .posts-list > .entry.post .entry-data img,
body.archive .posts-list > .entry.post .entry-data img,
body.search-results .posts-list > .entry.post .entry-data img {
  max-width: 100%;
  height: auto;
}
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 {
  color: #718794;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  margin: 23px 0;
  line-height: 24px;
}
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;
  border: 0;
}
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-content table,
body.blog .site-content > .entry.post .entry-data .entry-content table,
body.archive .site-content > .entry.post .entry-data .entry-content table,
body.search-results .site-content > .entry.post .entry-data .entry-content table,
body.home.page .posts-list > .entry.post .entry-data .entry-content table,
body.blog .posts-list > .entry.post .entry-data .entry-content table,
body.archive .posts-list > .entry.post .entry-data .entry-content table,
body.search-results .posts-list > .entry.post .entry-data .entry-content table,
body.home.page .site-content > .entry.post .entry-data .entry-summary table,
body.blog .site-content > .entry.post .entry-data .entry-summary table,
body.archive .site-content > .entry.post .entry-data .entry-summary table,
body.search-results .site-content > .entry.post .entry-data .entry-summary table,
body.home.page .posts-list > .entry.post .entry-data .entry-summary table,
body.blog .posts-list > .entry.post .entry-data .entry-summary table,
body.archive .posts-list > .entry.post .entry-data .entry-summary table,
body.search-results .posts-list > .entry.post .entry-data .entry-summary table {
  margin-bottom: 20px;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: auto;
  width: 100%;
}
body.home.page .site-content > .entry.post .entry-data .entry-content table caption,
body.blog .site-content > .entry.post .entry-data .entry-content table caption,
body.archive .site-content > .entry.post .entry-data .entry-content table caption,
body.search-results .site-content > .entry.post .entry-data .entry-content table caption,
body.home.page .posts-list > .entry.post .entry-data .entry-content table caption,
body.blog .posts-list > .entry.post .entry-data .entry-content table caption,
body.archive .posts-list > .entry.post .entry-data .entry-content table caption,
body.search-results .posts-list > .entry.post .entry-data .entry-content table caption,
body.home.page .site-content > .entry.post .entry-data .entry-summary table caption,
body.blog .site-content > .entry.post .entry-data .entry-summary table caption,
body.archive .site-content > .entry.post .entry-data .entry-summary table caption,
body.search-results .site-content > .entry.post .entry-data .entry-summary table caption,
body.home.page .posts-list > .entry.post .entry-data .entry-summary table caption,
body.blog .posts-list > .entry.post .entry-data .entry-summary table caption,
body.archive .posts-list > .entry.post .entry-data .entry-summary table caption,
body.search-results .posts-list > .entry.post .entry-data .entry-summary table caption {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000000;
  line-height: 1;
}
body.home.page .site-content > .entry.post .entry-data .entry-content table thead,
body.blog .site-content > .entry.post .entry-data .entry-content table thead,
body.archive .site-content > .entry.post .entry-data .entry-content table thead,
body.search-results .site-content > .entry.post .entry-data .entry-content table thead,
body.home.page .posts-list > .entry.post .entry-data .entry-content table thead,
body.blog .posts-list > .entry.post .entry-data .entry-content table thead,
body.archive .posts-list > .entry.post .entry-data .entry-content table thead,
body.search-results .posts-list > .entry.post .entry-data .entry-content table thead,
body.home.page .site-content > .entry.post .entry-data .entry-summary table thead,
body.blog .site-content > .entry.post .entry-data .entry-summary table thead,
body.archive .site-content > .entry.post .entry-data .entry-summary table thead,
body.search-results .site-content > .entry.post .entry-data .entry-summary table thead,
body.home.page .posts-list > .entry.post .entry-data .entry-summary table thead,
body.blog .posts-list > .entry.post .entry-data .entry-summary table thead,
body.archive .posts-list > .entry.post .entry-data .entry-summary table thead,
body.search-results .posts-list > .entry.post .entry-data .entry-summary table thead {
  background-color: #222222;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
body.home.page .site-content > .entry.post .entry-data .entry-content table thead tr th,
body.blog .site-content > .entry.post .entry-data .entry-content table thead tr th,
body.archive .site-content > .entry.post .entry-data .entry-content table thead tr th,
body.search-results .site-content > .entry.post .entry-data .entry-content table thead tr th,
body.home.page .posts-list > .entry.post .entry-data .entry-content table thead tr th,
body.blog .posts-list > .entry.post .entry-data .entry-content table thead tr th,
body.archive .posts-list > .entry.post .entry-data .entry-content table thead tr th,
body.search-results .posts-list > .entry.post .entry-data .entry-content table thead tr th,
body.home.page .site-content > .entry.post .entry-data .entry-summary table thead tr th,
body.blog .site-content > .entry.post .entry-data .entry-summary table thead tr th,
body.archive .site-content > .entry.post .entry-data .entry-summary table thead tr th,
body.search-results .site-content > .entry.post .entry-data .entry-summary table thead tr th,
body.home.page .posts-list > .entry.post .entry-data .entry-summary table thead tr th,
body.blog .posts-list > .entry.post .entry-data .entry-summary table thead tr th,
body.archive .posts-list > .entry.post .entry-data .entry-summary table thead tr th,
body.search-results .posts-list > .entry.post .entry-data .entry-summary table thead tr th,
body.home.page .site-content > .entry.post .entry-data .entry-content table thead tr td,
body.blog .site-content > .entry.post .entry-data .entry-content table thead tr td,
body.archive .site-content > .entry.post .entry-data .entry-content table thead tr td,
body.search-results .site-content > .entry.post .entry-data .entry-content table thead tr td,
body.home.page .posts-list > .entry.post .entry-data .entry-content table thead tr td,
body.blog .posts-list > .entry.post .entry-data .entry-content table thead tr td,
body.archive .posts-list > .entry.post .entry-data .entry-content table thead tr td,
body.search-results .posts-list > .entry.post .entry-data .entry-content table thead tr td,
body.home.page .site-content > .entry.post .entry-data .entry-summary table thead tr td,
body.blog .site-content > .entry.post .entry-data .entry-summary table thead tr td,
body.archive .site-content > .entry.post .entry-data .entry-summary table thead tr td,
body.search-results .site-content > .entry.post .entry-data .entry-summary table thead tr td,
body.home.page .posts-list > .entry.post .entry-data .entry-summary table thead tr td,
body.blog .posts-list > .entry.post .entry-data .entry-summary table thead tr td,
body.archive .posts-list > .entry.post .entry-data .entry-summary table thead tr td,
body.search-results .posts-list > .entry.post .entry-data .entry-summary table thead tr td {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
}
body.home.page .site-content > .entry.post .entry-data .entry-content table tbody tr th,
body.blog .site-content > .entry.post .entry-data .entry-content table tbody tr th,
body.archive .site-content > .entry.post .entry-data .entry-content table tbody tr th,
body.search-results .site-content > .entry.post .entry-data .entry-content table tbody tr th,
body.home.page .posts-list > .entry.post .entry-data .entry-content table tbody tr th,
body.blog .posts-list > .entry.post .entry-data .entry-content table tbody tr th,
body.archive .posts-list > .entry.post .entry-data .entry-content table tbody tr th,
body.search-results .posts-list > .entry.post .entry-data .entry-content table tbody tr th,
body.home.page .site-content > .entry.post .entry-data .entry-summary table tbody tr th,
body.blog .site-content > .entry.post .entry-data .entry-summary table tbody tr th,
body.archive .site-content > .entry.post .entry-data .entry-summary table tbody tr th,
body.search-results .site-content > .entry.post .entry-data .entry-summary table tbody tr th,
body.home.page .posts-list > .entry.post .entry-data .entry-summary table tbody tr th,
body.blog .posts-list > .entry.post .entry-data .entry-summary table tbody tr th,
body.archive .posts-list > .entry.post .entry-data .entry-summary table tbody tr th,
body.search-results .posts-list > .entry.post .entry-data .entry-summary table tbody tr th,
body.home.page .site-content > .entry.post .entry-data .entry-content table tbody tr td,
body.blog .site-content > .entry.post .entry-data .entry-content table tbody tr td,
body.archive .site-content > .entry.post .entry-data .entry-content table tbody tr td,
body.search-results .site-content > .entry.post .entry-data .entry-content table tbody tr td,
body.home.page .posts-list > .entry.post .entry-data .entry-content table tbody tr td,
body.blog .posts-list > .entry.post .entry-data .entry-content table tbody tr td,
body.archive .posts-list > .entry.post .entry-data .entry-content table tbody tr td,
body.search-results .posts-list > .entry.post .entry-data .entry-content table tbody tr td,
body.home.page .site-content > .entry.post .entry-data .entry-summary table tbody tr td,
body.blog .site-content > .entry.post .entry-data .entry-summary table tbody tr td,
body.archive .site-content > .entry.post .entry-data .entry-summary table tbody tr td,
body.search-results .site-content > .entry.post .entry-data .entry-summary table tbody tr td,
body.home.page .posts-list > .entry.post .entry-data .entry-summary table tbody tr td,
body.blog .posts-list > .entry.post .entry-data .entry-summary table tbody tr td,
body.archive .posts-list > .entry.post .entry-data .entry-summary table tbody tr td,
body.search-results .posts-list > .entry.post .entry-data .entry-summary table tbody tr td {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
}
body.home.page .site-content > .entry.post .entry-data .entry-content table tbody tr th a,
body.blog .site-content > .entry.post .entry-data .entry-content table tbody tr th a,
body.archive .site-content > .entry.post .entry-data .entry-content table tbody tr th a,
body.search-results .site-content > .entry.post .entry-data .entry-content table tbody tr th a,
body.home.page .posts-list > .entry.post .entry-data .entry-content table tbody tr th a,
body.blog .posts-list > .entry.post .entry-data .entry-content table tbody tr th a,
body.archive .posts-list > .entry.post .entry-data .entry-content table tbody tr th a,
body.search-results .posts-list > .entry.post .entry-data .entry-content table tbody tr th a,
body.home.page .site-content > .entry.post .entry-data .entry-summary table tbody tr th a,
body.blog .site-content > .entry.post .entry-data .entry-summary table tbody tr th a,
body.archive .site-content > .entry.post .entry-data .entry-summary table tbody tr th a,
body.search-results .site-content > .entry.post .entry-data .entry-summary table tbody tr th a,
body.home.page .posts-list > .entry.post .entry-data .entry-summary table tbody tr th a,
body.blog .posts-list > .entry.post .entry-data .entry-summary table tbody tr th a,
body.archive .posts-list > .entry.post .entry-data .entry-summary table tbody tr th a,
body.search-results .posts-list > .entry.post .entry-data .entry-summary table tbody tr th a,
body.home.page .site-content > .entry.post .entry-data .entry-content table tbody tr td a,
body.blog .site-content > .entry.post .entry-data .entry-content table tbody tr td a,
body.archive .site-content > .entry.post .entry-data .entry-content table tbody tr td a,
body.search-results .site-content > .entry.post .entry-data .entry-content table tbody tr td a,
body.home.page .posts-list > .entry.post .entry-data .entry-content table tbody tr td a,
body.blog .posts-list > .entry.post .entry-data .entry-content table tbody tr td a,
body.archive .posts-list > .entry.post .entry-data .entry-content table tbody tr td a,
body.search-results .posts-list > .entry.post .entry-data .entry-content table tbody tr td a,
body.home.page .site-content > .entry.post .entry-data .entry-summary table tbody tr td a,
body.blog .site-content > .entry.post .entry-data .entry-summary table tbody tr td a,
body.archive .site-content > .entry.post .entry-data .entry-summary table tbody tr td a,
body.search-results .site-content > .entry.post .entry-data .entry-summary table tbody tr td a,
body.home.page .posts-list > .entry.post .entry-data .entry-summary table tbody tr td a,
body.blog .posts-list > .entry.post .entry-data .entry-summary table tbody tr td a,
body.archive .posts-list > .entry.post .entry-data .entry-summary table tbody tr td a,
body.search-results .posts-list > .entry.post .entry-data .entry-summary table tbody tr td a {
  color: #1b98e0;
}
body.home.page .site-content > .entry.post .entry-data .entry-content table tfoot tr th,
body.blog .site-content > .entry.post .entry-data .entry-content table tfoot tr th,
body.archive .site-content > .entry.post .entry-data .entry-content table tfoot tr th,
body.search-results .site-content > .entry.post .entry-data .entry-content table tfoot tr th,
body.home.page .posts-list > .entry.post .entry-data .entry-content table tfoot tr th,
body.blog .posts-list > .entry.post .entry-data .entry-content table tfoot tr th,
body.archive .posts-list > .entry.post .entry-data .entry-content table tfoot tr th,
body.search-results .posts-list > .entry.post .entry-data .entry-content table tfoot tr th,
body.home.page .site-content > .entry.post .entry-data .entry-summary table tfoot tr th,
body.blog .site-content > .entry.post .entry-data .entry-summary table tfoot tr th,
body.archive .site-content > .entry.post .entry-data .entry-summary table tfoot tr th,
body.search-results .site-content > .entry.post .entry-data .entry-summary table tfoot tr th,
body.home.page .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th,
body.blog .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th,
body.archive .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th,
body.search-results .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th,
body.home.page .site-content > .entry.post .entry-data .entry-content table tfoot tr td,
body.blog .site-content > .entry.post .entry-data .entry-content table tfoot tr td,
body.archive .site-content > .entry.post .entry-data .entry-content table tfoot tr td,
body.search-results .site-content > .entry.post .entry-data .entry-content table tfoot tr td,
body.home.page .posts-list > .entry.post .entry-data .entry-content table tfoot tr td,
body.blog .posts-list > .entry.post .entry-data .entry-content table tfoot tr td,
body.archive .posts-list > .entry.post .entry-data .entry-content table tfoot tr td,
body.search-results .posts-list > .entry.post .entry-data .entry-content table tfoot tr td,
body.home.page .site-content > .entry.post .entry-data .entry-summary table tfoot tr td,
body.blog .site-content > .entry.post .entry-data .entry-summary table tfoot tr td,
body.archive .site-content > .entry.post .entry-data .entry-summary table tfoot tr td,
body.search-results .site-content > .entry.post .entry-data .entry-summary table tfoot tr td,
body.home.page .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td,
body.blog .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td,
body.archive .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td,
body.search-results .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
}
body.home.page .site-content > .entry.post .entry-data .entry-content table tfoot tr th a,
body.blog .site-content > .entry.post .entry-data .entry-content table tfoot tr th a,
body.archive .site-content > .entry.post .entry-data .entry-content table tfoot tr th a,
body.search-results .site-content > .entry.post .entry-data .entry-content table tfoot tr th a,
body.home.page .posts-list > .entry.post .entry-data .entry-content table tfoot tr th a,
body.blog .posts-list > .entry.post .entry-data .entry-content table tfoot tr th a,
body.archive .posts-list > .entry.post .entry-data .entry-content table tfoot tr th a,
body.search-results .posts-list > .entry.post .entry-data .entry-content table tfoot tr th a,
body.home.page .site-content > .entry.post .entry-data .entry-summary table tfoot tr th a,
body.blog .site-content > .entry.post .entry-data .entry-summary table tfoot tr th a,
body.archive .site-content > .entry.post .entry-data .entry-summary table tfoot tr th a,
body.search-results .site-content > .entry.post .entry-data .entry-summary table tfoot tr th a,
body.home.page .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th a,
body.blog .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th a,
body.archive .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th a,
body.search-results .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th a,
body.home.page .site-content > .entry.post .entry-data .entry-content table tfoot tr td a,
body.blog .site-content > .entry.post .entry-data .entry-content table tfoot tr td a,
body.archive .site-content > .entry.post .entry-data .entry-content table tfoot tr td a,
body.search-results .site-content > .entry.post .entry-data .entry-content table tfoot tr td a,
body.home.page .posts-list > .entry.post .entry-data .entry-content table tfoot tr td a,
body.blog .posts-list > .entry.post .entry-data .entry-content table tfoot tr td a,
body.archive .posts-list > .entry.post .entry-data .entry-content table tfoot tr td a,
body.search-results .posts-list > .entry.post .entry-data .entry-content table tfoot tr td a,
body.home.page .site-content > .entry.post .entry-data .entry-summary table tfoot tr td a,
body.blog .site-content > .entry.post .entry-data .entry-summary table tfoot tr td a,
body.archive .site-content > .entry.post .entry-data .entry-summary table tfoot tr td a,
body.search-results .site-content > .entry.post .entry-data .entry-summary table tfoot tr td a,
body.home.page .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td a,
body.blog .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td a,
body.archive .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td a,
body.search-results .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td a {
  color: #1b98e0;
}
@media (max-width: 786px) {
  body.home.page .site-content > .entry.post .entry-data .entry-content table,
  body.blog .site-content > .entry.post .entry-data .entry-content table,
  body.archive .site-content > .entry.post .entry-data .entry-content table,
  body.search-results .site-content > .entry.post .entry-data .entry-content table,
  body.home.page .posts-list > .entry.post .entry-data .entry-content table,
  body.blog .posts-list > .entry.post .entry-data .entry-content table,
  body.archive .posts-list > .entry.post .entry-data .entry-content table,
  body.search-results .posts-list > .entry.post .entry-data .entry-content table,
  body.home.page .site-content > .entry.post .entry-data .entry-summary table,
  body.blog .site-content > .entry.post .entry-data .entry-summary table,
  body.archive .site-content > .entry.post .entry-data .entry-summary table,
  body.search-results .site-content > .entry.post .entry-data .entry-summary table,
  body.home.page .posts-list > .entry.post .entry-data .entry-summary table,
  body.blog .posts-list > .entry.post .entry-data .entry-summary table,
  body.archive .posts-list > .entry.post .entry-data .entry-summary table,
  body.search-results .posts-list > .entry.post .entry-data .entry-summary table {
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    table-layout: auto;
    width: 100%;
  }
  body.home.page .site-content > .entry.post .entry-data .entry-content table caption,
  body.blog .site-content > .entry.post .entry-data .entry-content table caption,
  body.archive .site-content > .entry.post .entry-data .entry-content table caption,
  body.search-results .site-content > .entry.post .entry-data .entry-content table caption,
  body.home.page .posts-list > .entry.post .entry-data .entry-content table caption,
  body.blog .posts-list > .entry.post .entry-data .entry-content table caption,
  body.archive .posts-list > .entry.post .entry-data .entry-content table caption,
  body.search-results .posts-list > .entry.post .entry-data .entry-content table caption,
  body.home.page .site-content > .entry.post .entry-data .entry-summary table caption,
  body.blog .site-content > .entry.post .entry-data .entry-summary table caption,
  body.archive .site-content > .entry.post .entry-data .entry-summary table caption,
  body.search-results .site-content > .entry.post .entry-data .entry-summary table caption,
  body.home.page .posts-list > .entry.post .entry-data .entry-summary table caption,
  body.blog .posts-list > .entry.post .entry-data .entry-summary table caption,
  body.archive .posts-list > .entry.post .entry-data .entry-summary table caption,
  body.search-results .posts-list > .entry.post .entry-data .entry-summary table caption {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000000;
    line-height: 1;
  }
  body.home.page .site-content > .entry.post .entry-data .entry-content table thead,
  body.blog .site-content > .entry.post .entry-data .entry-content table thead,
  body.archive .site-content > .entry.post .entry-data .entry-content table thead,
  body.search-results .site-content > .entry.post .entry-data .entry-content table thead,
  body.home.page .posts-list > .entry.post .entry-data .entry-content table thead,
  body.blog .posts-list > .entry.post .entry-data .entry-content table thead,
  body.archive .posts-list > .entry.post .entry-data .entry-content table thead,
  body.search-results .posts-list > .entry.post .entry-data .entry-content table thead,
  body.home.page .site-content > .entry.post .entry-data .entry-summary table thead,
  body.blog .site-content > .entry.post .entry-data .entry-summary table thead,
  body.archive .site-content > .entry.post .entry-data .entry-summary table thead,
  body.search-results .site-content > .entry.post .entry-data .entry-summary table thead,
  body.home.page .posts-list > .entry.post .entry-data .entry-summary table thead,
  body.blog .posts-list > .entry.post .entry-data .entry-summary table thead,
  body.archive .posts-list > .entry.post .entry-data .entry-summary table thead,
  body.search-results .posts-list > .entry.post .entry-data .entry-summary table thead {
    background-color: #222222;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
  }
  body.home.page .site-content > .entry.post .entry-data .entry-content table thead tr th,
  body.blog .site-content > .entry.post .entry-data .entry-content table thead tr th,
  body.archive .site-content > .entry.post .entry-data .entry-content table thead tr th,
  body.search-results .site-content > .entry.post .entry-data .entry-content table thead tr th,
  body.home.page .posts-list > .entry.post .entry-data .entry-content table thead tr th,
  body.blog .posts-list > .entry.post .entry-data .entry-content table thead tr th,
  body.archive .posts-list > .entry.post .entry-data .entry-content table thead tr th,
  body.search-results .posts-list > .entry.post .entry-data .entry-content table thead tr th,
  body.home.page .site-content > .entry.post .entry-data .entry-summary table thead tr th,
  body.blog .site-content > .entry.post .entry-data .entry-summary table thead tr th,
  body.archive .site-content > .entry.post .entry-data .entry-summary table thead tr th,
  body.search-results .site-content > .entry.post .entry-data .entry-summary table thead tr th,
  body.home.page .posts-list > .entry.post .entry-data .entry-summary table thead tr th,
  body.blog .posts-list > .entry.post .entry-data .entry-summary table thead tr th,
  body.archive .posts-list > .entry.post .entry-data .entry-summary table thead tr th,
  body.search-results .posts-list > .entry.post .entry-data .entry-summary table thead tr th,
  body.home.page .site-content > .entry.post .entry-data .entry-content table thead tr td,
  body.blog .site-content > .entry.post .entry-data .entry-content table thead tr td,
  body.archive .site-content > .entry.post .entry-data .entry-content table thead tr td,
  body.search-results .site-content > .entry.post .entry-data .entry-content table thead tr td,
  body.home.page .posts-list > .entry.post .entry-data .entry-content table thead tr td,
  body.blog .posts-list > .entry.post .entry-data .entry-content table thead tr td,
  body.archive .posts-list > .entry.post .entry-data .entry-content table thead tr td,
  body.search-results .posts-list > .entry.post .entry-data .entry-content table thead tr td,
  body.home.page .site-content > .entry.post .entry-data .entry-summary table thead tr td,
  body.blog .site-content > .entry.post .entry-data .entry-summary table thead tr td,
  body.archive .site-content > .entry.post .entry-data .entry-summary table thead tr td,
  body.search-results .site-content > .entry.post .entry-data .entry-summary table thead tr td,
  body.home.page .posts-list > .entry.post .entry-data .entry-summary table thead tr td,
  body.blog .posts-list > .entry.post .entry-data .entry-summary table thead tr td,
  body.archive .posts-list > .entry.post .entry-data .entry-summary table thead tr td,
  body.search-results .posts-list > .entry.post .entry-data .entry-summary table thead tr td {
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
  }
  body.home.page .site-content > .entry.post .entry-data .entry-content table tbody tr th,
  body.blog .site-content > .entry.post .entry-data .entry-content table tbody tr th,
  body.archive .site-content > .entry.post .entry-data .entry-content table tbody tr th,
  body.search-results .site-content > .entry.post .entry-data .entry-content table tbody tr th,
  body.home.page .posts-list > .entry.post .entry-data .entry-content table tbody tr th,
  body.blog .posts-list > .entry.post .entry-data .entry-content table tbody tr th,
  body.archive .posts-list > .entry.post .entry-data .entry-content table tbody tr th,
  body.search-results .posts-list > .entry.post .entry-data .entry-content table tbody tr th,
  body.home.page .site-content > .entry.post .entry-data .entry-summary table tbody tr th,
  body.blog .site-content > .entry.post .entry-data .entry-summary table tbody tr th,
  body.archive .site-content > .entry.post .entry-data .entry-summary table tbody tr th,
  body.search-results .site-content > .entry.post .entry-data .entry-summary table tbody tr th,
  body.home.page .posts-list > .entry.post .entry-data .entry-summary table tbody tr th,
  body.blog .posts-list > .entry.post .entry-data .entry-summary table tbody tr th,
  body.archive .posts-list > .entry.post .entry-data .entry-summary table tbody tr th,
  body.search-results .posts-list > .entry.post .entry-data .entry-summary table tbody tr th,
  body.home.page .site-content > .entry.post .entry-data .entry-content table tbody tr td,
  body.blog .site-content > .entry.post .entry-data .entry-content table tbody tr td,
  body.archive .site-content > .entry.post .entry-data .entry-content table tbody tr td,
  body.search-results .site-content > .entry.post .entry-data .entry-content table tbody tr td,
  body.home.page .posts-list > .entry.post .entry-data .entry-content table tbody tr td,
  body.blog .posts-list > .entry.post .entry-data .entry-content table tbody tr td,
  body.archive .posts-list > .entry.post .entry-data .entry-content table tbody tr td,
  body.search-results .posts-list > .entry.post .entry-data .entry-content table tbody tr td,
  body.home.page .site-content > .entry.post .entry-data .entry-summary table tbody tr td,
  body.blog .site-content > .entry.post .entry-data .entry-summary table tbody tr td,
  body.archive .site-content > .entry.post .entry-data .entry-summary table tbody tr td,
  body.search-results .site-content > .entry.post .entry-data .entry-summary table tbody tr td,
  body.home.page .posts-list > .entry.post .entry-data .entry-summary table tbody tr td,
  body.blog .posts-list > .entry.post .entry-data .entry-summary table tbody tr td,
  body.archive .posts-list > .entry.post .entry-data .entry-summary table tbody tr td,
  body.search-results .posts-list > .entry.post .entry-data .entry-summary table tbody tr td {
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
  }
  body.home.page .site-content > .entry.post .entry-data .entry-content table tbody tr th a,
  body.blog .site-content > .entry.post .entry-data .entry-content table tbody tr th a,
  body.archive .site-content > .entry.post .entry-data .entry-content table tbody tr th a,
  body.search-results .site-content > .entry.post .entry-data .entry-content table tbody tr th a,
  body.home.page .posts-list > .entry.post .entry-data .entry-content table tbody tr th a,
  body.blog .posts-list > .entry.post .entry-data .entry-content table tbody tr th a,
  body.archive .posts-list > .entry.post .entry-data .entry-content table tbody tr th a,
  body.search-results .posts-list > .entry.post .entry-data .entry-content table tbody tr th a,
  body.home.page .site-content > .entry.post .entry-data .entry-summary table tbody tr th a,
  body.blog .site-content > .entry.post .entry-data .entry-summary table tbody tr th a,
  body.archive .site-content > .entry.post .entry-data .entry-summary table tbody tr th a,
  body.search-results .site-content > .entry.post .entry-data .entry-summary table tbody tr th a,
  body.home.page .posts-list > .entry.post .entry-data .entry-summary table tbody tr th a,
  body.blog .posts-list > .entry.post .entry-data .entry-summary table tbody tr th a,
  body.archive .posts-list > .entry.post .entry-data .entry-summary table tbody tr th a,
  body.search-results .posts-list > .entry.post .entry-data .entry-summary table tbody tr th a,
  body.home.page .site-content > .entry.post .entry-data .entry-content table tbody tr td a,
  body.blog .site-content > .entry.post .entry-data .entry-content table tbody tr td a,
  body.archive .site-content > .entry.post .entry-data .entry-content table tbody tr td a,
  body.search-results .site-content > .entry.post .entry-data .entry-content table tbody tr td a,
  body.home.page .posts-list > .entry.post .entry-data .entry-content table tbody tr td a,
  body.blog .posts-list > .entry.post .entry-data .entry-content table tbody tr td a,
  body.archive .posts-list > .entry.post .entry-data .entry-content table tbody tr td a,
  body.search-results .posts-list > .entry.post .entry-data .entry-content table tbody tr td a,
  body.home.page .site-content > .entry.post .entry-data .entry-summary table tbody tr td a,
  body.blog .site-content > .entry.post .entry-data .entry-summary table tbody tr td a,
  body.archive .site-content > .entry.post .entry-data .entry-summary table tbody tr td a,
  body.search-results .site-content > .entry.post .entry-data .entry-summary table tbody tr td a,
  body.home.page .posts-list > .entry.post .entry-data .entry-summary table tbody tr td a,
  body.blog .posts-list > .entry.post .entry-data .entry-summary table tbody tr td a,
  body.archive .posts-list > .entry.post .entry-data .entry-summary table tbody tr td a,
  body.search-results .posts-list > .entry.post .entry-data .entry-summary table tbody tr td a {
    color: #1b98e0;
  }
  body.home.page .site-content > .entry.post .entry-data .entry-content table tfoot tr th,
  body.blog .site-content > .entry.post .entry-data .entry-content table tfoot tr th,
  body.archive .site-content > .entry.post .entry-data .entry-content table tfoot tr th,
  body.search-results .site-content > .entry.post .entry-data .entry-content table tfoot tr th,
  body.home.page .posts-list > .entry.post .entry-data .entry-content table tfoot tr th,
  body.blog .posts-list > .entry.post .entry-data .entry-content table tfoot tr th,
  body.archive .posts-list > .entry.post .entry-data .entry-content table tfoot tr th,
  body.search-results .posts-list > .entry.post .entry-data .entry-content table tfoot tr th,
  body.home.page .site-content > .entry.post .entry-data .entry-summary table tfoot tr th,
  body.blog .site-content > .entry.post .entry-data .entry-summary table tfoot tr th,
  body.archive .site-content > .entry.post .entry-data .entry-summary table tfoot tr th,
  body.search-results .site-content > .entry.post .entry-data .entry-summary table tfoot tr th,
  body.home.page .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th,
  body.blog .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th,
  body.archive .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th,
  body.search-results .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th,
  body.home.page .site-content > .entry.post .entry-data .entry-content table tfoot tr td,
  body.blog .site-content > .entry.post .entry-data .entry-content table tfoot tr td,
  body.archive .site-content > .entry.post .entry-data .entry-content table tfoot tr td,
  body.search-results .site-content > .entry.post .entry-data .entry-content table tfoot tr td,
  body.home.page .posts-list > .entry.post .entry-data .entry-content table tfoot tr td,
  body.blog .posts-list > .entry.post .entry-data .entry-content table tfoot tr td,
  body.archive .posts-list > .entry.post .entry-data .entry-content table tfoot tr td,
  body.search-results .posts-list > .entry.post .entry-data .entry-content table tfoot tr td,
  body.home.page .site-content > .entry.post .entry-data .entry-summary table tfoot tr td,
  body.blog .site-content > .entry.post .entry-data .entry-summary table tfoot tr td,
  body.archive .site-content > .entry.post .entry-data .entry-summary table tfoot tr td,
  body.search-results .site-content > .entry.post .entry-data .entry-summary table tfoot tr td,
  body.home.page .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td,
  body.blog .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td,
  body.archive .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td,
  body.search-results .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td {
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
  }
  body.home.page .site-content > .entry.post .entry-data .entry-content table tfoot tr th a,
  body.blog .site-content > .entry.post .entry-data .entry-content table tfoot tr th a,
  body.archive .site-content > .entry.post .entry-data .entry-content table tfoot tr th a,
  body.search-results .site-content > .entry.post .entry-data .entry-content table tfoot tr th a,
  body.home.page .posts-list > .entry.post .entry-data .entry-content table tfoot tr th a,
  body.blog .posts-list > .entry.post .entry-data .entry-content table tfoot tr th a,
  body.archive .posts-list > .entry.post .entry-data .entry-content table tfoot tr th a,
  body.search-results .posts-list > .entry.post .entry-data .entry-content table tfoot tr th a,
  body.home.page .site-content > .entry.post .entry-data .entry-summary table tfoot tr th a,
  body.blog .site-content > .entry.post .entry-data .entry-summary table tfoot tr th a,
  body.archive .site-content > .entry.post .entry-data .entry-summary table tfoot tr th a,
  body.search-results .site-content > .entry.post .entry-data .entry-summary table tfoot tr th a,
  body.home.page .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th a,
  body.blog .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th a,
  body.archive .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th a,
  body.search-results .posts-list > .entry.post .entry-data .entry-summary table tfoot tr th a,
  body.home.page .site-content > .entry.post .entry-data .entry-content table tfoot tr td a,
  body.blog .site-content > .entry.post .entry-data .entry-content table tfoot tr td a,
  body.archive .site-content > .entry.post .entry-data .entry-content table tfoot tr td a,
  body.search-results .site-content > .entry.post .entry-data .entry-content table tfoot tr td a,
  body.home.page .posts-list > .entry.post .entry-data .entry-content table tfoot tr td a,
  body.blog .posts-list > .entry.post .entry-data .entry-content table tfoot tr td a,
  body.archive .posts-list > .entry.post .entry-data .entry-content table tfoot tr td a,
  body.search-results .posts-list > .entry.post .entry-data .entry-content table tfoot tr td a,
  body.home.page .site-content > .entry.post .entry-data .entry-summary table tfoot tr td a,
  body.blog .site-content > .entry.post .entry-data .entry-summary table tfoot tr td a,
  body.archive .site-content > .entry.post .entry-data .entry-summary table tfoot tr td a,
  body.search-results .site-content > .entry.post .entry-data .entry-summary table tfoot tr td a,
  body.home.page .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td a,
  body.blog .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td a,
  body.archive .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td a,
  body.search-results .posts-list > .entry.post .entry-data .entry-summary table tfoot tr td a {
    color: #1b98e0;
  }
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .entry-more,
body.blog .site-content > .entry.post .entry-data .entry-footer .entry-more,
body.archive .site-content > .entry.post .entry-data .entry-footer .entry-more,
body.search-results .site-content > .entry.post .entry-data .entry-footer .entry-more,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .entry-more,
body.blog .posts-list > .entry.post .entry-data .entry-footer .entry-more,
body.archive .posts-list > .entry.post .entry-data .entry-footer .entry-more,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .entry-more {
  padding-top: 11px;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link,
body.blog .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link,
body.archive .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link,
body.search-results .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link,
body.blog .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link,
body.archive .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link {
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  color: #1b98e0;
  padding-right: 19px;
  position: relative;
  -webkit-transition: all 0s linear -0.2s;
  -khtml-transition: all 0s linear -0.2s;
  -moz-transition: all 0s linear -0.2s;
  -ms-transition: all 0s linear -0.2s;
  transition: all 0s linear -0.2s;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:before,
body.blog .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:before,
body.archive .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:before,
body.search-results .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:before,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:before,
body.blog .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:before,
body.archive .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:before,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:before {
  content: " ";
  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;
  -webkit-transition: all 0s linear 0s;
  -khtml-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
  left: calc(100% - 11px);
  right: 0;
  background-color: #1f2c33;
  width: 11px;
  height: 2px;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:after,
body.blog .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:after,
body.archive .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:after,
body.search-results .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:after,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:after,
body.blog .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:after,
body.archive .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:after,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:after {
  content: " ";
  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;
  -webkit-transition: all 0s linear 0s;
  -khtml-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
  right: 0;
  left: auto;
  border: 4px solid transparent;
  border-left: 4px solid #1f2c33;
  border-right: 0px solid transparent;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:hover,
body.blog .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:hover,
body.archive .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:hover,
body.search-results .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:hover,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:hover,
body.blog .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:hover,
body.archive .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:hover,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:hover {
  color: #1b98e0;
  border-color: #000000;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:after,
body.blog .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:after,
body.archive .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:after,
body.search-results .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:after,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:after,
body.blog .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:after,
body.archive .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:after,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:after {
  border-left-color: #1b98e0;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:before,
body.blog .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:before,
body.archive .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:before,
body.search-results .site-content > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:before,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:before,
body.blog .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:before,
body.archive .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:before,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .entry-more .more-link:hover:before {
  background-color: #1b98e0;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .tags-links,
body.blog .site-content > .entry.post .entry-data .entry-footer .tags-links,
body.archive .site-content > .entry.post .entry-data .entry-footer .tags-links,
body.search-results .site-content > .entry.post .entry-data .entry-footer .tags-links,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .tags-links,
body.blog .posts-list > .entry.post .entry-data .entry-footer .tags-links,
body.archive .posts-list > .entry.post .entry-data .entry-footer .tags-links,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .tags-links {
  padding-top: 4px;
  display: inline-block;
  float: left;
  width: calc(50% - 15px);
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .tags-links .label,
body.blog .site-content > .entry.post .entry-data .entry-footer .tags-links .label,
body.archive .site-content > .entry.post .entry-data .entry-footer .tags-links .label,
body.search-results .site-content > .entry.post .entry-data .entry-footer .tags-links .label,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .tags-links .label,
body.blog .posts-list > .entry.post .entry-data .entry-footer .tags-links .label,
body.archive .posts-list > .entry.post .entry-data .entry-footer .tags-links .label,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .tags-links .label {
  display: none;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .tags-links a,
body.blog .site-content > .entry.post .entry-data .entry-footer .tags-links a,
body.archive .site-content > .entry.post .entry-data .entry-footer .tags-links a,
body.search-results .site-content > .entry.post .entry-data .entry-footer .tags-links a,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .tags-links a,
body.blog .posts-list > .entry.post .entry-data .entry-footer .tags-links a,
body.archive .posts-list > .entry.post .entry-data .entry-footer .tags-links a,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .tags-links a,
body.home.page .site-content > .entry.post .entry-data .entry-footer .tags-links .delimiter,
body.blog .site-content > .entry.post .entry-data .entry-footer .tags-links .delimiter,
body.archive .site-content > .entry.post .entry-data .entry-footer .tags-links .delimiter,
body.search-results .site-content > .entry.post .entry-data .entry-footer .tags-links .delimiter,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .tags-links .delimiter,
body.blog .posts-list > .entry.post .entry-data .entry-footer .tags-links .delimiter,
body.archive .posts-list > .entry.post .entry-data .entry-footer .tags-links .delimiter,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .tags-links .delimiter {
  font-weight: 600;
  line-height: 24px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  color: #1b98e0;
  position: relative;
}
body.home.page .site-content > .entry.post .entry-data .entry-footer .tags-links + div,
body.blog .site-content > .entry.post .entry-data .entry-footer .tags-links + div,
body.archive .site-content > .entry.post .entry-data .entry-footer .tags-links + div,
body.search-results .site-content > .entry.post .entry-data .entry-footer .tags-links + div,
body.home.page .posts-list > .entry.post .entry-data .entry-footer .tags-links + div,
body.blog .posts-list > .entry.post .entry-data .entry-footer .tags-links + div,
body.archive .posts-list > .entry.post .entry-data .entry-footer .tags-links + div,
body.search-results .posts-list > .entry.post .entry-data .entry-footer .tags-links + div {
  display: inline-block;
  float: right;
  width: calc(50% - 15px);
}
body.home.page .site-content > .entry.post .entry-data .entry-footer:after,
body.blog .site-content > .entry.post .entry-data .entry-footer:after,
body.archive .site-content > .entry.post .entry-data .entry-footer:after,
body.search-results .site-content > .entry.post .entry-data .entry-footer:after,
body.home.page .posts-list > .entry.post .entry-data .entry-footer:after,
body.blog .posts-list > .entry.post .entry-data .entry-footer:after,
body.archive .posts-list > .entry.post .entry-data .entry-footer:after,
body.search-results .posts-list > .entry.post .entry-data .entry-footer: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 {
  text-align: right;
  position: relative;
}
body.home.page .site-content > .entry.post .entry-data .entry-share:hover .helper + span,
body.blog .site-content > .entry.post .entry-data .entry-share:hover .helper + span,
body.archive .site-content > .entry.post .entry-data .entry-share:hover .helper + span,
body.search-results .site-content > .entry.post .entry-data .entry-share:hover .helper + span,
body.home.page .posts-list > .entry.post .entry-data .entry-share:hover .helper + span,
body.blog .posts-list > .entry.post .entry-data .entry-share:hover .helper + span,
body.archive .posts-list > .entry.post .entry-data .entry-share:hover .helper + span,
body.search-results .posts-list > .entry.post .entry-data .entry-share:hover .helper + span {
  -webkit-transform: translate(0, 0px);
  -khtml-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  visibility: visible;
  opacity: 1;
}
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: inline-block;
  line-height: 36px;
  background: #ffffff;
  padding: 0 20px;
  border: 1px solid #ebf1f5;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-size: 12px !important;
  color: #718794;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
body.home.page .site-content > .entry.post .entry-data .entry-share .helper + span,
body.blog .site-content > .entry.post .entry-data .entry-share .helper + span,
body.archive .site-content > .entry.post .entry-data .entry-share .helper + span,
body.search-results .site-content > .entry.post .entry-data .entry-share .helper + span,
body.home.page .posts-list > .entry.post .entry-data .entry-share .helper + span,
body.blog .posts-list > .entry.post .entry-data .entry-share .helper + span,
body.archive .posts-list > .entry.post .entry-data .entry-share .helper + span,
body.search-results .posts-list > .entry.post .entry-data .entry-share .helper + span {
  position: absolute;
  top: 100%;
  width: 100%;
  right: 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;
  -webkit-transform: translate(0, 10px);
  -khtml-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  visibility: hidden;
  opacity: 0;
}
body.home.page .site-content > .entry.post .entry-data .entry-share .helper:hover,
body.blog .site-content > .entry.post .entry-data .entry-share .helper:hover,
body.archive .site-content > .entry.post .entry-data .entry-share .helper:hover,
body.search-results .site-content > .entry.post .entry-data .entry-share .helper:hover,
body.home.page .posts-list > .entry.post .entry-data .entry-share .helper:hover,
body.blog .posts-list > .entry.post .entry-data .entry-share .helper:hover,
body.archive .posts-list > .entry.post .entry-data .entry-share .helper:hover,
body.search-results .posts-list > .entry.post .entry-data .entry-share .helper:hover {
  background-color: #1b98e0;
  color: #ffffff;
  border-color: #1b98e0;
}
body.home.page .site-content > .entry.post .entry-data .entry-share .links,
body.blog .site-content > .entry.post .entry-data .entry-share .links,
body.archive .site-content > .entry.post .entry-data .entry-share .links,
body.search-results .site-content > .entry.post .entry-data .entry-share .links,
body.home.page .posts-list > .entry.post .entry-data .entry-share .links,
body.blog .posts-list > .entry.post .entry-data .entry-share .links,
body.archive .posts-list > .entry.post .entry-data .entry-share .links,
body.search-results .posts-list > .entry.post .entry-data .entry-share .links {
  display: inline-block;
}
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 {
  margin-top: 33px;
}
.entry-share a {
  display: inline-block;
  line-height: 36px;
  background: #ffffff;
  padding: 0 20px;
  border: 1px solid #ebf1f5;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-size: 12px !important;
  color: #718794;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.entry-share a:hover {
  background-color: #1b98e0;
  color: #ffffff;
  border-color: #1b98e0;
}
/*
=== general layout styles ===
*/
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: #ffffff;
}
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: 110px 0;
}
body.page-template-default #primary #middle .archive-header .archive-title,
body.page-template-default #primary #middle .page-header .archive-title,
body.page-template-default #primary #middle .archive-header .page-title,
body.page-template-default #primary #middle .page-header .page-title,
body.page-template-default #primary #middle .archive-header .entry-title,
body.page-template-default #primary #middle .page-header .entry-title {
  color: #222222;
}
body.page-template-default #primary .page-header {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  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 (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: 66%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
body.page-template-default #primary .page-header.active-sidebar #tertiary {
  width: 34%;
  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: 60px;
}
body.page-template-default #primary .page-header.active-sidebar .entry.page {
  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: 66%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
body.page-template-default #primary .page-header.active-sidebar #tertiary {
  width: 34%;
  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: 60px;
}
body.page-template-default #primary .page-header.active-sidebar .entry.page {
  background-color: #ffffff;
}
body.page-template-default #primary .page-header .entry-title,
body.page-template-default #primary .page-header .page-title {
  margin-top: 100px;
  line-height: 1;
  margin-bottom: -20px;
}
body.page-template-default .site-content {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin: 100px 0;
}
@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 (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: 66%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
body.page-template-default .site-content.active-sidebar #tertiary {
  width: 34%;
  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: 60px;
}
body.page-template-default .site-content.active-sidebar .entry.page {
  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: 66%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
body.page-template-default .site-content.active-sidebar #tertiary {
  width: 34%;
  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: 60px;
}
body.page-template-default .site-content.active-sidebar .entry.page {
  background-color: #ffffff;
}
body.error404 .search-wrapper {
  float: left;
}
body #content,
body #primary {
  position: relative;
}
body #content .entry.single-post .entry-data .entry-header .entry-title,
body #primary .entry.single-post .entry-data .entry-header .entry-title {
  display: none;
}
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 #f2f2f2;
}
@media screen and (max-width: 768px) {
  body #content .before-list,
  body #primary .before-list {
    padding: 1px 20px;
  }
}
body #content .before-list .modes,
body #primary .before-list .modes {
  float: right;
  font-size: 0;
}
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 #f2f2f2;
}
body #content .before-list .modes .mode.gmap,
body #primary .before-list .modes .mode.gmap {
  display: none;
}
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-list .modes .mode,
  body #primary .before-list .modes .mode {
    border: 0;
  }
}
@media screen and (max-width: 480px) {
  body #content .before-list .modes,
  body #primary .before-list .modes {
    float: none;
    text-align: center;
  }
}
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-list p.result-count,
  body #primary .before-list p.result-count {
    float: none;
    text-align: center;
    display: block;
  }
}
body #content .before-list .ordering,
body #primary .before-list .ordering {
  float: left;
  padding: 9px;
  border-left: 1px solid #f2f2f2;
  margin-left: 20px;
}
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-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-list .ordering select,
  body #primary .before-list .ordering select {
    background-position: 92% center;
  }
}
@media screen and (max-width: 768px) {
  body #content .before-list .ordering,
  body #primary .before-list .ordering {
    float: none;
    margin: 13px 0;
    clear: both;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
  }
}
@media screen and (max-width: 480px) {
  body #content .before-list .ordering,
  body #primary .before-list .ordering {
    margin-top: 0;
  }
}
body #content .before-list .ordering,
body #primary .before-list .ordering {
  float: right;
}
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: "Work Sans", sans-serif;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  body #content .before-list .ordering select,
  body #primary .before-list .ordering select {
    padding-right: 11px;
  }
}
@media screen and (max-width: 768px) {
  body #content .before-list .ordering,
  body #primary .before-list .ordering {
    float: none;
  }
}
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;
}
/*!!!*/
/*.entry-content{
    line-height: 1.375;
}*/
footer {
  font-size: 1em;
  line-height: 1.375;
  line-height: 26px;
}
footer input[type="email"] {
  border: 1px solid #ebf1f5;
  height: 38px;
}
footer p {
  font-size: 1em;
  line-height: 1.375;
}
.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;
  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: 66%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.container.active-sidebar #tertiary {
  width: 34%;
  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: 60px;
}
.container.active-sidebar .entry.page {
  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: 66%;
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.container.active-sidebar #tertiary {
  width: 34%;
  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: 60px;
}
.container.active-sidebar .entry.page {
  background-color: #ffffff;
}
@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;
  }
}
/*
=== header styles ===
*/
.padding-top-menu {
  padding-top: 78px;
  background-color: #222222;
}
.site-header {
  position: relative;
}
.site-header.scrolled {
  padding-top: 91px;
}
.site-header.scrolled .header-main {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
}
.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-shadow: 0 0 1px #aaaaaa;
  box-sizing: border-box;
  -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;
  line-height: 0;
  background-color: #ffffff;
}
.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 {
  -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;
  line-height: 91px;
  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;
  max-width: 160px;
  max-height: 60px;
  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: 91px;
  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: "Work Sans", 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 #f2f2f2;
  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: 91px;
  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: "Work 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: #1b98e0;
}
.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: 91px;
  color: #222222;
  font-family: "Work Sans", 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: 21.66666667px;
  border: 2px solid #f2f2f2;
  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: "Work Sans";
  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: #1b98e0;
  font-weight: 400;
  right: 50px;
  line-height: 33px;
  font-family: "Work Sans";
  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;
  }
}
body.admin-bar .site-header {
  padding-top: 0;
}
body.admin-bar .site-header.scrolled {
  padding-top: 0;
}
body.admin-bar .site-header .header-main {
  top: 0 !important;
  margin-top: 0 !important;
  display: block;
  position: relative !important;
  left: 0 !important;
}
body.admin-bar .site-header .header-main.fs {
  background-color: #ffffff;
}
body.admin-bar .site-header .header-main .custom-header {
  margin-right: 0;
}
body.admin-bar .site-header .header-main .custom-header > ul {
  border-left: none;
}
@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: 220px;
  height: 91px;
  display: flex;
  align-items: center;
  -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;
}
@media screen and (max-width: 992px) {
  .search-wrapper {
    position: absolute;
    right: 60px;
  }
}
@media screen and (max-width: 540px) {
  .search-wrapper {
    display: none;
  }
}
.search-wrapper .searchform {
  display: inline-block !important;
}
.search-wrapper .searchform .searchform-wrapper {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  line-height: 50px;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"] {
  font-family: "Work Sans", sans-serif;
  padding: 0 0;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0;
  -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;
  margin: 0;
  line-height: 50px;
  display: block;
  width: 100%;
  color: #333333;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:placeholder {
  color: rgba(187, 187, 187, 0.8);
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]::placeholder {
  color: rgba(187, 187, 187, 0.8);
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]::-webkit-input-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]::-moz-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:-moz-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:-ms-input-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:placeholder {
  text-transform: uppercase;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]::placeholder {
  text-transform: uppercase;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]::-webkit-input-placeholder {
  text-transform: uppercase;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]::-moz-placeholder {
  text-transform: uppercase;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:-moz-placeholder {
  text-transform: uppercase;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:-ms-input-placeholder {
  text-transform: uppercase;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:focus {
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:focus:placeholder {
  color: #222222;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:focus::placeholder {
  color: #222222;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:focus::-webkit-input-placeholder {
  color: #222222;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:focus::-moz-placeholder {
  color: #222222;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:focus:-moz-placeholder {
  color: #222222;
}
.search-wrapper .searchform .searchform-wrapper input[name="s"]:focus:-ms-input-placeholder {
  color: #222222;
}
.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;
  right: 0;
  top: 50%;
  z-index: 1;
  -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: 15px;
  vertical-align: middle;
  display: inline;
  -webkit-font-smoothing: antialiased;
  content: " ";
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  opacity: .6;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU3LjIzMSA1Ny4yMzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU3LjIzMSA1Ny4yMzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjMjIyMjIyIj48Zz48Zz48cGF0aCBzdHlsZT0iZmlsbDojMjIyMjIyOyIgZD0iTTIzLjk0NSw5LjM3M2MtMS42NTIsMC0yLjk5MiwxLjM0MS0yLjk5MiwyLjk5MmMwLDEuNjU0LDEuMzQsMi45OTIsMi45OTIsMi45OTJjMy42NTYsMCw2LjkyMSwyLjA0Miw4LjUyNCw1LjMzM2MwLjUxOSwxLjA2MiwxLjU4MywxLjY4LDIuNjkxLDEuNjhjMC40NDEsMCwwLjg4OC0wLjA5NywxLjMwOS0wLjMwM2MxLjQ4Ni0wLjcyMywyLjEwNC0yLjUxNCwxLjM3OS00LjAwMUMzNS4yMzUsMTIuNzA0LDI5LjkwNiw5LjM3MywyMy45NDUsOS4zNzN6Ii8+PHBhdGggc3R5bGU9ImZpbGw6IzIyMjIyMjsiIGQ9Ik01Ni4xMzUsNTAuNDY5bC05Ljk3MS05Ljk3MmMyLjk1Mi00LjE1Miw0LjcwNS05LjIxMyw0LjcwNS0xNC42ODVjMC0xNC4wMjUtMTEuNDEtMjUuNDM1LTI1LjQzNS0yNS40MzVTMCwxMS43ODcsMCwyNS44MTJjMCwxNC4wMjQsMTEuNDA5LDI1LjQzNCwyNS40MzQsMjUuNDM0YzUuODU5LDAsMTEuMjQ1LTIuMDEsMTUuNTQ5LTUuMzUxbDkuODYyLDkuODYyYzAuNzMsMC43MywxLjY4OSwxLjA5NiwyLjY0NSwxLjA5NmMwLjk1OCwwLDEuOTE1LTAuMzY1LDIuNjQ1LTEuMDk2QzU3LjU5Niw1NC4yOTgsNTcuNTk2LDUxLjkzLDU2LjEzNSw1MC40Njl6IE01Ljk4NiwyNS44MTNjMC0xMC43MjUsOC43MjYtMTkuNDUsMTkuNDUtMTkuNDVzMTkuNDUsOC43MjUsMTkuNDUsMTkuNDVjMCw0LjQ2Mi0xLjUyNSw4LjU2Ni00LjA2MywxMS44NTJjLTAuODM5LDEuMDg1LTEuNzgxLDIuMDg2LTIuODI3LDIuOTczYy0zLjM5MiwyLjg3OC03Ljc3Myw0LjYyNS0xMi41Niw0LjYyNUMxNC43MTEsNDUuMjYyLDUuOTg2LDM2LjUzNyw1Ljk4NiwyNS44MTN6Ii8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
  -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;
}
.search-wrapper .searchform .searchform-wrapper .submit input[type="submit"] {
  height: 50px;
  background-color: #ffffff;
  border: 0;
  border-left: none;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  padding: 0 0 0 30px;
  min-width: 45px;
  color: transparent;
  -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;
  cursor: pointer;
  text-align: center;
  box-shadow: none;
  border-radius: 0 10px 10px 0;
}
.search-wrapper .searchform .searchform-wrapper .submit:hover:before {
  opacity: 1;
}
.search-wrapper .searchform::after {
  content: "";
  display: table;
  clear: both;
}
.search-wrapper i {
  display: none !important;
}
@media (max-width: 786px) {
  .search-wrapper {
    float: left;
  }
}
/*
=== menu styles ===
*/
nav.primary-navigation {
  pointer-events: none;
  display: inline-block;
  float: right;
  max-width: calc(100% - 110px);
}
@media screen and (max-width: 1100px) {
  nav.primary-navigation {
    max-width: 100%;
    background-color: #ffffff;
  }
}
nav.primary-navigation .nav-menu > .menu-item {
  pointer-events: all;
}
nav.primary-navigation .nav-menu > .menu-item.menu-item-has-children > a.menu-link {
  padding-right: 37.5px;
}
nav.primary-navigation .nav-menu > .menu-item.menu-item-has-children > a.menu-link::after,
nav.primary-navigation .nav-menu > .menu-item.mega > a.menu-link::after {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  content: "\f107";
  line-height: 91px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-family: FontAwesome;
}
@media screen and (max-width: 1100px) {
  nav.primary-navigation .nav-menu > .menu-item.menu-item-has-children > a.menu-link::after,
  nav.primary-navigation .nav-menu > .menu-item.mega > a.menu-link::after {
    line-height: 45px;
    right: 0px;
  }
}
nav.primary-navigation .nav-menu > .menu-item.current-menu-item > a.menu-link,
nav.primary-navigation .nav-menu > .menu-item.current-menu-ancestor > a.menu-link {
  color: #1b98e0;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  nav.primary-navigation .nav-menu > .menu-item.current-menu-item > a.menu-link,
  nav.primary-navigation .nav-menu > .menu-item.current-menu-ancestor > a.menu-link {
    font-weight: 400;
  }
}
nav.primary-navigation .nav-menu::after {
  content: "";
  display: table;
  clear: both;
  line-height: 0;
}
nav.primary-navigation .nav-menu,
nav.primary-navigation .sub-menu {
  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;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  nav.primary-navigation .nav-menu,
  nav.primary-navigation .sub-menu {
    padding: 0 30px;
    display: block;
  }
}
nav.primary-navigation .nav-menu > .menu-item,
nav.primary-navigation .sub-menu > .menu-item {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
nav.primary-navigation .nav-menu > .menu-item:hover > .sub-menu,
nav.primary-navigation .sub-menu > .menu-item:hover > .sub-menu,
nav.primary-navigation .nav-menu > .menu-item:hover > .page,
nav.primary-navigation .sub-menu > .menu-item:hover > .page {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -khtml-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
@media screen and (max-width: 1100px) {
  nav.primary-navigation .nav-menu > .menu-item:hover > .sub-menu,
  nav.primary-navigation .sub-menu > .menu-item:hover > .sub-menu,
  nav.primary-navigation .nav-menu > .menu-item:hover > .page,
  nav.primary-navigation .sub-menu > .menu-item:hover > .page {
    visibility: hidden;
    opacity: 0;
  }
}
nav.primary-navigation .nav-menu > .menu-item:hover a.menu-link,
nav.primary-navigation .sub-menu > .menu-item:hover a.menu-link {
  color: #1b98e0;
}
@media screen and (max-width: 1100px) {
  nav.primary-navigation .nav-menu > .menu-item,
  nav.primary-navigation .sub-menu > .menu-item {
    display: block;
    float: none;
    line-height: normal;
  }
  nav.primary-navigation .nav-menu > .menu-item:before,
  nav.primary-navigation .sub-menu > .menu-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background-color: #f2f2f2;
  }
}
nav.primary-navigation .nav-menu > .menu-item > .menu-link,
nav.primary-navigation .sub-menu > .menu-item > .menu-link {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 91px;
  font-family: "Work Sans", sans-serif;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: -.5px;
  -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;
}
nav.primary-navigation .nav-menu > .menu-item > .menu-link .fa,
nav.primary-navigation .sub-menu > .menu-item > .menu-link .fa,
nav.primary-navigation .nav-menu > .menu-item > .menu-link [class*="icon"],
nav.primary-navigation .sub-menu > .menu-item > .menu-link [class*="icon"] {
  margin-right: 8px;
  line-height: inherit;
  vertical-align: top;
}
@media screen and (max-width: 1100px) {
  nav.primary-navigation .nav-menu > .menu-item > .menu-link,
  nav.primary-navigation .sub-menu > .menu-item > .menu-link {
    color: #222222;
    display: inline;
    padding: 0;
    line-height: 45px;
  }
  nav.primary-navigation .nav-menu > .menu-item > .menu-link ~ label,
  nav.primary-navigation .sub-menu > .menu-item > .menu-link ~ label {
    line-height: 45px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent;
    margin-left: -13px;
    margin-bottom: -6px;
    position: relative;
    z-index: 9;
  }
  nav.primary-navigation .nav-menu > .menu-item > .menu-link ~ .menu-checkbox:checked + .sub-menu,
  nav.primary-navigation .sub-menu > .menu-item > .menu-link ~ .menu-checkbox:checked + .sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
    position: relative;
    left: 0;
  }
}
nav.primary-navigation .nav-menu > .menu-item > .page,
nav.primary-navigation .sub-menu > .menu-item > .page {
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  line-height: 20px;
  will-change: visibility, opacity;
}
nav.primary-navigation .nav-menu > .menu-item .sub-menu,
nav.primary-navigation .sub-menu > .menu-item .sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -10px;
  background-color: #ffffff;
  padding: 0;
  text-align: left;
  will-change: visibility, opacity;
  min-width: 220px;
  border: 1px solid #dddddd;
  -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, 30px);
  -khtml-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
@media screen and (max-width: 1100px) {
  nav.primary-navigation .nav-menu > .menu-item .sub-menu,
  nav.primary-navigation .sub-menu > .menu-item .sub-menu {
    transform: none;
    display: none;
    border: 0;
    float: none;
    line-height: normal;
  }
  nav.primary-navigation .nav-menu > .menu-item .sub-menu:before,
  nav.primary-navigation .sub-menu > .menu-item .sub-menu:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    height: 1px;
    background-color: #f2f2f2;
  }
}
nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item,
nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item {
  float: none;
}
nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item:before,
nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item:before {
  right: 15px;
  left: 15px;
}
@media screen and (max-width: 1100px) {
  nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item:before,
  nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item:before {
    left: 0;
    right: 0;
  }
}
nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item.menu-item-has-children::after,
nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item.menu-item-has-children::after {
  font-size: 15px;
  content: "\f105";
  position: absolute;
  right: 30px;
  top: 50%;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.2s ease;
  -khtml-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 1100px) {
  nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item.menu-item-has-children::after,
  nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item.menu-item-has-children::after {
    content: none;
  }
  nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item.menu-item-has-children > a.menu-link:after,
  nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item.menu-item-has-children > a.menu-link:after {
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 14px;
    content: "\f107" !important;
    line-height: 91px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    font-family: FontAwesome;
    line-height: 45px;
    right: 0px;
    border: 0;
    background: transparent;
    height: auto;
    left: auto;
    bottom: auto;
  }
}
nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item:hover > a.menu-link,
nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item:hover > a.menu-link {
  color: #1b98e0;
}
nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item:hover.menu-item-has-children::after,
nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item:hover.menu-item-has-children::after {
  color: #1b98e0;
}
nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item:last-child > a.menu-link:after,
nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item:last-child > a.menu-link:after {
  content: none;
}
nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item > a.menu-link,
nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item > a.menu-link {
  padding: 0 30px;
  display: block;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  line-height: 50px;
  font-size: 15px;
  text-transform: none;
  letter-spacing: normal;
  color: #333333;
}
nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item > a.menu-link::after,
nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item > a.menu-link::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0;
  background-color: #dddddd;
}
nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item > a.menu-link:hover,
nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item > a.menu-link:hover {
  color: #1b98e0;
}
@media screen and (max-width: 1100px) {
  nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item > a.menu-link,
  nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item > a.menu-link {
    white-space: nowrap;
    position: relative;
    line-height: 45px;
    display: inline;
  }
  nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item > a.menu-link:after,
  nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item > a.menu-link:after {
    content: none;
  }
}
nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item > .sub-menu,
nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item > .sub-menu {
  top: -1px;
  left: 100%;
}
@media screen and (max-width: 1100px) {
  nav.primary-navigation .nav-menu > .menu-item .sub-menu > .menu-item > .sub-menu,
  nav.primary-navigation .sub-menu > .menu-item .sub-menu > .menu-item > .sub-menu {
    top: auto;
    left: auto;
  }
}
nav.primary-navigation .description {
  display: none;
}
@media (max-width: 1100px) {
  nav.primary-navigation {
    position: absolute;
    top: 91px;
    right: 0;
    left: 0;
    visibility: hidden;
    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.65s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    -khtml-transition: all 0.65s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    -moz-transition: all 0.65s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    -ms-transition: all 0.65s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.65s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  }
}
nav.primary-navigation:empty {
  height: 66px;
}
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: 91px;
  float: right;
}
.mobile-menu-button span {
  color: #333333;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  line-height: 91px;
}
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;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 20px 30px;
}
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;
  display: block;
  line-height: normal;
}
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item.current_page_parent > a.menu-link,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item.current_page_parent > a.menu-link {
  color: #1b98e0;
}
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 {
  outline: 0;
  font-family: "Work Sans", sans-serif;
  color: #222222;
  padding: 0;
  line-height: 40px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -.5px;
}
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 ul.nav-menu:not(.vc),
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item ul.nav-menu:not(.vc),
nav.mobile-menu ul.nav-menu:not(.vc) > li.menu-item ul.sub-menu:not(.vc),
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item ul.sub-menu:not(.vc) {
  border: 0;
}
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: #1b98e0;
}
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: 0;
  padding-right: 0;
}
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-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: #1b98e0;
  z-index: 9000;
  -webkit-tap-highlight-color: transparent;
  font-size: 20px;
  content: "\f105";
  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: 0;
  letter-spacing: 0;
  line-height: 40px;
  top: 20px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  transition: all 0.2s linear 0s;
}
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;
}
nav.mobile-menu ul.sub-menu:not(.vc) {
  padding: 0 15px;
}
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item > a.menu-link,
nav.mobile-menu ul.sub-menu:not(.vc) > li.menu-item > h4 {
  font-weight: 400;
}
@media (max-width: 992px) {
  nav.primary-navigation {
    display: none;
  }
  .mobile-menu-button {
    display: inline;
    line-height: 45.5px;
  }
  nav.mobile-menu {
    display: block;
  }
}
/*
=== post like styles ===
*/
.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;
}
/*
=== blog sidebar styles ===
*/
.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;
}
footer .sidebar-container > .sidebar-inner > .widget-area > .widget,
footer .wpb_widgetised_column > .wpb_wrapper > .widget {
  margin-bottom: 0;
}
#middle {
  background-color: #f8f8f8;
}
#secondary .widget,
#middle .widget {
  margin-bottom: 0px;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget),
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget),
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget),
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) {
  margin: 0 0 51px 0;
  padding: 0;
  background: transparent;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) > .widget-title h3,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) > .widget-title h3,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) > .widget-title h3,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) > .widget-title h3,
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) .widget-title h3,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) .widget-title h3,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) .widget-title h3,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) .widget-title h3 {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #1b98e0;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) > .widget-title h3:after,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) > .widget-title h3:after,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) > .widget-title h3:after,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) > .widget-title h3:after,
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) .widget-title h3:after,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) .widget-title h3:after,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) .widget-title h3:after,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) .widget-title h3:after {
  content: " ";
  border-bottom: 1px solid #e5e5e5;
  width: 70px;
  padding-top: 6px;
  display: block;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget):last-child,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget):last-child,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget):last-child,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget):last-child {
  margin-bottom: 0;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) img,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) img,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) img,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select {
  font-family: "Work Sans", sans-serif;
  padding: 0 0;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0;
  -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;
  margin: 0;
  line-height: 50px;
  display: block;
  width: 100%;
  color: #333333;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:placeholder {
  color: rgba(187, 187, 187, 0.8);
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::placeholder {
  color: rgba(187, 187, 187, 0.8);
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-webkit-input-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-webkit-input-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-webkit-input-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-webkit-input-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-moz-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-moz-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-moz-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-moz-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-moz-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-moz-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-moz-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-moz-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-ms-input-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-ms-input-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-ms-input-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-ms-input-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:placeholder {
  text-transform: uppercase;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::placeholder {
  text-transform: uppercase;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-webkit-input-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-webkit-input-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-webkit-input-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-webkit-input-placeholder {
  text-transform: uppercase;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-moz-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-moz-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-moz-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select::-moz-placeholder {
  text-transform: uppercase;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-moz-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-moz-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-moz-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-moz-placeholder {
  text-transform: uppercase;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-ms-input-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-ms-input-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-ms-input-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:-ms-input-placeholder {
  text-transform: uppercase;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus {
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus:placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus:placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus:placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus:placeholder {
  color: #222222;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus::placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus::placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus::placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus::placeholder {
  color: #222222;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus::-webkit-input-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus::-webkit-input-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus::-webkit-input-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus::-webkit-input-placeholder {
  color: #222222;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus::-moz-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus::-moz-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus::-moz-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus::-moz-placeholder {
  color: #222222;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus:-moz-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus:-moz-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus:-moz-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus:-moz-placeholder {
  color: #222222;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus:-ms-input-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus:-ms-input-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus:-ms-input-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) select:focus:-ms-input-placeholder {
  color: #222222;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice {
  font-family: "Work Sans", sans-serif;
  padding: 0 0;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0;
  -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;
  margin: 0;
  line-height: 50px;
  display: block;
  width: 100%;
  color: #333333;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:placeholder {
  color: rgba(187, 187, 187, 0.8);
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::placeholder {
  color: rgba(187, 187, 187, 0.8);
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-webkit-input-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-webkit-input-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-webkit-input-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-webkit-input-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-moz-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-moz-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-moz-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-moz-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-moz-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-moz-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-moz-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-moz-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-ms-input-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-ms-input-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-ms-input-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-ms-input-placeholder {
  color: rgba(187, 187, 187, 0.8);
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:placeholder {
  text-transform: uppercase;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::placeholder {
  text-transform: uppercase;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-webkit-input-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-webkit-input-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-webkit-input-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-webkit-input-placeholder {
  text-transform: uppercase;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-moz-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-moz-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-moz-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice::-moz-placeholder {
  text-transform: uppercase;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-moz-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-moz-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-moz-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-moz-placeholder {
  text-transform: uppercase;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-ms-input-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-ms-input-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-ms-input-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:-ms-input-placeholder {
  text-transform: uppercase;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus {
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus:placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus:placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus:placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus:placeholder {
  color: #222222;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus::placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus::placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus::placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus::placeholder {
  color: #222222;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus::-webkit-input-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus::-webkit-input-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus::-webkit-input-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus::-webkit-input-placeholder {
  color: #222222;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus::-moz-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus::-moz-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus::-moz-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus::-moz-placeholder {
  color: #222222;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus:-moz-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus:-moz-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus:-moz-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus:-moz-placeholder {
  color: #222222;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus:-ms-input-placeholder,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus:-ms-input-placeholder,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus:-ms-input-placeholder,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice:focus:-ms-input-placeholder {
  color: #222222;
}
#tertiary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice .select2-arrow,
#quaternary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice .select2-arrow,
#middle .sidebar-inner .widget-area .widget:not(.widget_azh_widget) div.select2-container .select2-choice .select2-arrow,
#secondary .sidebar-inner .widget-area .widget:not(.widget_azh_widget) 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;
}
.widget_azh_widget h3.azh-one-title {
  padding: 24px 22px;
  background-color: #ffffff;
  margin: 0;
  line-height: 1;
  border-bottom: 1px solid #f2f2f2;
  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 -15px;
}
#quaternary.container > .sidebar-inner > .widget-area > .widget,
#secondary.container > .sidebar-inner > .widget-area > .widget,
#middle.container > .sidebar-inner > .widget-area > .widget {
  padding: 0 15px;
}
#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;
  }
}
/*
=== blog widgets styles ===
*/
.widget_tag_cloud {
  padding-bottom: 35px;
}
.widget_tag_cloud a {
  display: inline-block;
  line-height: 36px;
  background: #ffffff;
  padding: 0 20px;
  border: 1px solid #ebf1f5;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-size: 12px !important;
  color: #718794;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  float: left;
  font-weight: 600;
  line-height: 37px;
}
.widget_tag_cloud a:hover {
  background-color: #1b98e0;
  color: #ffffff;
  border-color: #1b98e0;
}
.widget_tag_cloud .widget-title {
  margin-bottom: 40px;
}
.widget_tag_cloud:after {
  content: " ";
  display: table;
  clear: both;
}
.widget-area .widget_search,
.wpb_widgetised_column > .wpb_wrapper .widget_search {
  padding: 0 !important;
  background: transparent !important;
}
.widget-area .widget_search .widget-title,
.wpb_widgetised_column > .wpb_wrapper .widget_search .widget-title {
  display: none;
}
.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 > input[name="s"][type="text"],
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"] {
  border: 1px solid #dddddd;
  padding-left: 21px;
  height: 46px;
  line-height: 46px;
  padding-right: 51px;
  color: #333333 !important;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.widget-area .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]:placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]:placeholder {
  color: #888888;
}
.widget-area .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]::placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]::placeholder {
  color: #888888;
}
.widget-area .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]::-webkit-input-placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]::-webkit-input-placeholder {
  color: #888888;
}
.widget-area .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]::-moz-placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]::-moz-placeholder {
  color: #888888;
}
.widget-area .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]:-moz-placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]:-moz-placeholder {
  color: #888888;
}
.widget-area .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]:-ms-input-placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]:-ms-input-placeholder {
  color: #888888;
}
.widget-area .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]:placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]:placeholder {
  text-transform: capitalize;
}
.widget-area .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]::placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]::placeholder {
  text-transform: capitalize;
}
.widget-area .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]::-webkit-input-placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]::-webkit-input-placeholder {
  text-transform: capitalize;
}
.widget-area .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]::-moz-placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]::-moz-placeholder {
  text-transform: capitalize;
}
.widget-area .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]:-moz-placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]:-moz-placeholder {
  text-transform: capitalize;
}
.widget-area .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]:-ms-input-placeholder,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper > input[name="s"][type="text"]:-ms-input-placeholder {
  text-transform: capitalize;
}
.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;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 46px;
  bottom: 1px;
  z-index: 2;
}
.widget-area .widget_search form.searchform .searchform-wrapper .submit::before,
.wpb_widgetised_column > .wpb_wrapper .widget_search form.searchform .searchform-wrapper .submit::before {
  content: " ";
  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;
  pointer-events: none;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Ik01MS42LDk2LjdjMTEsMCwyMS0zLjksMjguOC0xMC41bDM1LDM1YzAuOCwwLjgsMS44LDEuMiwyLjksMS4yczIuMS0wLjQsMi45LTEuMmMxLjYtMS42LDEuNi00LjIsMC01LjhsLTM1LTM1ICAgYzYuNS03LjgsMTAuNS0xNy45LDEwLjUtMjguOGMwLTI0LjktMjAuMi00NS4xLTQ1LjEtNDUuMUMyNi44LDYuNSw2LjUsMjYuOCw2LjUsNTEuNkM2LjUsNzYuNSwyNi44LDk2LjcsNTEuNiw5Ni43eiBNNTEuNiwxNC43ICAgYzIwLjQsMCwzNi45LDE2LjYsMzYuOSwzNi45Qzg4LjUsNzIsNzIsODguNSw1MS42LDg4LjVjLTIwLjQsMC0zNi45LTE2LjYtMzYuOS0zNi45QzE0LjcsMzEuMywzMS4zLDE0LjcsNTEuNiwxNC43eiIgZmlsbD0iI2RkZGRkZCIvPgogIDwvZz4KPC9zdmc+Cg==);
  background-size: 16px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.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"] {
  background-color: transparent;
  border: none;
  font-size: 0;
  white-space: nowrap;
  -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;
  padding: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.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 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  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: "Work 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 #e5e5e5;
}
.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 #e5e5e5;
}
.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: #1b98e0;
}
.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 #e5e5e5;
}
.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: #1b98e0;
}
.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;
  line-height: 23px;
  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: #1b98e0;
}
.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_archives ul,
.wpb_widgetised_column > .wpb_wrapper .widget_archives 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,
.widget-area .widget_recent_posts ul,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul,
.widget-area .widget_recent_entries ul,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul,
.widget-area .widget_recent_comments ul,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul {
  list-style-type: none;
  padding-left: 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_archives ul,
.wpb_widgetised_column > .wpb_wrapper .widget_archives 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,
.widget-area .widget_recent_posts ul,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul,
.widget-area .widget_recent_entries ul,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul,
.widget-area .widget_recent_comments ul,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments 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_archives ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_archives 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,
.widget-area .widget_recent_posts ul li,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li,
.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 {
  position: relative;
  padding: 12px 0;
  border-top: 1px solid #f2f2f2;
  padding-left: 30px;
  transition: all 0.2s linear 0s;
}
.widget-area .widget_categories ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li:before,
.widget-area .widget_archive ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li:before,
.widget-area .widget_archives ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li:before,
.widget-area .widget_pages ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li:before,
.widget-area .widget_meta ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li:before,
.widget-area .widget_product_categories ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li:before,
.widget-area .widget_recent_posts ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:before,
.widget-area .widget_recent_entries ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:before,
.widget-area .widget_recent_comments ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:before {
  content: " ";
  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;
  -webkit-transition: all 0s linear 0s;
  -khtml-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
  left: calc(100% - 11px);
  right: 0;
  background-color: #718794;
  width: 11px;
  height: 2px;
}
.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_archives ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archives 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,
.widget-area .widget_recent_posts ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:after,
.widget-area .widget_recent_entries ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:after,
.widget-area .widget_recent_comments ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:after {
  content: " ";
  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;
  -webkit-transition: all 0s linear 0s;
  -khtml-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
  right: 0;
  left: auto;
  border: 4px solid transparent;
  border-left: 4px solid #718794;
  border-right: 0px solid transparent;
}
.widget-area .widget_categories ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li:hover,
.widget-area .widget_archive ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li:hover,
.widget-area .widget_archives ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li:hover,
.widget-area .widget_pages ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li:hover,
.widget-area .widget_meta ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li:hover,
.widget-area .widget_product_categories ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li:hover,
.widget-area .widget_recent_posts ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:hover,
.widget-area .widget_recent_entries ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:hover,
.widget-area .widget_recent_comments ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:hover {
  color: #1b98e0;
  border-color: #000000;
}
.widget-area .widget_categories ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li:hover:after,
.widget-area .widget_archive ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li:hover:after,
.widget-area .widget_archives ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li:hover:after,
.widget-area .widget_pages ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li:hover:after,
.widget-area .widget_meta ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li:hover:after,
.widget-area .widget_product_categories ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li:hover:after,
.widget-area .widget_recent_posts ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:hover:after,
.widget-area .widget_recent_entries ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:hover:after,
.widget-area .widget_recent_comments ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:hover:after {
  border-left-color: #1b98e0;
}
.widget-area .widget_categories ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li:hover:before,
.widget-area .widget_archive ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li:hover:before,
.widget-area .widget_archives ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li:hover:before,
.widget-area .widget_pages ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li:hover:before,
.widget-area .widget_meta ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li:hover:before,
.widget-area .widget_product_categories ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li:hover:before,
.widget-area .widget_recent_posts ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:hover:before,
.widget-area .widget_recent_entries ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:hover:before,
.widget-area .widget_recent_comments ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:hover:before {
  background-color: #1b98e0;
}
.widget-area .widget_categories ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li:hover,
.widget-area .widget_archive ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li:hover,
.widget-area .widget_archives ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li:hover,
.widget-area .widget_pages ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li:hover,
.widget-area .widget_meta ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li:hover,
.widget-area .widget_product_categories ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li:hover,
.widget-area .widget_recent_posts ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:hover,
.widget-area .widget_recent_entries ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:hover,
.widget-area .widget_recent_comments ul li:hover,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:hover {
  border-color: #f2f2f2;
}
.widget-area .widget_categories ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li:hover:before,
.widget-area .widget_archive ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li:hover:before,
.widget-area .widget_archives ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li:hover:before,
.widget-area .widget_pages ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li:hover:before,
.widget-area .widget_meta ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li:hover:before,
.widget-area .widget_product_categories ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li:hover:before,
.widget-area .widget_recent_posts ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:hover:before,
.widget-area .widget_recent_entries ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:hover:before,
.widget-area .widget_recent_comments ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:hover:before,
.widget-area .widget_categories ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li:hover:after,
.widget-area .widget_archive ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li:hover:after,
.widget-area .widget_archives ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li:hover:after,
.widget-area .widget_pages ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li:hover:after,
.widget-area .widget_meta ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li:hover:after,
.widget-area .widget_product_categories ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li:hover:after,
.widget-area .widget_recent_posts ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:hover:after,
.widget-area .widget_recent_entries ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:hover:after,
.widget-area .widget_recent_comments ul li:hover:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:hover:after {
  color: #1b98e0;
}
.widget-area .widget_categories ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li:hover:before,
.widget-area .widget_archive ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li:hover:before,
.widget-area .widget_archives ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li:hover:before,
.widget-area .widget_pages ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li:hover:before,
.widget-area .widget_meta ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li:hover:before,
.widget-area .widget_product_categories ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li:hover:before,
.widget-area .widget_recent_posts ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:hover:before,
.widget-area .widget_recent_entries ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:hover:before,
.widget-area .widget_recent_comments ul li:hover:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:hover:before {
  background-color: #1b98e0;
}
.widget-area .widget_categories ul li:hover > a,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li:hover > a,
.widget-area .widget_archive ul li:hover > a,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li:hover > a,
.widget-area .widget_archives ul li:hover > a,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li:hover > a,
.widget-area .widget_pages ul li:hover > a,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li:hover > a,
.widget-area .widget_meta ul li:hover > a,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li:hover > a,
.widget-area .widget_product_categories ul li:hover > a,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li:hover > a,
.widget-area .widget_recent_posts ul li:hover > a,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:hover > a,
.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: #1b98e0;
}
.widget-area .widget_categories ul li:hover > a + .count,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li:hover > a + .count,
.widget-area .widget_archive ul li:hover > a + .count,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li:hover > a + .count,
.widget-area .widget_archives ul li:hover > a + .count,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li:hover > a + .count,
.widget-area .widget_pages ul li:hover > a + .count,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li:hover > a + .count,
.widget-area .widget_meta ul li:hover > a + .count,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li:hover > a + .count,
.widget-area .widget_product_categories ul li:hover > a + .count,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li:hover > a + .count,
.widget-area .widget_recent_posts ul li:hover > a + .count,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:hover > a + .count,
.widget-area .widget_recent_entries ul li:hover > a + .count,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:hover > a + .count,
.widget-area .widget_recent_comments ul li:hover > a + .count,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:hover > a + .count,
.widget-area .widget_categories ul li:hover > a + .after,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li:hover > a + .after,
.widget-area .widget_archive ul li:hover > a + .after,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li:hover > a + .after,
.widget-area .widget_archives ul li:hover > a + .after,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li:hover > a + .after,
.widget-area .widget_pages ul li:hover > a + .after,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li:hover > a + .after,
.widget-area .widget_meta ul li:hover > a + .after,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li:hover > a + .after,
.widget-area .widget_product_categories ul li:hover > a + .after,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li:hover > a + .after,
.widget-area .widget_recent_posts ul li:hover > a + .after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:hover > a + .after,
.widget-area .widget_recent_entries ul li:hover > a + .after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:hover > a + .after,
.widget-area .widget_recent_comments ul li:hover > a + .after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:hover > a + .after {
  color: #1b98e0;
}
.widget-area .widget_categories ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li:before,
.widget-area .widget_archive ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li:before,
.widget-area .widget_archives ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li:before,
.widget-area .widget_pages ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li:before,
.widget-area .widget_meta ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li:before,
.widget-area .widget_product_categories ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li:before,
.widget-area .widget_recent_posts ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:before,
.widget-area .widget_recent_entries ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:before,
.widget-area .widget_recent_comments ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:before,
.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_archives ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archives 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,
.widget-area .widget_recent_posts ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:after,
.widget-area .widget_recent_entries ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:after,
.widget-area .widget_recent_comments ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:after {
  transition: all 0.2s linear 0s;
  transform: none;
  pointer-events: none;
}
.widget-area .widget_categories ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li:before,
.widget-area .widget_archive ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li:before,
.widget-area .widget_archives ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li:before,
.widget-area .widget_pages ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li:before,
.widget-area .widget_meta ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li:before,
.widget-area .widget_product_categories ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li:before,
.widget-area .widget_recent_posts ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:before,
.widget-area .widget_recent_entries ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:before,
.widget-area .widget_recent_comments ul li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:before {
  top: 24px;
  left: 5px;
}
.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_archives ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archives 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,
.widget-area .widget_recent_posts ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:after,
.widget-area .widget_recent_entries ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li:after,
.widget-area .widget_recent_comments ul li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li:after {
  top: 21px;
  left: 12px;
}
.widget-area .widget_categories ul li:last-child,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li:last-child,
.widget-area .widget_archive ul li:last-child,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li:last-child,
.widget-area .widget_archives ul li:last-child,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li:last-child,
.widget-area .widget_pages ul li:last-child,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li:last-child,
.widget-area .widget_meta ul li:last-child,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li:last-child,
.widget-area .widget_product_categories ul li:last-child,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li:last-child,
.widget-area .widget_recent_posts ul li:last-child,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li:last-child,
.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 {
  padding-bottom: 0;
}
.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_archives ul li a,
.wpb_widgetised_column > .wpb_wrapper .widget_archives 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,
.widget-area .widget_recent_posts ul li a,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li a,
.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 {
  font-family: "Work Sans", sans-serif;
  color: #718794;
  display: block;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0;
  letter-spacing: .5px;
}
.widget-area .widget_categories ul li a + .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li a + .after:before,
.widget-area .widget_archive ul li a + .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li a + .after:before,
.widget-area .widget_archives ul li a + .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li a + .after:before,
.widget-area .widget_pages ul li a + .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li a + .after:before,
.widget-area .widget_meta ul li a + .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li a + .after:before,
.widget-area .widget_product_categories ul li a + .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li a + .after:before,
.widget-area .widget_recent_posts ul li a + .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li a + .after:before,
.widget-area .widget_recent_entries ul li a + .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li a + .after:before,
.widget-area .widget_recent_comments ul li a + .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li a + .after:before,
.widget-area .widget_categories ul li a + .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li a + .after:after,
.widget-area .widget_archive ul li a + .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li a + .after:after,
.widget-area .widget_archives ul li a + .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li a + .after:after,
.widget-area .widget_pages ul li a + .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li a + .after:after,
.widget-area .widget_meta ul li a + .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li a + .after:after,
.widget-area .widget_product_categories ul li a + .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li a + .after:after,
.widget-area .widget_recent_posts ul li a + .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li a + .after:after,
.widget-area .widget_recent_entries ul li a + .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li a + .after:after,
.widget-area .widget_recent_comments ul li a + .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li a + .after:after {
  content: none;
}
.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_archives ul li ul.children,
.wpb_widgetised_column > .wpb_wrapper .widget_archives 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_recent_posts ul li ul.children,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li ul.children,
.widget-area .widget_recent_entries ul li ul.children,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li ul.children,
.widget-area .widget_recent_comments ul li ul.children,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments 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_archives ul li ul.sub-menu,
.wpb_widgetised_column > .wpb_wrapper .widget_archives 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,
.widget-area .widget_recent_posts ul li ul.sub-menu,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li ul.sub-menu,
.widget-area .widget_recent_entries ul li ul.sub-menu,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li ul.sub-menu,
.widget-area .widget_recent_comments ul li ul.sub-menu,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li ul.sub-menu {
  padding-top: 12px;
  margin-left: 17px !important;
}
.widget-area .widget_categories ul li ul.children > li,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li ul.children > li,
.widget-area .widget_archive ul li ul.children > li,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li ul.children > li,
.widget-area .widget_archives ul li ul.children > li,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li ul.children > li,
.widget-area .widget_pages ul li ul.children > li,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li ul.children > li,
.widget-area .widget_meta ul li ul.children > li,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li ul.children > li,
.widget-area .widget_product_categories ul li ul.children > li,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li ul.children > li,
.widget-area .widget_recent_posts ul li ul.children > li,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li ul.children > li,
.widget-area .widget_recent_entries ul li ul.children > li,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li ul.children > li,
.widget-area .widget_recent_comments ul li ul.children > li,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li ul.children > li,
.widget-area .widget_categories ul li ul.sub-menu > li,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li ul.sub-menu > li,
.widget-area .widget_archive ul li ul.sub-menu > li,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li ul.sub-menu > li,
.widget-area .widget_archives ul li ul.sub-menu > li,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li ul.sub-menu > li,
.widget-area .widget_pages ul li ul.sub-menu > li,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li ul.sub-menu > li,
.widget-area .widget_meta ul li ul.sub-menu > li,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li ul.sub-menu > li,
.widget-area .widget_product_categories ul li ul.sub-menu > li,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li ul.sub-menu > li,
.widget-area .widget_recent_posts ul li ul.sub-menu > li,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li ul.sub-menu > li,
.widget-area .widget_recent_entries ul li ul.sub-menu > li,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li ul.sub-menu > li,
.widget-area .widget_recent_comments ul li ul.sub-menu > li,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li ul.sub-menu > li {
  padding-left: 0;
}
.widget-area .widget_categories ul li ul.children > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li ul.children > li:before,
.widget-area .widget_archive ul li ul.children > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li ul.children > li:before,
.widget-area .widget_archives ul li ul.children > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li ul.children > li:before,
.widget-area .widget_pages ul li ul.children > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li ul.children > li:before,
.widget-area .widget_meta ul li ul.children > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li ul.children > li:before,
.widget-area .widget_product_categories ul li ul.children > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li ul.children > li:before,
.widget-area .widget_recent_posts ul li ul.children > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li ul.children > li:before,
.widget-area .widget_recent_entries ul li ul.children > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li ul.children > li:before,
.widget-area .widget_recent_comments ul li ul.children > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li ul.children > li:before,
.widget-area .widget_categories ul li ul.sub-menu > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li ul.sub-menu > li:before,
.widget-area .widget_archive ul li ul.sub-menu > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li ul.sub-menu > li:before,
.widget-area .widget_archives ul li ul.sub-menu > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li ul.sub-menu > li:before,
.widget-area .widget_pages ul li ul.sub-menu > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li ul.sub-menu > li:before,
.widget-area .widget_meta ul li ul.sub-menu > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li ul.sub-menu > li:before,
.widget-area .widget_product_categories ul li ul.sub-menu > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li ul.sub-menu > li:before,
.widget-area .widget_recent_posts ul li ul.sub-menu > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li ul.sub-menu > li:before,
.widget-area .widget_recent_entries ul li ul.sub-menu > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li ul.sub-menu > li:before,
.widget-area .widget_recent_comments ul li ul.sub-menu > li:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li ul.sub-menu > li:before {
  left: -27px;
}
.widget-area .widget_categories ul li ul.children > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li ul.children > li:after,
.widget-area .widget_archive ul li ul.children > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li ul.children > li:after,
.widget-area .widget_archives ul li ul.children > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li ul.children > li:after,
.widget-area .widget_pages ul li ul.children > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li ul.children > li:after,
.widget-area .widget_meta ul li ul.children > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li ul.children > li:after,
.widget-area .widget_product_categories ul li ul.children > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li ul.children > li:after,
.widget-area .widget_recent_posts ul li ul.children > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li ul.children > li:after,
.widget-area .widget_recent_entries ul li ul.children > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li ul.children > li:after,
.widget-area .widget_recent_comments ul li ul.children > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li ul.children > li:after,
.widget-area .widget_categories ul li ul.sub-menu > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li ul.sub-menu > li:after,
.widget-area .widget_archive ul li ul.sub-menu > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li ul.sub-menu > li:after,
.widget-area .widget_archives ul li ul.sub-menu > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li ul.sub-menu > li:after,
.widget-area .widget_pages ul li ul.sub-menu > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li ul.sub-menu > li:after,
.widget-area .widget_meta ul li ul.sub-menu > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li ul.sub-menu > li:after,
.widget-area .widget_product_categories ul li ul.sub-menu > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li ul.sub-menu > li:after,
.widget-area .widget_recent_posts ul li ul.sub-menu > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li ul.sub-menu > li:after,
.widget-area .widget_recent_entries ul li ul.sub-menu > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li ul.sub-menu > li:after,
.widget-area .widget_recent_comments ul li ul.sub-menu > li:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li ul.sub-menu > li:after {
  left: -17px;
}
.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_archives ul li .count,
.wpb_widgetised_column > .wpb_wrapper .widget_archives 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_recent_posts ul li .count,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li .count,
.widget-area .widget_recent_entries ul li .count,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li .count,
.widget-area .widget_recent_comments ul li .count,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments 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_archives ul li .after,
.wpb_widgetised_column > .wpb_wrapper .widget_archives 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,
.widget-area .widget_recent_posts ul li .after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li .after,
.widget-area .widget_recent_entries ul li .after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li .after,
.widget-area .widget_recent_comments ul li .after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li .after {
  transition: all 0.2s linear 0s;
  position: relative;
  padding: 0;
  right: 2px;
  display: inline-block;
  line-height: inherit;
  text-align: right;
  background-color: transparent;
  float: right;
  vertical-align: middle;
  position: absolute;
  height: inherit;
  border-radius: 200%;
  top: 13px;
  color: #aaaaaa;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
  line-height: 49px;
  height: 49px;
  top: 0;
}
.widget-area .widget_categories ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li .count:before,
.widget-area .widget_archive ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li .count:before,
.widget-area .widget_archives ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li .count:before,
.widget-area .widget_pages ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li .count:before,
.widget-area .widget_meta ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li .count:before,
.widget-area .widget_product_categories ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li .count:before,
.widget-area .widget_recent_posts ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li .count:before,
.widget-area .widget_recent_entries ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li .count:before,
.widget-area .widget_recent_comments ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li .count:before,
.widget-area .widget_categories ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li .after:before,
.widget-area .widget_archive ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li .after:before,
.widget-area .widget_archives ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li .after:before,
.widget-area .widget_pages ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li .after:before,
.widget-area .widget_meta ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li .after:before,
.widget-area .widget_product_categories ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li .after:before,
.widget-area .widget_recent_posts ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li .after:before,
.widget-area .widget_recent_entries ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li .after:before,
.widget-area .widget_recent_comments ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li .after:before,
.widget-area .widget_categories ul li .count:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li .count:aftere,
.widget-area .widget_archive ul li .count:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li .count:aftere,
.widget-area .widget_archives ul li .count:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li .count:aftere,
.widget-area .widget_pages ul li .count:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li .count:aftere,
.widget-area .widget_meta ul li .count:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li .count:aftere,
.widget-area .widget_product_categories ul li .count:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li .count:aftere,
.widget-area .widget_recent_posts ul li .count:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li .count:aftere,
.widget-area .widget_recent_entries ul li .count:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li .count:aftere,
.widget-area .widget_recent_comments ul li .count:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li .count:aftere,
.widget-area .widget_categories ul li .after:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li .after:aftere,
.widget-area .widget_archive ul li .after:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li .after:aftere,
.widget-area .widget_archives ul li .after:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li .after:aftere,
.widget-area .widget_pages ul li .after:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li .after:aftere,
.widget-area .widget_meta ul li .after:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li .after:aftere,
.widget-area .widget_product_categories ul li .after:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li .after:aftere,
.widget-area .widget_recent_posts ul li .after:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li .after:aftere,
.widget-area .widget_recent_entries ul li .after:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li .after:aftere,
.widget-area .widget_recent_comments ul li .after:aftere,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li .after:aftere {
  content: " ";
}
.widget-area .widget_categories ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li .count:before,
.widget-area .widget_archive ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li .count:before,
.widget-area .widget_archives ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li .count:before,
.widget-area .widget_pages ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li .count:before,
.widget-area .widget_meta ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li .count:before,
.widget-area .widget_product_categories ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li .count:before,
.widget-area .widget_recent_posts ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li .count:before,
.widget-area .widget_recent_entries ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li .count:before,
.widget-area .widget_recent_comments ul li .count:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li .count:before,
.widget-area .widget_categories ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li .after:before,
.widget-area .widget_archive ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li .after:before,
.widget-area .widget_archives ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li .after:before,
.widget-area .widget_pages ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li .after:before,
.widget-area .widget_meta ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li .after:before,
.widget-area .widget_product_categories ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li .after:before,
.widget-area .widget_recent_posts ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li .after:before,
.widget-area .widget_recent_entries ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li .after:before,
.widget-area .widget_recent_comments ul li .after:before,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li .after:before {
  content: "(";
}
.widget-area .widget_categories ul li .count:after,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li .count:after,
.widget-area .widget_archive ul li .count:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li .count:after,
.widget-area .widget_archives ul li .count:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li .count:after,
.widget-area .widget_pages ul li .count:after,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li .count:after,
.widget-area .widget_meta ul li .count:after,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li .count:after,
.widget-area .widget_product_categories ul li .count:after,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li .count:after,
.widget-area .widget_recent_posts ul li .count:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li .count:after,
.widget-area .widget_recent_entries ul li .count:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li .count:after,
.widget-area .widget_recent_comments ul li .count:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li .count:after,
.widget-area .widget_categories ul li .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_categories ul li .after:after,
.widget-area .widget_archive ul li .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archive ul li .after:after,
.widget-area .widget_archives ul li .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archives ul li .after:after,
.widget-area .widget_pages ul li .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_pages ul li .after:after,
.widget-area .widget_meta ul li .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_meta ul li .after:after,
.widget-area .widget_product_categories ul li .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories ul li .after:after,
.widget-area .widget_recent_posts ul li .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul li .after:after,
.widget-area .widget_recent_entries ul li .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul li .after:after,
.widget-area .widget_recent_comments ul li .after:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul li .after:after {
  content: ")";
}
.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_archives ul:after,
.wpb_widgetised_column > .wpb_wrapper .widget_archives 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,
.widget-area .widget_recent_posts ul:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts ul:after,
.widget-area .widget_recent_entries ul:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries ul:after,
.widget-area .widget_recent_comments ul:after,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments ul:after {
  content: " ";
  display: table;
  clear: both;
}
.widget-area .widget_categories > ul > li:first-child,
.wpb_widgetised_column > .wpb_wrapper .widget_categories > ul > li:first-child,
.widget-area .widget_archive > ul > li:first-child,
.wpb_widgetised_column > .wpb_wrapper .widget_archive > ul > li:first-child,
.widget-area .widget_archives > ul > li:first-child,
.wpb_widgetised_column > .wpb_wrapper .widget_archives > ul > li:first-child,
.widget-area .widget_pages > ul > li:first-child,
.wpb_widgetised_column > .wpb_wrapper .widget_pages > ul > li:first-child,
.widget-area .widget_meta > ul > li:first-child,
.wpb_widgetised_column > .wpb_wrapper .widget_meta > ul > li:first-child,
.widget-area .widget_product_categories > ul > li:first-child,
.wpb_widgetised_column > .wpb_wrapper .widget_product_categories > ul > li:first-child,
.widget-area .widget_recent_posts > ul > li:first-child,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_posts > ul > li:first-child,
.widget-area .widget_recent_entries > ul > li:first-child,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_entries > ul > li:first-child,
.widget-area .widget_recent_comments > ul > li:first-child,
.wpb_widgetised_column > .wpb_wrapper .widget_recent_comments > ul > li:first-child {
  border-top: 0;
}
.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;
}
#tertiary .widget_categories ul {
  list-style-type: none;
  padding-left: 0;
}
.widget_nav_menu > div ul {
  list-style-type: none;
  padding-left: 0;
}
.widget_nav_menu > div ul {
  list-style-type: none;
  padding-left: 0;
}
.widget_nav_menu > div ul li {
  position: relative;
  padding: 12px 0;
  border-top: 1px solid #f2f2f2;
  padding-left: 30px;
  transition: all 0.2s linear 0s;
}
.widget_nav_menu > div ul li:before {
  content: " ";
  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;
  -webkit-transition: all 0s linear 0s;
  -khtml-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
  left: calc(100% - 11px);
  right: 0;
  background-color: #718794;
  width: 11px;
  height: 2px;
}
.widget_nav_menu > div ul li:after {
  content: " ";
  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;
  -webkit-transition: all 0s linear 0s;
  -khtml-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
  right: 0;
  left: auto;
  border: 4px solid transparent;
  border-left: 4px solid #718794;
  border-right: 0px solid transparent;
}
.widget_nav_menu > div ul li:hover {
  color: #1b98e0;
  border-color: #000000;
}
.widget_nav_menu > div ul li:hover:after {
  border-left-color: #1b98e0;
}
.widget_nav_menu > div ul li:hover:before {
  background-color: #1b98e0;
}
.widget_nav_menu > div ul li:hover {
  border-color: #f2f2f2;
}
.widget_nav_menu > div ul li:hover:before,
.widget_nav_menu > div ul li:hover:after {
  color: #1b98e0;
}
.widget_nav_menu > div ul li:hover:before {
  background-color: #1b98e0;
}
.widget_nav_menu > div ul li:hover > a {
  color: #1b98e0;
}
.widget_nav_menu > div ul li:hover > a + .count,
.widget_nav_menu > div ul li:hover > a + .after {
  color: #1b98e0;
}
.widget_nav_menu > div ul li:before,
.widget_nav_menu > div ul li:after {
  transition: all 0.2s linear 0s;
  transform: none;
  pointer-events: none;
}
.widget_nav_menu > div ul li:before {
  top: 24px;
  left: 5px;
}
.widget_nav_menu > div ul li:after {
  top: 21px;
  left: 12px;
}
.widget_nav_menu > div ul li:last-child {
  padding-bottom: 0;
}
.widget_nav_menu > div ul li a {
  font-family: "Work Sans", sans-serif;
  color: #718794;
  display: block;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0;
  letter-spacing: .5px;
}
.widget_nav_menu > div ul li a + .after:before,
.widget_nav_menu > div ul li a + .after:after {
  content: none;
}
.widget_nav_menu > div ul li ul.children,
.widget_nav_menu > div ul li ul.sub-menu {
  padding-top: 12px;
  margin-left: 17px !important;
}
.widget_nav_menu > div ul li ul.children > li,
.widget_nav_menu > div ul li ul.sub-menu > li {
  padding-left: 0;
}
.widget_nav_menu > div ul li ul.children > li:before,
.widget_nav_menu > div ul li ul.sub-menu > li:before {
  left: -27px;
}
.widget_nav_menu > div ul li ul.children > li:after,
.widget_nav_menu > div ul li ul.sub-menu > li:after {
  left: -17px;
}
.widget_nav_menu > div ul li .count,
.widget_nav_menu > div ul li .after {
  transition: all 0.2s linear 0s;
  position: relative;
  padding: 0;
  right: 2px;
  display: inline-block;
  line-height: inherit;
  text-align: right;
  background-color: transparent;
  float: right;
  vertical-align: middle;
  position: absolute;
  height: inherit;
  border-radius: 200%;
  top: 13px;
  color: #aaaaaa;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
  line-height: 49px;
  height: 49px;
  top: 0;
}
.widget_nav_menu > div ul li .count:before,
.widget_nav_menu > div ul li .after:before,
.widget_nav_menu > div ul li .count:aftere,
.widget_nav_menu > div ul li .after:aftere {
  content: " ";
}
.widget_nav_menu > div ul li .count:before,
.widget_nav_menu > div ul li .after:before {
  content: "(";
}
.widget_nav_menu > div ul li .count:after,
.widget_nav_menu > div ul li .after:after {
  content: ")";
}
.widget_nav_menu > div ul:after {
  content: " ";
  display: table;
  clear: both;
}
.widget_nav_menu > div > ul > li:first-child {
  border-top: 0;
}
.flat .widget_nav_menu ul {
  list-style-type: none;
  padding-left: 0;
}
.flat .widget_nav_menu ul li {
  float: left;
  margin-right: 50px;
}
.flat .widget_nav_menu ul li > a {
  color: #333333;
}
.flat .widget_nav_menu ul li > a:hover {
  color: #1b98e0;
}
.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;
}
/*
=== general typography styles ===
*/
body {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0;
  font-size: 15px;
  color: #718794;
  font-weight: 400;
  line-height: 1.6;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 18px 0;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 18px 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Work Sans", sans-serif;
  line-height: 1.1;
  color: #1f2c33;
  font-weight: 400;
}
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;
  padding-top: 0;
}
iframe {
  width: 100% !important;
  border: 0;
}
h1,
.h1 {
  font-size: 36px;
  line-height: 43px;
}
h2,
.h2 {
  font-size: 30px;
  line-height: 35px;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 30px;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 22px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p,
.p {
  margin-bottom: 24px;
}
p:last-child,
.p:last-child {
  margin-bottom: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
a {
  -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;
  color: #1f2c33;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #1b98e0;
  outline: 0;
  text-decoration: none;
}
a:focus {
  color: #1b98e0;
}
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: 600;
  color: #333333;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  position: relative;
  font-family: "Work Sans";
  color: #333333;
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 40px 0;
  padding: 0 0 0 101px;
  font-style: italic;
  border: none;
}
blockquote:before {
  content: " ";
  background-color: #1bc6e0;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDc1Ljk5OSA3NS45OTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc1Ljk5OSA3NS45OTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMTQuNTc5LDVDNi41MjcsNSwwLDExLjcxNiwwLDIwYzAsOC4yODUsNi41MjcsMTUsMTQuNTc5LDE1QzI5LjE1NywzNSwxOS40MzgsNjQsMCw2NHY3ICAgIEMzNC42OSw3MSw0OC4yODYsNSwxNC41NzksNXogTTU2LjU3OSw1QzQ4LjUyNyw1LDQyLDExLjcxNiw0MiwyMGMwLDguMjg1LDYuNTI3LDE1LDE0LjU3OSwxNUM3MS4xNTcsMzUsNjEuNDM4LDY0LDQyLDY0djcgICAgQzc2LjY5LDcxLDkwLjI4Niw1LDU2LjU3OSw1eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 33px;
  width: 70px;
  height: 80px;
  background-position: center;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -khtml-transform: translate(0, -50%) rotate(180deg);
  -moz-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  left: 0;
  top: 50%;
  position: absolute;
}
blockquote p {
  font-family: "Work Sans";
  color: #333333;
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
}
blockquote cite {
  display: block;
  font-style: italic;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  margin-top: 18px;
  font-weight: 100;
}
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: 3em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  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,
.wp-caption.alignnone {
  margin-bottom: 1.2em;
}
.wp-caption .wp-caption-text {
  color: #1b98e0;
  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%;
  width: auto;
  vertical-align: middle;
}
figure {
  margin: 0;
}
del {
  opacity: 0.5;
}
.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: 0 0 30px 0;
  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]) {
  position: relative;
  padding: 0px 0 0px 30px;
  list-style: none;
}
.entry .entry-content ul:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]):before,
#comments .comment-list li.comment .comment-data ul:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]):before,
#tab-description ul:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]):before {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 7px;
  top: 5px;
  transform: translate(0, 0);
  z-index: 222;
  width: 11px;
  height: 12px;
  content: "\f00c";
  font-size: 12px;
  line-height: 14px;
  font-family: FontAwesome;
  color: #1b98e0;
}
.entry .entry-content ul:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]) > ul: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]) > ul:not([class]):not([id]):not([style]),
#tab-description ul:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]) > ul:not([class]):not([id]):not([style]) {
  margin: 0;
}
.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: 0 0 30px 0;
  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;
  position: relative;
  padding: 0px 0 0px 30px;
  list-style: none;
}
.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: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  left: 3px;
  top: 3px;
  letter-spacing: 0;
  background-color: #1b98e0;
  color: #ffffff;
  border-radius: 200%;
  font-family: 'Work Sans', serif;
}
.entry .entry-content ol:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]) > ol: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]) > ol:not([class]):not([id]):not([style]),
#tab-description ol:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]) > ol:not([class]):not([id]):not([style]) {
  margin: 0;
}
.entry .entry-content table,
#comments .comment-list li.comment .comment-data table,
#tab-description table {
  margin: 0 0 30px 0;
  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 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  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: "Work 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 #e5e5e5;
}
.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 #e5e5e5;
}
.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: #1b98e0;
}
.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 #e5e5e5;
}
.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: #1b98e0;
}
@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 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    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: "Work 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 #e5e5e5;
  }
  .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 #e5e5e5;
  }
  .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: #1b98e0;
  }
  .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 #e5e5e5;
  }
  .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: #1b98e0;
  }
}
.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 p::after,
.sidebar-container p::after,
.woocommerce p::after,
.search-wrapper p::after,
.wpcf7 p::after,
.header-my-account p::after {
  content: " ";
  display: table;
  clear: both;
}
.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: "Work Sans", sans-serif;
  padding: 0 0;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0;
  -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;
  margin: 0;
  line-height: 50px;
  display: block;
  width: 100%;
  color: #333333;
}
.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: rgba(187, 187, 187, 0.8);
}
.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: rgba(187, 187, 187, 0.8);
}
.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: rgba(187, 187, 187, 0.8);
}
.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: rgba(187, 187, 187, 0.8);
}
.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: rgba(187, 187, 187, 0.8);
}
.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: rgba(187, 187, 187, 0.8);
}
.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 {
  text-transform: uppercase;
}
.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 {
  text-transform: uppercase;
}
.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 {
  text-transform: uppercase;
}
.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 {
  text-transform: uppercase;
}
.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 {
  text-transform: uppercase;
}
.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 {
  text-transform: uppercase;
}
.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-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
}
.site-content input[type="text"]:focus:placeholder,
.sidebar-container input[type="text"]:focus:placeholder,
.woocommerce input[type="text"]:focus:placeholder,
.search-wrapper input[type="text"]:focus:placeholder,
.wpcf7 input[type="text"]:focus:placeholder,
.header-my-account input[type="text"]:focus:placeholder,
.site-content input[type="password"]:focus:placeholder,
.sidebar-container input[type="password"]:focus:placeholder,
.woocommerce input[type="password"]:focus:placeholder,
.search-wrapper input[type="password"]:focus:placeholder,
.wpcf7 input[type="password"]:focus:placeholder,
.header-my-account input[type="password"]:focus:placeholder,
.site-content input[type="email"]:focus:placeholder,
.sidebar-container input[type="email"]:focus:placeholder,
.woocommerce input[type="email"]:focus:placeholder,
.search-wrapper input[type="email"]:focus:placeholder,
.wpcf7 input[type="email"]:focus:placeholder,
.header-my-account input[type="email"]:focus:placeholder,
.site-content input[type="search"]:focus:placeholder,
.sidebar-container input[type="search"]:focus:placeholder,
.woocommerce input[type="search"]:focus:placeholder,
.search-wrapper input[type="search"]:focus:placeholder,
.wpcf7 input[type="search"]:focus:placeholder,
.header-my-account input[type="search"]:focus:placeholder,
.site-content input[type="number"]:focus:placeholder,
.sidebar-container input[type="number"]:focus:placeholder,
.woocommerce input[type="number"]:focus:placeholder,
.search-wrapper input[type="number"]:focus:placeholder,
.wpcf7 input[type="number"]:focus:placeholder,
.header-my-account input[type="number"]:focus:placeholder,
.site-content input[type="date"]:focus:placeholder,
.sidebar-container input[type="date"]:focus:placeholder,
.woocommerce input[type="date"]:focus:placeholder,
.search-wrapper input[type="date"]:focus:placeholder,
.wpcf7 input[type="date"]:focus:placeholder,
.header-my-account input[type="date"]:focus:placeholder,
.site-content select:focus:placeholder,
.sidebar-container select:focus:placeholder,
.woocommerce select:focus:placeholder,
.search-wrapper select:focus:placeholder,
.wpcf7 select:focus:placeholder,
.header-my-account select:focus:placeholder,
.site-content textarea:focus:placeholder,
.sidebar-container textarea:focus:placeholder,
.woocommerce textarea:focus:placeholder,
.search-wrapper textarea:focus:placeholder,
.wpcf7 textarea:focus:placeholder,
.header-my-account textarea:focus:placeholder,
.site-content input[type="tel"]:focus:placeholder,
.sidebar-container input[type="tel"]:focus:placeholder,
.woocommerce input[type="tel"]:focus:placeholder,
.search-wrapper input[type="tel"]:focus:placeholder,
.wpcf7 input[type="tel"]:focus:placeholder,
.header-my-account input[type="tel"]:focus:placeholder {
  color: #222222;
}
.site-content input[type="text"]:focus::placeholder,
.sidebar-container input[type="text"]:focus::placeholder,
.woocommerce input[type="text"]:focus::placeholder,
.search-wrapper input[type="text"]:focus::placeholder,
.wpcf7 input[type="text"]:focus::placeholder,
.header-my-account input[type="text"]:focus::placeholder,
.site-content input[type="password"]:focus::placeholder,
.sidebar-container input[type="password"]:focus::placeholder,
.woocommerce input[type="password"]:focus::placeholder,
.search-wrapper input[type="password"]:focus::placeholder,
.wpcf7 input[type="password"]:focus::placeholder,
.header-my-account input[type="password"]:focus::placeholder,
.site-content input[type="email"]:focus::placeholder,
.sidebar-container input[type="email"]:focus::placeholder,
.woocommerce input[type="email"]:focus::placeholder,
.search-wrapper input[type="email"]:focus::placeholder,
.wpcf7 input[type="email"]:focus::placeholder,
.header-my-account input[type="email"]:focus::placeholder,
.site-content input[type="search"]:focus::placeholder,
.sidebar-container input[type="search"]:focus::placeholder,
.woocommerce input[type="search"]:focus::placeholder,
.search-wrapper input[type="search"]:focus::placeholder,
.wpcf7 input[type="search"]:focus::placeholder,
.header-my-account input[type="search"]:focus::placeholder,
.site-content input[type="number"]:focus::placeholder,
.sidebar-container input[type="number"]:focus::placeholder,
.woocommerce input[type="number"]:focus::placeholder,
.search-wrapper input[type="number"]:focus::placeholder,
.wpcf7 input[type="number"]:focus::placeholder,
.header-my-account input[type="number"]:focus::placeholder,
.site-content input[type="date"]:focus::placeholder,
.sidebar-container input[type="date"]:focus::placeholder,
.woocommerce input[type="date"]:focus::placeholder,
.search-wrapper input[type="date"]:focus::placeholder,
.wpcf7 input[type="date"]:focus::placeholder,
.header-my-account input[type="date"]:focus::placeholder,
.site-content select:focus::placeholder,
.sidebar-container select:focus::placeholder,
.woocommerce select:focus::placeholder,
.search-wrapper select:focus::placeholder,
.wpcf7 select:focus::placeholder,
.header-my-account select:focus::placeholder,
.site-content textarea:focus::placeholder,
.sidebar-container textarea:focus::placeholder,
.woocommerce textarea:focus::placeholder,
.search-wrapper textarea:focus::placeholder,
.wpcf7 textarea:focus::placeholder,
.header-my-account textarea:focus::placeholder,
.site-content input[type="tel"]:focus::placeholder,
.sidebar-container input[type="tel"]:focus::placeholder,
.woocommerce input[type="tel"]:focus::placeholder,
.search-wrapper input[type="tel"]:focus::placeholder,
.wpcf7 input[type="tel"]:focus::placeholder,
.header-my-account input[type="tel"]:focus::placeholder {
  color: #222222;
}
.site-content input[type="text"]:focus::-webkit-input-placeholder,
.sidebar-container input[type="text"]:focus::-webkit-input-placeholder,
.woocommerce input[type="text"]:focus::-webkit-input-placeholder,
.search-wrapper input[type="text"]:focus::-webkit-input-placeholder,
.wpcf7 input[type="text"]:focus::-webkit-input-placeholder,
.header-my-account input[type="text"]:focus::-webkit-input-placeholder,
.site-content input[type="password"]:focus::-webkit-input-placeholder,
.sidebar-container input[type="password"]:focus::-webkit-input-placeholder,
.woocommerce input[type="password"]:focus::-webkit-input-placeholder,
.search-wrapper input[type="password"]:focus::-webkit-input-placeholder,
.wpcf7 input[type="password"]:focus::-webkit-input-placeholder,
.header-my-account input[type="password"]:focus::-webkit-input-placeholder,
.site-content input[type="email"]:focus::-webkit-input-placeholder,
.sidebar-container input[type="email"]:focus::-webkit-input-placeholder,
.woocommerce input[type="email"]:focus::-webkit-input-placeholder,
.search-wrapper input[type="email"]:focus::-webkit-input-placeholder,
.wpcf7 input[type="email"]:focus::-webkit-input-placeholder,
.header-my-account input[type="email"]:focus::-webkit-input-placeholder,
.site-content input[type="search"]:focus::-webkit-input-placeholder,
.sidebar-container input[type="search"]:focus::-webkit-input-placeholder,
.woocommerce input[type="search"]:focus::-webkit-input-placeholder,
.search-wrapper input[type="search"]:focus::-webkit-input-placeholder,
.wpcf7 input[type="search"]:focus::-webkit-input-placeholder,
.header-my-account input[type="search"]:focus::-webkit-input-placeholder,
.site-content input[type="number"]:focus::-webkit-input-placeholder,
.sidebar-container input[type="number"]:focus::-webkit-input-placeholder,
.woocommerce input[type="number"]:focus::-webkit-input-placeholder,
.search-wrapper input[type="number"]:focus::-webkit-input-placeholder,
.wpcf7 input[type="number"]:focus::-webkit-input-placeholder,
.header-my-account input[type="number"]:focus::-webkit-input-placeholder,
.site-content input[type="date"]:focus::-webkit-input-placeholder,
.sidebar-container input[type="date"]:focus::-webkit-input-placeholder,
.woocommerce input[type="date"]:focus::-webkit-input-placeholder,
.search-wrapper input[type="date"]:focus::-webkit-input-placeholder,
.wpcf7 input[type="date"]:focus::-webkit-input-placeholder,
.header-my-account input[type="date"]:focus::-webkit-input-placeholder,
.site-content select:focus::-webkit-input-placeholder,
.sidebar-container select:focus::-webkit-input-placeholder,
.woocommerce select:focus::-webkit-input-placeholder,
.search-wrapper select:focus::-webkit-input-placeholder,
.wpcf7 select:focus::-webkit-input-placeholder,
.header-my-account select:focus::-webkit-input-placeholder,
.site-content textarea:focus::-webkit-input-placeholder,
.sidebar-container textarea:focus::-webkit-input-placeholder,
.woocommerce textarea:focus::-webkit-input-placeholder,
.search-wrapper textarea:focus::-webkit-input-placeholder,
.wpcf7 textarea:focus::-webkit-input-placeholder,
.header-my-account textarea:focus::-webkit-input-placeholder,
.site-content input[type="tel"]:focus::-webkit-input-placeholder,
.sidebar-container input[type="tel"]:focus::-webkit-input-placeholder,
.woocommerce input[type="tel"]:focus::-webkit-input-placeholder,
.search-wrapper input[type="tel"]:focus::-webkit-input-placeholder,
.wpcf7 input[type="tel"]:focus::-webkit-input-placeholder,
.header-my-account input[type="tel"]:focus::-webkit-input-placeholder {
  color: #222222;
}
.site-content input[type="text"]:focus::-moz-placeholder,
.sidebar-container input[type="text"]:focus::-moz-placeholder,
.woocommerce input[type="text"]:focus::-moz-placeholder,
.search-wrapper input[type="text"]:focus::-moz-placeholder,
.wpcf7 input[type="text"]:focus::-moz-placeholder,
.header-my-account input[type="text"]:focus::-moz-placeholder,
.site-content input[type="password"]:focus::-moz-placeholder,
.sidebar-container input[type="password"]:focus::-moz-placeholder,
.woocommerce input[type="password"]:focus::-moz-placeholder,
.search-wrapper input[type="password"]:focus::-moz-placeholder,
.wpcf7 input[type="password"]:focus::-moz-placeholder,
.header-my-account input[type="password"]:focus::-moz-placeholder,
.site-content input[type="email"]:focus::-moz-placeholder,
.sidebar-container input[type="email"]:focus::-moz-placeholder,
.woocommerce input[type="email"]:focus::-moz-placeholder,
.search-wrapper input[type="email"]:focus::-moz-placeholder,
.wpcf7 input[type="email"]:focus::-moz-placeholder,
.header-my-account input[type="email"]:focus::-moz-placeholder,
.site-content input[type="search"]:focus::-moz-placeholder,
.sidebar-container input[type="search"]:focus::-moz-placeholder,
.woocommerce input[type="search"]:focus::-moz-placeholder,
.search-wrapper input[type="search"]:focus::-moz-placeholder,
.wpcf7 input[type="search"]:focus::-moz-placeholder,
.header-my-account input[type="search"]:focus::-moz-placeholder,
.site-content input[type="number"]:focus::-moz-placeholder,
.sidebar-container input[type="number"]:focus::-moz-placeholder,
.woocommerce input[type="number"]:focus::-moz-placeholder,
.search-wrapper input[type="number"]:focus::-moz-placeholder,
.wpcf7 input[type="number"]:focus::-moz-placeholder,
.header-my-account input[type="number"]:focus::-moz-placeholder,
.site-content input[type="date"]:focus::-moz-placeholder,
.sidebar-container input[type="date"]:focus::-moz-placeholder,
.woocommerce input[type="date"]:focus::-moz-placeholder,
.search-wrapper input[type="date"]:focus::-moz-placeholder,
.wpcf7 input[type="date"]:focus::-moz-placeholder,
.header-my-account input[type="date"]:focus::-moz-placeholder,
.site-content select:focus::-moz-placeholder,
.sidebar-container select:focus::-moz-placeholder,
.woocommerce select:focus::-moz-placeholder,
.search-wrapper select:focus::-moz-placeholder,
.wpcf7 select:focus::-moz-placeholder,
.header-my-account select:focus::-moz-placeholder,
.site-content textarea:focus::-moz-placeholder,
.sidebar-container textarea:focus::-moz-placeholder,
.woocommerce textarea:focus::-moz-placeholder,
.search-wrapper textarea:focus::-moz-placeholder,
.wpcf7 textarea:focus::-moz-placeholder,
.header-my-account textarea:focus::-moz-placeholder,
.site-content input[type="tel"]:focus::-moz-placeholder,
.sidebar-container input[type="tel"]:focus::-moz-placeholder,
.woocommerce input[type="tel"]:focus::-moz-placeholder,
.search-wrapper input[type="tel"]:focus::-moz-placeholder,
.wpcf7 input[type="tel"]:focus::-moz-placeholder,
.header-my-account input[type="tel"]:focus::-moz-placeholder {
  color: #222222;
}
.site-content input[type="text"]:focus:-moz-placeholder,
.sidebar-container input[type="text"]:focus:-moz-placeholder,
.woocommerce input[type="text"]:focus:-moz-placeholder,
.search-wrapper input[type="text"]:focus:-moz-placeholder,
.wpcf7 input[type="text"]:focus:-moz-placeholder,
.header-my-account input[type="text"]:focus:-moz-placeholder,
.site-content input[type="password"]:focus:-moz-placeholder,
.sidebar-container input[type="password"]:focus:-moz-placeholder,
.woocommerce input[type="password"]:focus:-moz-placeholder,
.search-wrapper input[type="password"]:focus:-moz-placeholder,
.wpcf7 input[type="password"]:focus:-moz-placeholder,
.header-my-account input[type="password"]:focus:-moz-placeholder,
.site-content input[type="email"]:focus:-moz-placeholder,
.sidebar-container input[type="email"]:focus:-moz-placeholder,
.woocommerce input[type="email"]:focus:-moz-placeholder,
.search-wrapper input[type="email"]:focus:-moz-placeholder,
.wpcf7 input[type="email"]:focus:-moz-placeholder,
.header-my-account input[type="email"]:focus:-moz-placeholder,
.site-content input[type="search"]:focus:-moz-placeholder,
.sidebar-container input[type="search"]:focus:-moz-placeholder,
.woocommerce input[type="search"]:focus:-moz-placeholder,
.search-wrapper input[type="search"]:focus:-moz-placeholder,
.wpcf7 input[type="search"]:focus:-moz-placeholder,
.header-my-account input[type="search"]:focus:-moz-placeholder,
.site-content input[type="number"]:focus:-moz-placeholder,
.sidebar-container input[type="number"]:focus:-moz-placeholder,
.woocommerce input[type="number"]:focus:-moz-placeholder,
.search-wrapper input[type="number"]:focus:-moz-placeholder,
.wpcf7 input[type="number"]:focus:-moz-placeholder,
.header-my-account input[type="number"]:focus:-moz-placeholder,
.site-content input[type="date"]:focus:-moz-placeholder,
.sidebar-container input[type="date"]:focus:-moz-placeholder,
.woocommerce input[type="date"]:focus:-moz-placeholder,
.search-wrapper input[type="date"]:focus:-moz-placeholder,
.wpcf7 input[type="date"]:focus:-moz-placeholder,
.header-my-account input[type="date"]:focus:-moz-placeholder,
.site-content select:focus:-moz-placeholder,
.sidebar-container select:focus:-moz-placeholder,
.woocommerce select:focus:-moz-placeholder,
.search-wrapper select:focus:-moz-placeholder,
.wpcf7 select:focus:-moz-placeholder,
.header-my-account select:focus:-moz-placeholder,
.site-content textarea:focus:-moz-placeholder,
.sidebar-container textarea:focus:-moz-placeholder,
.woocommerce textarea:focus:-moz-placeholder,
.search-wrapper textarea:focus:-moz-placeholder,
.wpcf7 textarea:focus:-moz-placeholder,
.header-my-account textarea:focus:-moz-placeholder,
.site-content input[type="tel"]:focus:-moz-placeholder,
.sidebar-container input[type="tel"]:focus:-moz-placeholder,
.woocommerce input[type="tel"]:focus:-moz-placeholder,
.search-wrapper input[type="tel"]:focus:-moz-placeholder,
.wpcf7 input[type="tel"]:focus:-moz-placeholder,
.header-my-account input[type="tel"]:focus:-moz-placeholder {
  color: #222222;
}
.site-content input[type="text"]:focus:-ms-input-placeholder,
.sidebar-container input[type="text"]:focus:-ms-input-placeholder,
.woocommerce input[type="text"]:focus:-ms-input-placeholder,
.search-wrapper input[type="text"]:focus:-ms-input-placeholder,
.wpcf7 input[type="text"]:focus:-ms-input-placeholder,
.header-my-account input[type="text"]:focus:-ms-input-placeholder,
.site-content input[type="password"]:focus:-ms-input-placeholder,
.sidebar-container input[type="password"]:focus:-ms-input-placeholder,
.woocommerce input[type="password"]:focus:-ms-input-placeholder,
.search-wrapper input[type="password"]:focus:-ms-input-placeholder,
.wpcf7 input[type="password"]:focus:-ms-input-placeholder,
.header-my-account input[type="password"]:focus:-ms-input-placeholder,
.site-content input[type="email"]:focus:-ms-input-placeholder,
.sidebar-container input[type="email"]:focus:-ms-input-placeholder,
.woocommerce input[type="email"]:focus:-ms-input-placeholder,
.search-wrapper input[type="email"]:focus:-ms-input-placeholder,
.wpcf7 input[type="email"]:focus:-ms-input-placeholder,
.header-my-account input[type="email"]:focus:-ms-input-placeholder,
.site-content input[type="search"]:focus:-ms-input-placeholder,
.sidebar-container input[type="search"]:focus:-ms-input-placeholder,
.woocommerce input[type="search"]:focus:-ms-input-placeholder,
.search-wrapper input[type="search"]:focus:-ms-input-placeholder,
.wpcf7 input[type="search"]:focus:-ms-input-placeholder,
.header-my-account input[type="search"]:focus:-ms-input-placeholder,
.site-content input[type="number"]:focus:-ms-input-placeholder,
.sidebar-container input[type="number"]:focus:-ms-input-placeholder,
.woocommerce input[type="number"]:focus:-ms-input-placeholder,
.search-wrapper input[type="number"]:focus:-ms-input-placeholder,
.wpcf7 input[type="number"]:focus:-ms-input-placeholder,
.header-my-account input[type="number"]:focus:-ms-input-placeholder,
.site-content input[type="date"]:focus:-ms-input-placeholder,
.sidebar-container input[type="date"]:focus:-ms-input-placeholder,
.woocommerce input[type="date"]:focus:-ms-input-placeholder,
.search-wrapper input[type="date"]:focus:-ms-input-placeholder,
.wpcf7 input[type="date"]:focus:-ms-input-placeholder,
.header-my-account input[type="date"]:focus:-ms-input-placeholder,
.site-content select:focus:-ms-input-placeholder,
.sidebar-container select:focus:-ms-input-placeholder,
.woocommerce select:focus:-ms-input-placeholder,
.search-wrapper select:focus:-ms-input-placeholder,
.wpcf7 select:focus:-ms-input-placeholder,
.header-my-account select:focus:-ms-input-placeholder,
.site-content textarea:focus:-ms-input-placeholder,
.sidebar-container textarea:focus:-ms-input-placeholder,
.woocommerce textarea:focus:-ms-input-placeholder,
.search-wrapper textarea:focus:-ms-input-placeholder,
.wpcf7 textarea:focus:-ms-input-placeholder,
.header-my-account textarea:focus:-ms-input-placeholder,
.site-content input[type="tel"]:focus:-ms-input-placeholder,
.sidebar-container input[type="tel"]:focus:-ms-input-placeholder,
.woocommerce input[type="tel"]:focus:-ms-input-placeholder,
.search-wrapper input[type="tel"]:focus:-ms-input-placeholder,
.wpcf7 input[type="tel"]:focus:-ms-input-placeholder,
.header-my-account input[type="tel"]:focus:-ms-input-placeholder {
  color: #222222;
}
.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: 140px;
  line-height: 24px;
  padding-top: 15px;
  overflow: auto;
}
.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: 400;
  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"],
.sidebar-container input[type="checkbox"],
.woocommerce input[type="checkbox"],
.search-wrapper input[type="checkbox"],
.wpcf7 input[type="checkbox"],
.header-my-account input[type="checkbox"] {
  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 {
  font-family: themify;
  content: '\e64c';
  width: 19px;
  text-align: center;
  line-height: 19px;
  height: 19px;
  z-index: 1000;
  background-size: 100%;
  position: absolute;
  left: 0;
  font-size: 11px;
  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%);
}
.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: 1.5;
  padding-left: 30px;
  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: 10px;
  width: 17px;
  height: 17px;
  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: 2px;
  border: 1px solid #cccccc;
}
.site-content input[type="radio"],
.sidebar-container input[type="radio"],
.woocommerce input[type="radio"],
.search-wrapper input[type="radio"],
.wpcf7 input[type="radio"],
.header-my-account input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.site-content input[type="radio"]:checked + label:after,
.sidebar-container input[type="radio"]:checked + label:after,
.woocommerce input[type="radio"]:checked + label:after,
.search-wrapper input[type="radio"]:checked + label:after,
.wpcf7 input[type="radio"]:checked + label:after,
.header-my-account input[type="radio"]:checked + label:after {
  -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);
}
.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,
.site-content input[type="radio"] + label:after,
.sidebar-container input[type="radio"] + label:after,
.woocommerce input[type="radio"] + label:after,
.search-wrapper input[type="radio"] + label:after,
.wpcf7 input[type="radio"] + label:after,
.header-my-account input[type="radio"] + label:after {
  box-sizing: border-box;
}
.site-content input[type="radio"] + label:after,
.sidebar-container input[type="radio"] + label:after,
.woocommerce input[type="radio"] + label:after,
.search-wrapper input[type="radio"] + label:after,
.wpcf7 input[type="radio"] + label:after,
.header-my-account input[type="radio"] + label:after {
  content: " ";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 3px;
  width: 11px;
  height: 11px;
  content: ' ';
  -webkit-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -khtml-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: translate(0, -50%) scale(0, 0);
  -khtml-transform: translate(0, -50%) scale(0, 0);
  -moz-transform: translate(0, -50%) scale(0, 0);
  -ms-transform: translate(0, -50%) scale(0, 0);
  transform: translate(0, -50%) scale(0, 0);
  border-radius: 50%;
  background-color: #222222;
}
.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: 17px;
  height: 17px;
  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;
  -webkit-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
  border: 1px solid #cccccc;
  border-radius: 50%;
  outline: 0 !important;
  background-color: #ffffff;
}
.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: "Work Sans";
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #1b98e0;
  color: #ffffff;
  border: 1px solid #1b98e0;
  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;
  position: relative;
  line-height: 40px;
  padding: 0 24px;
  border-radius: 0px !important;
  -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;
  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,
.site-content [type="submit"]:hover,
.sidebar-container [type="submit"]:hover,
.woocommerce [type="submit"]:hover,
.search-wrapper [type="submit"]:hover,
.wpcf7 [type="submit"]:hover,
.header-my-account [type="submit"]:hover {
  background-color: transparent;
  color: #1b98e0;
  border-color: #1b98e0;
  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[type="button"],
input[type="submit"] {
  webkit-appearance: none;
  border-radius: 0;
}
/*
=== blog comments styles ===
*/
#comments {
  margin-top: 60px;
}
#comments button,
#comments [type="submit"] {
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #1b98e0;
  color: #ffffff;
  border: 1px solid #1b98e0;
  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;
  position: relative;
  line-height: 40px;
  padding: 0 24px;
  border-radius: 0px !important;
  -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;
}
#comments button:focus,
#comments [type="submit"]:focus,
#comments button:hover,
#comments [type="submit"]:hover {
  background-color: transparent;
  color: #1b98e0;
  border-color: #1b98e0;
  outline: 0;
  outline-offset: 0;
}
#comments .comments-title,
#comments .no-comments {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  color: #1f2c33;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 0;
  margin-bottom: 45px;
}
#comments .comments-title:after,
#comments .no-comments:after {
  content: " ";
  border-bottom: 1px solid #e5e5e5;
  width: 70px;
  padding-top: 6px;
  margin-left: -0;
  display: block;
}
#comments .no-comments {
  margin-top: 40px;
}
#comments .comment-list,
#comments .comment-list li {
  list-style-type: none;
}
#comments .comment-list {
  padding-left: 0;
  padding-bottom: 21px;
  background-color: #f8f8f8;
}
#comments .comment-list ul.children {
  margin: 0 0 0 47px;
  padding: 0px 0 0 0px;
}
@media screen and (max-width: 620px) {
  #comments .comment-list ul.children li.comment {
    padding: 0;
  }
}
#comments .comment-list ul.children li.comment .comment-body {
  border-bottom: 1px solid #e5e5e5;
}
#comments .comment-list ul.children li.comment:not(.parent):last-child .comment-body {
  border: 0;
}
@media screen and (max-width: 999px) {
  #comments .comment-list ul.children {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
  }
}
#comments .comment-list li.comment,
#comments .comment-list li.pingback {
  /*margin-top: 23px;*/
  padding: 0 38px;
  /*            &:last-child{
                            .comment-body{
                                border: 0;
                            }
                        }*/
}
@media screen and (max-width: 375px) {
  #comments .comment-list li.comment,
  #comments .comment-list li.pingback {
    padding: 0 18px;
  }
}
#comments .comment-list li.comment li.comment,
#comments .comment-list li.pingback li.comment {
  padding-right: 0;
}
#comments .comment-list li.comment:first-child,
#comments .comment-list li.pingback:first-child {
  margin-top: 0;
}
#comments .comment-list li.comment .comment-body,
#comments .comment-list li.pingback .comment-body {
  border-bottom: 1px solid #e5e5e5;
}
#comments .comment-list li.comment:not(.parent):last-child .comment-body,
#comments .comment-list li.pingback:not(.parent):last-child .comment-body {
  border: 0;
}
#comments .comment-list li.comment .comment-body,
#comments .comment-list li.pingback .comment-body {
  border-bottom: 1px solid #e5e5e5;
  padding: 43px 0 30px;
}
#comments .comment-list li.comment .comment-body + #respond,
#comments .comment-list li.pingback .comment-body + #respond {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 50px 40px 55px;
}
@media screen and (max-width: 520px) {
  #comments .comment-list li.comment .comment-body + #respond,
  #comments .comment-list li.pingback .comment-body + #respond {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#comments .comment-list li.comment .comment-body:before,
#comments .comment-list li.pingback .comment-body:before {
  content: none;
}
#comments .comment-list li.comment .comment-body .comment-author,
#comments .comment-list li.pingback .comment-body .comment-author {
  float: left;
  width: 60px;
  z-index: 3;
  margin-right: 19px;
  position: relative;
  margin-top: 7px;
}
#comments .comment-list li.comment .comment-body .comment-author img,
#comments .comment-list li.pingback .comment-body .comment-author img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 999px) {
  #comments .comment-list li.comment .comment-body .comment-author,
  #comments .comment-list li.pingback .comment-body .comment-author {
    display: none;
  }
}
#comments .comment-list li.comment .comment-body .comment-data,
#comments .comment-list li.pingback .comment-body .comment-data {
  position: relative;
  margin-left: 85px;
}
#comments .comment-list li.comment .comment-body .comment-data:after,
#comments .comment-list li.pingback .comment-body .comment-data:after {
  content: " ";
  display: table;
  clear: both;
}
#comments .comment-list li.comment .comment-body .comment-data .comment-meta,
#comments .comment-list li.pingback .comment-body .comment-data .comment-meta {
  display: inline;
}
#comments .comment-list li.comment .comment-body .comment-data .comment-meta > a,
#comments .comment-list li.pingback .comment-body .comment-data .comment-meta > a {
  text-transform: none;
  font-family: "Work Sans", serif;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}
#comments .comment-list li.comment .comment-body .comment-data > p,
#comments .comment-list li.pingback .comment-body .comment-data > p {
  color: #718794;
  margin: 10px 0 18px;
}
#comments .comment-list li.comment .comment-body .comment-data > cite,
#comments .comment-list li.pingback .comment-body .comment-data > cite {
  font-size: 14px;
  text-transform: capitalize;
  color: #333333;
  font-style: normal;
  z-index: 2;
  font-weight: 600;
  line-height: 20px;
  margin-right: 21px;
  font-family: "Work Sans", sans-serif;
}
#comments .comment-list li.comment .comment-body .comment-data > cite a,
#comments .comment-list li.pingback .comment-body .comment-data > cite a {
  color: #1b98e0;
}
@media screen and (max-width: 999px) {
  #comments .comment-list li.comment .comment-body .comment-data,
  #comments .comment-list li.pingback .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.pingback .comment-body .comment-data .comment-meta,
  #comments .comment-list li.comment .comment-body .comment-data > p,
  #comments .comment-list li.pingback .comment-body .comment-data > p,
  #comments .comment-list li.comment .comment-body .comment-data > cite,
  #comments .comment-list li.pingback .comment-body .comment-data > cite {
    margin-left: 0;
  }
}
#comments .comment-list li.comment.pingback .comment-body .comment-author,
#comments .comment-list li.pingback.pingback .comment-body .comment-author {
  display: none;
}
#comments .comment-list li.comment.pingback .comment-body .comment-data,
#comments .comment-list li.pingback.pingback .comment-body .comment-data {
  margin-left: 0;
}
#comments .comment-list li.parent > .comment-body {
  position: relative;
}
#comments .comment-list li.parent > .comment-body + #respond {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 50px 40px 55px;
}
@media screen and (max-width: 520px) {
  #comments .comment-list li.parent > .comment-body + #respond {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#comments .comment-list .reply a {
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  color: #1b98e0;
  padding-right: 19px;
  position: relative;
  -webkit-transition: all 0s linear -0.2s;
  -khtml-transition: all 0s linear -0.2s;
  -moz-transition: all 0s linear -0.2s;
  -ms-transition: all 0s linear -0.2s;
  transition: all 0s linear -0.2s;
}
#comments .comment-list .reply a:before {
  content: " ";
  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;
  -webkit-transition: all 0s linear 0s;
  -khtml-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
  left: calc(100% - 11px);
  right: 0;
  background-color: #333333;
  width: 11px;
  height: 2px;
}
#comments .comment-list .reply a:after {
  content: " ";
  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;
  -webkit-transition: all 0s linear 0s;
  -khtml-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
  right: 0;
  left: auto;
  border: 4px solid transparent;
  border-left: 4px solid #333333;
  border-right: 0px solid transparent;
}
#comments .comment-list .reply a:hover {
  color: #1b98e0;
  border-color: #000000;
}
#comments .comment-list .reply a:hover:after {
  border-left-color: #1b98e0;
}
#comments .comment-list .reply a:hover:before {
  background-color: #1b98e0;
}
#comments .comment-list .reply a:hover {
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  border-bottom: 1px solid #1f2c33;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  color: #1b98e0;
  padding-right: 19px;
  position: relative;
  -webkit-transition: all 0s linear -0.2s;
  -khtml-transition: all 0s linear -0.2s;
  -moz-transition: all 0s linear -0.2s;
  -ms-transition: all 0s linear -0.2s;
  transition: all 0s linear -0.2s;
}
#comments .comment-list .reply a:hover:before {
  content: " ";
  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;
  -webkit-transition: all 0s linear 0s;
  -khtml-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
  left: calc(100% - 11px);
  right: 0;
  background-color: #1b98e0;
  width: 11px;
  height: 2px;
}
#comments .comment-list .reply a:hover:after {
  content: " ";
  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;
  -webkit-transition: all 0s linear 0s;
  -khtml-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
  right: 0;
  left: auto;
  border: 4px solid transparent;
  border-left: 4px solid #1b98e0;
  border-right: 0px solid transparent;
}
#comments .comment-list .reply a:hover:hover {
  color: #1b98e0;
  border-color: #000000;
}
#comments .comment-list .reply a:hover:hover:after {
  border-left-color: #1b98e0;
}
#comments .comment-list .reply a:hover:hover:before {
  background-color: #1b98e0;
}
@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;
}
#comments .comment-list + #respond {
  margin-top: 72px;
}
@media screen and (max-width: 999px) {
  #comments .comment-list {
    padding: 0;
  }
}
#comments #respond {
  margin: 0;
}
#comments #respond #reply-title {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  color: #1f2c33;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 0;
  margin-bottom: 45px;
}
#comments #respond #reply-title:after {
  content: " ";
  border-bottom: 1px solid #e5e5e5;
  width: 70px;
  padding-top: 6px;
  margin-left: -0;
  display: block;
}
#comments #respond form:after {
  content: " ";
  display: table;
  clear: both;
}
#comments #respond #commentform .comment-fields {
  width: 100%;
  box-sizing: border-box;
}
#comments #respond #commentform .comment-fields #url {
  display: none;
}
#comments #respond #commentform .comment-fields input {
  margin-bottom: 15px;
}
#comments #respond #commentform .logged-in-as + #comment {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
#comments #respond #cancel-comment-reply-link {
  font-weight: 300;
}
#comments #respond div.form-submit {
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
  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%;
  }
}
/*
=== various blog post templates styles ===
*/
.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 .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,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iI0ZGRkZGRiIvPgogIDwvZz4KPC9zdmc+Cg==);
  font-size: 22px;
  width: 23px;
  height: 33px;
  display: inline-block;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.entry.post .thumbnails .flex-direction-nav a.flex-next:before {
  transform: rotate(0deg);
  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;
}
.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: 600;
}
.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: #1b98e0;
  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.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;
}
.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,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iI0ZGRkZGRiIvPgogIDwvZz4KPC9zdmc+Cg==);
  font-size: 22px;
  width: 23px;
  height: 33px;
  display: inline-block;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.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(0deg);
  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,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iI0ZGRkZGRiIvPgogIDwvZz4KPC9zdmc+Cg==);
  font-size: 22px;
  width: 23px;
  height: 33px;
  display: inline-block;
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.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(0deg);
  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;
}
/* 
=== blog list pagination styles ===
*/
nav.paging-navigation {
  margin-top: 30px;
  padding-left: 1px;
  display: inline-block;
}
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: #1b98e0;
}
nav.paging-navigation .loop-pagination span.current,
nav.paging-navigation .loop-pagination span.dots,
nav.paging-navigation .loop-pagination a,
nav.paging-navigation .loop-pagination .page-numbers {
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 500;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #f2f2f2;
  background-color: transparent;
  height: auto;
  margin-right: 8px;
  float: left;
  transition: none;
}
nav.paging-navigation .loop-pagination span.current span,
nav.paging-navigation .loop-pagination span.dots span,
nav.paging-navigation .loop-pagination a span,
nav.paging-navigation .loop-pagination .page-numbers span {
  display: none;
}
nav.paging-navigation .loop-pagination span.current:hover,
nav.paging-navigation .loop-pagination span.dots:hover,
nav.paging-navigation .loop-pagination a:hover,
nav.paging-navigation .loop-pagination .page-numbers:hover {
  color: #000000;
  border-color: #222222;
}
nav.paging-navigation .loop-pagination span.current:hover.prev,
nav.paging-navigation .loop-pagination span.dots:hover.prev,
nav.paging-navigation .loop-pagination a:hover.prev,
nav.paging-navigation .loop-pagination .page-numbers:hover.prev,
nav.paging-navigation .loop-pagination span.current:hover.next,
nav.paging-navigation .loop-pagination span.dots:hover.next,
nav.paging-navigation .loop-pagination a:hover.next,
nav.paging-navigation .loop-pagination .page-numbers:hover.next {
  color: #000000;
}
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 .page-numbers.current {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
nav.paging-navigation .loop-pagination span.current i,
nav.paging-navigation .loop-pagination span.dots i,
nav.paging-navigation .loop-pagination a i,
nav.paging-navigation .loop-pagination .page-numbers i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -khtml-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
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,
nav.paging-navigation .loop-pagination .page-numbers 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,
nav.paging-navigation .loop-pagination .page-numbers i.next::before {
  content: "\f105";
}
nav.paging-navigation .loop-pagination > *:last-child {
  margin-right: 0;
}
