html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
a {
  background-color: transparent;
}
b, strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
small {
  font-size: 80%;
}
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}
html {
  font-size: 100%;
  box-sizing: border-box;
}

*, :after, :before {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}
.row {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
}

.row:after, .row:before {
  content: ' ';
  display: table;
}

.row:after {
  clear: both;
}
.column, .columns {
  width: 100%;
  float: left;
  padding-left: .625rem;
  padding-right: .625rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.small-2 {
  width: 16.66667%;
}
.small-8 {
  width: 66.66667%;
}
.small-12 {
  width: 100%;
}
@media screen and (min-width: 40.0625em) {
  .medium-4 {
	width: 33.33333%;
  }
  .medium-8 {
	width: 66.66667%;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.row {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row .row {
  max-width: none;
  margin-left: -.625rem;
  margin-right: -.625rem;
}

@media screen and (min-width: 40.0625em) {
  .row .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}
.column, .columns {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: .625rem;
  padding-right: .625rem;
  min-width: initial;
}

@media screen and (min-width: 40.0625em) {
  .column, .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}
.small-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.small-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 40.0625em) {
	.medium-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em, i {
  font-style: italic;
}

b, em, i, strong {
  line-height: inherit;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40.0625em) {
  h1 {
    font-size: 3rem;
  }
   h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a img {
  border: 0;
}
dl, ol, ul {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
}

ol, ul {
  margin-left: 1.25rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: .8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}
.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}
@media screen and (min-width: 64.0625em) {
	.large-text-center {
    text-align: center;
  }
}
.hide {
  display: none !important;
}
html {
  height: 100%;
}

body {
  color: #525252;
  background: #fff;
  position: static;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 48.063em) {
  body {
    position: relative;
  }
}
body div, body dl, body dt, body dd, body ul, body ol, body li, body pre, body form, body p, body th, body td {
  font-size: inherit;
  font-family: inherit;
}
body p {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}
body strong {
  font-weight: 600;
}

figure {
  margin: 0;
}

a {
/*  color: #080808;*/
  outline: 0;
}
.titlefont, body, h1, h2, h3, h4, h5, h6, blockquote, .subheader, .featured_image_credit, .post-review ul li, .post-review .comment_section p:before, .post-review .post_comment, .subcategory_container .thb-sibling-categories li a, label, .trending-bar > aside, .woocommerce-MyAccount-navigation ul li a {
  font-family: "Poppins", sans-serif;
}

.bodyfont, #comments ol.commentlist .comment p:not(.meta) {
  font-family: "Droid Serif", serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #080808;
  margin-top: 0;
  letter-spacing: -0.04em;
  font-weight: 600;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
.reset, .subheader ul, .menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu, .menu-holder ul li.menu-item-mega-parent .thb_mega_menu_holder .thb_mega_menu li, .slick-dots, .widget.widget_calendar table, .searchform fieldset {
  margin: 0;
  padding: 0;
}

.cf:before, .post:before, .post-author:before, .authorpage:before, .addresses:before, .cf:after, .post:after, .post-author:after, .authorpage:after, .addresses:after {
  content: " ";
  display: table;
}
.cf:after, .post:after, .post-author:after, .authorpage:after, .addresses:after {
  clear: both;
}
.transition, .post-gallery img, .mobile-menu li span, .mobile-menu li a, .circle_rating, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea, .products .product .product_thumbnail.thb_hover .product_thumbnail_hover {
  -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.quick-transition, .quick_search, .quick_search.active .searchform, .post .post-title h6, .post.carousel-listing:after, .post.post-overlay.center-title .post-gallery > a:after, .post.post-overlay.bottom-gradient .post-gallery > a:after, .post.post-overlay.top-gradient .post-gallery > a:after, .post.post-overlay.color1-gradient .post-gallery > a:after, .post.post-overlay.color2-gradient .post-gallery > a:after, .post.post-overlay.color3-gradient .post-gallery > a:after, .post.post-overlay.color4-gradient .post-gallery > a:after, .post.post-overlay.color5-gradient .post-gallery > a:after, .share-article-vertical .social span, .btn,
.button,
input[type=submit], .thb-category-slide .thb-category-container, .thb-category-slide .thb-slide-link, .products .product .product_after_title .product_after_shop_loop_buttons,
.products .product .product_after_title .product_after_shop_loop_price, #theme-switcher, #theme-switcher .style-toggle svg {
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.linear-quick-transition, a, .slick, .slick:after, .slick-list, .slick-nav, .slick-dots li button, .post .post-gallery img, .post.format-gallery .post-gallery > a:after, .post.format-gallery .post-gallery > a:before, .post.format-video .post-gallery > a:after, .post.format-video .post-gallery > a:before, .widget.widget_socialcounter ul li a .fa {
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.admin-bar .admin-style, .admin-bar .subheader.fixed {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .admin-style, .admin-bar .subheader.fixed {
    top: 32px;
  }
}
.row:after, .row:before {
  content: none;
}
@media only screen and (min-width: 48.063em) {
  .row {
    padding: 0 15px;
  }
}
.row .row {
  padding: 0;
}
.row.top-padding {
  padding-top: 30px;
}
.row.full-width-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.custom_scroll {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.custom_scroll > div {
  width: 100%;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  will-change: transform;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.post-gallery img.image-loading {
  opacity: 0;
}
.fixed-me {
  will-change: top;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#wrapper {
  position: relative;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
#wrapper [role="main"] {
  position: relative;
  z-index: 10;
}
#wrapper #content-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#wrapper #content-container .click-capture {
  position: absolute;
  z-index: 998;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(151, 151, 151, 0.5);
  content: '';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity;
}
h1 {
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h1 {
    font-size: 38px;
  }
}
h3 {
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 18px;
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 64.063em) {
  h4 {
    font-size: 22px;
  }
}
h6 {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 600;
}
ul, ol {
  margin-left: 0;
  list-style-position: inside;
  font-size: inherit;
}
ul ul, ul ol, ol ul, ol ol {
  margin-left: 15px;
}
ul li, ol li {
  margin-bottom: 10px;
}
ul li:last-child, ol li:last-child {
  margin: 0;
}
ol {
  counter-reset: item;
  list-style: none;
}
ol li:before {
  content: counter(item);
  counter-increment: item;
  color: #7a7a7a;
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin-right: 10px;
  width: 28px;
  border: 2px solid #7a7a7a;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  border-radius: 14px;
}
ol li ol {
  margin-top: 10px;
  margin-left: 40px;
}
ol li ol li:before {
  content: counter(item);
  counter-increment: item;
  color: #7a7a7a;
  display: inline-block;
  height: 28px;
  line-height: 24px;
  margin-right: 10px;
  width: 28px;
  border: 2px solid #7a7a7a;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  border-radius: 14px;
}
blockquote {
  position: relative;
  clear: both;
  padding: 37px 15px;
  margin: 10px 0;
  text-align: center;
  border: 0;
}
@media only screen and (min-width: 48.063em) {
  blockquote {
    padding: 37px;
    margin: 20px 0;
  }
}
blockquote p {
  font-size: 18px;
  font-weight: 500;
  color: #080808;
  line-height: 1.16;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 48.063em) {
  blockquote p {
    font-size: 24px;
  }
}
cite {
  font-weight: 500;
  font-size: 14px;
  color: #080808;
  font-style: normal;
  line-height: 1;
  margin-top: 20px;
}
cite:before {
  display: none;
}
.subheader {
  line-height: 46px;
  text-transform: uppercase;
  direction: ltr;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 12;
  width: 100%;
  display: flex;
  align-items: center;
}
.subheader ul {
  font-size: 11px;
}
.subheader ul > li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.subheader ul > li > a {
  display: block;
  padding: 0 5px;
  line-height: 46px;
}
.subheader ul > li > a .fa {
  margin-left: 5px;
}
@media only screen and (min-width: 80em) {
  .subheader ul > li > a {
    padding: 0 15px;
  }
}
.subheader.light {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.subheader.light .page-title {
  color: #080808;
}
.subheader.light .page-title:before {
  background: rgba(0, 0, 0, 0.25);
}
.subheader.light ul > li a {
  color: rgba(0, 0, 0, 0.8);
}
.subheader.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  margin: 0;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  will-change: transform;
}
.subheader.fixed.header--slide {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.subheader.fixed .logo {
  text-align: left;
}
.subheader.fixed .logo .logolink {
  display: inline-block;
}
.subheader.fixed .logo .logolink .logoimg {
  max-height: 21px;
}
.subheader.fixed .logo .page-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  padding-left: 34px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 400px;
  text-transform: none;
}
@media only screen and (min-width: 80em) {
  .subheader.fixed .logo .page-title {
    max-width: 600px;
  }
}
.subheader.fixed .logo .page-title:before {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 5px;
  left: 16px;
  bottom: 5px;
}
.subheader.fixed .share-article-vertical {
  float: right;
}
.subheader.fixed > .row {
  position: relative;
}
.quick_search {
  display: inline-block;
  position: relative;
  line-height: 46px;
  vertical-align: middle;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: right;
  width: auto;
}
@media only screen and (min-width: 64.063em) {
  .quick_search {
    padding: 0 15px;
    text-align: center;
  }
}
.quick_search .quick_toggle {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}
.quick_search .quick_search_icon {
  vertical-align: middle;
  height: 14px;
  z-index: -1;
  padding: 0;
}
.quick_search .searchform {
  position: absolute;
  top: 100%;
  right: -1px;
  width: 290px;
  opacity: 0;
  z-index: 2;
}
.quick_search .searchform input[type="submit"] {
  display: none;
}
.quick_search .searchform .s {
  padding: 17px 21px 14px;
}
.inline-social-icons, .subheader.fixed .share-article-vertical, .product-page .product-information .share-article-vertical {
  width: auto;
  padding: 5px 0;
  position: static;
}
.header {
  width: 100%;
  height: auto;
  z-index: 11;
  position: relative;
}
.header .logo {
  text-align: center;
}
@media only screen and (min-width: 64.063em) {
  .header .logo {
    text-align: left;
  }
}
.header .logo .logolink {
  display: inline-block;
}
.header .logo .logoimg {
  max-height: 30px;
}
@media only screen and (min-width: 64.063em) {
  .mobile-icon-holder,
  .mobile-share-holder {
    display: none;
  }
}

.menu-holder {
  position: relative;
}
@media only screen and (min-width: 64.063em) {
  .header.style2 {
    padding-top: 10px;
  }
}
.header.style2 .logo .logolink {
  padding: 25px 0;
}
@media only screen and (min-width: 64.063em) {
  .header.style2 .logo .logolink {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .header.style2 .logo {
    text-align: center;
  }
}
.header.style2 .menu-holder {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 10px;
  position: relative;
}
.header.style2 .menu-holder > ul > li {
  padding: 10px 0;
}
.header > .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header > .row:before {
  display: none;
}

.menu-holder {
  display: none;
}
@media only screen and (min-width: 64.063em) {
  .menu-holder {
    display: block;
  }
}
.menu-holder ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-holder ul li {
  display: inline-block;
  padding: 20px 0;
}
.menu-holder ul li a {
  background: none;
}
.menu-holder ul.sf-menu > li {
  margin: 0 15px 0 0;
}
@media only screen and (min-width: 80em) {
  .menu-holder ul.sf-menu > li {
    margin: 0 30px 0 0;
  }
}
.menu-holder ul.sf-menu > li > a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.menu-holder ul.sf-menu > li:last-child {
  margin-right: 0;
}
#mobile-menu {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99;
  padding: 15px 5px 15px 15px;
  width: 280px;
  background: #fff;
  overflow: hidden;
  left: 0;
  will-change: transform;
  -moz-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 48.063em) {
  #mobile-menu {
    width: 380px;
    padding: 20px 10px 20px 20px;
    left: 0;
    -moz-transform: translateX(-380px);
    -ms-transform: translateX(-380px);
    -webkit-transform: translateX(-380px);
    transform: translateX(-380px);
  }
}
.admin-bar #mobile-menu {
  padding-top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar #mobile-menu {
    padding-top: 32px;
  }
}
#mobile-menu .social-links {
  padding: 20px 15px 15px;
  text-align: center;
}
@media only screen and (min-width: 48.063em) {
  #mobile-menu .social-links {
    padding: 30px 15px 25px;
  }
}
#mobile-menu .menu-footer {
  text-align: center;
  padding: 0 15px;
  font-size: 11px;
  line-height: 16px;
  color: #080808;
}
.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
  width: 100%;
  clear: left;
  background: #fff;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile-menu li {
  margin: 0;
}
.mobile-menu li a {
  display: block;
  line-height: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #080808;
  position: relative;
  text-transform: uppercase;
  padding: 19px 0 16px;
  border-bottom: 1px solid #f0f0f0;
}
.post {
  margin-bottom: 30px;
  position: relative;
}
.post .post-content {
  float: none;
}
.post .post-content iframe {
  width: 100%;
}
.post .post-content p {
  font-family: "Droid Serif", serif;
}
.post .post-content p:last-child {
  margin-bottom: 0;
}
.post .post-gallery {
  position: relative;
  background: #080808;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.post .post-gallery > a {
  display: block;
}
.post .post-gallery img {
  width: 100%;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
}
.post .post-title h1, .post .post-title h2, .post .post-title h3, .post .post-title h4, .post .post-title h5, .post .post-title h6 {
  word-break: break-word;
  margin-bottom: 10px;
  -webkit-text-size-adjust: 100%;
}
.post .post-title h1 {
  display: block;
  font-size: 24px;
}
@media only screen and (min-width: 48.063em) {
  .post .post-title h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 64.063em) {
  .post .post-title h1 {
    font-size: 38px;
  }
}
.post .post-title a {
  color: #080808;
}
.post .post-title .post-bottom-meta {
  text-align: right;
  margin-bottom: 0;
}
.post .post-title .post-bottom-meta span,
.post .post-title .post-bottom-meta time {
  margin-right: 0;
}
.post .post-title .post-bottom-meta .time {
  float: left;
}
.post .single_category_title {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.post .post-bottom-meta {
  color: rgba(0, 0, 0, 0.4);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.post .post-bottom-meta a {
  color: rgba(0, 0, 0, 0.4);
}
.post .post-bottom-meta span,
.post .post-bottom-meta time {
  margin-right: 5px;
}
@media only screen and (min-width: 48.063em) {
  .post .post-bottom-meta span,
  .post .post-bottom-meta time {
    margin-right: 7px;
  }
}
.post .post-bottom-meta .time {
  font-weight: 500;
}
.post .post-bottom-meta [rel=author] {
  float: left;
  font-weight: 500;
}
.post .post-bottom-meta [rel=author]:not(.hide) + .time {
  margin-left: 4px;
}
.post .post-bottom-meta [rel=author]:not(.hide) + .time:before {
  content: '-';
  display: inline-block;
  margin-right: 4px;
}
.post.blog-post {
  margin-bottom: 0;
}
.post.blog-post .post-gallery {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48.063em) {
  .post.blog-post .post-gallery {
    margin-bottom: 40px;
  }
}
.post.blog-post .single_category_title {
  margin-bottom: 18px;
}
.post.blog-post .post-title {
  margin-bottom: 25px;
}
.post.blog-post .entry-title {
  padding-bottom: 15px;
  border-bottom: 1px dotted #a8a8a8;
  margin-bottom: 18px;
}
.post.style1 {
  margin-bottom: 20px;
}
.post.style1-meta .post-gallery {
  margin-bottom: 20px;
}
.post-content-container {
  padding-left: 0;
  min-height: 390px;
}
@media only screen and (min-width: 48.063em) {
  .post-content-container {
    padding-left: 98px;
  }
}
.share-article-vertical {
  display: block;
  float: left;
  width: 60px;
  margin-bottom: 30px;
  position: absolute;
  margin-top: 5px;
}
.subheader .share-article-vertical {
  margin: 0;
}
.related-posts .related-title {
  display: block;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
}
.related-posts .row {
  display: flex;
  flex-wrap: wrap;
}
.related-posts .row:after, .related-posts .row:before {
  display: none;
}
.post-detail-row {
  background: #fff;
}

#infinite-article {
  background: #fff;
  will-change: contents;
}
@media only screen and (min-width: 64.063em) {
  .sidebar {
    padding-left: 45px;
  }
}
.widget {
  margin-bottom: 30px;
  background: #f5f5f5;
  padding: 15px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 48.063em) {
  .widget {
    padding: 20px;
  }
}
@media only screen and (min-width: 64.063em) {
  .widget {
    padding: 30px;
  }
}
.widget > strong {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 13px;
  margin-bottom: 28px;
  border-bottom: 2px solid #080808;
}
.widget ul {
  margin: 0;
  position: relative;
}
.widget ul li {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.widget ul li:first-child {
  padding-top: 0;
}
.widget ul li:last-child {
  padding-bottom: 0;
}
.widget.widget_latestimages ul li > .post {
  margin-bottom: 0;
}
.widget.widget_latestimages ul li > .post.style1-meta .post-bottom-meta {
  margin: 0;
}
.widget.widget_latestimages ul li > .post.style1-meta .post-gallery {
  margin-bottom: 15px;
}
.widget.widget_latestimages ul li > .post.style1-meta .post-title h6 {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
}
form {
  margin: 0;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border: 1px solid #e6e6e6;
  padding: 12px 15px 11px;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
  font-weight: 500;
  background: #fff;
  max-width: 100%;
  outline: 0;
  font-family: inherit;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.widget input[type="text"], .widget
input[type="password"], .widget
input[type="date"], .widget
input[type="datetime"], .widget
input[type="email"], .widget
input[type="number"], .widget
input[type="search"], .widget
input[type="tel"], .widget
input[type="time"], .widget
input[type="url"], .widget
textarea {
  background: transparent;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #8f8f8f;
  font-size: 11px;
}
label {
  font-size: 11px;
  display: block;
  color: #080808;
  margin: 0 0 8px;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 600;
  text-transform: uppercase;
  clear: both;
}
textarea {
  min-height: 108px;
}
.searchform {
  margin: 0;
}
.searchform fieldset {
  position: relative;
  border: 0;
}
.searchform fieldset input[type="text"],
.searchform fieldset input[type="search"] {
  margin: 0;
  width: 100%;
}
.searchform fieldset input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  outline: 0;
  text-indent: -9999px;
  width: 44px;
  padding: 0;
  height: 44px;
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjAuMDc4cHgiIGhlaWdodD0iMTguNTMxcHgiIHZpZXdCb3g9IjAgMCAyMC4wNzggMTguNTMxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMC4wNzggMTguNTMxIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMTguOTYsMTYuODk2bC00Ljk3My00LjkyNmMxLjAyLTEuMjU1LDEuNjMzLTIuODQ2LDEuNjMzLTQuNTc4YzAtNC4wMzUtMy4zMTItNy4zMTctNy4zODUtNy4zMTdTMC44NDksMy4zNTgsMC44NDksNy4zOTMNCgkJCWMwLDQuMDMzLDMuMzEzLDcuMzE2LDcuMzg2LDcuMzE2YzEuNjYsMCwzLjE4OC0wLjU1Miw0LjQyMi0xLjQ3MWw0Ljk5OCw0Ljk1YzAuMTgxLDAuMTc5LDAuNDE2LDAuMjY4LDAuNjUyLDAuMjY4DQoJCQljMC4yMzUsMCwwLjQ3Mi0wLjA4OSwwLjY1Mi0wLjI2OEMxOS4zMiwxNy44MzIsMTkuMzIsMTcuMjUzLDE4Ljk2LDE2Ljg5NnogTTIuNjkzLDcuMzkzYzAtMy4wMjcsMi40ODUtNS40ODksNS41NDItNS40ODkNCgkJCWMzLjA1NCwwLDUuNTQxLDIuNDYyLDUuNTQxLDUuNDg5YzAsMy4wMjYtMi40ODYsNS40ODktNS41NDEsNS40ODlDNS4xNzksMTIuODgyLDIuNjkzLDEwLjQxOSwyLjY5Myw3LjM5M3oiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==") center center no-repeat;
}
#comments {
  border-left: 2px solid #f5f5f5;
  border-right: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 30px;
}
@media only screen and (min-width: 64.063em) {
  #comments {
    margin-bottom: 70px;
  }
}
#comments #comment-toggle {
  display: block;
  width: 100%;
  background: #f5f5f5;
  padding: 13px;
  color: #080808;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (min-width: 48.063em) {
  #comments #comment-toggle {
    padding: 25px;
    text-align: left;
  }
}
#comments #comment-toggle:after {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
}
#comments ol.commentlist {
  list-style: none;
  margin: 0;
  display: block;
  padding: 13px;
  border-bottom: 1px solid #f5f5f5;
}
@media only screen and (min-width: 48.063em) {
  #comments ol.commentlist {
    padding: 25px;
    text-align: left;
  }
}
#comments ol.commentlist > .comment:last-child .comment-body {
  margin-bottom: 0;
}
#comments ol.commentlist .comment {
  margin: 0;
}
#comments ol.commentlist .comment:before {
  display: none;
}
#comments ol.commentlist .comment.depth-1:first-child > .comment-body {
  padding-top: 0;
  padding-top: 0;
  border: 0;
}
#comments ol.commentlist .comment.depth-1:first-child > .comment-body .avatar {
  top: 0;
}
#comments ol.commentlist .comment.depth-1:first-child > .comment-body .reply {
  top: 0;
}
#comments ol.commentlist .comment .comment-body,
#comments ol.commentlist .comment .comment_container {
  position: relative;
  min-height: 87px;
  padding-left: 83px;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding-top: 13px;
  border-top: 1px dotted #dfdfdf;
}
#comments ol.commentlist .comment .comment-meta {
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  color: #666;
  text-transform: uppercase;
  font-weight: 500;
}
#comments ol.commentlist .comment .comment-meta a {
  color: #666;
}
#comments ol.commentlist .comment .vcard {
  border: 0;
  padding: 0;
  margin: 0;
}
#comments ol.commentlist .comment .vcard .says {
  display: none;
}
#comments ol.commentlist .comment .fn,
#comments ol.commentlist .comment .meta {
  font-size: 11px;
  font-weight: 600;
  color: #080808;
  text-transform: uppercase;
}
#comments ol.commentlist .comment .avatar {
  width: 66px;
  height: 66px;
  float: left;
  position: absolute;
  top: 20px;
  left: 0;
}
#comments ol.commentlist .comment p:not(.meta) {
  font-size: 11px;
  word-break: break-word;
}
#comments ol.commentlist .comment .reply {
  position: absolute;
  top: 18px;
  right: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #080808;
}
#comments ol.commentlist .comment .reply a {
  color: #080808;
}
#comments ol.commentlist .comment .children {
  list-style: none;
  margin-left: 10px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 48.063em) {
  #comments ol.commentlist .comment .children {
    margin-left: 83px;
  }
}
.comment-content-container {
  display: none;
}

