/* ATTENTION! This file was generated automatically! Don't change it!!!
----------------------------------------------------------------------- */


/* Blog layout: Excerpt 
------------------------- */
.post_layout_excerpt {
  position: relative;
  margin-bottom: 0; }

.post_layout_excerpt + .post_layout_excerpt {
  margin-top: 7.1rem; }

.post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
  padding-top: 7.1rem;
  border-top: 2px solid #eee; }

.post_layout_excerpt.sticky {
  padding: 3em; }

.post_layout_excerpt .post_featured {
  display: inline-block; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .post_layout_excerpt .post_featured img {
    width: 100%; } }

.post_layout_excerpt.post_format_audio .post_featured.without_thumb,
.post_layout_excerpt.post_format_gallery .post_featured.without_thumb {
  display: block; }

.post_layout_excerpt .post_header {
  margin: 0;
  position: relative; }

.post_layout_excerpt .post_header .post_price {
  width: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 2.5em;
  line-height: 1.5em; }

.post_layout_excerpt .post_title {
  margin: 0; }

.post_layout_excerpt .post_meta {
  margin-top: 0; }

.post_layout_excerpt .post_title + .post_meta {
  margin-top: 2.55rem; }

.post_layout_excerpt .post_header + .post_content {
  margin-top: 2.55rem; }

.post_layout_excerpt.format-quote .post_header + .post_content {
  margin-top: 0; }

body[class*="blog_style_classic"] .post_layout_excerpt,
body[class*="blog_style_masonry"] .post_layout_excerpt {
  margin-bottom: 3em; }

.post_layout_excerpt.sticky .post_content_wrap,
.post_layout_excerpt.sticky .post_header,
.post_layout_excerpt.sticky .post_meta {
  display: inline; }

.post_layout_excerpt.sticky .post_meta .post_meta_item {
  display: inline-block;
  vertical-align: middle; }

.post_layout_excerpt .post_meta .post_meta_item {
  margin-right: 1.14286em; }

.post_layout_excerpt.sticky {
  padding: 4.1em 3.8em 4.05em; }

.post_layout_excerpt.sticky .post_meta + .post_title {
  margin-top: 0.7em; }

.post_layout_excerpt.sticky.format-audio .post_meta + .post_title {
  margin-bottom: -0.26667em; }

.post_layout_excerpt.sticky .post_header + .post_content {
  margin-top: 2.75em; }

.post_layout_excerpt.sticky.format-audio .post_header + .post_content {
  margin-top: 0; }

.post_layout_excerpt .post_title + .post_meta {
  margin-top: 1.57143em; }

.post_layout_excerpt.format-gallery .slider_pagination_wrap {
  display: none; }

.post_layout_excerpt.format-gallery .slider_outer .slider_controls_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.post_layout_excerpt.format-gallery .slider_outer .slider_controls_wrap a {
  opacity: 1;
  margin: 0;
  bottom: 0;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  position: relative;
  width: 8.11111em;
  height: 4.44444em;
  line-height: 4.44444em;
  border-radius: 0; }

.post_layout_excerpt.format-gallery .slider_outer .slider_controls_wrap a + a {
  border-left-width: 2px;
  border-left-style: solid; }

.post_layout_excerpt.sticky .post_meta .post_meta_item.post_categories {
  display: none; }


/* Blog layout: Excerpt 
------------------------- */
.post_layout_plain {
  position: relative;
  margin-bottom: 0; }

.post_layout_plain:not(.sticky) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.post_layout_plain.sticky + .post_layout_plain {
  margin-top: 7.07143rem; }

.post_layout_plain:not(.sticky) + .post_layout_plain {
  margin-top: 3.57143rem;
  padding-top: 3.57143rem;
  border-top-style: solid;
  border-top-width: 2px; }

.post_layout_plain.sticky {
  padding: 4.1em 3.8em 4.05em; }

.post_layout_plain .post_featured {
  -webkit-flex-basis: 42%;
  -ms-flex-basis: 42%;
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0; }

.post_layout_plain.sticky .post_featured {
  display: block;
  margin-bottom: 1.66667em; }

.post_layout_plain.post_format_audio,
.post_layout_plain.post_format_quote {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .post_layout_plain.post_format_audio,
  .post_layout_plain.post_format_quote {
    display: block; } }

