<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @version     $Id$
 * @author      NooTheme
 * @package     Joomla.Site
 * @subpackage  mod_noo_slider
 * @copyright   Copyright (C) 2013 NooTheme. All rights reserved.
 * @license     License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
 */
.jux-content-slider-wrapper .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jux-content-slider-wrapper .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.jux-content-slider-wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.jux-content-slider-wrapper .owl-next,
.jux-content-slider-wrapper .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 48px;
  color: #CECECE;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 99;
}
@media (max-width: 1300px) {
  .jux-content-slider-wrapper .owl-next,
  .jux-content-slider-wrapper .owl-prev {
    display: none;
  }
}
.jux-content-slider-wrapper .owl-next i,
.jux-content-slider-wrapper .owl-prev i {
  font-size: 26px;
}
.jux-content-slider-wrapper .owl-prev {
  left: -10px;
}
.jux-content-slider-wrapper .owl-prev:hover {
  color: #ecbc2fcc;
}
.jux-content-slider-wrapper .owl-next {
  right: -10px;
}
.jux-content-slider-wrapper .owl-next:hover {
  color: #ecbc2fcc;
}
.jux-content-slider-wrapper:hover .owl-prev {
  opacity: 1;
}
.jux-content-slider-wrapper:hover .owl-next {
  opacity: 1;
}
.jux-content-slider-wrapper .owl-nav .disabled {
  opacity: 0;
}
.jux-content-slider-wrapper .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.jux-content-slider-wrapper .owl-dots .owl-dot {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  outline: 0;
  border: none;
}
.jux-content-slider-wrapper .owl-dots .owl-dot.active span,
.jux-content-slider-wrapper .owl-dots .owl-dot:hover span {
  opacity: 1;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
  background-color: #ecbc2fcc;
}
.jux-content-slider-wrapper .owl-dots .owl-dot span {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0.2;
  background-color: #656565;
  display: block;
  margin: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.jux-content-slider a {
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.jux-content-slider .jux-content-wrapper .bolder {
  float: left;
  border: 10px solid #f0c95f;
}
.jux-content-slider .jux-content-slider-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.jux-content-slider .jux-content-slider-share .jux-read-more {
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-top: 1px solid #b9b9b9;
}
.jux-content-slider .jux-social {
  display: block;
  position: relative;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  float: left;
  border-top: 1px solid #b9b9b9;
  border-right: 1px solid #ddd;
}
.jux-content-slider .jux-social li {
  list-style: none;
  border-top: 1px dotted #aaa;
  line-height: 30px;
}
.jux-content-slider .jux-social li:first-child {
  border-top: 0 none;
}
.jux-content-slider .jux-social .jux-social-share {
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 70px;
  min-width: 20px;
  padding: 8px 10px;
  margin: 0;
  text-align: center;
  border: 1px solid #b9b9b9;
  visibility: hidden;
}
.jux-content-slider .jux-social .jux-social-share:after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 6px;
  height: 6px;
  border-top: solid 6px #b9b9b9;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.jux-content-slider .jux-social:hover .jux-social-share {
  opacity: 1;
  bottom: 50px;
  visibility: visible;
}
.jux-content-slider.image-source .jux-content-slider-wrapper .owl-stage {
  display: block;
}
.jux-content-slider.image-source .jux-content-slider-wrapper .item .jux-thumbnail a {
  z-index: 99;
}
.jux-content-slider-wrapper .item {
  -webkit-transition: 300ms ease-in;
  transition: 300ms ease-in;
  width: 100%;
  position: relative;
}
.jux-content-slider-wrapper .item .jux-thumbnail {
  position: relative;
}
.jux-content-slider-wrapper .item .jux-thumbnail a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.jux-content-slider-wrapper .item .entry-thumbnail-bg {
  margin: 0;
  padding: 0;
  height: 100% !important;
  width: 100% !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.jux-content-slider-wrapper .item .jux-content-inner {
  padding: 25px;
}
.jux-content-slider-wrapper .item .jux-content-inner .share_like {
  margin-top: 25px;
}
.jux-content-slider-wrapper .item .jux-border {
  float: left;
  border-top: 1px solid #b9b9b9;
}
.jux-content-slider-wrapper .item .jux-title {
  margin-top: 12px;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 22px;
}
.jux-content-slider-wrapper .item .jux-date {
  text-transform: uppercase;
  font-size: 14px;
}
.jux-content-slider-wrapper .item .jux-description {
  opacity: 0.8;
}
.jux-content-slider-wrapper .item .tags {
  margin-top: 10px;
  margin-bottom: 10px;
}
.jux-content-slider-wrapper .item .tags li {
  margin-bottom: 3px;
  margin-right: 10px;
}
.jux-content-slider-wrapper .item .tags a {
  padding: 0;
  font-weight: normal;
}
.layout_2 .item .jux-title {
  margin-top: 25px;
}
.layout_2 .item .jux-content-inner {
  position: relative;
  padding: 25px;
}
.layout_2 .item .jux-description {
  margin-bottom: 15px;
}
.layout_2 .item .entry-thumbnail-bg {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.layout_2 .item:hover .entry-thumbnail-bg {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}
.layout_2 .item .jux-date {
  display: -ms-grid;
  display: grid;
  opacity: 1;
  font-style: inherit;
  -webkit-box-shadow: 5px 4px 13px 0px #3f3a643b;
          box-shadow: 5px 4px 13px 0px #3f3a643b;
  padding: 10px;
  color: #fff;
  background-color: #2d2e32;
  width: 65px;
  height: 65px;
  border-radius: 4px;
  position: absolute;
  top: -36px;
  left: 25px;
  text-align: center;
  line-height: 1.2em;
  z-index: 9999;
}
.layout_2 .item .jux-date .post-day {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}
.layout_2 .item .jux-date .post-month {
  font-size: 12px;
  text-transform: uppercase;
}
.layout_2 .item .jux-date .fa.fa-calendar-o {
  display: none;
}
.layout_2 .entry-meta-more {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout_2 .entry-meta-more h6 {
  font-weight: bold;
  font-size: 14px;
  color: #2d2e32;
  margin: 0;
}
.layout_2 .entry-meta-more .author-avatar i {
  margin-right: 15px;
  background: #b9b9b9;
  color: #fff !important;
  font-size: 28px;
  width: 30px;
  border-radius: 100%;
  height: 30px;
  text-align: center;
}
.layout_3 .item .entry-meta-category {
  font-size: 14px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #112855;
}
.layout_3 .item h2 {
  margin-top: 5px;
}
.layout_3 .item .jux-description {
  margin-bottom: 15px;
}
.layout_3 .item .jux-date {
  text-transform: none;
}
.layout_3 .item .entry-thumbnail-bg {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.layout_3 .item:hover .entry-thumbnail-bg {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}
.layout_3 .item .post-read-more i.fa {
  color: #f0c95f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layout_3 .item:hover .post-read-more i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.layout_4 .item .entry-thumbnail-bg {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.layout_4 .item:hover .entry-thumbnail-bg {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}
.layout_4 .item:hover .item-hover {
  opacity: 0 !important;
}
.layout_4 .item .post-read-more {
  padding-top: 15px;
}
.layout_4 .item .post-read-more span.btn-text {
  margin-right: 3px;
}
.layout_4 .item .post-read-more i.fa {
  color: #112855;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layout_4 .item:hover .post-read-more .btn-text {
  color: #112855 !important;
  margin-right: 3px;
}
.layout_4 .item:hover .post-read-more i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.layout_5 .item .jux-title {
  margin-top: 5px;
  margin-bottom: 15px;
}
.layout_5 .item .jux-content-inner {
  position: relative;
  padding: 25px;
}
.layout_5 .item .entry-thumbnail-bg {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.layout_5 .item .entry-meta-category {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #112855;
}
.layout_5 .item:hover .entry-thumbnail-bg {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}
.layout_5 .post-meta {
  font-size: 14px;
  margin-top: 20px;
}
.layout_5 .post-meta .author:before {
  content: "";
  width: 0;
  height: 10px;
  margin: 0 15px;
  display: inline-block;
  background: none !important;
  border-right: 1px solid;
  opacity: 0.7;
}
.layout_6 .item .jux-title {
  margin-top: 5px;
  margin-bottom: 15px;
}
.layout_6 .item .jux-content-inner {
  position: relative;
  padding: 25px;
}
.layout_6 .item .entry-thumbnail-bg {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.layout_6 .item:hover .entry-thumbnail-bg {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}
.layout_6 .item .post-read-more {
  padding-top: 15px;
}
.layout_6 .item .post-read-more span.btn-text {
  margin-right: 3px;
}
.layout_6 .item .post-read-more i.fa {
  color: #112855;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layout_6 .item:hover .post-read-more .btn-text {
  color: #112855 !important;
  margin-right: 3px;
}
.layout_6 .item:hover .post-read-more i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.layout_6 .post-meta {
  font-size: 14px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #112855;
}
.layout_6 .post-meta .author:before {
  content: "";
  width: 0;
  height: 10px;
  margin: 0 15px;
  display: inline-block;
  background: none !important;
  border-right: 1px solid;
  opacity: 0.7;
}
.layout_7 .owl-stage {
  display: block;
  position: relatives;
}
.layout_7 .item .jux-title {
  margin-top: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.layout_7 .item .jux-content-inner {
  position: relative;
  padding: 25px;
}
.layout_7 .item .entry-thumbnail-bg {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.layout_7 .item .entry-meta-category {
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
}
.layout_7 .item .entry-meta-category span {
  background-color: #e93314;
  border-radius: 13px;
  padding: 4px 12px 4px 12px;
  font-weight: normal;
}
.layout_7 .item .jux-content-inner {
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
  border: none;
  color: #fff;
  padding: 150px 30px 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000c9), to(transparent)) !important;
  background: linear-gradient(0deg, #000000c9, transparent) !important;
}
.layout_7 .item .jux-content-inner a {
  color: #fff;
}
.layout_7 .item:hover .entry-thumbnail-bg {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}
.layout_7 .post-meta {
  font-size: 12px;
  margin-top: 15px;
}
.layout_7 .post-meta .author:before {
  content: "";
  width: 0;
  height: 10px;
  margin: 0 15px;
  display: inline-block;
  background: none !important;
  border-right: 1px solid;
  opacity: 0.7;
}
/* Common style */
.jux-thumbnail figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0px;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.jux-thumbnail figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.jux-thumbnail figure figcaption::before,
.jux-thumbnail figure figcaption::after {
  pointer-events: none;
}
.jux-thumbnail figure figcaption,
.jux-thumbnail figure figcaption &gt; a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jux-thumbnail figure figcaption &gt; a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.jux-thumbnail figure h4 {
  font-weight: 300;
  font-size: 14px;
}
.jux-thumbnail figure h4 span {
  font-weight: 800;
}
.jux-thumbnail figure h4,
.jux-thumbnail figure p {
  margin: 0;
}
.jux-thumbnail figure span {
  font-size: 80%;
  text-transform: none;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: bold;
  display: block;
}
.jux-content-slider-wrapper .item:hover figure.item-hover-effect:after {
  opacity: 1;
}
.jux-content-slider-wrapper .item:hover figure.effect-bubba figcaption::before,
.jux-content-slider-wrapper .item:hover figure.effect-bubba figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.jux-content-slider-wrapper .item:hover figure.effect-bubba h4,
.jux-content-slider-wrapper .item:hover figure.effect-bubba .sub-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.jux-content-slider-wrapper .item:hover figure.effect-sadie figcaption::before,
.jux-content-slider-wrapper .item:hover figure.effect-sadie .sub-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.jux-content-slider-wrapper .item:hover figure.effect-oscar h4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.jux-content-slider-wrapper .item:hover figure.effect-oscar figcaption::before,
.jux-content-slider-wrapper .item:hover figure.effect-oscar .sub-title,
.jux-content-slider-wrapper .item:hover figure.effect-oscar figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.jux-content-slider-wrapper .item:hover figure.effect-oscar figcaption {
  background-color: rgba(65, 65, 65, 0.6);
}
.jux-content-slider-wrapper .item:hover figure.effect-ruby h4 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.jux-content-slider-wrapper .item:hover figure.effect-ruby .sub-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.jux-content-slider-wrapper .item:hover figure.effect-ruby .entry-thumbnail-bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.jux-content-slider-wrapper .item:hover figure.effect-milo .entry-thumbnail-bg {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.jux-content-slider-wrapper .item:hover figure.effect-milo .sub-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.jux-content-slider-wrapper .item:hover figure.effect-sarah .entry-thumbnail-bg {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
          transform: translate3d(0, 0, 0) scale(1.1);
}
.jux-content-slider-wrapper .item:hover figure.effect-sarah h4::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-left: 10%;
}
.jux-content-slider-wrapper .item:hover figure.effect-sarah .sub-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
}
.jux-content-slider-wrapper .item:hover figure.item-type-line figcaption .line {
  width: 40%;
}
.jux-content-slider-wrapper .item:hover figure.item-type-line figcaption {
  opacity: 1;
}
.jux-content-slider-wrapper .item:hover figure.item-type-spin figcaption {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.jux-content-slider-wrapper .item:hover figure.item-type-double figcaption {
  opacity: 1;
}
.jux-content-slider-wrapper .item:hover figure.item-type-double figcaption .line {
  width: 90%;
}
.jux-content-slider-wrapper .item:hover figure.item-type-move figcaption {
  opacity: 1;
}
.jux-content-slider-wrapper .item:hover figure.item-type-move h4 {
  top: -30px;
}
.jux-content-slider-wrapper .item:hover figure.item-type-move .line {
  width: 75%;
}
.jux-content-slider-wrapper .item:hover figure.item-type-move .sub-title {
  top: 10px;
}
figure.item-hover-effect:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0000003d;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
figure.item-hover-effect figcaption {
  z-index: 2;
}
/* Individual effects */
/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
figure.effect-sadie h4 {
  position: absolute;
  top: 12%;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transition: color 0.35s, -webkit-transform 0.35s;
  transition: color 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
figure.effect-sadie figcaption::before,
figure.effect-sadie .sub-title {
  margin-bottom: 15px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-sadie .sub-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
/*---------------*/
/***** Bubba *****/
/*---------------*/
figure.effect-bubba figcaption h4,
figure.effect-bubba figcaption .sub-title {
  margin: 0 35px;
}
figure.effect-bubba .entry-thumbnail-bg {
  opacity: 1;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}
figure.effect-bubba h4 {
  padding-top: 25%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
}
figure.effect-bubba .sub-title {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}
/*---------------*/
/***** Oscar *****/
/*---------------*/
figure.effect-oscar {
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}
figure.effect-oscar .entry-thumbnail-bg {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-oscar figcaption {
  padding: 0em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
}
figure.effect-oscar h4 {
  padding-top: 20%;
  margin: 0 35px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
figure.effect-oscar figcaption::before,
figure.effect-oscar .sub-title {
  padding-top: 25px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
/*---------------*/
/***** Ruby *****/
/*---------------*/
figure.effect-ruby .entry-thumbnail-bg {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
figure.effect-ruby h4 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}
figure.effect-ruby .sub-title {
  margin: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
          transform: translate3d(0, 20px, 0) scale(1.1);
}
/*---------------*/
/***** Milo *****/
/*---------------*/
figure.effect-milo {
  background: #2e5d5a;
}
figure.effect-milo .entry-thumbnail-bg {
  max-width: none;
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0) scale(1.12);
          transform: translate3d(0, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
figure.effect-milo h4 {
  position: absolute;
  right: 10%;
  bottom: 10%;
}
figure.effect-milo .sub-title {
  margin-top: 8%;
  width: 90%;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(40px, 0, 0);
          transform: translate3d(40px, 0, 0);
}
/*---------------*/
/***** Sarah *****/
/*---------------*/
figure.effect-sarah .entry-thumbnail-bg {
  max-width: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
          transform: translate3d(-10px, 0, 0) scale(1.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
figure.effect-sarah h4 {
  margin: 10px 0px;
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
  text-align: center;
  top: calc(50% - 30px);
}
figure.effect-sarah h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
figure.effect-sarah .sub-title {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  text-align: center;
  top: calc(50% + 25px);
  position: absolute;
  width: 100%;
}
figure.item-type-line figcaption {
  z-index: 100;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  opacity: 0;
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
}
figure.item-type-line figcaption {
  z-index: 10;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  z-index: 5;
  top: calc(50% - 30px);
}
figure.item-type-line figcaption .h4 {
  font-size: 20px;
  text-transform: uppercase;
}
figure.item-type-line figcaption .line {
  height: 1px;
  width: 0%;
  margin: 10px auto;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
figure.item-type-spin figcaption {
  opacity: 0;
  z-index: 10;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  z-index: 5;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  top: calc(50% - 30px);
}
figure.item-type-spin figcaption h4 {
  font-size: 18px;
  margin: 0 auto;
}
figure.item-type-spin figcaption .line {
  height: 1px;
  width: 60%;
  margin: 10px auto;
  background-color: #ffffff;
}
figure.item-type-double figcaption {
  opacity: 0;
  z-index: 10;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 30px);
  z-index: 5;
}
figure.item-type-double figcaption h4 {
  font-size: 17px;
  width: 90%;
  margin: 0 auto;
  text-transform: uppercase;
}
figure.item-type-double figcaption .line {
  height: 1px;
  width: 0%;
  margin: 14px auto;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
figure.item-type-move figcaption {
  opacity: 0;
  z-index: 10;
  color: #ffffff;
  position: absolute;
  z-index: 5;
  top: 50%;
}
figure.item-type-move figcaption h4,
figure.item-type-move figcaption .sub-title {
  width: 100%;
  position: absolute;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  padding: 0 10px;
}
figure.item-type-move figcaption h4 {
  top: -100px;
}
figure.item-type-move figcaption .sub-title {
  top: 100px;
}
figure.item-type-move figcaption .line {
  height: 1px;
  width: 0;
  margin: 0 auto 0 auto;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
</pre></body></html>