/*
 General Styles : Avas widgets for Elementor;
 */

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* Common Styles for slider elements */

.bddex-testimonial-slider .slick-prev, .bddex-testimonial-slider .slick-next,
.bddex-team-slider .slick-prev, .bddex-team-slider .slick-next,
.bddex-logo-carousel .slick-prev, .bddex-logo-carousel .slick-next,
.bddex-post-carousel .slick-prev, .bddex-post-carousel .slick-next,
.bddex-product-carousel .slick-prev, .bddex-product-carousel .slick-next {
  border-radius: 3px;
  height: 30px;
  position: absolute;
  text-shadow: none;
  top: calc(50% - 15px);
  width: 30px;
}

.bddex-testimonial-slider .slick-prev::before, .bddex-testimonial-slider .slick-next::before,
.bddex-logo-carousel .slick-prev::before, .bddex-logo-carousel .slick-next::before,
.bddex-team-slider .slick-prev::before, .bddex-team-slider .slick-next::before,
.bddex-post-carousel .slick-prev::before, .bddex-post-carousel .slick-next::before,
.bddex-product-carousel .slick-prev::before, .bddex-product-carousel .slick-next::before {
  font-family: "FontAwesome";
  font-size: 20px;
  opacity: 0.75;
  text-align: center;
}

.bddex-testimonial-slider .slick-prev:hover::before, .bddex-testimonial-slider .slick-next:hover::before,
.bddex-logo-carousel .slick-prev:hover::before, .bddex-logo-carousel .slick-next:hover::before,
.bddex-team-slider .slick-prev:hover::before, .bddex-team-slider .slick-next:hover::before,
.bddex-post-carousel .slick-prev:hover::before, .bddex-post-carousel .slick-next:hover::before,
.bddex-product-carousel .slick-prev:hover::before, .bddex-product-carousel .slick-next:hover::before {
  opacity: 1;
}

.bddex-testimonial-slider .slick-prev::before,
.bddex-logo-carousel .slick-prev::before,
.bddex-team-slider .slick-prev::before,
.bddex-post-carousel .slick-prev::before,
.bddex-product-carousel .slick-prev::before {
  content: "\f104";
  padding-right: 3px;
}

.bddex-testimonial-slider .slick-next::before,
.bddex-logo-carousel .slick-next::before,
.bddex-team-slider .slick-next::before,
.bddex-post-carousel .slick-next::before,
.bddex-product-carousel .slick-next::before {
  content: "\f105";
  padding-left: 4px;
}

.bddex-testimonial-slider .slick-dots li button::before,
.bddex-logo-carousel .slick-dots li button::before,
.bddex-team-slider .slick-dots li button::before,
.bddex-post-carousel .slick-dots li button::before,
.bddex-product-carousel .slick-dots li button::before {
  font-size: 12px;
  opacity: 0.5;
}

.bddex-testimonial-slider .slick-dots li.slick-active button::before,
.bddex-logo-carousel .slick-dots li.slick-active button::before,
.bddex-team-slider .slick-dots li.slick-active button::before,
.bddex-post-carousel .slick-dots li.slick-active button::before,
.bddex-product-carousel .slick-dots li.slick-active button::before {
  font-size: 18px;
  opacity: 1;
}

.bddex-testimonial-slider .slick-prev,
.bddex-team-slider .slick-prev,
.bddex-logo-carousel .slick-prev,
.bddex-post-carousel .slick-prev,
.bddex-product-carousel .slick-prev {
  left: -50px;
}

.bddex-testimonial-slider .slick-next,
.bddex-team-slider .slick-next,
.bddex-logo-carousel .slick-next,
.bddex-post-carousel .slick-next,
.bddex-product-carousel .slick-next {
  right: -50px;
}


.bddex-testimonial-slider.nav-top-left .slick-prev,
.bddex-team-slider.nav-top-left .slick-prev,
.bddex-logo-carousel.nav-top-left .slick-prev,
.bddex-post-carousel.nav-top-left .slick-prev,
.bddex-product-carousel.nav-top-left .slick-prev {
  left: 10px;
  top: 20px;
}

.bddex-testimonial-slider.nav-top-left .slick-next,
.bddex-team-slider.nav-top-left .slick-next,
.bddex-logo-carousel.nav-top-left .slick-next,
.bddex-post-carousel.nav-top-left .slick-next,
.bddex-product-carousel.nav-top-left .slick-next {
  left: 45px;
  top: 20px;
}

.bddex-testimonial-slider.nav-top-right .slick-prev,
.bddex-team-slider.nav-top-right .slick-prev,
.bddex-logo-carousel.nav-top-right .slick-prev,
.bddex-post-carousel.nav-top-right .slick-prev,
.bddex-product-carousel.nav-top-right .slick-prev {
  left: auto;
  right: 45px;
  top: 20px;
}

.bddex-testimonial-slider.nav-top-right .slick-next,
.bddex-team-slider.nav-top-right .slick-next,
.bddex-logo-carousel.nav-top-right .slick-next,
.bddex-post-carousel.nav-top-right .slick-next,
.bddex-product-carousel.nav-top-right .slick-next {
  left: auto;
  right: 10px;
  top: 20px;
}

.bddex-testimonial-slider.nav-top-left, .bddex-testimonial-slider.nav-top-right,
.bddex-team-slider.nav-top-left, .bddex-team-slider.nav-top-right,
.bddex-logo-carousel.nav-top-left, .bddex-logo-carousel.nav-top-right,
.bddex-post-carousel.nav-top-left, .bddex-post-carousel.nav-top-right,
.bddex-product-carousel.nav-top-left, .bddex-product-carousel.nav-top-right {
  padding-top: 40px;
}

.bddex-testimonial-slider .slick-dots,
.bddex-team-slider .slick-dots,
.bddex-logo-carousel .slick-dots,
.bddex-post-carousel .slick-dots,
.bddex-product-carousel .slick-dots {
  bottom: -40px;
}

.bddex-testimonial-slider .slick-dotted.slick-slider,
.bddex-team-slider .slick-dotted.slick-slider,
.bddex-logo-carousel .slick-dotted.slick-slider,
.bddex-post-carousel .slick-dotted.slick-slider,
.bddex-product-carousel .slick-dotted.slick-slider{
  margin-bottom: 30px;
}

/**
 * Fancy Text Style
 */
.bddex-fancy-text-strings {
	display:inline-block;
}
.morphext > .animated {
    display: inline-block;
}

.typed-cursor {
	opacity: 1;
	-webkit-animation: blink_cursor 0.7s infinite;
	-moz-animation: blink_cursor 0.7s infinite;
	animation: blink_cursor 0.7s infinite;
}
@keyframes blink_cursor{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink_cursor{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink_cursor{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* Style 2 */
.bddex-fancy-text-container.style-2 {
  font-size: 24px;
}
.bddex-fancy-text-container.style-2 .bddex-fancy-text-strings {
  background: #ff5544;
  color: #fff;
  padding: 10px 25px;
}
/* Image Comparison Styles */

.bddex-img-comp-container {
    box-sizing: border-box;
    cursor: pointer;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bddex-img-comp-container * {
    box-sizing: inherit
}

.bddex-img-comp-container::after,
.bddex-img-comp-container::before {
    box-sizing: inherit
}

.bddex-img-comp-container img, .bddex-img-comp-container picture > img {
	max-width: none !important;
}

.bddex-img-comp-container>img,
.bddex-img-comp-container>picture>img {
    display: block;
    width: 100%
}

.bddex-img-comp-container>div:first-child,
picture .bddex-img-comp-container>div {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%
}

.cocoen-drag {
    background: #fff;
    bottom: 0;
    cursor: ew-resize;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 2px
}

.cocoen-drag::before {
    border: 3px solid #fff;
    content: '';
    height: 30px;
    left: 50%;
    margin-left: -7px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    width: 14px
}

/* Lightbox/Modal Styles */

.bddex-lightbox-open-button {
	cursor: pointer;
	display: inline-block;
	background: #333;
	color: #fff;
	line-height: 1;
	padding: 15px 25px;
	margin-top: 15px;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;

}

.bddex-lightbox-open-button:focus {
	outline: none;
}

.bddex-lightbox-container {
  margin: 0 auto;
  padding: 20px;
}

.bddex-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.bddex-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000;
}

.lity-wrap {
  overflow-y: auto;
}

.bddex-lightbox-popup .lity-content::after {
  box-shadow: none;
}

.bddex-lightbox-popup.lity {
  background-color: rgba(0, 0, 0, 0.75);
}

.lity-close.bddex-lightbox-close {
  opacity: 0.9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lity-close.bddex-lightbox-close:hover {
  opacity: 1;
}

.lity .lity-close, .lity-close.bddex-lightbox-close, .lity-close.bddex-lightbox-close:hover {
  height: 50px;
  width: 50px;
  font-size: 40px;
  right: 20px;
  top: 20px;
  text-shadow: none;
}

.overlay-disabled .bddex-lightbox-close, .overlay-disabled .bddex-lightbox-close:hover {

  background-color: #fff;
  color: #333;
  position: absolute;
  width: 30px;
  height: 30px;
  text-shadow: none;
  font-size: 21px;
  border-radius: 50%;
  right: -15px;
  top: -15px;
  line-height: 1;
}

.overlay-disabled .bddex-lightbox-container {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15),0 1px 10px 0 rgba(0,0,0,0.10);
          box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15),0 1px 10px 0 rgba(0,0,0,0.10);
}

/* Interactive Promo Styles */

.bddex-interactive-promo {
  list-style: outside none none;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  text-align: center;
}

/* Common style */
.bddex-interactive-promo figure {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #3085a3;
}

.bddex-interactive-promo figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
}

.bddex-interactive-promo figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bddex-interactive-promo figure figcaption h2 {
  font-size: 1.25em;
}
.bddex-interactive-promo figure figcaption::before,
.bddex-interactive-promo figure figcaption::after {
  pointer-events: none;
}

.bddex-interactive-promo figure figcaption,
.bddex-interactive-promo figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.bddex-interactive-promo figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.elementor-editor-active .bddex-interactive-promo figure figcaption > a {
  z-index: 1;
}

.bddex-interactive-promo figure h2 {
  font-weight: bolder;
}

.bddex-interactive-promo figure h2 span {
  font-weight: 800;
}

.bddex-interactive-promo figure h2,
.bddex-interactive-promo figure p {
  margin: 0;
}

.bddex-interactive-promo figure p {
  letter-spacing: 1px;
  font-size: 62.5%;
}

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px,0, 0);
  transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
  background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
  background-color: #18a367;
}

figure.effect-layla img {
  height: auto;
  max-width: calc(100% + 30px);
  width: calc(100% + 30px);
}

figure.effect-layla figcaption {
  padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0;
}

figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

figure.effect-layla h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
  -webkit-transform: translate3d(0,-30px,0);
  transform: translate3d(-30px,0,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}


/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
  padding: 3em;
  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 h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
  opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
  text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}


figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: '';
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
  background-color: #17819c;
}

figure.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

figure.effect-ruby:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-ruby h2 {
  margin-top: 5%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0) scale(1.1);
  transform: translate3d(0,20px,0) scale(1.1);
}

figure.effect-ruby:hover h2 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effect-roxy img {
  max-width: none;
  width: calc(100% + 30px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px,0,0);
  transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
  padding: 3em;
  text-align: left;
}

figure.effect-roxy h2 {
  padding: 30% 0 10px 0;
}

figure.effect-roxy p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
  background: #9e5406;
}

figure.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

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, 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 h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

figure.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,0,300px);
  transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
  transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
  transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-romeo h2 {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
  transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
  transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
  transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
  transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
  background: #42b078;
}

figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
  text-align: left;
}

figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}

figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

figure.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-chico figcaption {
  padding: 3em;
}

figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
  padding: 20% 0 20px 0;
}

figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
  background: #2e5d5a;
}

figure.effect-milo img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px,0,0) scale(1.12);
  transform: translate3d(-30px,0,0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}

figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
  background: #3498db;
}

figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-apollo h2 {
  text-align: left;
}

figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
  background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
  background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

figure.effect-jazz img {
  opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
  transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
  opacity: 1;
  -webkit-transform: scale3d(0.8,0.8,1);
  transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-jazz p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0;
}

figure.effect-jazz:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
  transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
  background: #030c17;
}

figure.effect-ming img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4,1.4,1);
  transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-ming p {
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
  background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
  opacity: 0.4;
}


/* Responsive Styles for Interactive Promo */

@media only screen and (max-width: 480px) {

.bddex-interactive-promo figure figcaption h2 {
  font-size: .8em;
}
.bddex-interactive-promo figure p {
  font-size: 50%;
}

.bddex-interactive-promo figure figcaption {
  padding: 10px 40px!important;
}
.bddex-interactive-promo figure.effect-bubba figcaption {
  padding: 0 10px !important;
}

.bddex-interactive-promo figure.effect-bubba h2 {
  padding-top: 50px;
}
.bddex-interactive-promo figure.effect-romeo p {
  top: 50px;
}
.bddex-interactive-promo figure.effect-romeo:hover p {
  top: 65px;
}
.bddex-interactive-promo figure.effect-lily figcaption > div {
  height: 80%;
}
}


/* Creative Button styles */

.bddex-creative-button-align-center {
  text-align: center;
}

.bddex-creative-button-align-center .bddex-creative-button {
  float: none;
  display: inline-block;
}

.bddex-creative-button-align-left .bddex-creative-button {
  float: left;
}
.bddex-creative-button-align-right .bddex-creative-button {
  float: right;
}
.bddex-creative-button-align-justify .bddex-creative-button {
  display: block;
  float: none;
}

.bddex-creative-button {
  float: left;
  min-width: 150px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.bddex-creative-button:focus {
  outline: none;
}
.bddex-creative-button > span {
  vertical-align: middle;
}

.bddex-creative-button {
  border-radius: 2px;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 1;
}

/* Individual bddex-creative-button styles */

/* Winona */
.bddex-creative-button--winona {
  overflow: hidden;
  padding: 0!important;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-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);
}
.bddex-creative-button--winona::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}
.bddex-creative-button--winona > span {
  display: block;
}
.bddex-creative-button--winona::after,
.bddex-creative-button--winona > span {
  padding: 1em 2em;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 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);
}
.bddex-creative-button--winona:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bddex-creative-button--winona:hover > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

/* Ujarak */
.bddex-creative-button--ujarak {
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}

.bddex-creative-button--ujarak::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.bddex-creative-button--ujarak,
.bddex-creative-button--ujarak::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.bddex-creative-button--ujarak:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Wayra */
.bddex-creative-button--wayra {
  overflow: hidden;
  -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);
}
.bddex-creative-button--wayra::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.bddex-creative-button--wayra:hover::before {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* Tamaya */

.bddex-creative-button--tamaya {
  overflow: hidden;
}

.bddex-creative-button--tamaya::before,
.bddex-creative-button--tamaya::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 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);
}

.bddex-creative-button--tamaya::before {
  top: 0;
  padding: 20px 30px;
}