.post_layout_plain.post_format_audio .post_featured,
.post_layout_plain.post_format_quote .post_featured {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.post_layout_plain.sticky .post_meta .post_meta_item.post_categories {
  display: none; }

.post_layout_plain .post_content_wrap {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.post_layout_plain .post_featured + .post_content_wrap {
  padding-left: 2.77778em; }

.post_layout_plain.post_format_audio .post_content_wrap,
.post_layout_plain.post_format_quote .post_content_wrap {
  padding: 2.65em 0 0; }

.post_layout_plain.post_format_audio.sticky .post_featured {
  margin-bottom: 1.66667em; }

.post_layout_plain.post_format_quote .post_content_wrap .post_content + .post_header {
  padding: 2.65em 0 0; }

.post_layout_plain.sticky .post_content_wrap {
  padding: 0; }

.post_layout_plain.sticky .post_content_wrap,
.post_layout_plain.sticky .post_header,
.post_layout_plain.sticky .post_meta {
  display: inline; }

.post_layout_plain.sticky .post_meta .post_meta_item {
  display: inline-block;
  vertical-align: middle; }

.post_layout_plain.sticky .post_meta + .post_title {
  margin-top: 0.7em; }

.post_layout_plain.format-audio.sticky .post_meta + .post_title {
  margin-bottom: -0.33333em; }

.post_layout_plain.sticky.format-quote .post_content + .post_header {
  display: none; }

.post_layout_plain .post_featured + .post_content_wrap {
  -webkit-flex-basis: 58%;
  -ms-flex-basis: 58%;
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%; }

.post_layout_plain.post_format_audio .post_featured + .post_content_wrap,
.post_layout_plain.post_format_quote .post_featured + .post_content_wrap {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.post_layout_plain.post_format_quote .post_content_wrap,
.post_layout_plain.post_format_aside .post_content_inner {
  background-color: transparent;
  color: inherit; }

.post_layout_plain.post_format_quote .post_content_wrap blockquote {
  margin: 0; }

.post_layout_plain .post_header {
  margin: 0;
  position: relative; }

.post_layout_plain .post_header .post_price {
  width: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 2.5em;
  line-height: 1.5em; }

.post_layout_plain .post_title {
  margin: 0; }

.post_layout_plain:not(.sticky) .post_title {
  margin-top: -0.23333em; }

.post_layout_plain .post_meta {
  margin-top: 0; }

.post_layout_plain .post_title + .post_meta {
  margin-top: 1.57143em; }

.post_layout_plain.sticky .post_header + .post_content {
  margin-top: 2.75em; }

.post_layout_plain .post_header + .post_content {
  margin-top: 2.3em; }

.post_layout_plain.post_format_audio .post_header + .post_content {
  margin: 0; }

.post_layout_plain.post_format_audio.has-post-thumbnail .post_featured.with_thumb .mask {
  opacity: 1; }

.post_layout_plain.format-gallery .slider_pagination_wrap {
  display: none; }

.post_layout_plain.format-gallery .slider_outer .slider_controls_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.post_layout_plain.format-gallery .slider_outer .slider_controls_wrap a {
  opacity: 1;
  margin: 0;
  bottom: 0;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  position: relative;
  width: 8.11111em;
  height: 4.44444em;
  line-height: 4.44444em;
  border-radius: 0; }

.post_layout_plain.format-gallery .slider_outer .slider_controls_wrap a + a {
  border-left-width: 2px;
  border-left-style: solid; }


/* Blog layout: Classic 
------------------------- */
.posts_container.columns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.posts_container.columns_wrap .post_layout_classic {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.post_layout_classic {
  position: relative; }

.post_layout_classic .post_featured[class*="hover_"] {
  display: block; }

.post_layout_classic .post_featured {
  margin-bottom: 2.2em; }

.post_layout_classic .post_featured img {
  width: 100%; }

.post_layout_classic .post_header {
  padding-top: 0.02px; }

.post_layout_classic .post_header + .post_content {
  margin-top: 2.4em; }

.post_layout_classic .post_title {
  margin: 0; }

.post_layout_classic .post_title + .post_meta {
  margin-top: 1.7em; }

.post_layout_classic blockquote {
  margin: 0 0 1.4em; }

.post_layout_classic.format-aside .post_content_inner + .post_meta,
.post_layout_classic.format-link .post_content_inner + .post_meta,
.post_layout_classic.format-status .post_content_inner + .post_meta {
  margin-top: 1em; }

.blog_style_classic_2 .column-1_2.sticky_column {
  width: 100%; }

.post_layout_classic.sticky .post_meta .post_meta_item.post_categories {
  display: none; }

.post_layout_classic.sticky .post_content_wrap,
.post_layout_classic.sticky .post_header,
.post_layout_classic.sticky .post_meta {
  display: inline; }

.post_layout_classic_3.sticky .post_content_wrap,
.post_layout_classic_3.sticky .post_header,
.post_layout_classic_3.sticky .post_meta {
  display: inline-block; }

.post_layout_classic.sticky .post_meta + .post_title {
  margin-top: 0.7em; }

.post_layout_classic.sticky {
  padding: 4.1em 3.8em 4.05em; }

.post_layout_classic.sticky.format-quote .post_content > .post_header {
  display: none; }

.post_layout_classic_3.sticky {
  padding: 2.5em 2.5em; }

.post_layout_classic_3.sticky .label_sticky {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 15px; }

.post_layout_classic.sticky .post_header + .post_content {
  margin-top: 2.75em; }

.post_layout_classic .post_meta .post_meta_item {
  margin-right: 1.14286em; }

.blog_style_classic_2 .columns_wrap > [class*="column-"],
.blog_style_classic_3 .columns_wrap > [class*="column-"] {
  padding-bottom: 6.78571rem; }

.post_layout_classic.format-gallery .slider_pagination_wrap {
  display: none; }

.post_layout_classic.format-gallery .slider_outer .slider_controls_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.post_layout_classic.format-gallery .slider_outer .slider_controls_wrap a {
  opacity: 1;
  margin: 0;
  bottom: 0;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  position: relative;
  width: 8.11111em;
  height: 4.44444em;
  line-height: 4.44444em;
  border-radius: 0; }

.post_layout_classic.sticky.format-gallery .slider_outer .slider_controls_wrap a {
  width: 7.11111em;
  height: 3.44444em;
  line-height: 3.44444em; }

.post_layout_classic.format-gallery .slider_outer .slider_controls_wrap a + a {
  border-left-width: 2px;
  border-left-style: solid; }

.post_layout_classic blockquote,
.post_layout_classic blockquote[class*="wp-block-quote"][class*="is-style-"],
.post_layout_classic blockquote[class*="wp-block-quote"][class*="is-"],
.post_layout_classic .wp-block-quote:not(.is-large):not(.is-style-large),
.post_layout_classic .wp-block-freeform.block-library-rich-text__tinymce blockquote {
  padding: 3.3em 4em;
  margin: 0; }

.post_format_quote.post_layout_classic .post_content + .post_header {
  margin-top: 2.2em; }

.post_layout_classic.format-audio .post_audio span + .mejs-container {
  margin-top: 2.4em;
  margin-bottom: 0.5em; }

.post_layout_classic a.mejs-horizontal-volume-slider,
.post_layout_classic div.mejs-horizontal-volume-total {
  width: 40px; }

.post_layout_classic div.mejs-button.mejs-volume-button {
  margin-right: 2px; }

.post_layout_classic_3.format-audio.sticky .post_featured.without_thumb .post_audio:not(.with_iframe) {
  padding: 1.3em 1.8em 1.55em; }

.post_layout_classic_3.format-audio.sticky div.mejs-button.mejs-volume-button {
  margin-left: 5px; }

.post_layout_classic_3.format-audio.sticky .mejs-button.mejs-playpause-button {
  margin-right: 8px; }

.post_layout_classic_3.post_item.sticky .post_featured {
  margin-top: 15px; }


/* Blog layout: Masonry
------------------------- */
.masonry_wrap {
  position: relative;
  margin-right: -30px; }

.masonry_wrap .masonry_item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px 30px 0;
  margin-bottom: 0;
  width: 50%;
  border-width: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.masonry_wrap .masonry_item-1_3 {
  width: 33.3333%; }

.masonry_wrap .masonry_item-1_4 {
  width: 25%; }


/* Blog layout: Portfolio
------------------------- */
.post_layout_portfolio .post_title {
  margin: 1em 0 0.4em; }

.post_layout_portfolio .post_featured {
  margin-bottom: 0; }

.post_layout_portfolio .post_featured[class*="hover_"] {
  display: block; }

.post_layout_portfolio .post_featured img {
  width: 100%; }

.post_layout_portfolio.format-audio .post_featured.with_thumb .mask {
  opacity: 0.8; }

.post_layout_portfolio a.mejs-horizontal-volume-slider,
.post_layout_portfolio div.mejs-horizontal-volume-total {
  width: 40px; }

.post_layout_portfolio div.mejs-button.mejs-volume-button {
  margin-right: 2px; }

.post_layout_portfolio_4 div.mejs-button.mejs-volume-button {
  display: none; }

.post_layout_portfolio_4 a.mejs-horizontal-volume-slider {
  display: none !important; }

.post_layout_portfolio.format-gallery .slider_pagination_wrap {
  display: none; }

.post_layout_portfolio.format-gallery .slider_outer .slider_controls_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.post_layout_portfolio.format-gallery .slider_outer .slider_controls_wrap a {
  opacity: 1;
  margin: 0;
  bottom: 0;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  position: relative;
  width: 8.11111em;
  height: 4.44444em;
  line-height: 4.44444em;
  border-radius: 0; }

.post_layout_portfolio.format-gallery .slider_outer .slider_controls_wrap a + a {
  border-left-width: 2px;
  border-left-style: solid; }

.post_layout_portfolio.format-gallery .icons,
.post_layout_portfolio.format-gallery .icons_custom {
  display: none; }


/* Blog layout: Portfolio Gallery (use Portfolio styles too)
------------------------------------------------------------- */
.post_layout_gallery * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.post_layout_gallery .post_details {
  display: none; }

.gallery_item_current {
  opacity: 0 !important; }

.gallery_preview {
  position: fixed;
  z-index: 200000;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  pointer-events: none; }

.gallery_preview:before {
  content: ' ';
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }

.gallery_preview_show {
  pointer-events: auto; }

.gallery_preview_show:before {
  opacity: 1; }

.gallery_preview_image_clone {
  position: fixed;
  z-index: 110;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden; }

.gallery_preview_image_original {
  position: relative;
  z-index: 120;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden; }

.gallery_preview_show .gallery_preview_image_animate {
  /* open */
  -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
  -ms-transition: -ms-transform 0.6s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.6s;
  transition: opacity 0.2s, -webkit-transform 0.6s;
  -o-transition: transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s, -webkit-transform 0.6s; }

.gallery_preview_image_animate {
  /* close */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -ms-transition: -ms-transform 0.3s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s; }

.gallery_preview_description {
  position: absolute;
  z-index: 140;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -ms-transition: -ms-transform 1s, opacity 1s;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  padding: 0 3em;
  opacity: 0; }

.gallery_preview_show .gallery_preview_description {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.gallery_preview_show .post_title {
  margin: 0 0 0.5em; }

.gallery_preview_show .post_meta {
  font-size: 1em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 2em; }

.gallery_preview_show .post_description_content {
  max-width: 100%;
  font-size: 1.1429em;
  line-height: 2em; }

.gallery_preview_close {
  font-size: 2em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  border: none;
  background: none;
  padding: 1em;
  opacity: 0;
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  -ms-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1); }

.gallery_preview_image_loaded .gallery_preview_close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }


/* Blog layout: Chess
------------------------- */
.chess_wrap {
  overflow: hidden; }

.post_layout_chess {
  position: relative;
  overflow: hidden;
  margin-bottom: 0; }

.post_layout_chess.sticky {
  padding: 0;
  border-width: 0; }

.post_layout_chess .post_featured {
  margin-bottom: 0;
  width: 50%;
  float: right;
  max-height: none !important; }

.post_layout_chess .post_featured_bg:before {
  padding-top: 100%;
  /* 112.5% - 16:9 */ }

.post_layout_chess .post_inner {
  width: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.post_layout_chess_1:nth-child(2n+2) .post_featured {
  float: left; }

.post_layout_chess_1:nth-child(2n+2) .post_inner {
  left: auto;
  right: 0; }

.post_layout_chess_2 {
  width: 50%;
  float: left; }

.post_layout_chess_2:nth-child(4n+3) .post_featured,
.post_layout_chess_2:nth-child(4n+4) .post_featured {
  float: left; }

.post_layout_chess_2:nth-child(4n+3) .post_inner,
.post_layout_chess_2:nth-child(4n+4) .post_inner {
  left: auto;
  right: 0; }

.post_layout_chess_3 {
  width: 33.3333%;
  float: left; }

.post_layout_chess_3:nth-child(6n+4) .post_featured,
.post_layout_chess_3:nth-child(6n+5) .post_featured,
.post_layout_chess_3:nth-child(6n+6) .post_featured {
  float: left; }

.post_layout_chess_3:nth-child(6n+4) .post_inner,
.post_layout_chess_3:nth-child(6n+5) .post_inner,
.post_layout_chess_3:nth-child(6n+6) .post_inner {
  left: auto;
  right: 0; }

.post_layout_chess blockquote {
  margin: 0; }

.post_layout_chess_1 .post_inner_content {
  padding: 0 14%; }

.post_layout_chess_2 .post_inner_content {
  padding: 0 12%; }

.post_layout_chess_3 .post_inner_content {
  padding: 0 10%; }

.post_layout_chess .post_header {
  padding-top: 0.02px; }

.post_layout_chess .post_title {
  margin: 0; }

.post_layout_chess .post_title + .post_meta {
  margin-top: 1.5em;
  margin-bottom: 0 !important; }

.post_layout_chess .post_header + .post_content {
  margin-top: 1em; }

.post_layout_chess .post_content_inner {
  overflow: hidden;
  position: relative;
  padding-bottom: 1em; }

.post_layout_chess.format-quote .post_content_inner {
  padding-bottom: 2em; }

.post_layout_chess:not(.post_format_aside) .post_content_inner {
  padding-top: 0; }

.post_layout_chess_1.post_format_quote .post_content_inner .post_meta,
.post_layout_chess_1.post_format_link .post_content_inner .post_meta,
.post_layout_chess_1.post_format_status .post_content_inner .post_meta {
  margin-top: 1rem; }

.post_layout_chess_1.post_format_aside .post_content_inner .post_meta {
  margin-top: 3rem; }

.post_layout_chess_1 .post_header + .post_content {
  margin-top: 3.8rem; }

.post_layout_chess.post_layout_chess_1 .more-link {
  margin-top: 3rem; }

.post_layout_chess_1.post_format_quote .post_header,
.post_layout_chess_1.post_format_link .post_header,
.post_layout_chess_1.post_format_aside .post_header,
.post_layout_chess_1.post_format_status .post_header,
.post_layout_chess_2.post_format_quote .post_header,
.post_layout_chess_2.post_format_link .post_header,
.post_layout_chess_2.post_format_aside .post_header,
.post_layout_chess_2.post_format_status .post_header {
  display: none; }

.post_layout_chess_2:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(.post_format_status) .post_content_inner {
  font-size: 1em;
  line-height: 1.5em;
  max-height: 15.4em;
  display: none; }

.post_layout_chess_2 .post_meta,
.post_layout_chess_3 .post_meta {
  font-size: 13px;
  line-height: 18px;
  margin-top: 8px; }

.post_layout_chess_2 .post_title + .post_meta,
.post_layout_chess_3 .post_title + .post_meta {
  margin-top: 1em; }

.post_layout_chess_2.post_format_aside .post_meta {
  margin-top: 1.3333rem; }

.post_layout_chess_2.post_format_audio .post_featured .post_audio_title,
.post_layout_chess_3.post_format_audio .post_featured .post_audio_title {
  letter-spacing: 0; }

.post_layout_chess_2.format-chat p > em, .post_layout_chess_2.format-chat p > b, .post_layout_chess_2.format-chat p > strong {
  margin-top: 0.8em; }

.post_layout_chess.post_layout_chess_2 .more-link,
.post_layout_chess.post_layout_chess_3 .more-link {
  padding: 1.1667em 2.3333em;
  margin-top: 0.5rem; }

.post_layout_chess_3 .post_title {
  font-size: 1.3333rem;
  line-height: 1.2em; }

.post_layout_chess_3 .post_content_inner {
  max-height: 6.2rem; }

.post_layout_chess_3 .post_content_inner,
.post_layout_chess_3 .post_content_inner + .post_meta {
  display: none; }

.body_style_boxed .post_layout_chess_2 .post_content_inner,
.body_style_boxed .post_layout_chess_2 .post_content_inner + p,
.body_style_boxed .post_layout_chess_3 .post_meta,
.body_style_boxed .post_layout_chess_3 .post_content_inner + p,
.body_style_wide .post_layout_chess_2 .post_content_inner,
.body_style_wide .post_layout_chess_2 .post_content_inner + p,
.body_style_wide .post_layout_chess_3 .post_meta,
.body_style_wide .post_layout_chess_3 .post_content_inner + p {
  display: none; }

.post_layout_chess.post_layout_chess_3 .more-link {
  padding: 1em 2em; }

.post_layout_chess .post_meta .post_meta_item {
  margin-right: 1.14286em;
  display: inline-block; }
  .post_layout_chess .post_meta .post_meta_item:last-child {
    margin-right: 0; }

.post_layout_chess.format-audio .post_featured.with_thumb .mask {
  opacity: 0.8; }

.post_layout_chess.format-gallery .slider_pagination_wrap {
  display: none; }

.post_layout_chess.format-gallery .slider_outer .slider_controls_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.post_layout_chess.format-gallery .slider_outer .slider_controls_wrap a {
  opacity: 1;
  margin: 0;
  bottom: 0;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  position: relative;
  width: 8.11111em;
  height: 4.44444em;
  line-height: 4.44444em;
  border-radius: 0; }

.post_layout_chess.format-gallery .slider_outer .slider_controls_wrap a + a {
  border-left-width: 2px;
  border-left-style: solid; }

.post_layout_chess.format-gallery .slider-slide a.slide_link,
.post_layout_chess.format-gallery .slider-slide a.slide_link:hover {
  opacity: 0; }

.post_layout_chess.sticky .label_sticky {
  margin-bottom: 15px; }

.post_layout_chess_2.sticky .label_sticky,
.post_layout_chess_3.sticky .label_sticky {
  padding: 5px 10px; }

.post_layout_chess_2 blockquote,
.post_layout_chess_2 blockquote[class*="wp-block-quote"][class*="is-style-"],
.post_layout_chess_2 blockquote[class*="wp-block-quote"][class*="is-"],
.post_layout_chess_2 .wp-block-quote:not(.is-large):not(.is-style-large),
.post_layout_chess_2 .wp-block-freeform.block-library-rich-text__tinymce blockquote {
  padding: 2em; }

.post_layout_chess_2 blockquote p {
  font-size: 22px; }

.post_layout_chess_2 blockquote:before {
  margin-bottom: 0; }

.post_layout_chess_2 blockquote > cite,
.post_layout_chess_2 blockquote > p > cite,
.post_layout_chess_2 blockquote > .wp-block-pullquote__citation,
.post_layout_chess_2 .wp-block-quote .wp-block-quote__citation {
  font-size: 14px;
  margin-top: 2em; }

.post_layout_chess_2.format-quote .post_content_inner {
  padding-bottom: 1em; }

.post_layout_chess_2 a.mejs-horizontal-volume-slider,
.post_layout_chess_2 div.mejs-horizontal-volume-total,
.post_layout_chess_3 div.mejs-horizontal-volume-total {
  width: 40px; }

.post_layout_chess_2 div.mejs-button.mejs-volume-button {
  margin-right: 2px; }

.post_layout_chess_3 div.mejs-button.mejs-volume-button {
  display: none; }

.post_layout_chess_3 a.mejs-horizontal-volume-slider {
  display: none !important; }

.post_layout_chess_3.format-audio .post_featured .post_audio_title {
  font-size: 22px; }

.blog_style_chess_1 .nav-links-more,
.blog_style_chess_2 .nav-links-more,
.blog_style_chess_3 .nav-links-more {
  margin-top: 0; }

.post_layout_chess_3 .mejs-button.mejs-playpause-button {
  height: 40px;
  width: 40px;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  margin-right: 10px; }

.post_layout_chess_3 div.mejs-time {
  font-size: 13px;
  padding-top: 16px; }

.post_layout_chess_3 div.mejs-time-rail {
  padding-top: 10px; }

.post_layout_chess_3 div.mejs-button.mejs-volume-button > button {
  margin-top: 10px; }

.post_layout_chess_3 div.mejs-horizontal-volume-total {
  top: 16px; }

.post_layout_chess_3.format-gallery .slider_outer .slider_controls_wrap a {
  width: 6.11111em;
  height: 3.44444em;
  line-height: 3.44444em; }

.post_layout_chess_3 .post_meta_item.post_categories a {
  padding: 8px 15px;
  font-size: 12px; }


.single_style_in-below .post_header_wrap {
  margin-bottom: 3em; }

.single_style_in-below .post_header_wrap .post_featured {
  margin: 0; }

.single_style_in-below .post_header_wrap .post_header {
  margin-bottom: 0; }

.single_style_in-below .post_header_wrap .post_featured + .post_header {
  margin-top: 2.5em; }

.single_style_in-below .post_header_wrap .post_header .post_title {
  margin-top: 0;
  margin-bottom: 0; }

.single_style_in-below .post_header_wrap .post_header .post_title + .post_meta {
  margin-top: 1.5em; }

.single_style_in-below .post_header_wrap .post_header .post_meta_categories {
  margin-top: 0;
  margin-bottom: 0.5em; }

.single_style_in-below .post_header_wrap .post_header .post_meta_other {
  margin-top: 1em; }

.single_style_in-below .post_header_wrap .post_header .post_subtitle {
  margin-top: 0.1em; }


.single_style_out-sticky-fullwidth .page_content_wrap {
  padding-top: 0; }

.single_style_out-sticky-fullwidth .post_header_wrap {
  position: relative;
  padding-bottom: 0.1px;
  margin-bottom: 4em; }

.single_style_out-sticky-fullwidth .post_header_wrap .content_wrap {
  text-align: center; }

.single_style_out-sticky-fullwidth .page_content_wrap > .content_wrap {
  padding-top: 4em; }

.single_style_out-sticky-fullwidth .post_header_wrap + .content_wrap {
  padding-top: 0 !important; }

.single_style_out-sticky-fullwidth .post_header_wrap .post_featured {
  margin: 0 0 12.85em; }

.single_style_out-sticky-fullwidth .post_header_wrap .post_featured.post_featured_bg {
  height: 40rem; }

.single_style_out-sticky-fullwidth .post_header_wrap .post_featured img {
  max-width: none;
  width: 100%; }

.single_style_out-sticky-fullwidth .post_header_wrap .post_header {
  display: block; }

.single_style_out-sticky-fullwidth .post_header_wrap .post_featured + .post_header {
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 61.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  padding: 5.55556em;
  padding-bottom: 1.27778em;
  margin: 0; }

.single_style_out-sticky-fullwidth .post_header_wrap .post_header .post_title {
  margin-top: 0;
  margin-bottom: 0; }

.single_style_out-sticky-fullwidth .post_header_wrap .post_header .post_title + .post_meta {
  margin-top: 3.1em; }

.single_style_out-sticky-fullwidth .post_header_wrap .post_header .post_meta_categories {
  margin-top: 0;
  margin-bottom: 3.4em;
  text-transform: uppercase;
  display: inline-block; }

.single_style_out-sticky-fullwidth .post_header_wrap .post_header .post_meta_categories span {
  display: inline-block; }

.single_style_out-sticky-fullwidth .post_header_wrap .post_header .post_meta_categories a {
  line-height: normal;
  padding: 0.85714em 1.35714em;
  display: inline-block; }

.single_style_out-sticky-fullwidth .post_header_wrap .post_header .post_meta_other {
  margin-top: 3.1em; }

.single_style_out-sticky-fullwidth .post_header_wrap .post_header .post_subtitle {
  margin-top: 1.25em;
  font-size: 1.57143rem;
  line-height: 1.36364em; }


/* Front Page sections
-------------------------------------------------------- */
.home-page.with_bg_image,
.frontpage.with_bg_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.home-page.with_bg_image .page_content_wrap,
.frontpage.with_bg_image .page_content_wrap {
  background-color: transparent; }

/* Common settings */
.front_page_section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.front_page_section_layout_fullwidth.sc_layouts_flex .front_page_section_content_wrap {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.front_page_section > .customize-partial-edit-shortcut button {
  left: 2px !important; }

.front_page_section_paddings_none .front_page_section_content_wrap {
  padding: 0; }

.front_page_section_paddings_small .front_page_section_content_wrap {
  padding: 4% 0; }

.front_page_section_paddings_medium .front_page_section_content_wrap {
  padding: 8% 0; }

.front_page_section_paddings_large .front_page_section_content_wrap {
  padding: 12% 0; }

.front_page_section_paddings_huge .front_page_section_content_wrap {
  padding: 16% 0; }

.front_page_block_empty {
  height: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  margin: 0 !important;
  padding: 0 !important; }

.front_page_section_description,
.front_page_section_content,
.front_page_section_output,
.front_page_section_buttons {
  font-size: 1.1429em; }

.front_page_section .front_page_section_caption {
  margin: 0;
  text-align: center; }

.front_page_section_description {
  line-height: 1.5em;
  text-align: center; }

.front_page_section_description p:last-child,
.front_page_section_content p:last-child,
.front_page_section_output p:last-child {
  margin-bottom: 0; }

.front_page_section_buttons {
  text-align: center; }

.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_description {
  margin-top: 1em; }

.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_content,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_content {
  margin-top: 3em; }

.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_output,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_output,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_output {
  margin-top: 3em; }

.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_columns,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_columns,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_columns {
  margin-top: 3em; }

.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_output:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_columns:not(.front_page_block_empty) + .front_page_section_buttons {
  margin-top: 2em; }

.front_page_section_buttons > .front_page_section_button {
  margin-top: 1em;
  margin-right: 1em;
  font-size: 0.8em; }

.front_page_section_buttons > .front_page_section_button + .front_page_section_button {
  margin-right: 0; }

.front_page_section_columns .front_page_section_caption {
  font-size: 2.5em;
  line-height: 1.2em;
  text-align: left; }

.front_page_section_columns .front_page_section_output,
.front_page_section_columns .front_page_section_content,
.front_page_section_columns .front_page_section_description {
  font-size: 1em;
  line-height: 1.5em;
  text-align: left; }

.front_page_section_columns h1,
.front_page_section_columns h2,
.front_page_section_columns h3,
.front_page_section_columns h4,
.front_page_section_columns h5,
.front_page_section_columns h6 {
  margin-top: 1em;
  margin-bottom: 0.3em; }

.front_page_section_columns h1:first-child,
.front_page_section_columns h2:first-child,
.front_page_section_columns h3:first-child,
.front_page_section_columns h4:first-child,
.front_page_section_columns h5:first-child,
.front_page_section_columns h6:first-child {
  margin-top: 0; }

.front_page_section_columns p {
  margin: 0; }

.front_page_section_columns p + p {
  margin-top: 0.5em; }

/* Section 'Title' */
.front_page_section_title_description {
  line-height: 1.75em; }

.front_page_section_title_caption:not(.front_page_block_empty) + .front_page_section_title_description {
  margin-top: 2em; }

/* Section 'Features' */
.front_page_section_features .sc_item_descr {
  padding: 1em 0; }

.front_page_section_features .sc_services_light .sc_services_item_icon {
  font-size: 4em; }

/* Section 'Subscribe' */
.front_page_section_subscribe .front_page_section_output {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto; }

.front_page_section_subscribe .mc4wp-form .mc4wp-form-fields input[type="email"] {
  padding: 1em; }

/* Section 'Googlemap' */
.front_page_section_googlemap .front_page_section_output {
  -webkit-box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4); }


/* Buttons hovers
------------------------------------------------------------------ */
/* Slide left and top */
[class*="sc_button_hover_slide"] {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.sc_button_hover_just_init {
  -webkit-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

[class*="sc_button_hover_"]:not(.sc_button_bg_image) {
  -webkit-transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0s linear 0.3s !important;
  -ms-transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0s linear 0.3s !important;
  -o-transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0s linear 0.3s !important;
  transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0s linear 0.3s !important; }

/* Arrow */
.sc_button_hover_arrow {
  position: relative;
  overflow: hidden;
  padding-left: 2em !important;
  padding-right: 2em !important; }

.sc_button_hover_arrow:before {
  content: '\e8f4';
  font-family: "fontello";
  position: absolute;
  z-index: 1;
  right: -2em !important;
  left: auto !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent !important;
  color: inherit !important; }

.sc_button_hover_arrow:hover:before,
.sc_button_hover_arrow.active:before,
.vc_active .sc_button_hover_arrow:before {
  right: 0.5em !important; }

/* Images (post featured) hovers
----------------------------------------------------- */
.post_featured[class*="hover_"] {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: inline-block;
  vertical-align: top; }

.post_featured[class*="hover_"],
.post_featured[class*="hover_"] * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.post_featured .mask {
  content: ' ';
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.post_featured .post_info {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  font-size: 1.1429em;
  line-height: 1.3em;
  width: 90%;
  text-align: center;
  margin: -1em auto 0;
  opacity: 0; }

/* Hover empty */
.post_featured.hover_ .icons {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* Hover Icon and Icons */
.post_featured.hover_icon,
.post_featured.hover_icons {
  position: relative; }

.post_featured.hover_icon .mask {
  background-color: rgba(0, 0, 0, 0.4); }

.post_featured.hover_icon:hover .mask {
  opacity: 1; }

.post_featured.hover_icon img,
.post_featured.hover_icons img {
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.post_featured.hover_icon:hover img,
.post_featured.hover_icons:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.post_featured.hover_icon .icons,
.post_featured.hover_icons .icons {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.post_featured.hover_icon .icons a,
.post_featured.hover_icons .icons a {
  display: inline-block;
  font-size: 1.7143em;
  cursor: pointer;
  opacity: 0;
  margin: -1em 0 0 -1em;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.3, 0.3);
  -ms-transform: scale(0.3, 0.3);
  transform: scale(0.3, 0.3);
  -webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  -ms-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  -webkit-transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  -o-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s, -webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.post_featured.hover_icon .icons a {
  font-size: 4em; }

.post_featured.hover_icons .icons a {
  margin-left: -2.25em; }

.post_featured.hover_icons .icons.icons_custom a {
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  width: 6.25em;
  height: 6.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.post_featured.hover_icons .icons a + a {
  margin-left: 0.25em;
  -webkit-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.post_featured.hover_icons .icons a.single_icon {
  margin-left: 0; }

.post_featured.hover_icon:hover .icons a,
.post_featured.hover_icons:hover .icons a {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }

.post_featured.hover_icons:hover .icons.icons_custom a {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1); }

.post_featured.hover_icons:hover .icons a + a {
  -webkit-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

/* Hover Zoom: icons 'link' and 'zoom' */
.post_featured.hover_zoom:before {
  content: ' ';
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(0, 0) rotate(0deg);
  -ms-transform: scale(0, 0) rotate(0deg);
  transform: scale(0, 0) rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.post_featured.hover_zoom:hover:before {
  -webkit-transform: scale(1, 1) rotate(45deg);
  -ms-transform: scale(1, 1) rotate(45deg);
  transform: scale(1, 1) rotate(45deg); }

.post_featured.hover_zoom .mask {
  background-color: rgba(255, 255, 255, 0.15); }

.post_featured.hover_zoom:hover .mask {
  opacity: 1; }

.post_featured.hover_zoom img {
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.post_featured.hover_zoom:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.post_featured.hover_zoom .icons {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block; }

.post_featured.hover_zoom .icons a {
  display: inline-block;
  font-size: 18px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  position: relative;
  left: -50px;
  opacity: 0;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.post_featured.hover_zoom .icons a + a {
  margin-left: 8px;
  left: 50px; }

.post_featured.hover_zoom .icons a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2); }

.post_featured.hover_zoom:hover .icons a {
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

/* Hover Dots */
.post_featured.hover_dots:hover .mask {
  opacity: 1; }

.post_featured.hover_dots img {
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.post_featured.hover_dots:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.post_featured.hover_dots .icons {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.post_featured.hover_dots .icons span {
  display: inline-block;
  opacity: 0;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.post_featured.hover_dots:hover .icons span {
  opacity: 1;
  display: inline-block; }

.post_featured.hover_dots:hover .icons span:first-child {
  margin-left: -13px; }

.post_featured.hover_dots:hover .icons span + span + span {
  margin-left: 13px; }

.post_featured.hover_dots.hover_with_info .icons span {
  margin-top: 1em; }

.post_featured.hover_dots .post_info {
  display: block;
  top: 45%; }

.post_featured.hover_dots:hover .post_info {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1; }

/* Hover Fade, Slide, Pull, Border: Common Rules */
.post_featured.hover_fade,
.post_featured.hover_slide,
.post_featured.hover_pull,
.post_featured.hover_border {
  position: relative;
  overflow: hidden; }

.post_featured.hover_fade .post_info,
.post_featured.hover_slide .post_info,
.post_featured.hover_pull .post_info,
.post_featured.hover_border .post_info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: block;
  margin: 0;
  opacity: 1;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_border .post_info .post_title {
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.4em;
  margin: 0 0 0.5em;
  text-transform: uppercase;
  text-align: center; }

.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border .post_info .post_descr {
  margin: 0;
  position: relative;
  padding: 0.5em 1em;
  text-align: center; }

.post_featured.hover_fade .post_info .post_title span,
.post_featured.hover_slide .post_info .post_title span,
.post_featured.hover_pull .post_info .post_title span,
.post_featured.hover_border .post_info .post_title span {
  font-weight: 700; }

.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
  display: none; }

.post_featured.hover_fade img,
.post_featured.hover_fade .post_info .post_info_back,
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_info_back,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull img,
.post_featured.hover_pull .post_info .post_info_back,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_info_back,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
  -webkit-transition: -webkit-transform 0.3s ease, color 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease, color 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease, margin 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease, margin 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease, margin 0.3s ease, -webkit-transform 0.3s ease; }

.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
  margin-top: 1em;
  display: none; }

/* Hover Fade */
.post_featured.hover_fade:hover .mask {
  opacity: 1; }

.post_featured.hover_fade img {
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.post_featured.hover_fade:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.post_featured.hover_fade .post_info .post_info_back {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 15px;
  margin-top: 100%;
  opacity: 0; }

.post_featured.hover_fade.top_to_bottom .post_info .post_info_back {
  margin-top: -100%; }

.post_featured.hover_fade.bottom_to_top .post_info .post_info_back {
  margin-top: 100%; }

.post_featured.hover_fade.left_to_right .post_info .post_info_back {
  margin-left: -100%; }

.post_featured.hover_fade.right_to_left .post_info .post_info_back {
  margin-left: 100%; }

.post_featured.hover_fade:hover .post_info .post_info_back {
  margin: 0 !important;
  opacity: 1; }

/* Hover Slide */
.post_featured.hover_slide .mask {
  opacity: 0.3; }

.post_featured.hover_slide:hover .mask {
  opacity: 1; }

.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
  text-align: left; }

.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
  position: relative;
  margin: 0; }

.post_featured.hover_slide .post_info .post_title {
  padding: 0 0 15px;
  margin: 30px 30px 15px !important;
  overflow: hidden; }

.post_featured.hover_slide .post_info .post_title:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.post_featured.hover_slide:hover .post_info .post_title:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.post_featured.hover_slide > img {
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px); }

.post_featured.hover_slide:hover > img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
  text-align: left; }

.post_featured.hover_slide .post_info .post_descr {
  padding: 0 30px 30px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.post_featured.hover_slide:hover .post_info .post_descr {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/* Hover Pull */
.post_featured.hover_pull .post_info,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
  text-align: left; }

.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0; }

.post_featured.hover_pull .mask {
  opacity: 0.3; }

.post_featured.hover_pull:hover .mask {
  opacity: 1; }

.post_featured.hover_pull:hover > img {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px); }

.post_featured.hover_pull .post_info .post_title {
  padding: 20px; }

.post_featured.hover_pull:hover .post_info .post_title {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px); }

.post_featured.hover_pull .post_info .post_descr {
  height: 60px;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px); }

.post_featured.hover_pull:hover .post_info .post_descr {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.post_featured.hover_pull .post_info .post_descr .post_meta {
  max-height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0 10px 0 20px; }

/* Hover Border */
.post_featured.hover_border:hover .mask {
  opacity: 1; }

.post_featured.hover_border .post_info:before,
.post_featured.hover_border .post_info:after {
  content: ' ';
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none; }

.post_featured.hover_border .post_info:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0); }

.post_featured.hover_border:hover .post_info:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.post_featured.hover_border .post_info:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0); }

.post_featured.hover_border:hover .post_info:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

.post_featured.hover_border .post_info .post_info_back {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 45px; }

.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.post_featured.hover_border:hover > img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
  opacity: 0;
  position: relative;
  text-align: center;
  margin: 0; }

.post_featured.hover_border .post_info .post_title {
  font-size: 1.2em;
  padding: 0 0 15px;
  -webkit-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em); }

.post_featured.hover_border:hover .post_info .post_title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.post_featured.hover_border .post_info .post_descr {
  padding: 0;
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em); }

.post_featured.hover_border:hover .post_info .post_descr {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.post_featured.hover_border .post_info .post_info_item + .post_info_item:before {
  content: ' ';
  display: block;
  margin: 0.5em 0 0 0; }

/* Hover Shop (icons) */
.post_featured.hover_shop {
  position: relative;
  display: block; }

.post_item:hover .post_featured.hover_shop .mask,
.post_item:hover .post_featured.hover_shop:hover .mask {
  opacity: 1; }

.post_featured.hover_shop .icons {
  position: absolute;
  z-index: 1002;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }

.post_featured.hover_shop .icons a {
  display: inline-block;
  pointer-events: all;
  font-size: 1.2632em !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
  cursor: pointer;
  text-align: center;
  border: 3px solid #ddd !important;
  opacity: 0;
  margin-left: -1.76em;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
  -webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  -o-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
  transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; }

.post_featured.hover_shop .icons a.added_to_cart {
  display: none; }

.post_featured.hover_shop .icons a.product_out_stock:not(.product_type_external) {
  display: none !important; }

.product-category .post_featured.hover_shop .icons a,
.post_featured.hover_shop .icons a.product_out_stock:not(.product_type_external) + a {
  margin-left: 0;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.post_featured.hover_shop .icons a + a,
.post_featured.hover_shop .icons a + a + a {
  margin-left: 1.76em;
  -webkit-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.post_featured.hover_shop .icons a.shop_cart:before {
  font-family: "fontello" !important;
  font-weight: 400 !important;
  content: '\e93d' !important; }

.post_featured.hover_shop .icons a:before,
.post_featured.hover_shop .icons a:after {
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.post_featured.hover_shop .icons a:after {
  position: absolute;
  top: 25%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 0.6em; }

.post_item:hover .post_featured.hover_shop .icons a,
.post_featured.hover_shop:hover .icons a {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
  transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }

.post_item:hover .post_featured.hover_shop .icons a + a,
.post_item:hover .post_featured.hover_shop .icons a + a + a,
.post_featured.hover_shop:hover .icons a + a,
.post_featured.hover_shop:hover .icons a + a + a {
  -webkit-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

/* Hover Shop (buttons) */
.post_featured.hover_shop_buttons {
  position: relative;
  display: block;
  overflow: hidden !important; }

.post_featured.hover_shop_buttons .mask {
  display: none; }

.post_featured.hover_shop_buttons .icons {
  position: absolute;
  z-index: 1002;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }

.post_featured.hover_shop_buttons .icons a {
  position: absolute;
  z-index: 10;
  bottom: -5em;
  left: 0;
  font-size: 1em !important;
  letter-spacing: 0 !important;
  display: block;
  text-transform: none !important;
  width: 50%;
  text-align: center;
  padding: 0.5em 1em !important;
  pointer-events: all;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.post_featured.hover_shop_buttons .icons a + a,
.post_featured.hover_shop_buttons .icons a + a + a {
  left: 50%; }

.post_featured.hover_shop_buttons .icons a:before {
  font-family: "fontello" !important;
  font-weight: 400 !important;
  content: '\e93d' !important;
  margin-right: 0.3em; }

.post_featured.hover_shop_buttons .icons a.shop_link:before {
  content: '\e8b5' !important; }

.post_item:hover .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons:hover .icons a {
  bottom: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.post_featured.hover_shop_buttons .icons a.added_to_cart {
  display: none; }

.post_featured.hover_shop_buttons .icons a.product_out_stock {
  display: none; }

.product-category .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons .icons a.product_out_stock + a {
  width: 100%;
  left: 0 !important; }


@charset "UTF-8";
/* Elementor styles
----------------------------------------------------------------- */
/* Add negative margins to the our post container to align left and right side of the post content and header/footer */
.post_content > .elementor {
  margin-left: -15px;
  margin-right: -15px;
}

/* Boxed sections in the fullwidth pages */
.body_style_fullwide .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1660px;
}

.elementor-container[class*="elementor-column-gap-"] > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: 0;
}

/* Default Elementor's grid */
.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
  padding: 5px;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 10px;
}

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
  padding: 15px;
}

.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
  padding: 20px;
}

.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
  padding: 30px;
}

.elementor-container > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-container > .elementor-column > .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}

/* Stretch columns container to remove white spaces from sides of the rows with gaps between columns */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container:not(.elementor-column-gap-no) {
  max-width: none;
  position: relative;
}

/* Narrow: 5px */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
  width: 1420px;
}

.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
  width: 940px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
  left: -5px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
  margin-left: -5px;
  margin-right: -5px;
}

