.article.item-defaultblog-detail {
  /* Blog item slider */
  /* Thumbs sliders */
  /* All sliders */
}
.article.item-defaultblog-detail > .margin > .padding {
  padding-top: 0px;
}
.article.item-defaultblog-detail .navigation-row {
  width: 100%;
  text-align: right;
  border-bottom: solid 1px var(--defaultDarkGrey);
}
.article.item-defaultblog-detail .navigation-row.top {
  margin-top: 100px;
}
.article.item-defaultblog-detail .navigation-row > div {
  display: inline-block;
  padding: 10px 20px 15px 20px;
}
.article.item-defaultblog-detail .navigation-row > div.next {
  padding-right: 0;
}
.article.item-defaultblog-detail .navigation-row > div.next > a > i {
  transition: right var(--shortTransition);
  position: relative;
  right: 0;
}
.article.item-defaultblog-detail .navigation-row > div.next > a:hover > i {
  right: -2px;
}
.article.item-defaultblog-detail .navigation-row > div.prev > a > i {
  transition: left var(--shortTransition);
  position: relative;
  left: 0;
}
.article.item-defaultblog-detail .navigation-row > div.prev > a:hover > i {
  left: -2px;
}
.article.item-defaultblog-detail .navigation-row a.disabled {
  color: var(--defaultBorderColor);
  cursor: default;
}
.article.item-defaultblog-detail .header {
  width: 100%;
  height: 300px;
  background-color: var(--defaultBorderColor);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.article.item-defaultblog-detail .header > div {
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 20px;
  height: 100%;
}
.article.item-defaultblog-detail .header h1 {
  color: var(--defaultWhite);
}
.article.item-defaultblog-detail .header .table {
  display: table;
  width: 100%;
  height: 100%;
}
.article.item-defaultblog-detail .header .cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.article.item-defaultblog-detail .product-content > .margin > .padding {
  padding: 20px 0;
}
.article.item-defaultblog-detail .product-content .product-title {
  font-size: var(--biggerFontSize);
  display: none;
  padding-bottom: 20px;
}
.article.item-defaultblog-detail .product-content .article-info {
  padding-left: 0px;
}
.article.item-defaultblog-detail .product-content .article-info > h1 {
  margin-bottom: 20px;
  margin-top: 0;
}
.article.item-defaultblog-detail .product-content .article-info .text .main-image {
  position: relative;
  margin-bottom: 10px;
}
.article.item-defaultblog-detail .product-content .article-info .text h4 {
  font-size: 20px;
}
.article.item-defaultblog-detail .product-content .article-info .text h5 {
  font-size: var(--biggerFontSize);
  color: #240335;
  line-height: 28px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-weight: 500;
}
.article.item-defaultblog-detail .product-content .article-info .text h6 {
  font-size: var(--defaultFontSize);
  color: #240335;
  line-height: 28px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-weight: 500;
}
.article.item-defaultblog-detail .product-content .right {
  margin-top: 130px;
  padding-left: 40px;
  position: sticky;
  top: 0;
}
.article.item-defaultblog-detail .product-content .right .date,
.article.item-defaultblog-detail .product-content .right .reactions {
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: var(--smallerFontSize);
  margin: 11px 0;
}
.article.item-defaultblog-detail .product-content .right .reactions > a {
  color: var(--defaultBlack);
}
.article.item-defaultblog-detail .product-content .right .reactions > a:hover {
  color: var(--defaultBlue);
}
.article.item-defaultblog-detail .product-content .right .share {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: var(--biggerFontSize);
  margin: 11px 0;
}
.article.item-defaultblog-detail .product-content .right .date i,
.article.item-defaultblog-detail .product-content .right .share i,
.article.item-defaultblog-detail .product-content .right .reactions i {
  padding-right: 5px;
}
.article.item-defaultblog-detail .product-content .right .tags {
  float: left;
  width: 100%;
  font-weight: normal;
  margin-top: 10px;
}
.article.item-defaultblog-detail .product-content .right .tags .title {
  display: block;
  padding-right: 5px;
  margin-bottom: 10px;
  font-size: var(--biggerFontSize);
  font-weight: bold;
}
.article.item-defaultblog-detail .product-content .right .tag-item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.article.item-defaultblog-detail .product-content .right .tag-item a {
  display: inline-block;
  color: var(--defaultWhite);
  background-color: var(--defaultBorderColor);
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background-color var(--shortTransition);
}
.article.item-defaultblog-detail .product-content .right .tag-item a:hover {
  background-color: var(--defaultWhite);
  color: var(--defaultBorderColor);
}
.article.item-defaultblog-detail .product-content .right .socialmedia {
  padding-top: 15px;
}
.article.item-defaultblog-detail .product-content .right .socialmedia > span:first-child > span {
  margin-left: 0;
}
.article.item-defaultblog-detail .product-content .post-reaction-wrap {
  width: 100%;
  margin-top: 50px;
}
.article.item-defaultblog-detail .product-content .post-reaction-wrap .title {
  margin-bottom: 23px;
  font-size: var(--biggerFontSize);
  color: #240335;
  line-height: 28px;
  font-weight: 500;
}
.article.item-defaultblog-detail .product-content .post-reaction-wrap .title.reaction-count {
  font-size: 24px;
  border-bottom: 1px solid var(--defaultDarkGrey);
  padding-bottom: 32px;
  margin-bottom: 44px;
}
.article.item-defaultblog-detail .product-content .post-reaction-wrap .error.message,
.article.item-defaultblog-detail .product-content .post-reaction-wrap .success.message {
  display: none;
}
.article.item-defaultblog-detail .product-content .post-reaction-wrap .error.message.active,
.article.item-defaultblog-detail .product-content .post-reaction-wrap .success.message.active {
  display: flex;
}
.article.item-defaultblog-detail .product-content .post-reaction-wrap .success-message.active ~ .reaction-input-wrap {
  display: none;
}
.article.item-defaultblog-detail .product-content .post-reaction-wrap .reaction-input-wrap {
  width: 100%;
  padding-bottom: 11px;
}
.article.item-defaultblog-detail .product-content .post-reaction-wrap label {
  display: block;
  width: 100%;
  padding-bottom: 9px;
  color: #393939;
  font-weight: normal;
  font-size: 14px;
}
.article.item-defaultblog-detail .product-content .post-reaction-wrap input:not([type=button], [type=checkbox], [type=color], [type=file], [type=radio], [type=range], [type=reset], [type=submit]),
.article.item-defaultblog-detail .product-content .post-reaction-wrap textarea {
  resize: vertical;
  display: block;
  width: 100%;
  border: none;
  background: none;
  border: 1px solid var(--defaultDarkGrey);
  color: #393939;
  padding: 5px;
}
.article.item-defaultblog-detail .product-content .post-reaction-wrap textarea {
  height: 10em;
}
.article.item-defaultblog-detail .product-content .post-reaction-wrap input[type=submit] {
  float: right;
  width: 150px;
  height: 40px;
  border: none;
  background-color: var(--defaultBorderColor);
  color: var(--defaultWhite);
  padding: 5px 0px;
  font-weight: 500;
  text-align: center;
  font-size: var(--defaultFontSize);
  margin-top: 15px;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  position: relative;
  transform: translateZ(0px);
  vertical-align: middle;
  transition: var(--shortTransition);
  transition-property: color, background;
}
.article.item-defaultblog-detail .product-content .post-reaction-wrap input[type=submit] :hover {
  color: var(--defaultBorderColor);
  background-color: var(--defaultWhite);
}
.article.item-defaultblog-detail .product-content .post-reaction-wrap .notice {
  font-size: 11px;
  width: 100%;
  display: block;
  text-align: right;
  color: var(--defaultBorderColor);
  margin-top: 12px;
}
.article.item-defaultblog-detail .product-content .reaction-input-wrap {
  padding-bottom: 5px;
}
.article.item-defaultblog-detail .product-content .reaction-input-wrap.information .name {
  font-weight: bold;
  line-height: 26px;
  text-transform: capitalize;
  font-size: var(--biggerFontSize);
  margin-bottom: 7px;
}
.article.item-defaultblog-detail .product-content .reaction-input-wrap.information .date {
  font-style: italic;
  line-height: 26px;
  color: var(--defaultBorderColor);
  margin-bottom: 5px;
}
.article.item-defaultblog-detail .product-content .reactions-wrap {
  padding: 15px 0;
  margin-top: 15px;
}
.article.item-defaultblog-detail .product-content .reactions-wrap .title {
  font-weight: bold;
  font-size: var(--biggerFontSize);
  padding-bottom: 4px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ccc;
}
.article.item-defaultblog-detail .product-content .reaction {
  padding: 15px;
  margin-bottom: 10px;
}
.article.item-defaultblog-detail .product-content .reaction:nth-child(odd) {
  background-color: var(--defaultLightGrey);
}
.article.item-defaultblog-detail .product-content .reaction .reply {
  display: flex;
  justify-content: flex-end;
  padding: 0 35px 6px 0;
  font-size: var(--smallerFontSize);
}
.article.item-defaultblog-detail .product-content .reaction .reply a {
  transition: color var(--shortTransition);
}
.article.item-defaultblog-detail .socials-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--defaultBlack);
  border: 1px solid var(--defaultBlack);
  border-radius: 16px;
  width: 33px;
  height: 33px;
  margin-right: 7px;
  transition: var(--shortTransition);
  transition-property: color, background-color;
}
.article.item-defaultblog-detail .socials-button :hover {
  background-color: var(--defaultBlack);
  color: var(--defaultWhite);
}
.article.item-defaultblog-detail .follow-us {
  font-size: var(--biggerFontSize);
  font-weight: bold;
  margin-top: 41px;
}
.article.item-defaultblog-detail .follow-us .socials-icons {
  margin-top: 11px;
}
.article.item-defaultblog-detail .mobile {
  display: none;
}
.article.item-defaultblog-detail .default-blog-slider,
.article.item-defaultblog-detail .blog-image-slider {
  width: 100%;
  height: 525px;
  border: 1px solid var(--defaultDarkGrey);
  --swiper-theme-color: var(--defaultBlack);
}
.article.item-defaultblog-detail .default-blog-slider .swiper-slide .zoom,
.article.item-defaultblog-detail .blog-image-slider .swiper-slide .zoom {
  padding: 0;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  text-align: center;
  transition: opacity var(--shortTransition);
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--defaultWhite);
  font-size: 30px;
  line-height: 55px;
  opacity: 0;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