.bddex-creative-button--tamaya::after {
  bottom: 0;
  line-height: 0;
}
.bddex-creative-button--tamaya:hover::after {
  bottom: -1px;
}
.bddex-creative-button--tamaya > span {
  display: block;
  -webkit-transform: scale3d(0.2, 0.2, 1);
  transform: scale3d(0.2, 0.2, 1);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 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);
}
.bddex-creative-button--tamaya:hover::before {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.bddex-creative-button--tamaya:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.bddex-creative-button--tamaya:hover > span {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Rayen */
.bddex-creative-button--rayen {
  overflow: hidden;
  padding: 0!important;
}

.bddex-creative-button--rayen::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.bddex-creative-button--rayen > span {
  display: block;
}
.bddex-creative-button--rayen::before,
.bddex-creative-button--rayen > span {
  padding: 1em 2em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.bddex-creative-button--rayen:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bddex-creative-button--rayen:hover > span {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/* Pipaluk */

.bddex-creative-button--pipaluk::before {
  border: 1px solid rgba(0,0,0, .15)
}

.bddex-creative-button--pipaluk::before,
.bddex-creative-button--pipaluk::after {
  content: '';
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}

.bddex-creative-button--pipaluk:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.bddex-creative-button--pipaluk::before,
.bddex-creative-button--pipaluk:hover::after {
  -webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
}


/* Moema */
.bddex-creative-button--moema {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.bddex-creative-button--moema::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.bddex-creative-button--moema:hover {
  -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  -webkit-animation: anim-moema-1 0.3s forwards;
  animation: anim-moema-1 0.3s forwards;
}
.bddex-creative-button--moema:hover::before {
  -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
  animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* Isi */

.bddex-creative-button--wave {
  overflow: hidden;
}

.bddex-creative-button--wave::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
  transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.bddex-creative-button--wave .bddex-creative-button__icon {
  vertical-align: middle;
}
.bddex-creative-button--wave > span {
  vertical-align: middle;
  padding-left: 0.75em;
}
.bddex-creative-button--wave:hover::before {
  -webkit-transform: scale3d(40, 40, 1);
  transform: scale3d(40, 40, 1);
}

/* Aylen */

.bddex-creative-button--aylen {
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.bddex-creative-button--aylen::before,
.bddex-creative-button--aylen::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.bddex-creative-button--aylen::before {
  opacity: 0.75;
}
.bddex-creative-button--aylen:hover::before,
.bddex-creative-button--aylen:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.bddex-creative-button--aylen:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

/* Saqui */

.bddex-creative-button--saqui {
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.bddex-creative-button--saqui::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: -25% 50%;
  transform-origin: -25% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}

.bddex-creative-button--saqui:hover::after,
.bddex-creative-button--saqui:hover {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


.bddex-creative-button--saqui:hover::after {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/* Wapasha */

.bddex-creative-button--wapasha {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.bddex-creative-button--wapasha::before {
  border: 1px solid rgba(0,0,0, .5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.bddex-creative-button--wapasha:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* Nuka */

.bddex-creative-button--nuka {
  border: none!important;
  -webkit-transition: color 0.3s;
  transition: 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);
}
.bddex-creative-button--nuka::before,
.bddex-creative-button--nuka::after {
  content: '';
  position: absolute;
  border-radius: inherit;
  z-index: -1;
}
.bddex-creative-button--nuka::before {
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.bddex-creative-button--nuka::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(1.1, 1, 1);
  transform: scale3d(1.1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
}
.bddex-creative-button--nuka::before,
.bddex-creative-button--nuka::after {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.bddex-creative-button--nuka:hover::before {
  opacity: 1;
}
.bddex-creative-button--nuka:hover::after,
.bddex-creative-button--nuka:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Antiman */


.bddex-creative-button--antiman > span {
  padding-left: 0.35em;
}
.bddex-creative-button--antiman::before,
.bddex-creative-button--antiman::after {
  content: '';
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.bddex-creative-button--antiman::before {
  border: 1px solid rgba(0,0,0, .35);
  opacity: 0;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.bddex-creative-button--antiman:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.bddex-creative-button--antiman:hover::after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}


/* Quidel */

.bddex-creative-button--quidel {
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.bddex-creative-button--quidel::before,
.bddex-creative-button--quidel::after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: inherit;
}
.bddex-creative-button--quidel::after {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}

.bddex-creative-button--quidel::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.bddex-creative-button--quidel > span {
  padding-left: 0.35em;
}
.bddex-creative-button--quidel:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/* Shikoba */
.bddex-creative-button.bddex-creative-button--shikoba {
  overflow: hidden;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.bddex-creative-button--shikoba > span {
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.bddex-creative-button--shikoba i {
  position: absolute;
  top: 0;
  left: -25px;
  -webkit-transform: translate3d(-40px, 5em, 0);
  transform: translate3d(-40px, 5em, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.bddex-creative-button--shikoba:hover i,
.bddex-creative-button--shikoba:hover > span {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

/**
 * Countdown Styles
 */

/* General */
.bddex-countdown-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.bddex-countdown-items > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-cell;
  position: relative;
}

.bddex-countdown-item > div {
  text-align: center;
  padding: 20px;
}
.bddex-countdown-label-block .bddex-countdown-digits, .bddex-countdown-label-block .bddex-countdown-label {
  display: block;
  text-align: center;
}
.bddex-countdown-digits {
  font-size: 54px;
  line-height: 1;
}

.bddex-countdown-label {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
}

.bddex-countdown-show-separator .bddex-countdown-digits::after {
  content: ":";
  position: absolute;
  left: 98%;
  z-index: 9999;
}

.bddex-countdown-item:last-child .bddex-countdown-digits::after {
  display: none;
}
/* Style 1 */
.bddex-countdown-items.style-1 .bddex-countdown-item > div {
  background: #262625;
}
/* Style 2 */
.bddex-countdown-items.style-2 {}
.bddex-countdown-items.style-2 .bddex-countdown-item > div {
  margin-left: 0px;
  margin-right: 0px;
  background: #262625;
}
.bddex-countdown-items.style-2 .bddex-countdown-digits {
  color: #eaf3f5;
  font-family: "Orbitron", Sans-serif;
}
/* Style 3 */
.bddex-countdown-items.style-3 .bddex-countdown-item > div {
  border: 1px solid #fec503;
  background: none;
}
.bddex-countdown-items.style-3 .bddex-countdown-label {
  color: #fec503;
}
.bddex-countdown-items.style-3 .bddex-countdown-label {
  color: #262625;
}
/**
 * Instagram Feed Styles
 */
.bddex-insta-grid {
    width: 100%;
    margin: auto;
}
.bddex-insta-grid .bddex-insta-box {
    display: inline-block;
}

.bddex-col-1 .bddex-insta-feed {
  float: none;
  width: 100%;
}
.bddex-col-2 .bddex-insta-feed {
  float: left;
  width: 50%;
}
.bddex-col-3 .bddex-insta-feed {
  float: left;
  width: 33.3333%;
}
.bddex-col-4 .bddex-insta-feed {
  float: left;
  width: 25%;
}
.bddex-col-5 .bddex-insta-feed {
  float: left;
  width: 20%;
}
.bddex-col-6 .bddex-insta-feed {
  float: left;
  width: 16.6666%;
}


.bddex-instagram-feed .bddex-insta-feed {
  cursor: pointer;
  position: relative;
}

.bddex-insta-feed-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.bddex-insta-img-wrap {
  -webkit-transform: scaleX(1) scaleY(1) translateZ(0px);
  transform: scaleX(1) scaleY(1) translateZ(0px);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.bddex-insta-feed:hover .bddex-insta-img-wrap {
  -webkit-transform: scaleX(1.1) scaleY(1.1) translateZ(0px);
  transform: scaleX(1.1) scaleY(1.1) translateZ(0px);
}

.bddex-insta-feed .bddex-insta-info-wrap {
  bottom: 0;
  font-size: 14px;
  height: calc(100% - 25px);
  left: 0;
  line-height: 1.5;
  opacity: 0;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  z-index: 2;
}

.bddex-insta-feed .bddex-insta-feed-wrap::after {
  background-color: rgba(0,0,0, .75);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}

.bddex-insta-feed:hover .bddex-insta-feed-wrap::after{
  opacity: 1;
}

.bddex-insta-feed:hover .bddex-insta-info-wrap {
  opacity: 1;
  transform: translateY(0);
}

.bddex-insta-likes-comments > p {
  color: rgb(251, 216, 0);
}

.bddex-insta-feed-inner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.bddex-insta-img-wrap > img {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

.bddex-insta-likes-comments {
  padding-top: 10%;
}

.no-caption .bddex-insta-likes-comments {
  left: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 25px);
  vertical-align: middle;
  width: 100%;
}

.bddex-insta-likes-comments > p:first-child {
  float: left;
  padding-right: 10px;
  text-align: right;
  width: 50%;
}

.bddex-insta-likes-comments > p:last-child {
  float: right;
  padding-left: 10px;
  text-align: left;
  width: 50%;
}

.bddex-insta-likes-comments .x-icon {
  padding-right: 5px;
  font-size: 16px;
}



/* Responsive Styles for Instagram Feed */

@media only screen and (max-width: 979px) {
.bddex-col-1 .bddex-insta-feed, .bddex-col-2 .bddex-insta-feed,
.bddex-col-3 .bddex-insta-feed, .bddex-col-4 .bddex-insta-feed,
.bddex-col-5 .bddex-insta-feed, .bddex-col-6 .bddex-insta-feed {
  width: 33.3333%;
}
.bddex-insta-likes-comments {
  left: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  vertical-align: middle;
  width: 100%;
  padding: 10px;
}
.bddex-insta-info-wrap .insta-caption {
  display: none;
}
}

@media only screen and (max-width: 480px) {
.bddex-col-1 .bddex-insta-feed, .bddex-col-2 .bddex-insta-feed,
.bddex-col-3 .bddex-insta-feed, .bddex-col-4 .bddex-insta-feed,
.bddex-col-5 .bddex-insta-feed, .bddex-col-6 .bddex-insta-feed {
  float: none;
  width: 50%;
}
.bddex-insta-feed .bddex-insta-info-wrap {
  padding: 10px;
}
.bddex-instagram-feed .bddex-insta-likes-comments > p {
  font-size: 11px;
}
.bddex-insta-likes-comments .x-icon {
  font-size: 12px;
}
}



/* Post Timeline Styles */

.bddex-post-timeline {
    margin-bottom: 0;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.bddex-timeline-column {
  width: 50%;
  margin-left: 0;
  float: left;
  margin-top: 0 !important;
}

.bddex-timeline-post {
    position: relative;
}
.bddex-timeline-post:after {
    background-color: rgba(83, 85, 86, .2);
    content: "";
    width: 2px;
    height: 245px;
    position: absolute;
    right: 0;
    top: 70px;
}
.bddex-timeline-post:nth-child(2n):after {
    display: none;
}
.bddex-timeline-bullet {
    background-color: #9fa9af;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
    content: "";
    height: 20px;
    position: absolute;
    right: -9px;
    top: 60px;
    width: 20px;
    z-index: 3;
    cursor: pointer;
}
.bddex-timeline-post:nth-child(2n) .bddex-timeline-bullet {
    background-color: #9fa9af;
    border: 5px solid #fff;
    border-radius: 50%;
    bottom: 36px;
    content: "";
    height: 20px;
    left: -11px;
    position: absolute;
    top: 300px;
    width: 20px;
    z-index: 3;
}
.bddex-timeline-post-inner {
    background: linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 8px solid #e5eaed;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    float: right;
    margin: 30px 40px 30px auto;
    position: relative;
    height: 320px;
    width: calc(100% - 40px);
}
.bddex-timeline-post:nth-child(even) .bddex-timeline-post-inner {
    float: left;
    margin-left: 40px;
}
.bddex-timeline-post-inner:after {
    border-color: transparent transparent transparent #e5eaed;
    border-style: solid;
    border-width: 15px;
    content: "";
    height: 0;
    position: absolute;
    right: -36px;
    top: 17px;
    width: 0;
}
.bddex-timeline-post:nth-child(2n) .bddex-timeline-post-inner:after {
    border-color: transparent #e5eaed transparent transparent;
    border-style: solid;
    border-width: 15px;
    content: "";
    height: 0;
    left: -36px;
    position: absolute;
    top: 257px;
    width: 0;
}

.bddex-timeline-post:nth-child(2n) .bddex-timeline-post-inner::after {
  border-left-color: transparent !important;
}

.bddex-timeline-post p {
    margin: 1.6rem 0 0 0;
    font-size: 0.9em;
    line-height: 1.6em;
}
.bddex-timeline-post-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    opacity: .6;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.bddex-timeline-post-title {
    bottom: 40px;
    position: absolute;
    width: 100%;
}
.bddex-timeline-post-title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 0 25px;
    text-align: left;
    text-transform: uppercase;
}
.bddex-timeline-post-excerpt {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.bddex-timeline-post-excerpt p {
    color: #fff;
    font-size: 14px;
    padding: 25px;
}
.bddex-timeline-post-inner:hover .bddex-timeline-post-excerpt {
    opacity: 1;
    top: 10px;
}
.bddex-timeline-post-inner:hover .bddex-timeline-post-image {
    opacity: .3;
}
.bddex-timeline-post time {
    opacity: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 10px;
    border-radius: 20px;
    position: absolute;
    right: -97px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50px;
    z-index: 99;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.bddex-timeline-post:nth-child(2n) time {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    height: 30px;
    left: -99px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 290px;
    width: 100px;
    z-index: 99;
}
.bddex-timeline-post time:before {
    border-bottom: 5px solid rgba(0, 0, 0, 0.7);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    left: 45px;
    position: absolute;
    top: -5px;
    width: 0;
}
.bddex-timeline-post:hover time {
    opacity: 1;
}

.bddex-timeline-post::after {
  height: 100%;
}

.bddex-post-timeline .bddex-timeline-post:nth-last-child(2)::after {
  height: 245px;
}

.bddex-post-timeline .bddex-timeline-post:last-child::after {
  display: none;
}

/* Responsive Style for Post Timeline */

@media only screen and (max-width: 1366px) {
    .bddex-timeline-post-title h2 {
        font-size: 0.8em;
    }
    .bddex-timeline-post-excerpt p {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1169px) {
    .bddex-timeline-post-inner {
        height: 320px;
    }
}
@media only screen and (max-width: 992px) {
    .bddex-post-timeline {
        margin-left: 0;
    }
    .bddex-timeline-bullet,
    .bddex-timeline-post:after,
    .bddex-timeline-post:before,
    .bddex-timeline-post-inner:after {
        display: none;
    }
    .bddex-timeline-post {
        display: inline-block;
        float: left !important;
        width: 50% !important;
        margin: 15px auto;
    }
    .bddex-timeline-post-inner {
        height: 320px;
        padding-bottom: 30px;
    }
    .bddex-timeline-post-title {
        bottom: 50px;
    }
    .bddex-timeline-post-title h2 {
        font-size: 0.8em;
        line-height: 1.2em;
    }
    .bddex-timeline-post .bddex-timeline-post-inner {
        margin: 0 10px auto 0;
        width: 90%;
    }
    .bddex-timeline-post:nth-child(2n) .bddex-timeline-post-inner {
        margin: 0 auto 0 10px;
        width: 90%;
    }
    .bddex-timeline-post-excerpt {
        opacity: 0!important;
    }
    .bddex-timeline-post-image {
        opacity: .3;
    }
    .bddex-timeline-post time,
    .bddex-timeline-post:nth-child(2n) time {
        background-color: #fff;
        border-radius: 0;
        color: #444;
        font-size: 12px;
        text-transform: uppercase;
        left: 0;
        opacity: 1;
        padding-top: 3px;
        top: 275px;
        width: 100%;
    }
    time:before {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .bddex-timeline-post {
        display: block;
        float: none !important;
        margin: 20px auto;
        width: 100% !important;
    }
    .bddex-timeline-post .bddex-timeline-post-inner,
    .bddex-timeline-post:nth-child(2n) .bddex-timeline-post-inner {
        display: block;
        float: none;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 479px) {
    .bddex-timeline-post .bddex-timeline-post-inner,
    .bddex-timeline-post:nth-child(2n) .bddex-timeline-post-inner {
        height: 250px;
        margin: 0 auto;
        width: 95%;
    }
    .bddex-timeline-post time,
    .bddex-timeline-post:nth-child(2n) time {
        top: 205px;
    }
}

/* Team Members Styles */


.bddex-team-item {
  overflow: hidden;
  position: relative;
}

.team-avatar-rounded figure img {
  border-radius: 50%;
  height: auto;
}
.bddex-team-image > figure {
  margin: 0;
  padding: 0;
}

.bddex-team-image > figure img {
  display: block;
  margin: 0 auto;
}

.bddex-team-item .bddex-team-content {
  padding: 10px;
}

.bddex-team-item .bddex-team-member-name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 5px 0;
  text-transform: uppercase;
}

.bddex-team-item .bddex-team-member-position {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 5px 0 10px;
  text-transform: uppercase;
}

.bddex-team-item .bddex-team-content,
.bddex-team-item .bddex-team-content .bddex-team-text {
  font-size: 14px;
  line-height: 1.5;
}

.bddex-team-content > ul {
  margin: 0;
  padding: 0;
}

.bddex-team-content li {
  display: inline-block;
  list-style: outside none none;
  margin-right: 10px;
  text-align: center;
}

.bddex-team-content li a {
  font-size: 2.5rem;
}
.bddex-team-align-left .bddex-team-item .bddex-team-member-name,
.bddex-team-align-left .bddex-team-item .bddex-team-member-position,
.bddex-team-align-left .bddex-team-item .bddex-team-text,
.bddex-team-align-left .bddex-team-item .bddex-team-content p,
.bddex-team-align-left .bddex-team-item .bddex-team-content ul,
.bddex-team-align-left .bddex-team-item .bddex-team-content li{
  text-align: left;
}
.bddex-team-align-right .bddex-team-item .bddex-team-member-name,
.bddex-team-align-right .bddex-team-item .bddex-team-member-position,
.bddex-team-align-right .bddex-team-item .bddex-team-text,
.bddex-team-align-right .bddex-team-item .bddex-team-content p,
.bddex-team-align-right .bddex-team-item .bddex-team-content ul,
.bddex-team-align-right .bddex-team-item .bddex-team-content li{
  text-align: right;
}
.bddex-team-align-centered .bddex-team-item .bddex-team-member-name,
.bddex-team-align-centered .bddex-team-item .bddex-team-member-position,
.bddex-team-align-centered .bddex-team-item .bddex-team-text,
.bddex-team-align-centered .bddex-team-item .bddex-team-content p,
.bddex-team-align-centered .bddex-team-item .bddex-team-content ul,
.bddex-team-align-centered .bddex-team-item .bddex-team-content li{
  text-align: center;
}

.bddex-team-item.bddex-team-members-overlay .bddex-team-content {
  bottom: 10px;
  left: 10px;
  margin-bottom: 0;
  padding-top: 15%;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

 .bddex-team-item.bddex-team-members-overlay:hover .bddex-team-content {
  opacity: 1;
}

 .bddex-team-member-social-link > a {
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
 }
 .bddex-team-member-social-link > a:focus {
  outline: none;
 }
/* Centered Style */
.bddex-team-item.bddex-team-members-centered .bddex-team-content{
  text-align: center;
}
/* Circle Style */
.bddex-team-item.bddex-team-members-circle .bddex-team-image {
  text-align: center;
}
.bddex-team-item.bddex-team-members-circle figure img {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bddex-team-item.bddex-team-members-circle .bddex-team-content {
  text-align: center;
}
/**
 * Testimonials Styles
 */
.bddex-testimonial-slider {
  position: relative;
}

.testimonial-star-rating {
  padding: 0;
  margin: 0;
}

.testimonial-star-rating li {
  list-style: none;
  display: inline-block;
}

.testimonial-star-rating li i {
  color: #d8d8d8;
}

.rating-five .testimonial-star-rating li i {
  color: #f2b01e;
}

.rating-one .testimonial-star-rating li:first-child i {
  color: #f2b01e;
}

.rating-two .testimonial-star-rating li:nth-child(1) i, .rating-two .testimonial-star-rating li:nth-child(2) i {
  color: #f2b01e;
}

.rating-three .testimonial-star-rating li:nth-child(1) i, .rating-three .testimonial-star-rating li:nth-child(2) i , .rating-three .testimonial-star-rating li:nth-child(3) i {
  color: #f2b01e;
}

.rating-four .testimonial-star-rating li:nth-child(1) i, .rating-four .testimonial-star-rating li:nth-child(2) i , .rating-four .testimonial-star-rating li:nth-child(3) i, .rating-four .testimonial-star-rating li:nth-child(4) i {
  color: #f2b01e;
}


/* Default styles */

.bddex-testimonial-image img {
  max-width: 100%;
}

.bddex-testimonial-image {
  padding: 10px 10px 10px 20px;
}

.bddex-testimonial-image > figure {
  display: block;
  margin: 0;
}

.testimonial-avatar-rounded figure img {
  border-radius: 50%;
  height: auto;
}

.bddex-testimonial-content {
  margin: 0;
  padding: 10px 20px 50px;
}

.bddex-testimonial-item > figure {
  margin: 0 auto;
  padding: 0 20px;
}

.bddex-testimonial-item .center-text {
    text-align: center;
}
.bddex-testimonial-item .right-text {
    text-align: right;
}
.bddex-testimonial-item .left-text {
    text-align: left;
}
.bddex-testimonial-item .justify-text {
    text-align: justify;
}


/* Default aligned */

.bddex-testimonial-content .bddex-testimonial-text {
  font-size: 100%;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 10px;
}

.bddex-testimonial-content .bddex-testimonial-user {
  float: left;
  font-family: inherit;
  font-size: 105%;
  font-style: italic;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
}

.bddex-testimonial-content .bddex-testimonial-user-company {
  float: left;
  font-family: inherit;
  font-size: 90%;
  font-style: italic;
  font-weight: lighter;
  line-height: 1.75;
  margin-bottom: 0;
  margin-top: 1px;
}

.bddex-testimonial-image  {
  position: relative;
}

/*.bddex-testimonial-image .bddex-testimonial-quote::after {
  color: inherit!important;
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 200%;
  position: absolute;
  right: 20px;
  top: 10px;
}*/


/* Left align */

.bddex-testimonial-align-left .bddex-testimonial-content,
.bddex-testimonial-align-left .bddex-testimonial-user,
.bddex-testimonial-align-left .bddex-testimonial-user-company {
  text-align: left;
}

.bddex-testimonial-align-left .bddex-testimonial-image {
  float: left;
  width: 30%;
}

.bddex-testimonial-align-left .bddex-testimonial-content {
  float: left;
  margin-top: 20px;
  position: relative;
  width: 70%;
}

.bddex-testimonial-align-left .bddex-testimonial-image .bddex-testimonial-quote {
  display: none;
}

.bddex-testimonial-align-left .bddex-testimonial-quote::before {
  color: inherit;
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 28px;
  right: 20px;
  position: absolute;
  top: 0;
}

.bddex-testimonial-align-left .bddex-testimonial-text {
  padding-right: 25px;
}
.bddex-testimonial-align-left .bddex-testimonial-content {
  margin: 0;
  padding: 10px 25px 30px 10px;
}

/* Center align */

.bddex-testimonial-align-centered .bddex-testimonial-content .bddex-testimonial-text {
  text-align: center;
}

.bddex-testimonial-align-centered .bddex-testimonial-user,
.bddex-testimonial-align-centered .bddex-testimonial-user-company  {
  float: none;
  text-align: center;
}

.bddex-testimonial-align-centered .bddex-testimonial-image > figure img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.bddex-testimonial-align-centered .testimonial-star-rating{
  text-align: center;
}

/* Right align */

.bddex-testimonial-align-right .bddex-testimonial-content,
.bddex-testimonial-align-right .bddex-testimonial-user,
.bddex-testimonial-align-right .bddex-testimonial-user-company {
  text-align: right;
}

.bddex-testimonial-align-right .bddex-testimonial-image {
  float: right;
  width: 30%;
}

.bddex-testimonial-align-right .bddex-testimonial-content {
  float: right;
  margin-top: 20px;
  position: relative;
  width: 70%;
}

.bddex-testimonial-align-right .bddex-testimonial-image .bddex-testimonial-quote {
  display: none;
}

.bddex-testimonial-align-right .bddex-testimonial-quote::before {
  color: inherit;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 28px;
  left: 20px;
  position: absolute;
  top: 0;
}

.bddex-testimonial-align-right .bddex-testimonial-text {
  padding-left: 30px;
}

.bddex-testimonial-align-right .bddex-testimonial-user,
.bddex-testimonial-align-right .bddex-testimonial-user-company  {
  float: none;
  text-align: right;
}

.bddex-testimonial-align-right .bddex-testimonial-content {
  padding: 10px 10px 30px 25px;
}

.bddex-testimonial-align-right .testimonial-star-rating {
  text-align: right;
}


/* Product Styles */

.bddex-product-carousel .woocommerce li.product {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
}

.hide_rating .woocommerce .star-rating-container,
.hide_rating .woocommerce .star-rating {
  display: none !important;
}

.bddex-product-carousel .woocommerce ul.products li.product h3 {
  padding: 0.5em;
}

.bddex-product-carousel .woocommerce .products .star-rating {
  display: block;
  float: none;
  margin: 10px auto;
}


body:not(.x-ethos):not(.x-integrity):not(.x-renew):not(.x-icon) .bddex-product-carousel .woocommerce li.product .button {
  box-shadow: none;
  display: inline;
  left: auto;
  margin: 15px;
  padding: 0.45em 0.5em 0.575em;
  position: relative;
  right: auto;
  text-shadow: none;
  top: auto;
}

/* Product Simple and Reveal Style */

.bddex-product-carousel:not(.bddex-product-no-style) .woocommerce li.product .entry-featured {
  background-color: transparent;
  border: medium none;
  box-shadow: none;
  padding: 0;
}

.bddex-product-carousel.bddex-product-simple .woocommerce li.product .entry-wrap, .bddex-product-carousel.bddex-product-reveal .woocommerce li.product .entry-wrap {
  background-color: transparent;
  bottom: auto;
  box-shadow: none;
  padding: 15px 0 0;
  position: relative;
  text-align: center;
  top: auto;
}

.bddex-product-carousel.bddex-product-simple .woocommerce li.product .entry-header h3,
.bddex-product-carousel.bddex-product-reveal .woocommerce li.product .entry-header h3 {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 5px;
  padding-bottom: 0.5em;
}
.bddex-product-carousel.bddex-product-simple .woocommerce li.product .entry-header h3 a,
.bddex-product-carousel.bddex-product-reveal .woocommerce li.product .entry-header h3 a {
  color: #272727;
  font-weight: normal;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
}

.bddex-product-carousel.bddex-product-simple .woocommerce li.product .price > .amount,
.bddex-product-carousel.bddex-product-simple .woocommerce li.product .entry-header .price > .amount,
.bddex-product-carousel.bddex-product-simple .woocommerce li.product .entry-header .price > ins > .amount,
.bddex-product-carousel.bddex-product-reveal .woocommerce li.product .entry-header .price > .amount,
.bddex-product-carousel.bddex-product-reveal .woocommerce li.product .entry-header .price > ins > .amount {
  color: #272727;
  font-size: 18px;
  font-weight: normal;
}

.bddex-product-carousel.bddex-product-simple .woocommerce li.product .entry-wrap::before,
.bddex-product-carousel.bddex-product-reveal .woocommerce li.product .entry-wrap::before {
  display: none;
}

.bddex-product-carousel:not(.bddex-product-no-style) .woocommerce li.product .entry-header .button {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  box-shadow: none;
  color: #272727;
  display: block;
  font-size: 14px;
  left: auto;
  margin: 20px auto;
  opacity: 1;
  position: relative;
  right: auto;
  text-shadow: none;
  top: auto;
  width: 80%;
}


.bddex-product-carousel:not(.bddex-product-no-style) .woocommerce li.product .entry-header .button:hover {
  background-color: #e74c3c;
  border: 1px solid #e74c3c;
  color: #fff;
}

.bddex-product-carousel.bddex-product-simple .woocommerce li.product .star-rating-container {
  background-color: transparent;
  left: auto;
  opacity: 1;
  position: relative;
  right: auto;
  top: 5px;
  display: block;
  margin: 0 auto;
  width: 110px;
}

.bddex-product-carousel.bddex-product-simple .woocommerce li.product .star-rating-container .star-rating::before,
.bddex-product-carousel.bddex-product-reveal .woocommerce li.product .star-rating-container .star-rating::before {
  color: #f2b01e;
}

.bddex-product-carousel.bddex-product-simple .woocommerce li.product .star-rating-container .star-rating span::before,
.bddex-product-carousel.bddex-product-reveal .woocommerce li.product .star-rating-container .star-rating span::before {
  color: #f2b01e;
}

.bddex-product-carousel:not(.bddex-product-no-style) .onsale{
  border-radius: 0;
  box-shadow: none;
  display: block;
  font-size: 14px;
  height: 100px;
  letter-spacing: 0;
  line-height: 160px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  transform: rotate(-45deg);
  width: 200px;
  z-index: 1;
}

.bddex-product-carousel:not(.bddex-product-no-style) .woocommerce li.product .onsale {
  left: -95px;
  top: -45px;
}

.bddex-product-carousel .woocommerce ul.products {
  margin: 0 0 30px;
}

/* Product Reveal Styles */

.bddex-product-carousel .woocommerce li.product {
  background-color: #fff;
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
}


.bddex-product-carousel.bddex-product-reveal .woocommerce li.product .entry-wrap {
  bottom: -63px;
  margin-top: -63px;
  position: relative;
  top: auto;
  -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s
}
.bddex-product-carousel.bddex-product-reveal .woocommerce li.product:hover .entry-wrap {
  bottom: 0;
}

.bddex-product-carousel.bddex-product-reveal .woocommerce li.product:hover .entry-wrap::before {
  background-color: #fff;
  display: block;
}

.bddex-product-carousel.bddex-product-reveal .woocommerce li.product .star-rating-container {
  background-color: rgba(255, 255, 255, 0.9);
  left: auto;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}

.bddex-product-carousel.bddex-product-reveal .woocommerce li.product:hover .star-rating-container {
  opacity: 1;
}

/* Product Overlay Styles */

.bddex-product-carousel.bddex-product-overlay .woocommerce li.product .entry-wrap {
    bottom: auto;
    font-size: 14px;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: calc(100% - 4em);
    transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.bddex-product-carousel.bddex-product-overlay .woocommerce li.product .entry-wrap {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: auto;
  font-size: 14px;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(100% - 4em);
  -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.bddex-product-carousel.bddex-product-overlay .woocommerce li.product .entry-wrap::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 50em;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  z-index: 0;
}

.bddex-product-carousel.bddex-product-overlay .woocommerce li.product:hover .entry-wrap::before {
  background-color: rgba(0, 0, 0, 0.75);
}

.bddex-product-carousel.bddex-product-overlay .woocommerce li.product .entry-header {
    position: relative;
}
.bddex-product-carousel.bddex-product-overlay .woocommerce li.product .entry-header h3 {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    padding: 1.5em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.bddex-product-carousel.bddex-product-overlay .woocommerce li.product .entry-header h3 a {
    color: #fff;
}
.bddex-product-carousel.bddex-product-overlay .woocommerce li.product .price > del,
.bddex-product-carousel.bddex-product-overlay .woocommerce li.product .entry-header .price > del{
    display: none;
}
.bddex-product-carousel.bddex-product-overlay .woocommerce li.product .entry-header .price > .amount, .woocommerce li.product .entry-header .price > ins > .amount {
    color: #fff;
    font-size: 24px;
}

.bddex-product-carousel.bddex-product-overlay .woocommerce li.product .added_to_cart {
    display: none;
}
.bddex-product-carousel.bddex-product-overlay .woocommerce li.product:hover .entry-wrap {
    top: calc(100% - 10.385em);
}
.bddex-product-carousel.bddex-product-overlay .woocommerce li.product:hover .entry-wrap::before {
    background-color: rgba(0, 0, 0, 0.75);
}
.bddex-product-carousel.bddex-product-overlay .woocommerce li.product:hover .star-rating-container {
    opacity: 1;
}


/* Contact Form 7 Styles */

.bddex-contact-form-container input, .bddex-contact-form-container textarea {
  height: auto;
  padding: 10px;
}

.bddex-contact-form-align-center .bddex-contact-form-container, .bddex-contact-form-btn-align-center .bddex-contact-form-container input.wpcf7-submit {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  float: none;
}

.bddex-contact-form-align-left .bddex-contact-form-container, .bddex-contact-form-btn-align-left .bddex-contact-form-container input.wpcf7-submit {
  float: left;
  width: auto;
}

.bddex-contact-form-align-right .bddex-contact-form-container, .bddex-contact-form-btn-align-right .bddex-contact-form-container input.wpcf7-submit {
  float: right;
  width: auto;
}

.bddex-contact-form-container textarea, .bddex-contact-form-container input[type="text"], .bddex-contact-form-container input[type="password"], .bddex-contact-form-container input[type="datetime"], .bddex-contact-form-container input[type="datetime-local"], .bddex-contact-form-container input[type="date"], .bddex-contact-form-container input[type="month"], .bddex-contact-form-container input[type="time"], .bddex-contact-form-container input[type="week"], .bddex-contact-form-container input[type="number"], .bddex-contact-form-container input[type="email"], .bddex-contact-form-container input[type="url"], .bddex-contact-form-container input[type="search"], .bddex-contact-form-container input[type="tel"], .bddex-contact-form-container input[type="color"], .bddex-contact-form-container .uneditable-input {
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
}

.bddex-contact-form-container .wpcf7-form::before, .bddex-contact-form-container .wpcf7-form::after {
  content: " ";
  clear: both;
  display: table;
}

/* weForm Styles */

.bddex-weform-container input, .bddex-weform-container textarea {
  height: auto;
  padding: 10px;
}

.bddex-contact-form-align-center .bddex-weform-container, .bddex-contact-form-btn-align-center .bddex-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  float: none;
}

.bddex-contact-form-align-left .bddex-weform-container, .bddex-contact-form-btn-align-left .bddex-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
  float: left;
  width: auto;
}

.bddex-contact-form-align-right .bddex-weform-container, .bddex-contact-form-btn-align-right .bddex-weform-container ul.wpuf-form .wpuf-submit input[type="submit"] {
  float: right;
  width: auto;
}

.bddex-weform-container ul.wpuf-form li .wpuf-fields input[type="text"], .bddex-weform-container ul.wpuf-form li .wpuf-fields input[type="password"], .bddex-weform-container ul.wpuf-form li .wpuf-fields input[type="email"], .bddex-weform-container ul.wpuf-form li .wpuf-fields input[type="url"], .bddex-weform-container ul.wpuf-form li .wpuf-fields input[type="number"], .bddex-weform-container ul.wpuf-form li .wpuf-fields textarea {
  max-width: 100%;
}
/* Ninja Form Styles */

.bddex-ninja-container input, .bddex-ninja-container textarea {
  height: auto;
  padding: 10px;
}

.bddex-contact-form-align-center .bddex-ninja-container, .bddex-contact-form-btn-align-center .bddex-ninja-container .nf-field .nf-field-element input[type="button"] {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  float: none;
}

.bddex-contact-form-align-left .bddex-ninja-container, .bddex-contact-form-btn-align-left .bddex-ninja-container .nf-field .nf-field-element input[type="button"] {
  float: left;
  width: auto;
}

.bddex-contact-form-align-right .bddex-ninja-container, .bddex-contact-form-btn-align-right .bddex-ninja-container .nf-field .nf-field-element input[type="button"] {
  float: right;
  width: auto;
}

.bddex-ninja-container ul.wpuf-form li .wpuf-fields input[type="text"], .bddex-ninja-container .nf-field .nf-field-element input[type="password"], .bddex-ninja-container ul.wpuf-form li .wpuf-fields input[type="email"], .bddex-ninja-container .nf-field .nf-field-element input[type="url"], .bddex-ninja-container ul.wpuf-form li .wpuf-fields input[type="number"], .bddex-ninja-container .nf-field .nf-field-element textarea {
  max-width: 100%;
}

/* Post Grid Style */


.bddex-grid-post {
  float: left;
  padding: 10px;
}

.bddex-grid-post-holder {
  border: 1px solid rgba(0,0,0,.1);
}

.bddex-grid-post-holder-inner {
  height: 100%;
}

.bddex-entry-media {
  position: relative;
}

.bddex-entry-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1);
  -moz-transition: opacity .2s ease-in-out,-moz-transform .25s cubic-bezier(.19,1,.22,1);
  transition: opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1);
}

.bddex-entry-overlay:hover {
  opacity: 1;
}


.bddex-entry-overlay > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.bddex-entry-title {
  margin: 10px 0 5px;
  font-size: 1.2em;
}

.bddex-entry-overlay i {
  color: #fff;
  width: 60px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  font-size: 32px;
  top: 50%;
  margin-top: -30px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  opacity: 0;
  -webkit-transform: translatex(-20px);
  -moz-transform: translatex(-20px);
  -ms-transform: translatex(-20px);
  transform: translatex(-20px);
  -webkit-transition: opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1);
  -moz-transition: opacity .2s ease-in-out,-moz-transform .25s cubic-bezier(.19,1,.22,1);
  transition: opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1);
}

.bddex-entry-media:hover .bddex-entry-overlay i {
  -webkit-transform: translatex(0px);
  -moz-transform: translatex(0px);
  -ms-transform: translatex(0px);
  transform: translatex(0px);
  opacity: 1;
}

.bddex-entry-thumbnail img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.bddex-entry-footer {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.bddex-entry-footer .bddex-author-avatar {
  flex: 0 0 auto;
  width: 50px;
}

.bddex-entry-footer .bddex-author-avatar .avatar {
  border-radius: 50%;
}

.bddex-post-grid .bddex-entry-footer  .bddex-entry-meta {
  padding-left: 8px;
}

.bddex-entry-meta > div {
  font-size: 12px;
  line-height: 1.2;
  padding-bottom: 5px;
}

.bddex-grid-post-excerpt p {
  margin: 0;
  font-size: 14px;
}

.bddex-entry-meta .bddex-entry-footer  .bddex-posted-by {
  display: block;
}

.bddex-grid-post .bddex-entry-wrapper, .bddex-grid-post .bddex-entry-footer {
  padding: 15px;
}

.bddex-post-grid .bddex-entry-header .bddex-entry-meta span.bddex-posted-on {
  padding-left: 5px;
}

.bddex-post-grid .bddex-entry-header .bddex-entry-meta span.bddex-posted-on::before {
  content: '\f111';
  font-family: FontAwesome;
  color: inherit;
  opacity: .4;
  font-size: .8em;
  padding-right: 7px;
}


/* Post Grid Column */

.bddex-col-1 .bddex-post-grid-column {
  float: none;
  width: 100%;
}
.bddex-col-2 .bddex-post-grid-column{
  float: left;
  width: 50%;
}
.bddex-col-3 .bddex-post-grid-column {
  float: left;
  width: 33.3333%;
}
.bddex-col-4 .bddex-post-grid-column {
  float: left;
  width: 25%;
}
.bddex-col-5 .bddex-post-grid-column {
  float: left;
  width: 20%;
}
.bddex-col-6 .bddex-post-grid-column {
  float: left;
  width: 16.6666%;
}

/* Responsive Styles for Instagram Feed */

@media only screen and (max-width: 979px) {
.bddex-col-1 .bddex-post-grid-column, .bddex-col-2 .bddex-post-grid-column,
.bddex-col-3 .bddex-post-grid-column, .bddex-col-4 .bddex-post-grid-column,
.bddex-col-5 .bddex-post-grid-column, .bddex-col-6 .bddex-post-grid-column {
  width: 33.3333%;
}
}

@media only screen and (max-width: 767px) {
.bddex-col-1 .bddex-post-grid-column, .bddex-col-2 .bddex-post-grid-column,
.bddex-col-3 .bddex-post-grid-column, .bddex-col-4 .bddex-post-grid-column,
.bddex-col-5 .bddex-post-grid-column, .bddex-col-6 .bddex-post-grid-column {
  width: 50%;
}
}

@media only screen and (max-width: 480px) {
.bddex-col-1 .bddex-post-grid-column, .bddex-col-2 .bddex-post-grid-column,
.bddex-col-3 .bddex-post-grid-column, .bddex-col-4 .bddex-post-grid-column,
.bddex-col-5 .bddex-post-grid-column, .bddex-col-6 .bddex-post-grid-column {
  float: none;
  width: 100%;
}
}


/* Post Block */


.bddex-post-block-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-start;
}

.bddex-post-block-item {
  overflow: hidden;
  margin: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(110, 123, 140, 0.3);
  flex: 1 1 30%;
}

.bddex-post-block-item-holder {
  height: 100%;
  width: 100%;
}

.bddex-post-block-item-holder-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column wrap;
  height: 100%;
}

.bddex-post-block-item .bddex-entry-thumbnail {
  background-color: #f0f0f0;
  position: relative;
  height: 160px;
  flex: auto;
}

.bddex-post-block-item .bddex-entry-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bddex-post-block .bddex-entry-wrapper {
  padding: 15px;
}

.bddex-post-block .bddex-entry-title {
  font-size: 1em;
  margin: 5px 0 0;
}

.bddex-post-block .bddex-entry-header .bddex-entry-meta .bddex-posted-by {
  display: inline-block;
}

.bddex-post-block .bddex-entry-meta {
  line-height: 1;
}

.bddex-entry-meta > span {
  font-size: 12px;
  line-height: 1.2;
  padding-bottom: 5px;
}

.bddex-post-block .bddex-entry-header .bddex-entry-meta span.bddex-posted-on {
  padding-left: 5px;
}

.bddex-post-block .bddex-entry-header .bddex-entry-meta span.bddex-posted-on::before {
  content: '\f111';
  font-family: FontAwesome;
  color: inherit;
  opacity: .4;
  font-size: .8em;
  padding-right: 7px;
}

.bddex-post-block .bddex-entry-footer .bddex-entry-meta {
  padding-left: 8px;
}

.bddex-post-block .bddex-entry-footer {
  padding: 0 15px 15px
}


@media only screen and (min-width: 768px) {
.bddex-post-block-grid .bddex-post-block-item:nth-child(1), .bddex-post-block-grid .bddex-post-block-item:nth-child(2) {
  flex: 1 1 40%;
}

.bddex-post-block-grid .bddex-post-block-item:nth-child(6), .bddex-post-block-grid .bddex-post-block-item:nth-child(7),
.bddex-post-block-grid .bddex-post-block-item:nth-child(14), .bddex-post-block-grid .bddex-post-block-item:nth-child(15),
.bddex-post-block-grid .bddex-post-block-item:nth-child(22), .bddex-post-block-grid .bddex-post-block-item:nth-child(23) {
  flex: 1 1 40%;
}
}

@media only screen and (max-width: 480px) {
.bddex-post-block-item {
  width: 100%;
  flex: 1 100%;
}
}
/* Load More Button */
.bddex-load-more-button-wrap {
  width: 100%;
  display: block;
  margin: 20px auto;
  clear: both;
}
.bddex-load-more-button {
  position: relative;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  border: 0;
  padding: 15px 30px;
  z-index: 2;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .25em;
  transition: all .5s;
  overflow: hidden;
}

.bddex-load-more-button:hover {
  background: #27bdbd;
}

.button--hide {
  opacity: 0;
}

.button--loading {
  padding-left: 50px!important;
}

.bddex-load-more-button .button__loader {
  float: left;
  position: absolute;
  left: -50px;
  top: 10px;
  transition: all .2s;
 }

.button--loading .button__loader {
  left: 15px;
}

.bddex-btn-loader, .bddex-btn-loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.bddex-btn-loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #ffffff;
  transform: translateZ(0);
  animation: loaderSpin 1.1s infinite linear;
}

@keyframes loaderSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Post block overlay preset */

.bddex-post-block.post-block-style-overlay .bddex-post-block-item-holder-inner {
  position: relative;
}

.bddex-post-block.post-block-style-overlay .bddex-entry-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.bddex-post-block.post-block-style-overlay .bddex-entry-thumbnail {
  height: auto;
}

.bddex-post-block.post-block-style-overlay .bddex-entry-footer {
  padding: 15px 0;
}

.bddex-post-block.post-block-style-overlay .bddex-entry-meta {
  line-height: 1.5;
}


.bddex-post-block.post-block-style-overlay .bddex-entry-wrapper:hover .bddex-entry-overlay i {
  -webkit-transform: translatex(0px);
  -moz-transform: translatex(0px);
  -ms-transform: translatex(0px);
  transform: translatex(0px);
  opacity: 1;
}

/* Style for static product */

.bddex-static-product {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.bddex-static-product-media {
  position: relative;
}

.bddex-static-product-thumb img {
  width: 100%;
  display: block;
}

.bddex-static-product-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1);
  -moz-transition: opacity .2s ease-in-out,-moz-transform .25s cubic-bezier(.19,1,.22,1);
  transition: opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1);
}

.bddex-static-product-thumb-overlay:hover {
  opacity: 1;
}

.bddex-static-product-thumb-overlay > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
}

.bddex-static-product-thumb-overlay > a > span {
  text-align: center;
  flex: 1 100%;
}

.bddex-static-product-details {
  padding: 10px 20px 30px;
  margin: 0;
}

.bddex-static-product-details > h2 {
  font-size: 1.2em;
  margin: 0;
  padding: .5em 0;
}

.bddex-static-product-details > p {
  margin: 0 0 1.5em;
  font-size: 14px;
}

a.bddex-static-product-btn {
  padding: 10px 20px;
  font-size: 14px;
  transition: color .5s ease;
 -webkit-transition: color .5s ease;
 -moz-transition: color .5s ease;
}

/* Info-box Style */
.bddex-infobox {}
.bddex-infobox .infobox-icon {}
.bddex-infobox .infobox-icon img {
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition: .5s;
  transition: .5s;
}
.bddex-infobox .infobox-icon i {
  font-size: 40px;
  text-align: center;
}
.bddex-infobox:hover .infobox-icon img {
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
.bddex-infobox .infobox-content {}
.bddex-infobox .infobox-content .title {
  margin-bottom: 10px;
}
.bddex-infobox .infobox-content p {
  margin-top: 0px;
  line-height: 28px;
}
.bddex-infobox-content-align-left .bddex-infobox {
  text-align: left;
}
.bddex-infobox-content-align-right .bddex-infobox {
  text-align: right;
}
.bddex-infobox-content-align-center .bddex-infobox {
  text-align: center;
}
.bddex-infobox-shape-circle .bddex-infobox .infobox-icon img {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.bddex-infobox-shape-radius .bddex-infobox .infobox-icon img {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.bddex-infobox-icon-bg-shape-circle .bddex-infobox .infobox-icon i {
  background: #f4f4f4;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  border: 2px solid #ededed;
  -webkit-transition: .5s;
  transition: .5s;
}
.bddex-infobox-icon-bg-shape-radius .bddex-infobox .infobox-icon i {
  background: #f4f4f4;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 15px;
  border: 2px solid #ededed;
  -webkit-transition: .5s;
  transition: .5s;
}
.bddex-infobox-icon-bg-shape-square .bddex-infobox .infobox-icon i {
  background: #f4f4f4;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 0px;
  border: 2px solid #ededed;
  -webkit-transition: .5s;
  transition: .5s;
}
.bddex-infobox-icon-bg-shape-circle:hover .bddex-infobox .infobox-icon i,
.bddex-infobox-icon-bg-shape-radius:hover .bddex-infobox .infobox-icon i,
.bddex-infobox-icon-bg-shape-square:hover .bddex-infobox .infobox-icon i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* Infobox Style (Icon On Left) */
.bddex-infobox.icon-on-left {}
.bddex-infobox.icon-on-left .infobox-icon {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.bddex-infobox.icon-on-left .infobox-content {
  padding-left: 65px;
}
.bddex-infobox.icon-on-left .infobox-icon.bddex-icon-only {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 7px;
  left: 0px;
  z-index: 1;
}
.bddex-infobox.icon-on-left .infobox-content.bddex-icon-only {
  padding-left: 45px;
}
/* Infobox Style (Icon Beside Title) */
.bddex-infobox.icon-beside-title figure {
    position: absolute;
    display: block;
    width: 55px;
    height: 55px;
    top: 0px;
    left: 0px;
    z-index: 1;
    font-size: 45px;
}
.bddex-infobox.icon-beside-title figure img {
  -webkit-transition: .4s;
  transition: .4s;
}
.bddex-infobox-shape-circle .bddex-infobox.icon-beside-title figure img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bddex-infobox-shape-radius .bddex-infobox.icon-beside-title figure img {
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.bddex-infobox.icon-beside-title .infobox-content .title {
  position: relative;
  display: block;
  min-height: 55px;
  padding-left: 65px;
  line-height: 27px;
  margin-bottom: 20px;
}

.bddex-infobox.icon-beside-title .infobox-content .title.bddex-icon-only {
  padding-left: 50px;
}

/**
 * Flipbox Style
 */
.bddex-elements-progression-flip-box-container {
  position:relative;
  height:300px;
  width:100%;
}

.bddex-elements-progression-flip-box-container a {
  display:block;
}

.bddex-elements-flip-box-vertical-align {
  width:100%;
}

.bddex-elements-flip-box-padding {
  padding:0px 30px 5px 30px;
}

.bddex-elements-flip-box-icon-image {
  display:inline-block;
  margin:0 auto 0px auto;
  line-height:1;
}

.bddex-elements-flip-box-icon-image.bddex_eleements_flip_front_icon_style_background {
  background:#cccccc;
}

.bddex_eleements_flip_front_icon_style_bordered {
  border:2px solid #ffffff;
}

.bddex_flip_box_icon_border_round {
  border-radius:100px;
}
.bddex_eleements_flip_front_icon_style_background,
.bddex_eleements_flip_front_icon_style_bordered {
  padding:15px;
}
.bddex-elements-flip-box-icon-image i {
  font-size:40px;
  line-height:40px;
  width:40px;
}
.bddex-elements-slider-display-table {
  width: 100%;
}
.bddex-elements-flip-box-front-container {
  text-align:center;
  position:absolute;
  top:0px;
  left:0px;
  z-index: 2;
  width:100%;
  height:100%;
  background:#0e9dd2;
  color:#ffffff;
  border-color:#000000;
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.bddex-elements-flip-box-content,
h2.bddex-elements-flip-box-heading {
  color:#ffffff;
}

.bddex-elements-flip-box-rear-container {
  text-align:center;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:#444444;
  color:#ffffff;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/* Floating Button Styles */
.bddex-elements-progression-button-floating-container {
  position:fixed;
  z-index:100;
}

.bddex-elements-progression-button-floating-container .bddex-elements-button {
  margin-top:0px;
  font-size:14px;
  position:relative;
  padding:14px 20px;
}

.bddex-elements-button {
  cursor:pointer;
  display:inline-block;
  background:#077bbe;
  color:#ffffff;
  line-height:1;
  padding:16px 25px;
  margin-top:15px;
}

.bddex-elements-button:hover {
  background:#077bbe;
  color:#ffffff;
}


/* CSS3 Transitions */
.bddex-elements-progression-flip-box-container {
  perspective: 1000px;
}

.bddex-elements-flip-box-front-container,
.bddex-elements-flip-box-rear-container {
  transition-duration:500ms;
  transition-property: all;
  transition-timing-function: ease;
}
.bddex-elements-flip-box-flip-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 500ms ease;
}
.bddex-elements-flip-box-rear-container,
.bddex-elements-flip-box-front-container {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateX(0deg);
  transform: rotateY(0deg);
}

/* Flip */
.bddex-animate-flip.bddex-animate-up.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-flip-card,
.bddex-animate-flip.bddex-animate-up .bddex-elements-flip-box-rear-container { transform: rotateX(180deg); }

.bddex-animate-flip.bddex-animate-down.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-flip-card,
.bddex-animate-flip.bddex-animate-down .bddex-elements-flip-box-rear-container { transform: rotateX(-180deg); }

.bddex-animate-flip.bddex-animate-left.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-flip-card,
.bddex-animate-flip.bddex-animate-left .bddex-elements-flip-box-rear-container { transform: rotateY(-180deg); }

.bddex-animate-flip.bddex-animate-right.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-flip-card,
.bddex-animate-flip.bddex-animate-right .bddex-elements-flip-box-rear-container { transform: rotateY(180deg); }


/* Slide */
.bddex-animate-push.bddex-elements-progression-flip-box-container,
.bddex-animate-slide.bddex-elements-progression-flip-box-container { overflow:hidden; }
.bddex-animate-push .bddex-elements-flip-box-rear-container,
.bddex-animate-slide .bddex-elements-flip-box-rear-container { z-index:3; }

.bddex-animate-push.bddex-animate-up .bddex-elements-flip-box-rear-container,
.bddex-animate-slide.bddex-animate-up .bddex-elements-flip-box-rear-container { top:100%;  }
.bddex-animate-push.bddex-animate-up.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-rear-container,
.bddex-animate-slide.bddex-animate-up.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-rear-container {top:0; }

.bddex-animate-push.bddex-animate-down .bddex-elements-flip-box-rear-container,
.bddex-animate-slide.bddex-animate-down .bddex-elements-flip-box-rear-container { top:auto; bottom:100%; }
.bddex-animate-push.bddex-animate-down.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-rear-container,
.bddex-animate-slide.bddex-animate-down.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-rear-container {top:auto; bottom:0; }

.bddex-animate-push.bddex-animate-left .bddex-elements-flip-box-rear-container,
.bddex-animate-slide.bddex-animate-left .bddex-elements-flip-box-rear-container { left:100%; }
.bddex-animate-push.bddex-animate-left.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-rear-container,
.bddex-animate-slide.bddex-animate-left.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-rear-container { left:0; }


.bddex-animate-push.bddex-animate-right .bddex-elements-flip-box-rear-container,
.bddex-animate-slide.bddex-animate-right .bddex-elements-flip-box-rear-container {left:auto; right:100%; }
.bddex-animate-push.bddex-animate-right.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-rear-container,
.bddex-animate-slide.bddex-animate-right.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-rear-container { left:auto; right:0; }


/* Push + Slide Above */
.bddex-animate-push.bddex-animate-up.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-front-container {
  top:-100%;
}

.bddex-animate-push.bddex-animate-down.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-front-container {
  top:100%;
}

.bddex-animate-push.bddex-animate-left.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-front-container {
  left:-100%;
}

.bddex-animate-push.bddex-animate-right.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-front-container {
  left:100%;
}

/* Zoom In */
.bddex-animate-zoom-in .bddex-elements-flip-box-rear-container {
  opacity:0;
  transform: scale(0.75);
  z-index:3;
}

.bddex-animate-zoom-in.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-rear-container {
  opacity:1;
  transform: scale(1);
}

/* Zoom Out */
.bddex-animate-zoom-out.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-front-container {
  opacity:0;
  transform: scale(0.75);
}

.bddex-animate-fade.bddex-elements-progression-flip-box-container:hover .bddex-elements-flip-box-front-container {
  opacity:0;
}

/* Builder Related Style */
.bddex-flipbox-content-align-right .bddex-elements-flip-box-padding {
  text-align: right;
}
.bddex-flipbox-content-align-left .bddex-elements-flip-box-padding {
  text-align: left;
}
.bddex-flipbox-content-align-center .bddex-elements-flip-box-padding {
  text-align: center;
}
.bddex-flipbox-img-circle .bddex-elements-flip-box-icon-image img {
  border-radius: 50%;
}

/**
 * Call To Action
 */
.bddex-call-to-action {
  width: 100%;
  height: auto;
  display: block;
  padding: 30px;
  font-size: 16px;
  color: #4d4d4d;
  font-weight: 400;
  line-height: 27px;
  margin: 0 auto;
}
.bddex-call-to-action p {
  margin-bottom: 10px;
}
.bddex-call-to-action .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-style: normal;
}
.bddex-call-to-action.cta-center {
  text-align: center;
}
.bddex-call-to-action.cta-right {
  text-align: right;
}
.bddex-call-to-action.cta-left {
  text-align: left;
}
.bddex-call-to-action.bg-lite {
  background: #f4f4f4;
}
.bddex-call-to-action.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  color: rgba( 255,255,255, 0.7 );
}
.bddex-call-to-action.bg-img .icon {
  color: #fff;
}
.bddex-call-to-action.bg-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  background: rgba( 0,0,0,0.8 );
}
.bddex-call-to-action.bg-img.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
}
.bddex-call-to-action.bg-img .title {
  color: rgba( 255,255,255, 0.9 );
}
/* Cta Flex */
.bddex-call-to-action.cta-flex,
.bddex-call-to-action.cta-icon-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/* Cta Icon Flex */
.bddex-call-to-action.cta-icon-flex .icon {
  flex-grow: 1;
  font-size: 80px;
  text-align: left;
  line-height: 130px;
}
.bddex-call-to-action.cta-icon-flex .action {
  flex-grow: 1;
  text-align: right;
  padding-top: 22px;
  flex-basis: 22%;
}
.bddex-call-to-action.cta-icon-flex .content {
  flex-grow: 1;
  padding: 0px 30px;
}

/* Cta Flex */
.bddex-call-to-action.cta-flex .content {
  padding: 0px 15px;
  flex-grow: 1;
}
.bddex-call-to-action.cta-flex .action {
  flex-grow: 1;
  text-align: right;
  padding-top: 25px;
  flex-basis: 23%;
}

/* Cta Button */
.bddex-call-to-action .cta-button {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  background: #f9f9f9;
  font-size: 16px;
  text-decoration: none;
  color: #4d4d4d;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.2);
  -ms-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.2);
  margin-right: 10px;
  margin-top: 10px;
  z-index: 0;
  overflow: hidden;
}
.bddex-call-to-action .cta-button:last-child {
  margin-right: 0px;
}
.bddex-call-to-action .cta-button:focus {
  outline: none;
}
/* Hover */
.bddex-call-to-action .cta-button:hover {
  color: #fff;
  background: #3F51B5;
  -webkit-box-shadow: 0px 1px 12px 1px rgba(0,0,0,0.1);
  -ms-box-shadow: 0px 1px 12px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 1px 12px 1px rgba(0,0,0,0.1);
}
/* Cta Button effect 1 */
.bddex-call-to-action .cta-button.effect-1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3F51B5;
  top: 0px;
  left: 0px;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  z-index: -1;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
  color: #fff;
}
.bddex-call-to-action .cta-button.effect-1:hover::after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* Cta Button effect 2 */
.bddex-call-to-action .cta-button.effect-2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3F51B5;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
  color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.bddex-call-to-action .cta-button.effect-2:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* Media Queries */
@media only screen and (max-width: 768px) {
  .bddex-call-to-action.cta-flex,
  .bddex-call-to-action.cta-icon-flex {
    flex-wrap: wrap;
  }
  .bddex-call-to-action .title {
    font-size: 28px;
    line-height: 36px;
    margin-top: 0px;
  }
  .bddex-call-to-action.cta-icon-flex .icon {
    flex-grow: 1;
    font-size: 48px;
    line-height: 90px;
    text-align: center;
  }
  .bddex-call-to-action.cta-flex .content,
  .bddex-call-to-action.cta-icon-flex .content {
    flex-grow: 1;
    text-align: center;
    padding: 0px;
  }
  .bddex-call-to-action.cta-flex .action,
  .bddex-call-to-action.cta-icon-flex .action {
    text-align: center;
    padding-top: 0px;
  }
  .bddex-call-to-action .cta-button {
    padding: 12px 25px;
  }
}
@media only screen and (max-width: 360px) {
  .bddex-call-to-action {
    font-size: 14px;
    line-height: 26px;
  }
  .bddex-call-to-action .cta-button {
    padding: 4px 20px;
    font-size: 12px;
  }
  .bddex-call-to-action .title {
    font-size: 20px;
    line-height: 30px;
  }
}
/**
 * Dual Color Heading
 */
.bddex-dual-header {
  display: block;
  margin-bottom: 50px;
}
.bddex-dual-header .title,
.bddex-dual-header .title span {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
  margin: 10px 0px;
}
.bddex-dual-header .subtext {
  font-size: 16px;
  display: block;
}
.bddex-dual-header i {
  display: block;
  padding: 0px;
  margin: 20px 0px 10px 0px;
  font-size: 36px;
}
.bddex-dual-header .title span.lead {
  color: #1abc9c;
}

/* Builder Related Css */
.bddex-dual-header-content-align-center {
  text-align: center;
}
.bddex-dual-header-content-align-left {
  text-align: left;
}
.bddex-dual-header-content-align-right {
  text-align: right;
}
/**
 * Pricing Table
 */
.bddex-pricing {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.bddex-pricing .bddex-pricing-item {
  width: 100%;
  height: auto;
  margin: 0;
}
.bddex-pricing .bddex-pricing-button {
  display: inline-block;
  padding: 12px 25px;
  background: #00C853;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.bddex-pricing .bddex-pricing-button:hover {
  background: #03b048;
}
.bddex-pricing .bddex-pricing-item ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.bddex-pricing .bddex-pricing-item ul li.disable-item {
  text-decoration: line-through;
  opacity: 0.5;
}
.bddex-pricing .bddex-pricing-item ul li span.li-icon {
  color: #00C853;
  margin-right: 6px;
}
.bddex-pricing .bddex-pricing-item ul li.disable-item span.li-icon {
  color: #EF5350;
}
/* Pricing Table: Style 1 */
.bddex-pricing.style-1 {
  position: relative;
  z-index: 0;
  text-align: center;
}
.bddex-pricing.style-1 .bddex-pricing-item {
  border: 1px solid rgba( 9, 9, 9, .1 );
  padding: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}
.bddex-pricing.style-1 .bddex-pricing-item:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
 }
.bddex-pricing.style-1 .bddex-pricing-item.featured {
  position: relative;
}
.bddex-pricing.style-1 .bddex-pricing-item.featured:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #00C853;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.bddex-pricing.style-1 .bddex-pricing-item .header {
  display: block;
  position: relative;
  z-index: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.bddex-pricing.style-1 .bddex-pricing-item .header:after {
  content: "";
  position: absolute;
  width: 140px;
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 1;
  background: rgba( 9, 9, 9, .1 );
}
.bddex-pricing.style-1 .bddex-pricing-item .header .title {
  font-weight: 700;
  line-height: 30px;
  margin: 0px;
}
.bddex-pricing.style-1 .bddex-pricing-item .bddex-pricing-tag {
  position: relative;
  z-index: 0;
  padding: 15px 0px;
  margin-bottom: 15px;
}
.bddex-pricing.style-1 .bddex-pricing-item .bddex-pricing-tag:after {
  content: "";
  position: absolute;
  width: 140px;
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 1;
  background: rgba( 9, 9, 9, .04 );
}
.bddex-pricing.style-1 .bddex-pricing-item .price-tag {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 0px;
  margin: 0px auto;
}
.bddex-pricing.style-1 .bddex-pricing-item .price-tag:before {
  content: "$";
  position: absolute;
  width: 10px;
  height: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #00C853;
  top: -7px;
  left: -12px;
  z-index: 1;
}
.bddex-pricing.style-1 .bddex-pricing-item .price-period {
  color: #999;
}
.bddex-pricing.style-1 .bddex-pricing-item .body {}
.bddex-pricing.style-1 .bddex-pricing-item .body ul {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.bddex-pricing.style-1 .bddex-pricing-item .body ul li {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px;
  font-size: 14px;
  color: #6d6d6d;
  border-bottom: 1px solid  rgba( 9, 9, 9, .04 );
}
.bddex-pricing.style-1 .bddex-pricing-item .body ul li:last-child {
  border: none;
}
.bddex-pricing.style-1 .bddex-pricing-item.featured-large {
  padding: 60px 0px;
}
/* Pricing Table : Style 2 */
.bddex-pricing.style-2 {
  position: relative;
  z-index: 0;
  text-align: center;
}
.bddex-pricing.style-2 .bddex-pricing-item {
  padding: 30px 0px;
  border-radius: 5px;
  margin: 0px;
  border: 1px solid rgba( 9, 9, 9, .1 );
}
.bddex-pricing.style-2 .bddex-pricing-item.featured {
  -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.bddex-pricing.style-2 .bddex-pricing-item .bddex-pricing-icon {}
.bddex-pricing.style-2 .bddex-pricing-item .bddex-pricing-icon .icon {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background: #00c853;
  border-radius: 50%;
  /*border: 2px solid #00c853;*/
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.bddex-pricing.style-2 .bddex-pricing-item .bddex-pricing-icon .icon i {
  font-size: 30px;
  color: #fff;
  line-height: 80px;
  -webkit-transition: .5s;
  transition: .5s;
}
.bddex-pricing.style-2 .bddex-pricing-item:hover .bddex-pricing-icon .icon {
  background: #43A047;
  /*border: 2px solid #43A047;*/
}
.bddex-pricing.style-2 .bddex-pricing-item:hover .bddex-pricing-icon .icon i {
  color: #fff;
}
.bddex-pricing.style-2 .bddex-pricing-item .header {
  background: #C8E6C9;
  padding: 25px 30px;
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}
.bddex-pricing.style-2 .bddex-pricing-item.featured .header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background: rgba(255,255,255,.4);
}
.bddex-pricing.style-2 .bddex-pricing-item .header .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin: 0px;
}
.bddex-pricing.style-2 .bddex-pricing-item .header .subititle {
  font-size: 14px;
  font-weight: 600;
  color: #6d6d6d;
}
.bddex-pricing.style-2 .bddex-pricing-item .bddex-pricing-tag {
  position: relative;
  z-index: 0;
  padding: 15px 0px;
  margin-bottom: 15px;
}
.bddex-pricing.style-2 .bddex-pricing-item .bddex-pricing-tag:after {
  content: "";
  position: absolute;
  width: 140px;
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 1;
  background: rgba( 9, 9, 9, .04 );
}
.bddex-pricing.style-2 .bddex-pricing-item .price-tag {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 0px;
  margin: 0px auto;
}
.bddex-pricing.style-2 .bddex-pricing-item .price-tag:before {
  content: "$";
  position: absolute;
  width: 10px;
  height: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #00C853;
  top: -7px;
  left: -12px;
  z-index: 1;
}
.bddex-pricing.style-2 .bddex-pricing-item .price-period {
  color: #999;
}
.bddex-pricing.style-2 .bddex-pricing-item .body {}
.bddex-pricing.style-2 .bddex-pricing-item .body ul {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.bddex-pricing.style-2 .bddex-pricing-item .body ul li {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  font-size: 14px;
  color: #6d6d6d;
  border-bottom: 1px solid  rgba( 9, 9, 9, .04 );
}
.bddex-pricing.style-2 .bddex-pricing-item .body ul li:last-child {
  border: none;
}
/* Pricing Table: Style 3 */
.bddex-pricing.style-3 {}
.bddex-pricing.style-3 .bddex-pricing-item {
  background: #262c37;
  padding: 30px;
  color: #fff;
}
.bddex-pricing.style-3 .bddex-pricing-item.featured {
  position: relative;
  z-index: 0;
}
.bddex-pricing.style-3 .bddex-pricing-item.featured:before {
  content: "Featured";
  position: absolute;
  width: auto;
  background: #E25A77;
  color: #fff;
  top: 35px;
  right: -15px;
  z-index: 10;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 10px;
}
.bddex-pricing.style-3 .bddex-pricing-item.featured:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -15px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #bf4a63;
  border-right: 15px solid transparent;
  z-index: 9;
  opacity: 0.9;
}
.bddex-pricing.style-3 .bddex-pricing-item .header {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  z-index: 0;
  overflow: hidden;
}
.bddex-pricing.style-3 .bddex-pricing-item .header:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scaleX( 0.4 );
  transform: scaleX( 0.4 );
  background: #E25A77;
}
.bddex-pricing.style-3 .bddex-pricing-item:hover .header:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bddex-pricing.style-3 .bddex-pricing-item .header .title {
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  margin: 0px;
}
.bddex-pricing.style-3 .bddex-pricing-item .header .subtitle {
  font-size: 14px;
  color: rgba( 255,255,255,.5 );
}
.bddex-pricing.style-3 .bddex-pricing-item .bddex-pricing-tag {
  margin-bottom: 30px;
}
.bddex-pricing.style-3 .bddex-pricing-item .bddex-pricing-tag .price-tag {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 0px;
  padding-left: 12px;
  z-index: 0;
}
.bddex-pricing.style-3 .bddex-pricing-item .price-tag:before {
  content: "$";
  position: absolute;
  width: 10px;
  height: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  top: -7px;
  left: 0px;
  z-index: 1;
}
.bddex-pricing.style-3 .bddex-pricing-item .bddex-pricing-tag .price-period {}
.bddex-pricing.style-3 .bddex-pricing-item .body {}
.bddex-pricing.style-3 .bddex-pricing-item .body ul {
  margin-bottom: 30px;
}
.bddex-pricing.style-3 .bddex-pricing-item .body ul li {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px;
  font-size: 14px;
  color: rgba( 255,255,255,.7 );
  border-bottom: 1px solid  rgba( 9, 9, 9, .04 );
}
.bddex-pricing.style-3 .bddex-pricing-item .body ul li:last-child {
  border: none;
}
.bddex-pricing.style-3 .bddex-pricing-item .bddex-pricing-tag.on-top {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* Pricing Table : Style 4 */
.bddex-pricing.style-4 {
  position: relative;
  z-index: 0;
  text-align: center;
  overflow: hidden;
  padding: 0px;
}
.bddex-pricing.style-4 .bddex-pricing-item {
  padding: 0px 0px 30px 0px;
  border-radius: 5px;
  margin: 0px;
  -webkit-transition: .5s;
  transition: .5s;
}
.bddex-pricing.style-4 .bddex-pricing-item.featured:before {
  content: "Featured";
  position: absolute;
  width: auto;
  background: rgba( 0,0,0,0.6 );
  color: #fff;
  top: 15px;
  right: 15px;
  z-index: 10;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 14px;
}
.bddex-pricing.style-4 .bddex-pricing-item:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.bddex-pricing.style-4 .bddex-pricing-item .header {
  background: #C8E6C9;
  padding: 25px 0px;
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}
.bddex-pricing.style-4 .bddex-pricing-item .header .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin: 0px;
}
.bddex-pricing.style-4 .bddex-pricing-item .header .subititle {
  font-size: 14px;
  font-weight: 600;
  color: #6d6d6d;
}
.bddex-pricing.style-4 .bddex-pricing-item .bddex-pricing-tag {
  position: relative;
  z-index: 0;
  padding: 15px 0px;
  margin-bottom: 15px;
}
.bddex-pricing.style-4 .bddex-pricing-item .bddex-pricing-tag:after {
  content: "";
  position: absolute;
  width: 140px;
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 1;
  background: rgba( 9, 9, 9, .04 );
}
.bddex-pricing.style-4 .bddex-pricing-item .price-tag {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 0px;
  margin: 0px auto;
}
.bddex-pricing.style-4 .bddex-pricing-item .price-tag:before {
  content: "$";
  position: absolute;
  width: 10px;
  height: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #00C853;
  top: -7px;
  left: -12px;
  z-index: 1;
}
.bddex-pricing.style-4 .bddex-pricing-item .price-period {
  color: #999;
}
.bddex-pricing.style-4 .bddex-pricing-item .body {}
.bddex-pricing.style-4 .bddex-pricing-item .body ul {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.bddex-pricing.style-4 .bddex-pricing-item .body ul li {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px;
  font-size: 14px;
  color: #6d6d6d;
  border-bottom: 1px solid  rgba( 9, 9, 9, .04 );
}
.bddex-pricing.style-4 .bddex-pricing-item .body ul li:last-child {
  border: none;
}
.bddex-pricing.style-4 .bddex-pricing-item .bddex-pricing-image {
  position: relative;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 0;
  width: 100%;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 15px;
}
.bddex-pricing.style-4 .bddex-pricing-item .bddex-pricing-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba( 0,0,0,0.5 );
  z-index: -1;
}
.bddex-pricing.style-4 .bddex-pricing-item .bddex-pricing-image .bddex-pricing-tag {
  padding: 0px;
  margin: 0px;
}
.bddex-pricing.style-4 .bddex-pricing-item .bddex-pricing-image .bddex-pricing-tag .price-tag {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 0px;
  margin-bottom: 0px;
}
.bddex-pricing.style-4 .bddex-pricing-item .bddex-pricing-image .bddex-pricing-tag .price-tag:before {
  font-size: 24px;
  top: -20px;
  left: -18px;
}
.bddex-pricing.style-4 .bddex-pricing-item .bddex-pricing-image .bddex-pricing-tag .price-period {
  font-size: 13px;
  font-weight: 600;
}

/* Media Query */
@media only screen and ( min-width: 768px ) and (max-width: 992px) {
  .bddex-pricing {
    display: block;
  }
  .bddex-pricing .bddex-pricing-item,
  .bddex-pricing.style-2 .bddex-pricing-item,
  .bddex-pricing.style-4 .bddex-pricing-item {
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 480px) {
  .bddex-pricing {
    display: block;
  }
  .bddex-pricing .bddex-pricing-item {
    width: 100%;
  }
  .bddex-pricing .bddex-pricing-item,
  .bddex-pricing.style-2 .bddex-pricing-item,
  .bddex-pricing.style-4 .bddex-pricing-item {
    margin: 0 auto 30px auto;
  }
}

/* Page Builder Related Style */
.bddex-pricing-content-align-center .bddex-pricing {
  text-align: center;
}
.bddex-pricing-content-align-left .bddex-pricing {
  text-align: left;
}
.bddex-pricing-content-align-right .bddex-pricing {
  text-align: right;
}

.bddex-pricing-content-align-left .bddex-pricing.style-2 .bddex-pricing-item .price-tag {
  padding-left: 45px;
}
.bddex-pricing-content-align-left .bddex-pricing.style-2 .bddex-pricing-item .price-tag:before {
  left: 30px;
}
.bddex-pricing-content-align-right .bddex-pricing.style-2 .bddex-pricing-item .bddex-pricing-tag {
  padding-right: 30px;
}

.bddex-pricing-content-align-left .bddex-pricing.style-2 .bddex-pricing-item .header,
.bddex-pricing-content-align-left .bddex-pricing.style-2 .bddex-pricing-item .bddex-pricing-icon,
.bddex-pricing-content-align-left .bddex-pricing.style-2 .bddex-pricing-item .footer,
.bddex-pricing-content-align-left .bddex-pricing.style-4 .bddex-pricing-item .header,
.bddex-pricing-content-align-left .bddex-pricing.style-4 .bddex-pricing-item .footer {
  padding-left: 30px;
  padding-right: 30px;
}
.bddex-pricing-content-align-right .bddex-pricing.style-2 .bddex-pricing-item .header,
.bddex-pricing-content-align-right .bddex-pricing.style-2 .bddex-pricing-item .bddex-pricing-icon,
.bddex-pricing-content-align-right .bddex-pricing.style-2 .bddex-pricing-item .footer,
.bddex-pricing-content-align-right .bddex-pricing.style-4 .bddex-pricing-item .header,
.bddex-pricing-content-align-right .bddex-pricing.style-4 .bddex-pricing-item .footer {
  padding-right: 30px;
  padding-left: 30px;
}
.bddex-pricing-content-align-left .bddex-pricing.style-2 .bddex-pricing-item .body ul li,
.bddex-pricing-content-align-left .bddex-pricing.style-4 .bddex-pricing-item .body ul li {
  padding-left: 30px;
}
.bddex-pricing-content-align-right .bddex-pricing.style-2 .bddex-pricing-item .body ul li,
.bddex-pricing-content-align-right .bddex-pricing.style-4 .bddex-pricing-item .body ul li {
  padding-right: 30px;
}
.bddex-pricing-content-align-left .bddex-pricing.style-3 .bddex-pricing-item .header:after {
  -webkit-transform: translateX( -80% );
  transform: translateX( -80% );
}
.bddex-pricing-content-align-right .bddex-pricing.style-3 .bddex-pricing-item .header:after {
  -webkit-transform: translateX( 80% );
  transform: translateX( 80% );
}
.bddex-pricing-content-align-left .bddex-pricing.style-3 .bddex-pricing-item:hover .header:after,
.bddex-pricing-content-align-right .bddex-pricing.style-3 .bddex-pricing-item:hover .header:after {
  -webkit-transform: translateX( 0% );
  transform: translateX( 0% );
}
.bddex-pricing-content-align-left .bddex-pricing.style-1 .bddex-pricing-item .header:after,
.bddex-pricing-content-align-right .bddex-pricing.style-1 .bddex-pricing-item .header:after,
.bddex-pricing-content-align-left .bddex-pricing.style-1 .bddex-pricing-item .bddex-pricing-tag:after,
.bddex-pricing-content-align-right .bddex-pricing.style-1 .bddex-pricing-item .bddex-pricing-tag:after,
.bddex-pricing-content-align-left .bddex-pricing.style-2 .bddex-pricing-item .bddex-pricing-tag:after,
.bddex-pricing-content-align-right .bddex-pricing.style-2 .bddex-pricing-item .bddex-pricing-tag:after {
  margin: 0;
  width: 100%;
}
/* Button Alignment */
.bddex-pricing-button-align-right .bddex-pricing.style-1 .footer,
.bddex-pricing-button-align-right .bddex-pricing.style-2 .footer,
.bddex-pricing-button-align-right .bddex-pricing.style-3 .footer,
.bddex-pricing-button-align-right .bddex-pricing.style-4 .footer {
  text-align: right;
}
.bddex-pricing-button-align-center .bddex-pricing.style-1 .footer,
.bddex-pricing-button-align-center .bddex-pricing.style-2 .footer,
.bddex-pricing-button-align-center .bddex-pricing.style-3 .footer,
.bddex-pricing-button-align-center .bddex-pricing.style-4 .footer {
  text-align: center;
}
.bddex-pricing-button-align-left .bddex-pricing.style-1 .footer,
.bddex-pricing-button-align-left .bddex-pricing.style-2 .footer,
.bddex-pricing-button-align-left .bddex-pricing.style-3 .footer,
.bddex-pricing-button-align-left .bddex-pricing.style-4 .footer {
  text-align: left;
}
.bddex-pricing-content-align-center.bddex-pricing-button-align-right .bddex-pricing.style-2 .footer,
.bddex-pricing-content-align-center.bddex-pricing-button-align-right .bddex-pricing.style-4 .footer {
  padding-right: 30px;
}
.bddex-pricing-content-align-center.bddex-pricing-button-align-left .bddex-pricing.style-2 .footer,
.bddex-pricing-content-align-center.bddex-pricing-button-align-left .bddex-pricing.style-4 .footer {
  padding-left: 30px;
}
/**
 * Flip Carousel
 */
.bddex-flip-carousel .flip-carousel-text {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 0px 10px;
  line-height: 27px;
  text-align: center;
}
.bddex-flip-carousel.flipster {
  overflow-y: hidden;
}
.bddex-flip-carousel .flip-custom-nav {
  font-size: 30px;
  color: #4d4d4d;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: rgba( 255,255,255,0.9 );
  border-radius: 50%;
}
.bddex-flip-carousel .flipster__button {
  outline: none;
}


/**
 * Interactive Cards
 */
.interactive-card {
  position: relative;
  width: 100%;
  height: 600px;
  display: block;
  z-index: 0;
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden; 
}
.add-shadow {
  -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.interactive-card .front-content {
  position: relative;
  display: block;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  z-index: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.interactive-card .front-content:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: rgba( 255,255,255,0.4 );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.2;
  -webkit-animation: zoomOut;
  -o-animation: zoomOut;
  animation: zoomOut;
  animation-delay: .8s;
}
.interactive-card .front-content:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: rgba( 255,255,255,0.4 );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.1;
  -webkit-animation: zoomOut;
  -o-animation: zoomOut;
  animation: zoomOut;
}
.interactive-card .front-content .image-screen {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 11;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  transition: .5s;
}
/* Text Front End Content */
.interactive-card .front-text-content {
  width: 100%;
  height: 100%;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interactive-card .front-text-content .image-screen {
  background: #4d4d4d;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}
.interactive-card .front-text-content .image-screen:hover {
  background: rgba( 77,77,77,.6 );
}

.interactive-card .front-text-content .header .card-number {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  margin-top: 0px;
}
.interactive-card .front-text-content .header .title {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 1em;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.interactive-card .front-text-content .front-text-body {
  font-size: .85em;
  color: #e9e9e9;
}
.interactive-card .front-text-content .footer {
  margin-top: 1em;
}
.interactive-card .front-text-content .footer a.interactive-btn {
  display: inline-block;
  padding: 8px 25px;
  font-size: .85em;
  letter-spacing: .15em;
  -webkit-transition: .4s;
  transition: .4s;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.interactive-card .front-text-content .footer a.interactive-btn:hover {
  background: #02CC7B;
}
.interactive-card .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: #fff;
  z-index: -100;
  opacity: 0;
  transition: 1s;
}
.interactive-card .content .content-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interactive-card .content-show {
  z-index: 100;
  opacity: 1;
}
.interactive-card .content .content-inner .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  -webkit-transition: .4s;
  transition: .4s;
}
.interactive-card .content .image img {
  max-height: 100%;
}
.interactive-card .content:hover .image {
  opacity: 1;
}
.interactive-card .content .text {
  width: 100%;
  padding: 20px;
  font-size: 14px;
  line-height: 27px;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.interactive-card .content .text.center-text {
  text-align: center;
}
.interactive-card .content .text .title {
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  color: #313131;
  margin-top: 0px;
}
.interactive-card .content iframe {
  width: 100%;
  height: 100%;
  border: 0px;
}
.interactive-card .content .content-overflow {
  width: 100%;
  height: 100%;
  padding: 30px;
  overflow-y: scroll;
}
.interactive-card .close-me {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
  z-index: 100;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
}
.interactive-card .interactive-btn {
  display: inline-block;
    padding: 8px 25px;
    background: #e9e9e9;
    color: #fff;
    border-radius: 4px;
    transition: .5s;
    background: #E91E63;
}
.interactive-card .interactive-btn:hover {
  color: #fff;
    text-decoration: none;
    background:#C2185B; 
}

/**
 * Basic Carousel
 */
.interactive-card .carousel-container {
  overflow: hidden;
}
.interactive-card .carousel {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.interactive-card .carousel li {
  float: left;
}
.interactive-card .carousel li img {
  max-width: 100%;
}

.interactive-card .navigation {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 15px;
  bottom: 15px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 10;
}
.interactive-card .navigation a {
  display: inline-block;
  padding: 8px 15px;
  background: #f9f9f9;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  color: #4d4d4d;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}
.interactive-card .navigation a:hover {
  background: #ededed;
}
.interactive-card .interactive-button {
  display: inline-block;
  padding: 15px 22px;
  background: #00C853;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.interactive-card .interactive-button:hover {
  background: #03b048;
}
/* Animation Classes */
.interactive-card .fade-out {
  -webkit-animation: fadeOut .5s;
  -o-animation: fadeOut .5s;
  animation: fadeOut .5s;
  transition: .5s;
  opacity: 0;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transition: 0.5s;
  }
  100% {
    opacity: 0;
    transition: 0.5s;
  }
}
.interactive-card .fade-in {
  -webkit-animation: fadeIn .5s;
  -o-animation: fadeIn .5s;
  animation: fadeIn .5s;
  transition: .5s;
  opacity: 1;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transition: 0.5s;
  }
  100% {
    opacity: 1;
    transition: 0.5s;
  }
}
.interactive-card .zoom-out {
  -webkit-animation: zoomOut 1.5s;
  -o-animation: zoomOut 1.5s;
  animation: zoomOut 1.5s;
  opacity: 0;
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .5s;
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    transition: .5s;
  }
  100% {
    -webkit-transform: scale(6);
    transform: scale(6);
    transition: 1.4s;
    opacity: 0;
  }
}
.interactive-card .zoom-in {
  -webkit-animation: zoomIn 1.5s;
  -o-animation: zoomIn 1.5s;
  animation: zoomIn 1.5s;
  opacity: 1;
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scaleX(4) scaleY(2);
    transform: scaleX(4) scaleY(2);
    transition: .5s;
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    transition: .5s;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 1.4s;
    opacity: 1;
  }
}
.interactive-card .slide-in-left {
  transition: .5s;
  -webkit-animation: slideInLeft 1.5s;
  -o-animation: slideInLeft 1.5s;
  animation: slideInLeft 1.5s;
  transform: translateX(0%);
  opacity: 1;
  z-index: 100;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    transition: .3s;
  }
  50% {
    transform: translateX(10%);
    transition: .4s;
  }
  100% {
    transform: translateX(0%);
    transition: .5s
  }
}
.interactive-card .slide-in-swing-left {
  transition: .5s;
  -webkit-animation: slideInSwingLeft 1.2s;
  -o-animation: slideInSwingLeft 1.2s;
  animation: slideInSwingLeft 1.2s;
  transform: translateX(0%);
  opacity: 1;
  z-index: 100;
}
@keyframes slideInSwingLeft {
  0% {
    transform: translateX(-100%) scale(0);
    transition: .3s;
  }
  50% {
    transform: translateX(30%) scale(1.2);
    transition: .4s;
  }
  100% {
    transform: translateX(0%) scale(1);
    transition: .5s
  }
}
.interactive-card .slide-in-right {
  transition: .5s;
  -webkit-animation: slideInRight 1.5s;
  -o-animation: slideInRight 1.5s;
  animation: slideInRight 1.5s;
  transform: translateX(0%);
  opacity: 1;
  z-index: 100;
}
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    transition: .3s;
  }
  50% {
    transform: translateX(-10%);
    transition: .4s;
  }
  100% {
    transform: translateX(0%);
    transition: .5s
  }
}
.interactive-card .slide-in-swing-right {
  transition: .5s;
  -webkit-animation: slideInSwingRight 1.2s;
  -o-animation: slideInSwingRight 1.2s;
  animation: slideInSwingRight 1.2s;
  transform: translateX(0%);
  opacity: 1;
  z-index: 100;
}
@keyframes slideInSwingRight {
  0% {
    transform: translateX(100%) scale(0);
    transition: .3s;
  }
  50% {
    transform: translateX(-30%) scale(1.2);
    transition: .4s;
  }
  100% {
    transform: translateX(0%) scale(1);
    transition: .5s
  }
}

/*  Media Query  */
@media only screen and ( min-width: 768px ) and (max-width: 992px) {
  
}
@media only screen and (max-width: 480px) {
  .interactive-card .front-content.front-text-content {
    width: 100%;
  }
  .interactive-card .front-content.front-text-content .image-screen:hover {
    background: none;
  }
  .interactive-card .content .text {
    padding: 15px;
  }
  .interactive-card .content .text .title {
    font-size: 18px;
    line-height: 27px;
  }
  .interactive-card .content .image {
    width: 60%;
  }
}
/* Page Builder Related Style */
.eael-interactive-card-rear-img-align-left .interactive-card .content .content-inner {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.eael-interactive-card-rear-img-align-top .interactive-card .content .content-inner {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  justify-content: baseline;
}

/* Tiled posts */
.pp-tiled-posts a:before {
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute; }
.pp-tiled-posts .pp-tiled-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  pointer-events: none; }
.pp-tiled-posts .pp-tiled-post-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0; }
.pp-tiled-posts .pp-tiled-post {
  float: left;
  height: 265px;
  position: relative;
  width: 100%; }
  .pp-tiled-posts .pp-tiled-post-content-top {
    bottom: auto;
    top: 0; }
  .pp-tiled-posts .pp-tiled-post-content-middle {
    bottom: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.pp-tiled-posts .pp-tiled-post-1 {
  height: 535px;
  width: 50%; }
.pp-tiled-posts .pp-tiles-posts-right {
  float: left;
  padding-left: 5px;
  width: 50%; }
.pp-tiled-posts .pp-tiled-post-5 {
  width: 50%; }
.pp-tiled-posts-layout-1 .pp-tiled-post-2 {
  margin-bottom: 5px;
  width: 100%; }
.pp-tiled-posts-layout-1 .pp-tiled-post-4 {
  width: 50%; }
.pp-tiled-posts-layout-1 .pp-tiled-post-3 {
  margin-right: 5px;
  width: calc(50% - 5px); }
.pp-tiled-posts-layout-2 .pp-tiled-post-2 {
  margin-bottom: 5px; }
.pp-tiled-posts-layout-3 .pp-tiled-post-2 {
  margin-bottom: 5px; }
.pp-tiled-posts-layout-3 .pp-tiled-post-1 {
  width: 70%; }
.pp-tiled-posts-layout-3 .pp-tiles-posts-right {
  width: 30%; }
.pp-tiled-posts-layout-4 .pp-tiled-post-2,
.pp-tiled-posts-layout-4 .pp-tiled-post-3 {
  margin-bottom: 5px;
  width: 50%; }
.pp-tiled-posts-layout-4 .pp-tiled-post-2,
.pp-tiled-posts-layout-4 .pp-tiled-post-4 {
  margin-right: 5px;
  width: calc(50% - 5px); }
.pp-tiled-posts-layout-5 .pp-tiled-post {
  width: calc( 33.3333% - 2.5px ); }
.pp-tiled-posts-layout-5 .pp-tiled-post-1,
.pp-tiled-posts-layout-5 .pp-tiled-post-2 {
  margin-bottom: 5px;
  height: 330px;
  width: calc( 50% - 2.5px ); }
.pp-tiled-posts-layout-5 .pp-tiled-post-1,
.pp-tiled-posts-layout-5 .pp-tiled-post-3,
.pp-tiled-posts-layout-5 .pp-tiled-post-4 {
  margin-right: 2.5px; }
.pp-tiled-posts-layout-5 .pp-tiled-post-2,
.pp-tiled-posts-layout-5 .pp-tiled-post-4,
.pp-tiled-posts-layout-5 .pp-tiled-post-5 {
  margin-left: 2.5px; }
.pp-tiled-posts-layout-5 .pp-tiled-post-4 {
  width: calc( 33.3333% - 5px ); }
.pp-tiled-posts .pp-tiled-post-bg {
  background-color: rgba(0, 0, 0, 0.2);
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }
.pp-tiled-posts-meta > span:not(:last-child):after {
  content: '-'; }
.pp-tiled-posts .pp-post-categories-style-2 span {
  background: #ccc;
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .pp-tiled-posts .pp-tiled-post-1,
  .pp-tiled-posts .pp-tiles-posts-right,
  .pp-tiled-posts-layout-1 .pp-tiled-post-3,
  .pp-tiled-posts-layout-1 .pp-tiled-post-4,
  .pp-tiled-posts-layout-4 .pp-tiled-post-2,
  .pp-tiled-posts-layout-4 .pp-tiled-post-3,
  .pp-tiled-posts-layout-4 .pp-tiled-post-4,
  .pp-tiled-posts-layout-4 .pp-tiled-post-5,
  .pp-tiled-posts-layout-5 .pp-tiled-post-2,
  .pp-tiled-posts-layout-5 .pp-tiled-post-3,
  .pp-tiled-posts-layout-5 .pp-tiled-post-4,
  .pp-tiled-posts-layout-5 .pp-tiled-post-5 {
    width: 100%; }

  .pp-tiled-posts .pp-tiled-post-1,
  .pp-tiled-posts .pp-tiled-post-2,
  .pp-tiled-posts-layout-1 .pp-tiled-post-3,
  .pp-tiled-posts-layout-4 .pp-tiled-post-4,
  .pp-tiled-posts-layout-5 .pp-tiled-post-2,
  .pp-tiled-posts-layout-5 .pp-tiled-post-3,
  .pp-tiled-posts-layout-5 .pp-tiled-post-4 {
    margin: 0;
    margin-bottom: 5px; }

  .pp-tiled-posts .pp-tiled-post-1 {
    height: 265px; }

  .pp-tiled-posts .pp-tiles-posts-right {
    padding: 0; }

  .pp-tiled-posts-layout-5 .pp-tiled-post-5 {
    margin-left: 0;
    margin-right: 0; } }

    .pp-tiled-post-bg:hover {
    filter: brightness(.5);
}
.pp-tiled-post-bg{
transition: all 0.5s;
}

/*icon list*/
.pp-list-container .pp-icon-list-icon {
  display: inline-block;
  text-align: center; }
.pp-list-container .pp-list-items {
  list-style: none;
  margin: 0;
  padding: 0; }
  .pp-list-container .pp-list-items li {
    margin: 0;
    padding: 0;
    position: relative;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .pp-list-container .pp-list-items li:after {
      bottom: 0;
      display: block;
      position: absolute;
      margin-bottom: -5px; }
  .pp-list-container .pp-list-items .fa {
    text-align: center; }
  .pp-list-container .pp-list-items a {
    display: inherit;
    align-items: center; }

/*link effects*/
.pa-link {
  display: inline-block;
  position: relative; }

.pa-link-effect-1:after {
  background: #000;
  position: absolute;
  bottom: -4px;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: height 0.25s, opacity 0.25s, transform 0.25s;
  width: 100%; }

.pa-link-effect-1:hover:after {
  height: 4px;
  opacity: 1;
  transform: translateY(0); }

.pa-link-effect-2:after {
  background: #000;
  position: absolute;
  bottom: -4px;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0;
  transform: translateY(0);
  transition: height 0.25s, opacity 0.25s, transform 0.25s;
  width: 100%; }

.pa-link-effect-2:hover:after {
  height: 4px;
  opacity: 1;
  transform: translateY(10px); }

/* Effect 3 */
.pa-link-effect-3:before,
.pa-link-effect-3:after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s; }

.pa-link-effect-3:before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px); }

.pa-link-effect-3:after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px); }

.pa-link-effect-3:hover:before,
.pa-link-effect-3:hover:after,
.pa-link-effect-3:focus:before,
.pa-link-effect-3:focus:after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px); }

/* Effect 4 */
.pa-link-effect-4 {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px; }
  .pa-link-effect-4 span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    background: #2195de;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .pa-link-effect-4 span:before {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      background: #0965a0;
      text-align: center;
      content: attr(data-hover);
      -webkit-transition: background 0.3s;
      -moz-transition: background 0.3s;
      transition: background 0.3s;
      -webkit-transform: rotateX(-90deg);
      -moz-transform: rotateX(-90deg);
      transform: rotateX(-90deg);
      -webkit-transform-origin: 50% 0;
      -moz-transform-origin: 50% 0;
      transform-origin: 50% 0; }

.pa-link-effect-4:hover span,
.pa-link-effect-4:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px); }

.pa-link-effect-4:hover span:before,
.pa-link-effect-4:focus span:before {
  background: #28a2ee; }

/* Effect 5: same word slide in */
.pa-link-effect-5 {
  display: inline-block;
  overflow: hidden;
  padding: 0 4px; }
  .pa-link-effect-5 span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
    .pa-link-effect-5 span:before {
      position: absolute;
      top: 100%;
      content: attr(data-hover);
      font-weight: 700;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .pa-link-effect-5:hover span, .pa-link-effect-5:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%); }

/* Effect 6: same word slide in and border bottom */
.pa-link-effect-6 {
  margin: 0 10px;
  padding: 10px 20px; }
  .pa-link-effect-6:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    transition: top 0.3s; }
  .pa-link-effect-6:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s; }

.pa-link-effect-6:hover::before {
  top: 100%;
  opacity: 1; }

.pa-link-effect-6:hover::after {
  height: 100%; }

/* Effect 7: second border slides up */
.pa-link-effect-7 {
  padding: 12px 10px 10px;
  color: #566473;
  text-shadow: none;
  font-weight: 700; }
  .pa-link-effect-7:before, .pa-link-effect-7:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #566473;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85); }
  .pa-link-effect-7:after {
    opacity: 0;
    -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: top 0.3s, opacity 0.3s, transform 0.3s; }

.pa-link-effect-7:hover::before,
.pa-link-effect-7:hover::after,
.pa-link-effect-7:focus::before,
.pa-link-effect-7:focus::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1); }

.pa-link-effect-7:hover::after,
.pa-link-effect-7:focus::after {
  top: 0%;
  opacity: 1; }

/* Effect 8: border slight translate */
.pa-link-effect-8 {
  padding: 10px 20px; }
  .pa-link-effect-8:before, .pa-link-effect-8:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #354856;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s; }
  .pa-link-effect-8:after {
    border-color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-7px) translateX(6px);
    -moz-transform: translateY(-7px) translateX(6px);
    transform: translateY(-7px) translateX(6px); }

