/*  Mixins
	-------------------------------------------------------------- */
/**
	Common
 */
h3,
h4 {
  line-height: 1.2;
}
.wpb_single_image.vc_align_center .vc_single_image-wrapper {
  text-align: center;
}
.vc_btn3.vc_btn3-size-md {
  padding: 9px 12px;
  font-size: 19px;
}
.vc_btn3.vc_btn3-style-flat.vc_btn3-color-green {
  background-color: #7f9e60;
  color: #FFF;
  border: 2px solid #7f9e60;
}
.vc_btn3.vc_btn3-style-flat.vc_btn3-color-green:hover {
  background-color: transparent;
  color: #7f9e60;
}
/**
	Header
 */
.header .header-logo-row > .row > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}
.header .header-logo-row > .row > .columns:first-child,
.header .header-logo-row > .row > .columns:last-child {
  display: none;
}
.header .header-menu-row {
  z-index: 1;
}
#mobile-menu .logolink .logoimg {
  filter: invert(100%);
}
.thb-mobile-menu .sub-menu a {
  font-size: 12px;
}
.thb-full-menu > li > a:not(.logolink) {
  font-size: 15px;
}
.thb-search-popup .thb-autocomplete-wrapper {
  overflow-y: auto;
}
.thb-search-popup .results-found {
  display: none;
}
/**
	Footer
 */