.article.item-defaultblog-detail .default-blog-slider .swiper-slide:hover .zoom,
.article.item-defaultblog-detail .blog-image-slider .swiper-slide:hover .zoom {
  opacity: 1;
}
.article.item-defaultblog-detail .default-blog-slider .swiper-slide img,
.article.item-defaultblog-detail .blog-image-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.article.item-defaultblog-detail .default-blog-slider .swiper-slide.cover img,
.article.item-defaultblog-detail .blog-image-slider .swiper-slide.cover img {
  object-fit: cover;
}
.article.item-defaultblog-detail .default-blog-thumbs,
.article.item-defaultblog-detail .blog-image-thumbs {
  margin-top: 10px;
}
.article.item-defaultblog-detail .default-blog-thumbs .swiper-wrapper,
.article.item-defaultblog-detail .blog-image-thumbs .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.article.item-defaultblog-detail .default-blog-thumbs .swiper-slide,
.article.item-defaultblog-detail .blog-image-thumbs .swiper-slide {
  width: 60px;
  height: 50px;
  cursor: pointer;
  border: 3px solid transparent;
  transition: border-color var(--shortTransition);
}
.article.item-defaultblog-detail .default-blog-thumbs .swiper-slide.swiper-slide-thumb-active,
.article.item-defaultblog-detail .blog-image-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 3px solid #0689c0;
}
.article.item-defaultblog-detail .default-blog-thumbs .swiper-slide img,
.article.item-defaultblog-detail .blog-image-thumbs .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article.item-defaultblog-detail .default-blog-slider .swiper-slide video,
.article.item-defaultblog-detail .blog-image-slider .swiper-slide video,
.article.item-defaultblog-detail .default-blog-thumbs .swiper-slide video,
.article.item-defaultblog-detail .blog-image-thumbs .swiper-slide video {
  width: 100%;
  height: 100%;
}