.pa-link-effect-8:hover:before,
.pa-link-effect-8:focus:before {
  opacity: 0;
  -webkit-transform: translateY(5px) translateX(-5px);
  -moz-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px); }

.pa-link-effect-8:hover:after,
.pa-link-effect-8:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0px) translateX(0px);
  -moz-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px); }

/* Effect 9: second text and borders */
.pa-link-effect-9 {
  display: inline-block;
  margin: 0 20px;
  padding: 18px 20px; }
  .pa-link-effect-9:before, .pa-link-effect-9:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0.2;
    -webkit-transition: opacity 0.3s, height 0.3s;
    -moz-transition: opacity 0.3s, height 0.3s;
    transition: opacity 0.3s, height 0.3s; }
  .pa-link-effect-9:after {
    top: 100%;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px); }
  .pa-link-effect-9 span:first-child {
    z-index: 2;
    display: block;
    font-weight: 300; }
  .pa-link-effect-9 span:last-child {
    z-index: 1;
    display: block;
    padding: 8px 0 0 0;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: none;
    text-transform: none;
    font-style: italic;
    font-size: 0.75em;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%); }
  .pa-link-effect-9:hover:before, .pa-link-effect-9:focus:before {
    height: 6px; }
  .pa-link-effect-9:hover:before, .pa-link-effect-9:hover:after, .pa-link-effect-9:focus:before, .pa-link-effect-9:focus:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px); }
  .pa-link-effect-9:hover span:last-child, .pa-link-effect-9:focus span:last-child {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%); }