.bottom-affiliate-message {
  text-align: center;
  margin: 30px;
  font-style: italic;
  color: #666;
  font-size: 14px;
}
.footer {
  /* Footer nav */
}
@media (max-width: calc(1024px - 1px)) {
  .footer .columns:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .columns:nth-child(2),
  .footer .columns:nth-child(3) {
    display: none;
  }
}
.footer .widget_media_image {
  max-width: 300px;
  margin-bottom: 30px;
}
.footer .widget_media_image img {
  filter: invert(100%);
}
.footer .widget .thb-widget-title {
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
}
.footer .thb_widget_social_links .thb-widget-title {
  margin-bottom: 15px;
}
.footer .thb-social-links-container.thb-social-horizontal .thb-social-link-wrap {
  padding-left: 0;
}
.footer .thb-social-links-container .thb-social-link .thb-social-icon-container {
  font-size: 26px;
}
@media (min-width: 1024px) {
  .footer .widget_nav_menu {
    margin-top: 50px;
  }
}
.footer .menu-footer-container {
  overflow: auto;
}
@media (min-width: 1024px) {
  .footer .menu {
    float: right;
  }
}
.footer .menu li {
  margin-bottom: 0;
}
.footer .menu a {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.footer .columns:last-child .menu a {
  text-transform: unset;
}
.subfooter.dark p:first-of-type {
  opacity: 1;
}
.subfooter p {
  font-family: Jost, 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
}
/**
	Post grid
 */
.post .post-gallery > a {
  position: relative;
  padding-top: 85%;
}
.post .post-gallery > a .wp-post-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
/**
	Home page
 */
@media (max-width: 640px) {
  .home-most-popular .thb-post-grid.thb-post-grid-style6 {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .home-outdoor-ideas .post.style5 .post-gallery {
    background: transparent;
  }
}
/**
	Article
 */
.post-detail {
  /* Affiliate content */
}
.post-detail .entry-title {
  line-height: 1.2;
}
.post-detail .post-content h2 {
  line-height: 1.2;
}
.post-detail .post-content a,
.post-detail .post-content ul li a:not([class]),
.post-detail .post-content ol li a:not([class]) {
  /*text-decoration: none;
            background-image: linear-gradient(@brand-color,@brand-color);
            background-position: 0 100%;
            background-repeat: repeat-x;
            background-size: 0.125rem 0.125rem;
            transition: none;*/
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #f75454;
}
.post-detail .lwptoc a:not(.lwptoc_toggle_label) {
  line-height: 1.3;
  padding: 10px 0 0;
  border-bottom: 1px dotted black !important;
}
.post-detail .wp-block-image figcaption {
  line-height: 1.3;
  padding: 10px 0;
  text-align: center;
}
.post-detail .wp-block-image figcaption a {
  text-decoration: underline;
}
.post-detail .wp-block-group {
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
}
.post-detail .wp-block-group h4 {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  padding: 0 1.25rem;
  font-size: 1.375rem;
  letter-spacing: 0.03125rem;
  background: #fff;
  text-transform: uppercase;
}
.post-detail .wp-block-group__inner-container {
  border-top: 0.0625rem solid #f75454;
  border-bottom: 0.1875rem solid #f75454;
  padding: 2rem 0.75rem 1.5rem;
}
.post-detail .wp-block-separator.is-style-wide {
  border-top-width: 6px;
}
.post-detail .wp-block-separator.is-style-wide,
.post-detail .wp-block-separator.is-style-wide + h2 {
  margin-left: -170px;
  margin-bottom: 30px;
}
.post-detail .wp-block-separator.is-style-default {
  margin: 2.5rem auto;
}
.post-detail .wp-block-separator.is-style-dots {
  background-image: linear-gradient(to right, #000 0, #000 25%, transparent 25%) !important;
  background-repeat: repeat-x !important;
  background-size: 4px 1px !important;
  height: 4px;
  margin: 2.5rem auto;
}
.post-detail .wp-block-separator.is-style-dots:before {
  content: unset;
}
.post-detail .wp-block-media-text .wp-block-media-text__media,
.post-detail .wp-block-media-text .wp-block-media-text__content {
  align-self: start;
}
.post-detail .wp-block-media-text h3 {
  font-size: 1.5rem;
}
.post-detail .wp-block-media-text a {
  text-decoration: none;
}
.post-detail .wp-block-media-text p {
  /*line-height: 1.3;*/
  font-size: 15px;
}
.post-detail .wp-block-button__link {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Jost, 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  height: 54px;
  line-height: 54px;
  padding: 0 45px;
  font-size: 14px;
  background: #0a0a0a;
  text-decoration: none !important;
}
.post-detail .wp-block-button__link:hover {
  background-color: #f75454;
}
.wp-block-buttons.is-content-justification-center {
  margin-bottom: 50px;
}
.post-content .wp-block-quote {
  margin-top: 0;
  padding-top: 0;
  padding-left: 40px;
}
.post-content .wp-block-quote p {
  font-size: inherit;
}
.post.thumbnail-seealso {
  margin-top: 30px;
}
.post.thumbnail-seealso,
.post.thumbnail-seealso .thb-seealso-text {
  border: 2px solid #111;
}
.post.thumbnail-seealso .thb-seealso-text {
  top: -12px;
}
.post.thumbnail-seealso .post-title {
  font-family: Jost, 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
  font-weight: 600;
  font-size: 1rem;
}
.lwptoc_item {
  padding: 10px 0 8px;
}
.post .post-title a > span {
  border-bottom-width: 2px;
  border-bottom: none;
}
.post .post-title a:hover {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #f75454;
}
.post .thb-pin-it-container .thb-pin-it {
  text-decoration: none;
}
.post-content-container .wp-block-image,
.post-content-container .wp-block-embed {
  margin-bottom: 1em;
}
.related-posts .related-posts-title {
  font-weight: 500;
  font-size: 2em;
}
.related-posts .post .post-title h6 {
  font-size: 16px;
}
.schema-faq-section {
  margin-top: 1rem;
}
.schema-faq-section .schema-faq-question {
  font-size: 1.2em;
}
.schema-faq-section .schema-faq-answer {
  margin-top: 10px;
}
/**
	Category
 */
.search-title {
  padding: 50px 0;
}
@media (max-width: calc(640px - 1px)) {
  .search-title {
    padding: 30px 0;
  }
}
.search-title h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.search-title .archive-sub-categories .tag-cloud-link {
  font-size: 13px;
}
/**
	Author page
 */
.thb-author-page-meta span {
  margin-right: 0;
}
.thb-author-page-meta strong,
.thb-author-page-meta strong + span {
  display: none;
}
.thb-author-info .thb-author-page-description p {
  margin-bottom: 20px;
}
/**
	Landing page
 */
.row.landing-row {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .row.landing-row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .row.landing-row.swap > .wpb_column:first-child {
    order: 1;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .row.landing-row > .wpb_column {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.row.landing-row h1 {
  font-size: 2.44rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.row.landing-row h3 {
  font-size: 1.78rem;
}
.row.landing-row h3 {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.row.landing-row .wpb_text_column p a,
.row.landing-row .wpb_text_column ul a,
.row.landing-row .wpb_text_column ol a {
  text-decoration: none;
  border-bottom: 2px solid #7f9e60;
}
.row.landing-row .wpb_text_column p a:hover,
.row.landing-row .wpb_text_column ul a:hover,
.row.landing-row .wpb_text_column ol a:hover {
  border-color: #f75454;
}
.row.landing-row .wpb_text_column p {
  margin-bottom: 2rem;
}
.row.landing-row .thb-categorylinks {
  margin-bottom: 15px;
  margin-top: 10px;
}
.row.landing-row .tag-cloud-link {
  border: 2px solid #7f9e60;
  font-size: 19px;
  text-transform: none;
  color: #7f9e60;
  margin-right: 2px;
  margin-bottom: 6px;
}
.row.landing-row .tag-cloud-link:hover {
  background-color: #7f9e60;
  color: #FFF;
}
.row.landing-row .category-posts {
  list-style: none;
  margin: 30px 0 50px 0;
  font-size: 0.89rem;
}
.row.landing-row .category-posts li {
  text-overflow: ellipsis;
  /* enables ellipsis */
  white-space: nowrap;
  /* keeps the text in a single line */
  overflow: hidden;
  /* keeps the element from overflowing its parent */
  padding-bottom: 1px;
}
@media (min-width: 1024px) {
  .row.landing-row.nav-row {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.row.landing-row.nav-row a {
  font-size: 1.06rem;
}
.row.landing-row .google-auto-placed:nth-child(2) {
  order: -1;
}
/**
	Shop
 */
.thb-product-detail .product-information .woocommerce-breadcrumb,
.thb-product-detail .product-information .product_meta,
.thb-product-detail .product-information .price {
  display: none;
}
.thb-product-detail .product-information h1.product_title {
  font-weight: 500;
  line-height: 1.2;
}
.products .product h3 {
  line-height: 1.5;
}
/* Grouped product */
@media (min-width: 640px) {
  .product-type-grouped .product-information {
    flex: 0 0 60%;
    max-width: 100%;
  }
  .product-type-grouped > .row > .columns:first-child {
    flex: 0 0 40%;
    max-width: 100%;
  }
}
.product-type-grouped .product-thumbnail-container {
  display: none;
}
.product-type-grouped .woocommerce-product-gallery {
  flex: 0 0 100%;
  max-width: none;
}
.product-type-grouped .related.products {
  /*display: none;*/
}
.woocommerce-grouped-product-list {
  display: block;
}
.woocommerce-grouped-product-list tbody {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 50% 50%;
}
@media (min-width: 1024px) {
  .woocommerce-grouped-product-list tbody {
    column-gap: 50px;
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
}
.woocommerce-grouped-product-list tr {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
}
.woocommerce-grouped-product-list tr,
.woocommerce-grouped-product-list td {
  display: block;
  text-align: center;
}
.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* Shop categories */
.shop-categories {
  margin-bottom: 30px;
  margin-top: 55px;
  /*.page-title {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
		
		h1 {
			font-weight: 400;
			
		}
	}*/
}
.shop-categories .products {
  /*display: grid;
		grid-template-columns: auto auto;
		
		@media (min-width: @w-desk) {
			grid-template-columns: auto auto auto auto;
		}*/
}
.shop-categories .products .product-category {
  margin-bottom: 80px;
}
.shop-categories .products .product-category a {
  padding-bottom: 100%;
  overflow: visible;
}
.shop-categories .products .product-category a div {
  padding: 0 15px;
  top: 103%;
  height: auto;
}
.shop-categories .products .product-category a div h2 {
  text-align: center;
  font-size: 16px;
}
.shop-categories .products .product-category a div h2 .count {
  color: #000;
  vertical-align: unset;
  font-size: 16px;
  margin-left: 5px;
}
.shop-categories .products .product-category a div h2 .count:before {
  content: "(";
}
.shop-categories .products .product-category a div h2 .count:after {
  content: ")";
}
.shop-categories .products .product-category a div span {
  display: none;
}
.shop-categories .thb-carousel .slick-nav {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -55px;
  background-color: #f75454;
  border: none;
}
.shop-categories .thb-carousel .slick-nav.slick-next {
  right: 0;
}
.shop-categories .thb-carousel .slick-nav svg {
  filter: invert(100%);
}
.term-description {
  max-width: 500px;
  margin: auto;
}
.shop-search {
  max-width: 600px;
  margin: auto;
}
.shop-search .thb-widget-title {
  font-size: 24px;
}
.shop-search .searchform .search-field {
  border-bottom-width: 2px;
}
/* Shop bar*/
.category_bar,
.woocommerce-breadcrumb,
.shop_bar .woocommerce-result-count {
  font-size: 16px;
}
/*# sourceMappingURL=theme.css.map */