/* Default: 10px */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
  width: 1430px;
}

.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
  width: 950px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
  left: -10px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
  margin-left: -10px;
  margin-right: -10px;
}

/* Extended: 15px */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
  width: 1440px;
}

.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
  width: 960px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
  left: -15px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
  margin-left: -15px;
  margin-right: -15px;
}

/* Wide: 20px */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
  width: 1450px;
}

.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
  width: 970px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
  left: -20px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
  margin-left: -20px;
  margin-right: -20px;
}

/* Wider: 30px */
.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
  width: 1470px;
}

.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
  width: 990px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
  left: -30px;
}

.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
  margin-left: -30px;
  margin-right: -30px;
}

/* Progress */
.elementor-progress-wrapper {
  height: 10px;
  margin-top: 11px;
  border-radius: 0;
}

.elementor-progress-bar {
  border-radius: 0;
  height: inherit;
  line-height: normal;
}

.elementor-progress-percentage {
  padding-right: 0;
  position: absolute;
  bottom: calc(100% + 11px);
  right: 0;
  font-size: 16px;
  line-height: 1.75em;
}

.elementor-tab-title a {
  color: inherit !important;
}

.elementor-widget-tabs .elementor-tab-title {
  padding: 2em 3.0625em;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title + .elementor-tab-title {
  border-left-width: 10px !important;
  border-left-style: solid;
}

.elementor-widget-tabs .elementor-tab-content {
  padding: 20px 0;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper + .elementor-tabs-content-wrapper {
  margin-top: 2.33333em;
}

/* accordion */
.elementor-accordion .elementor-accordion-item {
  margin-bottom: 10px;
}

.elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  height: 40px;
  width: 40px;
  min-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 3px;
  border-style: solid;
}

.elementor-accordion .elementor-tab-title a {
  color: inherit;
}

.elementor-accordion .elementor-tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: inherit;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
  float: none;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
  float: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left + a {
  margin-left: 15px;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right + a {
  width: 100%;
  margin-right: 15px;
}

.elementor-accordion-icon-opened.fa.fa-close {
  font-size: 0.5em;
}

.fa-remove:before,
.fa-close:before,
.fa-times:before,
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "" !important;
  font-family: 'Fontello';
  font-weight: 400;
}

.elementor-accordion-icon-opened {
  font-size: 0.5em;
}

.fa-plus-circle:before {
  content: "" !important;
  font-family: 'Fontello';
  font-weight: 400;
}

/* Essential Addons for Elementor */
.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul > li {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
}

.eael-advance-tabs .eael-tabs-content > div.active,
.eael-advance-tabs .eael-tabs-content > div.active-default {
  padding: 0 !important;
}

.prider_price {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}

.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav {
  margin-right: 4.28571rem;
}

.eael-advance-tabs h1,
.eael-advance-tabs h2,
.eael-advance-tabs h3,
.eael-advance-tabs h4,
.eael-advance-tabs h5,
.eael-advance-tabs h6 {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 3.57143rem;
  color: inherit !important;
}

.eael-advance-tabs h1 .prider_price,
.eael-advance-tabs h2 .prider_price,
.eael-advance-tabs h3 .prider_price,
.eael-advance-tabs h4 .prider_price,
.eael-advance-tabs h5 .prider_price,
.eael-advance-tabs h6 .prider_price {
  position: absolute;
  right: 0;
  top: -5px;
}

@supports (-ms-ime-align: auto) {
  .eael-advance-tabs h1 .prider_price,
  .eael-advance-tabs h2 .prider_price,
  .eael-advance-tabs h3 .prider_price,
  .eael-advance-tabs h4 .prider_price,
  .eael-advance-tabs h5 .prider_price,
  .eael-advance-tabs h6 .prider_price {
    top: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eael-advance-tabs h1 .prider_price,
  .eael-advance-tabs h2 .prider_price,
  .eael-advance-tabs h3 .prider_price,
  .eael-advance-tabs h4 .prider_price,
  .eael-advance-tabs h5 .prider_price,
  .eael-advance-tabs h6 .prider_price {
    top: 0;
  }
}

/* Widget Image */
.elementor-widget-image.price_caption_left figcaption {
  position: absolute;
  top: 1.42857rem;
  bottom: auto;
  left: 1.42857rem;
  right: auto;
  width: 5.71429rem;
  height: 5.71429rem;
  line-height: 5.71429rem;
  padding: 0 !important;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  opacity: 1 !important;
}

.elementor-widget-image.price_caption_right figcaption {
  position: absolute;
  top: 1.42857rem;
  bottom: auto;
  left: auto;
  right: 1.42857rem;
  width: 5.71429rem;
  height: 5.71429rem;
  line-height: 5.71429rem;
  padding: 0 !important;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  opacity: 1 !important;
}

.elementor-text-editor small {
  font-size: 47%;
  margin-left: 1.57143rem;
}

.elementor iframe.instagram-media {
  margin-left: auto !important;
  margin-right: auto !important;
}

.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav > ul > li {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.elementor iframe.instagram-media {
  max-width: 330px !important;
}

.elementor .sc_content_align_left iframe.instagram-media {
  float: left;
  margin-right: 2em !important;
}

.elementor .sc_content_align_right iframe.instagram-media {
  float: right;
  margin-left: 2em !important;
}

.elementor iframe.instagram-media ~ p > br {
  display: none;
}

.elementor-editor-active .elementor .hide_on_wide, .elementor-editor-active .elementor .sc_layouts_hide_on_wide,
.elementor-editor-active .elementor .hide_on_desktop, .elementor-editor-active .elementor .sc_layouts_hide_on_desktop,
.elementor-editor-active .elementor .hide_on_notebook, .elementor-editor-active .elementor .sc_layouts_hide_on_notebook,
.elementor-editor-active .elementor .hide_on_tablet, .elementor-editor-active .elementor .sc_layouts_hide_on_tablet,
.elementor-editor-active .elementor .hide_on_mobile, .elementor-editor-active .elementor .sc_layouts_hide_on_mobile {
  display: block !important;
}

.elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.hide_on_wide, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_wide, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.hide_on_desktop, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_desktop, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.hide_on_notebook, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_notebook, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.hide_on_tablet, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_tablet, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.hide_on_mobile, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_mobile {
  display: inline-block !important;
}

.sc_layouts_title_title > .sc_layouts_title_caption {
  word-break: break-word;
}

/*# sourceMappingURL=elementor.css.map */

/* Gutenberg
----------------------------------------------------------------- */
/* TinyMCE Toolbar */
.editor-block-list__layout .mce-toolbar .mce-btn i {
  font-family: "dashicons", "tinymce"; }

.editor-block-list__layout .mce-toolbar .mce-btn button,
.editor-block-list__layout input[type="text"][role="button"] {
  background-color: transparent !important; }

.editor-block-list__layout .mce-toolbar .mce-btn button {
  color: #333 !important;
  padding: 2px 3px !important; }

/* Post title */
.editor-post-title__block .editor-post-title__input {
  min-height: 1em;
  height: unset; }

/* Editor area  */
div.edit-post-layout {
  height: unset; }

body.edit-post-visual-editor {
  font-size: 14px !important;
  padding: 3em 0;
  min-height: 50vh;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* Editor area width for all post types */
.editor-writing-flow {
  margin: 0 auto; }

.editor-writing-flow,
.editor-block-list__block,
.editor-post-title__block,
.editor-default-block-appender {
  max-width: 930px !important; }

/* Editor area width for pages without sidebar */
body.sidebar_position_hide.expand_content .editor-writing-flow,
body.sidebar_position_hide.expand_content .editor-block-list__block,
body.sidebar_position_hide.expand_content .editor-post-title__block,
body.sidebar_position_hide.expand_content .editor-default-block-appender {
  max-width: 1410px !important; }

/* Editor area width for custom layouts */
body.post-type-cpt_layouts .editor-block-list__block,
body.post-type-cpt_layouts.sidebar_position_hide.expand_content .editor-block-list__block,
body.post-type-cpt_layouts .editor-post-title__block,
body.post-type-cpt_layouts .editor-default-block-appender {
  max-width: none !important; }

body.single-cpt_layouts .trx-addons-layout--single-preview {
  max-width: 1410px !important;
  position: relative;
  margin: 0 auto; }

/* Theme grid */
@media (min-width: 600px) {
  /* Core columns in the editor */
  body.edit-post-visual-editor .editor-block-list__block:not([data-align]) .editor-block-list__block-edit {
    margin-left: -28px;
    margin-right: -28px; } }

/* Core columns in the frontend */
.wp-block-columns {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.wp-block-column:nth-child(odd) {
  margin-right: 0; }

.wp-block-column:nth-child(even) {
  margin-left: 0; }

.wp-block-column:not(:first-child) {
  margin-left: 15px; }

.wp-block-column:not(:last-child) {
  margin-right: 15px; }

/* Kadence columns in the editor */
.kt-gutter-default > .innerblocks-wrap > .editor-inner-blocks > .editor-block-list__layout > [data-type="kadence/column"] {
  margin-right: 30px; }

/* Kadence columns in the frontend */
.kt-gutter-default > .wp-block-kadence-column {
  margin-right: 30px; }

/* CoBlocks columns in the frontend */
.has-small-gutter > [class*="wp-block-coblocks-"]:not(:first-child) {
  margin-left: 15px; }

.has-small-gutter > [class*="wp-block-coblocks-"]:not(:last-child) {
  margin-right: 15px; }

/* Sidebar holder for the editor */
body.edit-post-visual-editor:not(.post-type-cpt_layouts):not(.sidebar_position_hide) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.sidebar_position_hide .editor-post-sidebar-holder,
body.post-type-cpt_layouts .editor-post-sidebar-holder {
  display: none; }

.editor-post-sidebar-holder {
  width: 410px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
  min-height: 75vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.editor-post-sidebar-holder:before {
  content: 'Sidebar';
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 3em;
  line-height: 1em;
  font-weight: bold;
  color: #ccc;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

/* Wide and Full blocks */
.alignfull > img,
.alignwide > img {
  max-width: none;
  width: 100%; }

body.sidebar_hide .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  width: 100vw;
  max-width: 100vw; }

body.sidebar_hide .alignwide {
  position: relative;
  left: calc( -44vw + 50%);
  width: 88vw;
  max-width: none; }

body:not(.sidebar_position_hide) .editor-block-list__layout .alignwide,
body:not(.sidebar_position_hide) .editor-block-list__block[data-align="wide"],
body:not(.sidebar_position_hide) .editor-block-list__layout .alignfull,
body:not(.sidebar_position_hide) .editor-block-list__block[data-align="full"] {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important; }

body.sidebar_position_hide .editor-block-list__layout .alignwide,
body.sidebar_position_hide.expand_content .editor-block-list__layout .alignwide,
body.sidebar_position_hide .editor-block-list__block[data-align="wide"],
body.sidebar_position_hide.expand_content .editor-block-list__block[data-align="wide"] {
  max-width: none !important;
  width: calc(100% + 10em);
  margin-left: -5em; }

body.sidebar_position_hide .editor-block-list__layout .alignfull,
body.sidebar_position_hide.expand_content .editor-block-list__layout .alignfull,
body.sidebar_position_hide .editor-block-list__block[data-align="full"],
body.sidebar_position_hide.expand_content .editor-block-list__block[data-align="full"] {
  max-width: none !important;
  width: calc(100% + 24em);
  margin-left: -12em; }

/* Fix for some core blocks in the edit mode
------------------------------------------------- */
/* Cover image */
.editor-block-list__block .wp-block-cover .wp-block-cover-text {
  color: #fff !important; }

/* Media & Text */
.wp-block-media-text .has-medium-font-size {
  line-height: 1.5em; }

.wp-block-media-text .has-large-font-size {
  line-height: 1.4em; }

.wp-block-media-text .has-huge-font-size {
  line-height: 1.3em; }

/* Kadence blocks 
---------------------------------------- */
.editor-block-list__block .kt-tabs-title-list {
  margin-bottom: 0;
  padding-left: 0; }

.editor-block-list__block .kt-tabs-layout-vtabs > .kt-tabs-wrap > .kt-tabs-title-list li {
  margin-bottom: 1px; }

.editor-block-list__block .kt-tabs-content-wrap {
  border: 1px solid #ddd; }