/* Effect 10: reveal, push out */
.pa-link-effect-10 {
  display: inline-block;
  overflow: hidden;
  margin: 0 15px; }
  .pa-link-effect-10 span {
    display: block;
    background: #0f7c67;
    padding: 8px 20px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
  .pa-link-effect-10:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #0f7c67;
    content: attr(data-hover);
    padding: 8px 20px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(-50%); }
  .pa-link-effect-10:hover span, .pa-link-effect-10:focus span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%); }
  .pa-link-effect-10:hover:before, .pa-link-effect-10:focus:before {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    z-index: 1; }

/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.pa-link-effect-11 {
  padding: 10px 0;
  border-top: 2px solid #0972b4;
  color: #0972b4;
  text-shadow: none; }
  .pa-link-effect-11:before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 10px 0;
    max-width: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s; }
  .pa-link-effect-11:hover:before, .pa-link-effect-11:focus:before {
    max-width: 100%; }

/* Effect 12: circle */
.pa-link-effect-12:before, .pa-link-effect-12:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2); }
.pa-link-effect-12:after {
  width: 90px;
  height: 90px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8); }
.pa-link-effect-12:hover:before, .pa-link-effect-12:hover:after, .pa-link-effect-12:focus:before, .pa-link-effect-12:focus:after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1); }