.comment-respond {
  padding: 13px;
}
@media only screen and (min-width: 48.063em) {
  .comment-respond {
    padding: 25px;
  }
}
.comment-respond .comment-reply-title {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 10px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
.comment-respond .comment-reply-title small a {
  color: #649fd6;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
}
.comment-respond p {
  font-size: 12px;
}
.comment-respond input[type="text"],
.comment-respond textarea {
  width: 100%;
}
.comment-respond .form-submit {
  margin: 0 0 20px;
}
.btn,
.button,
input[type=submit] {
  font-family: inherit;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  padding: 14px 30px 12px;
  border: 1px solid #080808;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  color: #080808;
  background: transparent;
  text-transform: uppercase;
  text-shadow: none !important;
  text-align: center;
  vertical-align: middle;
  border-radius: 0 !important;
  width: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media only screen and (min-width: 48.063em) {
  .btn,
  .button,
  input[type=submit] {
    width: auto;
  }
}
.btn.black,
.button.black,
input[type=submit].black {
  background: #080808;
  border-color: #080808;
  color: #fff;
}

#footer {
  background: transparent;
  padding: 40px 0;
  width: 100%;
}
#footer .widget {
  background: none !important;
  padding: 0;
}
#footer .widget p {
  font-size: 14px;
}
#footer.dark {
  background: #080808;
}
#footer.dark .widget {
  color: rgba(255, 255, 255, 0.6);
}
#subfooter {
  width: 100%;
}
#subfooter.light {
  background: #f4f4f4;
}
#subfooter.light p {
  color: rgba(0, 0, 0, 0.4);
}
#subfooter p {
  font-size: 10px;
  font-weight: 600;
  margin: 0;
}
.subheader.fixed {
    background-color: #000;
}
.open-menu #mobile-menu{
	visibility:visible;
}
.widget{
	background:#FFF;	
}
#wrapper.open-menu {
    overflow: hidden;
}
#mobile-menu {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 99;
    background: #fff;
    overflow: hidden;
    will-change: transform;
	transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mobile-menu li a {
    display: block;
    line-height: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #080808;
    position: relative;
    text-transform: uppercase;
    padding: 19px 0 16px;
    border-bottom: 1px solid #f0f0f0;
}
.custom_scroll {
    overflow: hidden;
    height: 100%;
    position: relative;
}
.header .quick_search.active {
    background: transparent;
}
.quick_search.active {
    overflow: visible;
    background: #d3d3d3;
    color: #fff;
}
.quick_search.active .searchform {
    opacity: 1;
}
.quick_search .searchform {
    position: absolute;
    top: 100%;
    right: -1px;
    width: 290px;
    z-index: 2;
}
.quick_search .searchform .s {
    padding: 17px 21px 14px;
}
.alignleft{
  float:left;
  margin:6px 20px 14px 0;
}
.aligncenter{
  display: block;
  clear:both;
  margin: 0 auto;
}
.alignright{  
  float:right;
  margin: 6px 0 14px 20px; 
}