.article.related-blog-items {
  margin-top: 10px;
}
.article.related-blog-items > .margin > .padding {
  padding: 0;
}
.article.related-blog-items .title {
  display: block;
  padding-right: 5px;
  margin-bottom: 10px;
  font-size: var(--biggerFontSize);
}
.article.related-blog-items .related-blog-item {
  position: relative;
  margin-bottom: 15px;
}
.article.related-blog-items .related-blog-item > a > .image {
  overflow: hidden;
}
.article.related-blog-items .related-blog-item > a > .image > img {
  display: block;
  transition: transform 1s;
  transform: scale(1.1);
}
.article.related-blog-items .related-blog-item > a:hover > .image > img {
  transform: scale(1);
  transition-delay: 0.6s;
}
.article.related-blog-items .related-blog-item > a .text {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: transparent url("/site/media/images/bg-gradiant.png") repeat-x left bottom 90%;
}
.article.related-blog-items .related-blog-item > a .title {
  position: absolute;
  z-index: 3;
  bottom: 0;
  color: var(--defaultWhite);
  padding: 10px;
  font-size: var(--biggerFontSize);
  max-height: 72px;
  line-height: 30px;
  overflow: hidden;
  margin: 0;
}

/* Grade A */
/* Grade B */
@media (max-width: 991px) {
  .article.item-defaultblog-detail > .margin > .padding {
    padding-left: 0;
    padding-right: 0;
  }
  .article.item-defaultblog-detail .navigation-row {
    margin-top: 280px;
    margin-top: 0;
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }
  .article.item-defaultblog-detail .navigation-row.top {
    margin-top: 115px;
  }
  .article.item-defaultblog-detail .product-content > .margin > .padding {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .article.item-defaultblog-detail .product-content .article-info {
    padding-left: 0;
    width: 100%;
  }
  .article.item-defaultblog-detail .product-content .right {
    width: 100%;
    padding-left: 0;
  }
  .article.item-defaultblog-detail .product-content .right .date,
  .article.item-defaultblog-detail .product-content .right .reactions {
    width: 50%;
  }
  .article.item-defaultblog-detail .product-content .blog-reactions {
    width: 100%;
  }
  .article.item-defaultblog-detail .product-content .reactions-wrap {
    padding-bottom: 0;
  }
  .article.item-defaultblog-detail .image {
    height: 115px;
  }
  .article.item-defaultblog-detail .socialMediaLinks-wrap,
  .article.item-defaultblog-detail .follow-us {
    float: left;
  }
  .article.item-defaultblog-detail .follow-us {
    margin-top: 0;
  }
  .article.related-blog-items .related-blog-item {
    width: 49%;
    float: left;
    margin-bottom: 2%;
  }
  .article.related-blog-items .related-blog-item:nth-child(2n+1) {
    margin-left: 1%;
  }
  .article.related-blog-items .related-blog-item:nth-child(2n) {
    margin-right: 1%;
  }
}
/* Grade C */
@media (max-width: 767px) {
  .article.item-defaultblog-detail .navigation-row {
    margin-top: 0;
  }
  .article.item-defaultblog-detail .navigation-row::after {
    clear: both;
    display: block;
    content: "";
  }
  .article.item-defaultblog-detail .navigation-row > div {
    width: 33.3333333333%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: inherit;
    float: left;
  }
  .article.item-defaultblog-detail .navigation-row > div.prev {
    text-align: left;
  }
  .article.item-defaultblog-detail .navigation-row > div.back {
    text-align: center;
  }
  .article.item-defaultblog-detail .navigation-row > div.next {
    text-align: right;
  }
  .article.item-defaultblog-detail .product-content .article-info {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .article.item-defaultblog-detail .product-content .right > .date,
  .article.item-defaultblog-detail .product-content .right > .share,
  .article.item-defaultblog-detail .product-content .right > .reactions {
    width: 100%;
  }
  .article.item-defaultblog-detail .follow-us {
    margin-top: 1em;
  }
  .article.item-defaultblog-detail .default-blog-slider {
    height: 300px;
  }
  .article.related-blog-items .related-blog-item {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .article.related-blog-items .related-blog-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .article.related-blog-items .related-blog-item:nth-child(2n) {
    margin-right: 0;
  }
  .article.related-blog-items .related-blog-item > a > .text {
    background: transparent url("/site/media/images/bg-gradiant.png") repeat-x left bottom 100%;
  }
}
/* Grade D */
@media (max-width: 479px) {
  .article.item-defaultblog-detail .navigation-row.top {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .article.item-defaultblog-detail .navigation-row.top > div {
    width: 88px;
  }
  .article.item-defaultblog-detail .product-content .article-info {
    padding: 0 10px;
  }
  .article.item-defaultblog-detail .product-content .article-info > h1 {
    margin-bottom: 19px;
    font-size: 24px;
  }
  .article.item-defaultblog-detail .product-content .follow-us {
    margin-top: 32px;
    float: none;
  }
  .article.item-defaultblog-detail .product-content .post-reaction-wrap {
    margin-top: 42px;
  }
  .article.item-defaultblog-detail .product-content .post-reaction-wrap .notice {
    margin-top: 0px;
  }
  .article.item-defaultblog-detail .product-content .post-reaction-wrap .title.reaction-count {
    padding-bottom: 21px;
    margin-bottom: 21px;
  }
  .article.item-defaultblog-detail .product-content .post-reaction-wrap input[type] {
    width: 100%;
    margin-top: 20px;
  }
  .article.item-defaultblog-detail .product-content .post-reaction-wrap .reaction-input-wrap {
    padding-bottom: 0;
  }
  .article.item-defaultblog-detail .product-content .hidden-on-mobile {
    display: none;
  }
  .article.item-defaultblog-detail .product-content .reactions-wrap {
    margin-top: 21px;
    padding-top: 22px;
  }
  .article.item-defaultblog-detail .product-content .reaction {
    margin: 0 9px;
  }
  .article.item-defaultblog-detail .product-content .mobile {
    display: block;
    margin-top: 20px;
  }
  .article.item-defaultblog-detail .product-content .mobile > .date,
  .article.item-defaultblog-detail .product-content .mobile > .reactions {
    margin-bottom: 22px;
  }
  .article.item-defaultblog-detail .product-content .mobile > i {
    width: 14px;
    height: 14px;
  }
  .article.item-defaultblog-detail .product-content .mobile .tags .title {
    font-size: var(--biggerFontSize);
    font-weight: bold;
    padding-bottom: 11px;
  }
  .article.item-defaultblog-detail .product-content .mobile .tag-item {
    background-color: var(--defaultBorderColor);
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
  }
  .article.item-defaultblog-detail .product-content .mobile .tag-item a {
    display: inline-block;
    color: var(--defaultWhite);
    padding: 5px 10px;
    border-radius: 4px;
  }
  .article.item-defaultblog-detail .product-content .mobile .tag-item a:hover {
    background-color: var(--defaultWhite);
    color: var(--defaultBorderColor);
  }
  .article.item-defaultblog-detail .product-content .mobile .share {
    font-size: var(--biggerFontSize);
    font-weight: bold;
    margin: 22px 0 11px;
  }
  .article.item-defaultblog-detail .product-content .mobile .reactions > a {
    color: var(--defaultBlack);
  }
  .article.item-defaultblog-detail .product-content .mobile .socialMediaLinks-wrap {
    float: none;
  }
  .article.related-blog-items .related-blog-item > a > .text {
    background: transparent url("/site/media/images/bg-gradiant.png") repeat-x left bottom 50%;
  }
}

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