/* Effect 13: three circles */
.pa-link-effect-13 {
  display: inline-block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  .pa-link-effect-13:before {
    position: absolute;
    top: 100%;
    left: 50%;
    color: transparent;
    content: '\2022';
    text-shadow: 0 0 transparent;
    font-size: 1.2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none; }
  .pa-link-effect-13:hover:before, .pa-link-effect-13:focus:before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff; }
  .pa-link-effect-13:hover, .pa-link-effect-13:focus {
    color: #ba7700; }

/* Effect 14: border switch */
.pa-link-effect-14 {
  display: inline-block;
  padding: 0 20px;
  height: 45px;
  line-height: 45px; }
  .pa-link-effect-14:before, .pa-link-effect-14:after {
    position: absolute;
    width: 45px;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none; }
  .pa-link-effect-14:before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0; }
  .pa-link-effect-14:after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  .pa-link-effect-14:hover:before, .pa-link-effect-14:hover:after, .pa-link-effect-14:focus:before, .pa-link-effect-14:focus:after {
    opacity: 1; }
  .pa-link-effect-14:hover:before, .pa-link-effect-14:focus:before {
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-50%);
    -moz-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%); }
  .pa-link-effect-14:hover:after, .pa-link-effect-14:focus:after {
    right: 50%;
    -webkit-transform: rotate(0deg) translateX(50%);
    -moz-transform: rotate(0deg) translateX(50%);
    transform: rotate(0deg) translateX(50%); }

