/**
 * @version     $Id$
 * @author      JoomlaUX
 * @package     Joomla.Site
 * @subpackage  mod_jux_news_wall_pro
 * @copyright   Copyright (C) 2013 JoomlaUX. All rights reserved.
 * @license     License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
*/
.loading-spinner-wrap {
  height: 50px;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.loading-spinner-wrap .loading_spinner {
  margin: 30px auto;
  width: 32px;
  position: relative;
}
.loading-spinner-wrap .loading_spinner .cube1,
.loading-spinner-wrap .loading_spinner .cube2,
.loading-spinner-wrap .loading_spinner .cube3,
.loading-spinner-wrap .loading_spinner .cube4,
.loading-spinner-wrap .loading_spinner .cube5 {
  background: #424077;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-animation: cubemove 2s infinite ease-in-out;
  animation: cubemove 2s infinite ease-in-out;
}
.loading-spinner-wrap .loading_spinner .cube2 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loading-spinner-wrap .loading_spinner .cube3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loading-spinner-wrap .loading_spinner .cube4 {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.loading-spinner-wrap .loading_spinner .cube5 {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
@-webkit-keyframes cubemove {
  0% {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }
  50% {
    -webkit-transform: translateX(0px) rotate(180deg) scale(2.2);
    transform: translateX(0px) rotate(180deg) scale(2.2);
    background: #424077;
  }
  100% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }
}
@keyframes cubemove {
  0% {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }
  50% {
    -webkit-transform: translateX(0px) rotate(180deg) scale(2.2);
    transform: translateX(0px) rotate(180deg) scale(2.2);
    background: #424077;
  }
  100% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }
}
.jnwp-news-wall-wrapper {
  --e-global-color-text: #7A7A7A;
  --e-global-color-primary: #6EC1E4;
  --tw-line-width: 3px;
  --tw-line-bg: #d6d6d6;
  --tw-line-filling-color: rgba(0, 0, 0, 0.5);
  --tw-line-bd-width: 0;
  --tw-line-bd-style: solid;
  --tw-ybx-size: 80px;
  --tw-ybx-text-size: 22px;
  --tw-ybx-text-weight: bold;
  --tw-ybx-text-color: #ffffff;
  --tw-ybx-bg: #54595f;
  --tw-ybx-bd-width: var(--tw-line-bd-width-inpx, var(--tw-line-width));
  --tw-ybx-bd-style: var(--tw-line-bd-style);
  --tw-ybx-bd-color: var(--tw-line-bd-color, var(--tw-line-bg));
  --tw-ibx-size: 60px;
  --tw-ibx-text-size: 24px;
  --tw-ibx-bg: var(--e-global-color-primary, #222);
  --tw-ibx-color: var(--tw-cbx-bg);
  --tw-ibx-radius: 50;
  --tw-ibx-bd-width: var(--tw-line-bd-width-inpx, var(--tw-line-width));
  --tw-ibx-bd-style: var(--tw-line-bd-style);
  --tw-ibx-bd-color: var(--tw-line-bd-color, var(--tw-line-bg));
  --tw-lbl-gap: 5px;
  --tw-lbl-position: column nowrap;
  --tw-lbl-justify: flex-end;
  --tw-lbl-big-size: 24px;
  --tw-lbl-small-size: 16px;
  --tw-lbl-big-weight: bold;
  --tw-lbl-small-weight: normal;
  --tw-lbl-big-color: var(--e-global-color-primary, #222);
  --tw-lbl-small-color: var(--e-global-color-text, #444);
  --tw-arw-bg: var(--tw-cbx-title-bg, var(--tw-cbx-bg));
  --tw-arw-bg2: var(--tw-cbx-title-bg, var(--tw-cbx-bg2));
  --tw-arw-bg3: var(--tw-cbx-title-bg, var(--tw-cbx-bg3));
  --tw-arw-bg4: var(--tw-cbx-title-bg, var(--tw-cbx-bg4));
  --tw-arw-bd-color: var(--tw-cbx-bd-color);
  --tw-arw-line-background: var(--tw-cbx-title-bg, var(--tw-line-bg));
  --tw-arw-line-border-color: var(--tw-line-bd-color);
  --tw-cbx-bg: #ffffff;
  --tw-cbx-bd-style: solid;
  --tw-cbx-bd-color: var(--tw-ibx-bg);
  --tw-cbx-radius: 6px 6px 6px 6px;
  --tw-cbx-radius-left: 6px 6px 6px 6px;
  --tw-cbx-padding: 1.5em 1.5em calc(1.5em - 5px) 1.5em;
  --tw-cbx-bottom-margin: 60px;
  --tw-cbx-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
  --tw-cbx-shadow-left: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
  --tw-cbx-space: 20;
  --tw-cbx-bg-hover: var(--tw-cbx-bg);
  --tw-cbx-radius-hover: var(--tw-cbx-radius);
  --tw-cbx-radius-left-hover: var(--tw-cbx-radius-left);
  --tw-cbx-shadow-hover: var(--tw-cbx-shadow);
  --tw-cbx-shadow-left-hover: var(--tw-cbx-shadow-left);
  --tw-cbx-title-color: var(--e-global-color-primary, #222);
  --tw-cbx-title-font-size: 22px;
  --tw-cbx-title-font-weight: bold;
  --tw-cbx-title-line-height: 1.25em;
  --tw-cbx-title-padding: 0px 0px 0px 0px;
  --tw-cbx-title-margin: 0px 0px 15px 0px;
  --tw-cbx-des-color: var(--e-global-color-text, #444);
  --tw-cbx-des-padding: 0px 0px 0px 0px;
  --tw-cbx-des-margin: 20px 0px 15px 0px;
  --tw-cbx-img-width: 100%;
  --tw-cbx-img-height: auto;
  --tw-cbx-img-padding: 0px 0px 0px 0px;
  --tw-cbx-img-margin: 0px 0px 10px 0px;
  --tw-cbx-img-margin-left: 0px;
  --tw-cbx-img-margin-right: 0px;
  --tw-cbx-img-border-width: 1px;
  --tw-cbx-img-border-style: none;
  --tw-cbx-img-border-color: var(--e-global-color-text, #444);
  --tw-cbx-img-radius: 0px;
  --tw-cbx-img-shadow: 0px;
  --tw-cbx-btn-margin: 10px 0px 0px 0px;
  --tw-cbx-btn-margin-left: 0px;
  --tw-cbx-btn-margin-right: 0px;
  --tw-cbx-btn-padding: 10px 14px 10px 14px;
  --tw-cbx-btn-width: auto;
  --tw-cbx-btn-height: auto;
  --tw-cbx-btn-color: var(--tw-cbx-des-color, #444);
  --tw-cbx-btn-bgcolor: #00000015;
  --tw-ibx-position: 0;
  --tw-cbx-bd-top-width: 0px;
  --tw-cbx-bd-right-width: 0px;
  --tw-cbx-bd-bottom-width: 0px;
  --tw-cbx-bd-left-width: 2px;
  --tw-cbx-img-order: 2;
  max-width: 1600px;
  padding: calc(var(--tw-line-width) * 3) 0;
}
@media (max-width: 1024px) {
  .jnwp-news-wall-wrapper {
    --tw-lbl-big-size: 20px;
    --tw-lbl-small-size: 14px;
    --tw-ybx-size: 80px;
  }
}
@media (max-width: 768px) {
  .jnwp-news-wall-wrapper {
    --tw-lbl-big-size: 18px;
    --tw-lbl-small-size: 14px;
    --tw-ybx-size: 60px;
    --tw-ibx-size: 54px;
    --tw-ybx-text-size: 18px;
  }
}
.jnwp-news-wall-wrapper a {
  text-decoration: none;
}
.jnwp-news-wall-wrapper {
  width: 100%;
  display: block;
  position: relative;
}
.jnwp-news-wall-wrapper .jnwp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: var(--tw-cbx-padding);
  background: var(--tw-cbx-bg);
  border-width: var(--tw-cbx-bd-top-width) var(--tw-cbx-bd-right-width) var(--tw-cbx-bd-bottom-width) var(--tw-cbx-bd-left-width);
  border-color: var(--tw-cbx-bd-color);
  border-style: var(--tw-cbx-bd-style);
  -webkit-box-shadow: var(--tw-cbx-shadow);
          box-shadow: var(--tw-cbx-shadow);
  border-radius: var(--tw-cbx-radius);
}
.jnwp-news-wall-wrapper .jnwp-title {
  background: var(--tw-cbx-title-bg);
  color: var(--tw-cbx-title-color);
  padding: var(--tw-cbx-title-padding);
  font-size: var(--tw-cbx-title-font-size);
  font-weight: var(--tw-cbx-title-font-weight);
  line-height: var(--tw-cbx-title-line-height);
  cursor: pointer;
}
.jnwp-news-wall-wrapper .jnwp-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.jnwp-news-wall-wrapper .jnwp-media img {
  width: 100%;
}
.jnwp-news-wall-wrapper .jnwp-media .item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.jnwp-news-wall-wrapper .post-meta {
  display: block;
  font-size: 13px;
  margin-bottom: 7px;
}
.jnwp-news-wall-wrapper .post-meta .post-meta-date {
  text-transform: uppercase;
}
.jnwp-news-wall-wrapper .post-meta .post-meta-date:after {
  content: "";
  width: 0;
  height: 10px;
  margin: 0 8px 0 6px;
  display: inline-block;
  background: none !important;
  border-right: 1px solid;
  opacity: 0.7;
}
.jnwp-news-wall-wrapper .post-meta .post-meta-author:before {
  content: "";
  width: 0;
  height: 10px;
  margin: 0 8px;
  display: inline-block;
  background: none !important;
  border-right: 1px solid;
  opacity: 0.7;
}
.jnwp-news-wall-wrapper .post-meta-date {
  font-size: 13px;
}
.jnwp-news-wall-wrapper .post-meta-other {
  font-size: 13px;
}
.jnwp-news-wall-wrapper .post-meta-other .post-meta-author:after {
  content: "";
  width: 0;
  height: 10px;
  margin: 0 8px;
  display: inline-block;
  background: none !important;
  border-right: 1px solid;
  opacity: 0.7;
}
.jnwp-news-wall-wrapper .post-meta-other .post-meta-date {
  text-transform: uppercase;
}
.jnwp-news-wall-wrapper .post-title {
  margin-top: 0px;
  font-size: 24px;
}
.jnwp-news-wall-wrapper .post-title a {
  z-index: 10;
  position: relative;
}
.jnwp-news-wall-wrapper .post-hits {
  font-size: 12px;
  margin-bottom: 4px;
}
.jnwp-news-wall-wrapper .jux-content-inner.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
.jnwp-news-wall-wrapper .jux-content-inner.juxfadeIn {
  -webkit-animation-name: juxfadeIn;
  animation-name: juxfadeIn;
}
.jnwp-news-wall-wrapper .readmore-btn {
  font-size: 14px;
  text-transform: uppercase;
}
.jnwp-news-wall-wrapper .readmore-btn a i {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.jnwp-news-wall-wrapper .readmore-btn a:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.jnwp-news-wall-wrapper .post-tags {
  margin-top: 7px;
  margin-bottom: 5px;
  padding: 0;
}
.jnwp-news-wall-wrapper .post-tags li {
  margin-bottom: 3px;
  margin-right: 3px;
  display: inline-block;
}
.jnwp-news-wall-wrapper .post-tags a {
  padding: 0;
  font-weight: normal;
  color: inherit;
  opacity: 0.6;
}
.jnwp-news-wall-wrapper .post-tags a:hover {
  opacity: 1;
  color: inherit;
  background: transparent;
}
.jnwp-news-wall-wrapper .jnwp-description-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: var(--tw-cbx-des-padding);
  color: var(--tw-cbx-des-color);
  background: var(--tw-cbx-des-background);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.jnwp-news-wall-wrapper .jnwp-description-wrap .jnwp-description {
  margin-bottom: 12px;
}
.jnwp-news-wall-wrapper .jnwp-description-wrap .lightbox_content {
  display: none;
}
.jnwp-news-wall-wrapper .jnwp-description-wrap .jnwp-read_more {
  text-decoration: none;
  margin-top: 20px;
  position: relative;
  display: inline-block;
}
.jnwp-news-wall-wrapper .jnwp-description-wrap .jnwp-read_more span {
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.jnwp-news-wall-wrapper .jnwp-description-wrap .jnwp-read_more i {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.jnwp-news-wall-wrapper .jnwp-description-wrap .jnwp-read_more:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.align-left .jnwp-content {
  text-align: left;
}
.align-center .jnwp-content {
  text-align: center;
}
.align-right .jnwp-content {
  text-align: right;
}
@media (max-width: 768px) {
  .align-right .jnwp-content {
    text-align: left;
  }
}
.loading_spinner_wrapper {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative;
  margin-top: 20px;
}
.loading_spinner_wrapper .cube1,
.loading_spinner_wrapper .cube2,
.loading_spinner_wrapper .cube3,
.loading_spinner_wrapper .cube4,
.loading_spinner_wrapper .cube5 {
  background: #666666;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-animation: cubemove 2s infinite ease-in-out;
  animation: cubemove 2s infinite ease-in-out;
}
.loading_spinner_wrapper .cube2 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loading_spinner_wrapper .cube3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loading_spinner_wrapper .cube4 {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.loading_spinner_wrapper .cube5 {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
@-webkit-keyframes cubemove {
  0% {
    -webkit-transform: translateX(-120px);
  }
  50% {
    -webkit-transform: translateX(0px) rotate(180deg) scale(2.2);
    background: #666666;
  }
  100% {
    -webkit-transform: translateX(120px);
  }
}
@keyframes cubemove {
  0% {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }
  50% {
    -webkit-transform: translateX(0px) rotate(180deg) scale(2.2);
    transform: translateX(0px) rotate(180deg) scale(2.2);
    background: #666666;
  }
  100% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }
}
.jnwp-item-style2 .jnwp-media {
  margin-top: 0;
  margin-bottom: 20px;
}
.jnwp-item-style2 .post-meta {
  margin-bottom: 10px;
}
.jnwp-item-style3 .jnwp-media {
  margin-top: 0;
  margin-bottom: 20px;
}
.jnwp-item-style3 .post-meta-other {
  margin-bottom: 10px;
}
.jnwp-item-style4 .jnwp-media {
  margin-top: 0;
  margin-bottom: 20px;
}
.jnwp-item-style4 .post-meta {
  margin-bottom: 5px;
  font-size: 13px;
}
.jnwp-item-style4 .post-title {
  margin-bottom: 15px;
}
.jnwp-item-style5 .jnwp-media {
  margin-top: 0;
  margin-bottom: 20px;
}
.jnwp-item-style5 .post-meta-other {
  font-size: 13px;
}
.jnwp-item-style5 .readmore-btn {
  margin-bottom: 5px;
}
.jnwp-item-style5 .jnwp-description {
  margin-bottom: 12px;
}
.jnwp-item-style5 .post-title {
  margin-bottom: 15px;
}
.jnwp-item-style6 .jnwp-media {
  margin-top: 0;
  margin-bottom: 16px;
}
.jnwp-item-style6 .post-meta {
  margin-bottom: 3px;
}
.jnwp-item-style6 .post-meta-other {
  font-size: 13px;
  margin-bottom: 10px;
}
.jnwp-item-style6 .readmore-btn {
  margin-bottom: 5px;
}
.jnwp-item-style6 .jnwp-description {
  margin-bottom: 12px;
}
.jnwp-item-style6 .post-title {
  margin-bottom: 15px;
}
.jnwp-item-style7 .jnwp-media {
  margin-top: 0;
  margin-bottom: 16px;
}
.jnwp-item-style7 .post-meta {
  margin-bottom: 3px;
}
.jnwp-item-style7 .post-meta-other {
  margin-bottom: 0;
}
.jnwp-item-style7 .readmore-btn {
  margin-top: 15px;
  margin-bottom: 5px;
}
.jnwp-item-style7 .jnwp-description {
  margin-bottom: 12px;
}
.jnwp-item-style7 .post-title {
  margin-bottom: 0;
}
.jnwp-item-style7 .post-tags {
  margin-top: 0px;
  margin-bottom: 13px;
}
.jnwp-item-style8 .jnwp-media {
  margin-top: 0;
  margin-bottom: 0;
}
.jnwp-item-style8 .jnwp-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.jnwp-item-style8 .post-meta {
  margin-bottom: 10px;
}
.jnwp-item-style8 .jnwp-description {
  margin-bottom: 5px;
}
.jnwp-item-style8 .post-tags {
  margin-bottom: 5px;
}
.jnwp-item-style9 .jnwp-media {
  margin-top: 0;
  margin-bottom: 0;
}
.jnwp-item-style9 .jnwp-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.jnwp-item-style9 .post-meta {
  margin-bottom: 10px;
}
.jnwp-item-style9 .post-meta-other {
  margin-bottom: 10px;
}
.jnwp-item-style9 .post-meta-other .post-meta-date {
  text-transform: inherit;
}
.jnwp-item-style9 .jnwp-description {
  margin-bottom: 5px;
}
.jnwp-item-style9 .post-tags {
  margin-bottom: 5px;
}
.jnwp-description-wrap .bottom-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jnwp-wall-item {
  padding: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jux-controls {
  position: relative;
  overflow: hidden;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
}
.jux-controls .jux-filters-data {
  float: left;
  margin-right: 5px;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .jux-controls .jux-filters-data {
    display: block;
  }
}
.jux-controls .filter-search {
  line-height: 29px;
}
.jux-controls .filter-search input {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding-left: 7px;
  height: 33px;
}
.jux-controls.filter-button .jux-filters-group {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .jux-controls.filter-button .jux-filters-group {
    width: 100%;
  }
}
.jux-controls .jux-filters-group {
  float: left;
  margin-right: 10px;
  margin-bottom: 7px;
}
.jux-controls .jux-filters-group .jux-filters-title {
  margin: 5px 0px;
}
.jux-controls .jux-filters-group.checkbox input {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  float: none;
  margin: 0;
}
.jux-controls .jux-filters-group.checkbox label {
  color: #777;
  font-size: 14px;
  margin-left: 4px;
  margin-right: 13px;
  line-height: 32px;
}
.jux-controls .jux-filters-list {
  display: block;
  position: relative;
  float: left;
}
.jux-controls .jux-filters-list .jux-filters-group {
  float: left;
  margin-right: 0px;
}
.jux-controls .jux-filters-list .jux-reset {
  padding: 5px 14px;
  margin: 0px;
}
.jux-controls .jux-label {
  float: left;
  font-weight: 300;
  margin: 0 0.4em 0 0;
}
.jux-controls button {
  border-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 5.5px 10px;
  background: #fff;
  color: #777;
  overflow: hidden;
  font-size: 14px;
  webkit-transition: border-color 0.3s, color 0.3s;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.jux-controls button:hover {
  color: #fff;
  background: var(--tw-cbx-title-color);
  border-color: var(--tw-cbx-title-color);
}
.jux-controls button.active {
  color: #fff;
  background: var(--tw-cbx-title-color);
  border-color: var(--tw-cbx-title-color);
}
.jnwp-news-wall-wrapper .jnwp-loadmore_wrap {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.jnwp-news-wall-wrapper .jnwp-loadmore {
  margin: 0;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  width: auto;
  outline: 0;
  line-height: 2em;
  letter-spacing: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.jnwp-news-wall-wrapper .jnwp-loadmore a {
  color: #333;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.jnwp-news-wall-wrapper .jnwp-loadmore:hover a {
  color: #424077;
}
.jnwp-news-wall-wrapper .jnwp-loadmore:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(1, 0.04, 0, 1) 0.3s;
  transition: -webkit-transform 0.2s cubic-bezier(1, 0.04, 0, 1) 0.3s;
  transition: transform 0.2s cubic-bezier(1, 0.04, 0, 1) 0.3s;
  transition: transform 0.2s cubic-bezier(1, 0.04, 0, 1) 0.3s, -webkit-transform 0.2s cubic-bezier(1, 0.04, 0, 1) 0.3s;
}
.jnwp-news-wall-wrapper .jnwp-loadmore:hover:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.jnwp-news-wall-wrapper .jnwp-loadmore:after,
.jnwp-news-wall-wrapper .jnwp-loadmore:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.jnwp-news-wall-wrapper .jnwp-loadmore:before {
  right: 0;
  background-color: #767676;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.3s cubic-bezier(1, 0.04, 0, 1);
  transition: all 0.3s cubic-bezier(1, 0.04, 0, 1);
}
.jnwp-news-wall-wrapper .jnwp-loadmore:after {
  left: 0;
  background: #424077;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