/* Effect 15: scale down, reveal */
.pa-link-effect-15 {
  display: inline-block;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-shadow: none; }
  .pa-link-effect-15:before {
    color: #fff;
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s; }
  .pa-link-effect-15:hover:before, .pa-link-effect-15:focus:before {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0; }

/* Effect 16: fall down */
.pa-link-effect-16 {
  display: inline-block;
  color: #6f8686;
  text-shadow: 0 0 1px rgba(111, 134, 134, 0.3); }
  .pa-link-effect-16:before {
    color: #fff;
    content: attr(data-hover);
    position: absolute;
    opacity: 0;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none; }
  .pa-link-effect-16:hover:before, .pa-link-effect-16:focus:before {
    -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 1; }

/* Effect 17: move up fade out, push border */
.pa-link-effect-17 {
  display: inline-block;
  color: #10649b;
  text-shadow: none;
  padding: 10px 0; }
  .pa-link-effect-17:before {
    color: #fff;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none; }
  .pa-link-effect-17:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none; }
  .pa-link-effect-17:hover:before, .pa-link-effect-17:focus:before {
    opacity: 0;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px); }
  .pa-link-effect-17:hover:after, .pa-link-effect-17:focus:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px); }

/* Effect 18: cross */
.pa-link-effect-18 {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 5px;
  color: #000;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  .pa-link-effect-18:before, .pa-link-effect-18:after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: #000;
    content: '';
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none; }
  .pa-link-effect-18:before {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px); }
  .pa-link-effect-18:after {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px); }
  .pa-link-effect-18:hover, .pa-link-effect-18:focus {
    color: #000; }
  .pa-link-effect-18:hover:before, .pa-link-effect-18:hover:after, .pa-link-effect-18:focus:before, .pa-link-effect-18:focus:after {
    opacity: 0.7; }
  .pa-link-effect-18:hover:before, .pa-link-effect-18:focus:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  .pa-link-effect-18:hover:after, .pa-link-effect-18:focus:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* Effect 19: 3D side */
.pa-link-effect-19 {
  display: inline-block;
  line-height: 2em;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  width: 200px; }
  .pa-link-effect-19 span {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 14px;
    background: #e35041;
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -moz-transition: -moz-transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -100px;
    -moz-transform-origin: 50% 50% -100px;
    transform-origin: 50% 50% -100px; }
  .pa-link-effect-19 span:before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #b53a2d;
    content: attr(data-hover);
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    pointer-events: none; }
  .pa-link-effect-19:hover span, .pa-link-effect-19:focus span {
    background: #b53a2d;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  .pa-link-effect-19:hover span:before, .pa-link-effect-19:focus span:before {
    background: #ef5e50; }

/* Effect 20: 3D side */
.pa-link-effect-20 {
  display: inline-block;
  line-height: 2em;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px; }
  .pa-link-effect-20 span {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 3px 15px 0;
    background: #587285;
    box-shadow: inset 0 3px #2f4351;
    -webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    transition: background 0.6s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%; }
    .pa-link-effect-20 span:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      color: #2f4351;
      content: attr(data-hover);
      -webkit-transform: rotateX(270deg);
      -moz-transform: rotateX(270deg);
      transform: rotateX(270deg);
      -webkit-transition: -webkit-transform 0.6s;
      -moz-transition: -moz-transform 0.6s;
      transition: transform 0.6s;
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      transform-origin: 0 0;
      pointer-events: none; }
  .pa-link-effect-20:hover span, .pa-link-effect-20:focus span {
    background: #2f4351; }
  .pa-link-effect-20:hover span::before, .pa-link-effect-20:focus span::before {
    -webkit-transform: rotateX(10deg);
    -moz-transform: rotateX(10deg);
    transform: rotateX(10deg); }

/* Effect 21: borders slight translate */
.pa-link-effect-21 {
  display: inline-block;
  padding: 10px;
  color: #237546;
  font-weight: 700;
  text-shadow: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  .pa-link-effect-21:before, .pa-link-effect-21:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px); }
  .pa-link-effect-21:before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px); }
  .pa-link-effect-21:after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px); }
  .pa-link-effect-21:hover, .pa-link-effect-21:focus {
    color: #fff; }
  .pa-link-effect-21:hover:before, .pa-link-effect-21:focus:before, .pa-link-effect-21:hover:after, .pa-link-effect-21:focus:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px); }

 /*divider*/   
 .pp-divider {
  text-align: center; }
  .pp-divider-left .divider-border-left {
    display: none; }
  .pp-divider-right .divider-border-right {
    display: none; }

/**-- Horizontal --**/
.pp-divider.horizontal {
  border: 0;
  border-color: #000;
  border-bottom-width: 4px;
  border-top-width: 0px;
  display: inline-block;
  width: 80px;
  height: 0;
  border-style: dashed; }

/**-- Vertical --**/
.pp-divider.vertical {
  border: 0;
  display: inline-block;
  /*border-left: 2px solid #000;*/
  height: 50px; }

/**-- divider with Text --**/
.divider-text-container {
  display: inline-block;
  max-width: 600px; }

.divider-text-wrap {
  display: flex;
  align-items: center;
  margin: 0 auto; }

.divider-border-wrap {
  flex: 1 1 auto; }

.divider-border {
  border: 0;
  height: 1px;
  border-top: 1px solid #000;
  display: block;
  width: 100%; }

.pp-divider-content {
  display: inherit;
  flex: 0 1 auto;
  margin: 0 20px; }

  /* title news
================================================== */

.main-block-title {
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 40px;
    border-bottom: 2px solid #1c1c1c;
}
.main-block-title a {
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 40px;
    border-bottom: 2px solid #1c1c1c;
}
.main-block-title > span {
    background: #1c1c1c;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 8px 15px;
    position: relative;
}
.main-block-title > a span {
    background: #1c1c1c;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 8px 15px;
    position: relative;
}
.main-block-title.title-arrow > span:after {
    border-color: #272727 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    margin-left: -10px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
}
.main-block-title.title-arrow > a > span:after {
    border-color: #272727 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    margin-left: -10px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
}
