/* Category Dropdown */
.wpopea-category-dropdown{
    position: relative;
}
.wpopea-category-dropdown .toggle-wrap i{
    padding-right: 12px;
}
.wpopea-category-dropdown ul.main-cat{
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 12px;
    background-color: #fff;
    border: 1px solid #eee;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 1000;
}
.wpopea-category-dropdown ul.main-cat.collapsed,
body:not(.home) .wpopea-category-dropdown ul.main-cat,
.wpopea-category-dropdown ul.sub-cat{
    display: none;
}
.wpopea-category-dropdown ul.main-cat li{
    list-style: none;
    padding: 5px;
    position: relative;
}
.wpopea-category-dropdown ul.main-cat li a img{
    margin-right: 12px;
}
.wpopea-category-dropdown ul.sub-cat {
    margin: 0;
    padding-left: 10px;
    padding-top: 5px;
}
.wpopea-category-dropdown .sub-cat-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
}
.wpopea-category-dropdown .sub-cat-toggle:before {
    position: absolute;
    content: "\f107";
    font-family: 'Fontawesome';
    color: #000;
    font-size: 18px;
    top: 3px;
    left: 7px;
    cursor: pointer;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.woocommerce .opstore-product-info.type-carousel div.product {
    clear: none;
}
/* Image hotspots */
.wpop-image-hotspots {
  display: flex;
  position: relative; }

.wpop-hot-spot-wrap {
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
  font-size: 14px;
  display: inline-flex;
  padding: 15px;
  align-items: center;
  justify-content: center; }

.wpop-hot-spot-image {
  position: relative; }

.wpop-hot-spot-inner {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .wpop-hot-spot-inner.hotspot-animation:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    animation: wpop-glow 2s infinite;
    left: 0;
    top: 0; }
  .wpop-hot-spot-inner.hotspot-animation:hover:before {
    animation: none; }

.wpop-hot-spot-inner,
.wpop-hot-spot-inner:before {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  height: 100%;
  position: absolute;
  width: 100%; }

.wpop-hotspot-icon {
  position: relative; }

.wpop-hotspot-icon-wrap {
  display: inline-flex;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }

@keyframes wpop-glow {
  0% {
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.8);
    opacity: 1; }
  100% {
    transform: scale(1.5);
    box-shadow: inset 0 0 1px 1px transparent;
    opacity: 0; } }
.tipso_content p:last-child {
  margin-bottom: 0; }

.wpop-hotspot-img-align-center .wpop-image-hotspots {
  justify-content: center; }
.wpop-hotspot-img-align-left .wpop-image-hotspots {
  justify-content: flex-start; }
.wpop-hotspot-img-align-right .wpop-image-hotspots {
  justify-content: flex-end; }

@media only screen and (max-width: 1024px) {
  .wpop-hotspot-img-align-tablet-center .wpop-image-hotspots {
    justify-content: center; }
  .wpop-hotspot-img-align-tablet-left .wpop-image-hotspots {
    justify-content: flex-start; }
  .wpop-hotspot-img-align-tablet-right .wpop-image-hotspots {
    justify-content: flex-end; } }
@media only screen and (max-width: 767px) {
  .wpop-hotspot-img-align-mobile-center .wpop-image-hotspots {
    justify-content: center; }
  .wpop-hotspot-img-align-mobile-left .wpop-image-hotspots {
    justify-content: flex-start; }
  .wpop-hotspot-img-align-mobile-right .wpop-image-hotspots {
    justify-content: flex-end; } }

/**
 * Countdown Styles
 */

/* General */
.wpopea-countdown-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wpopea-countdown-items > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-cell;
  position: relative;
}

.wpopea-countdown-item > div {
  text-align: center;
  padding: 20px;
}
.wpopea-countdown-label-block .wpopea-countdown-digits, .wpopea-countdown-label-block .wpopea-countdown-label {
  display: block;
  text-align: center;
}
.wpopea-countdown-digits {
  font-size: 54px;
  line-height: 1;
}

.wpopea-countdown-label {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
}

.wpopea-countdown-show-separator .wpopea-countdown-digits::after {
  content: ":";
  position: absolute;
  left: 98%;
  z-index: 9999;
}

.wpopea-countdown-item:last-child .wpopea-countdown-digits::after {
  display: none;
}
/* Style 1 */
.wpopea-countdown-items.style-1 .wpopea-countdown-item > div {
  background: #262625;
} 
/* Team Members Styles */

.wpopea-team-item {
    overflow: hidden;
    position: relative;
}
.team-avatar-rounded figure img {
    border-radius: 50%;
    height: auto;
}
.wpopea-team-image>figure {
    margin: 0;
    padding: 0;
}
.wpopea-team-image>figure img {
    display: block;
    margin: 0 auto;
}
.wpopea-team-item .wpopea-team-content {
    padding: 10px;
}
.wpopea-team-item .wpopea-team-member-name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 5px 0;
    text-transform: uppercase;
}
.wpopea-team-item .wpopea-team-member-position {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin: 5px 0 10px;
    text-transform: uppercase;
}
.wpopea-team-item .wpopea-team-content,
.wpopea-team-item .wpopea-team-content .wpopea-team-text {
    font-size: 14px;
    line-height: 1.5;
}
.wpopea-team-content>ul {
    margin: 0;
    padding: 0;
}
.wpopea-team-content li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 10px;
    text-align: center;
}
.wpopea-team-content li a {
    font-size: 2.5rem;
}
.wpopea-team-align-left .wpopea-team-item .wpopea-team-member-name,
.wpopea-team-align-left .wpopea-team-item .wpopea-team-member-position,
.wpopea-team-align-left .wpopea-team-item .wpopea-team-text,
.wpopea-team-align-left .wpopea-team-item .wpopea-team-content p,
.wpopea-team-align-left .wpopea-team-item .wpopea-team-content ul,
.wpopea-team-align-left .wpopea-team-item .wpopea-team-content li {
    text-align: left;
}
.wpopea-team-align-right .wpopea-team-item .wpopea-team-member-name,
.wpopea-team-align-right .wpopea-team-item .wpopea-team-member-position,
.wpopea-team-align-right .wpopea-team-item .wpopea-team-text,
.wpopea-team-align-right .wpopea-team-item .wpopea-team-content p,
.wpopea-team-align-right .wpopea-team-item .wpopea-team-content ul,
.wpopea-team-align-right .wpopea-team-item .wpopea-team-content li {
    text-align: right;
}
.wpopea-team-align-centered .wpopea-team-item .wpopea-team-member-name,
.wpopea-team-align-centered .wpopea-team-item .wpopea-team-member-position,
.wpopea-team-align-centered .wpopea-team-item .wpopea-team-text,
.wpopea-team-align-centered .wpopea-team-item .wpopea-team-content p,
.wpopea-team-align-centered .wpopea-team-item .wpopea-team-content ul,
.wpopea-team-align-centered .wpopea-team-item .wpopea-team-content li {
    text-align: center;
}
.wpopea-team-item.wpopea-team-members-overlay .wpopea-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;
}
.wpopea-team-item.wpopea-team-members-overlay:hover .wpopea-team-content {
    opacity: 1;
}
.wpopea-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;
}
.wpopea-team-member-social-link>a:focus {
    outline: none;
}   
/* ------------------------------ Testimonials Slider ------------------------------------- */
.wpopea-testimonials-slider {
  clear: both;
  position: relative; }
  .wpopea-testimonials-slider.wpopea-container {
    max-width: 900px;
    margin: 0 auto; }
  .wpopea-testimonials-slider .wpopea-testimonial-text {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    color: #666; }
    .wpopea-dark-bg .wpopea-testimonials-slider .wpopea-testimonial-text {
      color: #ccc; }
    .wpopea-testimonials-slider .wpopea-testimonial-text i {
      color: #ccc;
      font-size: 32px;
      display: block;
      margin-bottom: 35px;
      background: none;
      width: auto;
      height: auto; }
      .wpopea-dark-bg .wpopea-testimonials-slider .wpopea-testimonial-text i {
        color: #ddd; }
  .wpopea-testimonials-slider .wpopea-testimonial-user {
    display: table;
    margin: 0 auto; }
    .wpopea-testimonials-slider .wpopea-testimonial-user .wpopea-image-wrapper {
      display: table-cell; }
      .wpopea-testimonials-slider .wpopea-testimonial-user .wpopea-image-wrapper img {
        max-width: 64px;
        border-radius: 50%;
        margin-right: 15px; }
    .wpopea-testimonials-slider .wpopea-testimonial-user .wpopea-text {
      display: table-cell;
      vertical-align: middle;
      color: #888; }
      .wpopea-dark-bg .wpopea-testimonials-slider .wpopea-testimonial-user .wpopea-text {
        color: #909090; }
      .wpopea-testimonials-slider .wpopea-testimonial-user .wpopea-text .wpopea-author-name {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 1px;
        font-weight: bold;
        color: #333;
        text-transform: uppercase;
        clear: none;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px; }
        .wpopea-dark-bg .wpopea-testimonials-slider .wpopea-testimonial-user .wpopea-text .wpopea-author-name {
          color: #e5e5e5; }
.wpopea-flex-container a:hover,
.wpopea-flex-slider a:hover {
    outline: none;
    }
.wpopea-slides,
.wpopea-slides > li,
.wpopea-flex-control-nav,
.wpopea-flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    }
.wpopea-flex-pauseplay span {
    text-transform: capitalize;
    }
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.wpopea-flexslider {
    margin: 0;
    padding: 0;
    }
.wpopea-flexslider .wpopea-slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    }
.wpopea-flexslider .wpopea-slides img {
    width: 100%;
    display: block;
    }
html[xmlns] .wpopea-flexslider .wpopea-slides {
    display: block;
    }
* html .wpopea-flexslider .wpopea-slides {
    height: 1%;
    }
.no-js .wpopea-flexslider .wpopea-slides > li:first-child {
    display: block;
    }
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.wpopea-flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
    }
.wpopea-flexslider .wpopea-slides {
    zoom: 1;
    overflow: hidden;
    }
.wpopea-flexslider .wpopea-slides img {
    height: auto;
    -moz-user-select: none;
    }
.wpopea-flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    }
.loading .wpopea-flex-viewport {
    max-height: 300px;
    }
.carousel li {
    margin-right: 5px;
    }
.wpopea-flex-direction-nav {
    *height: 0;
    }
.wpopea-flex-direction-nav a {
  font-family: "FontAwesome";
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

.wpopea-flex-direction-nav a.wpopea-flex-next:before {
    content: '\f054';
    font-size: 18px;
    }
.wpopea-flex-direction-nav a.wpopea-flex-prev:before {
    content: '\f053';
    font-size: 18px;
    }
.wpopea-flex-direction-nav .wpopea-flex-prev {
    left: -50px;
    }
.wpopea-flex-direction-nav .wpopea-flex-next {
    right: -50px;
    text-align: right;
    }
.wpopea-flex-direction-nav .wpopea-flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
    }

.wpopea-flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    }
.wpopea-flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    }
.wpopea-flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    }
.wpopea-flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    }
.wpopea-flex-control-paging li a.wpopea-flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
    }
.wpopea-flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
    }
.wpopea-flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    }
.wpopea-flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    }
.wpopea-flex-control-thumbs img:hover {
    opacity: 1;
    }
.wpopea-flex-control-thumbs .wpopea-flex-active {
    opacity: 1;
    cursor: default;
    }
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .wpopea-flex-direction-nav .wpopea-flex-prev {
        opacity: 1;
        left: 10px;
        }
    .wpopea-flex-direction-nav .wpopea-flex-next {
        opacity: 1;
        right: 10px;
        }
    }
/**************** Video Box ************/
/***********************************************/
/*Image Container Div Style*/
.wpopea-video-box-image-container {
    position: relative;
    cursor: pointer;
}
/*Image Style*/
.wpopea-video-box-image-container img {
    width: 100%;
}
/*Play Icon Container Div Style*/
.wpopea-video-box-play-icon-container {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    transform: translate(-50%,-50%);
    background: rgba(252,252,252,0.84);
}
.wpopea-video-box-description-container {
    position: absolute;
    z-index: 1;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    transform: translate(-50%,-50%);
}
.wpopea-video-box-text {
    margin-bottom: 0 !important; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*Play Icon Style*/
.wpopea-video-box-play-icon{
    padding: 15px;
    transform: translateX(4%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*Video Container Div Style*/
.wpopea-video-box-video-container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity:0;
    visibility: hidden;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    -ms-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
    overflow: hidden;
}
/*Video Iframe Style*/
.wpopea-video-box-video-container iframe{
   width: 100%;
   height: 100%;
}

/* video popup */
/*Play Icon Container Div Style*/
.wpopea-video-popup-play-icon-container {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    transform: translate(-50%,-50%);
    background: rgba(252,252,252,0.84);
}
.wpopea-video-popup-description-container {
    position: absolute;
    z-index: 1;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    transform: translate(-50%,-50%);
}
.wpopea-video-popup-text {
    margin-bottom: 0 !important; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*Play Icon Style*/
.wpopea-video-popup-play-icon{
    padding: 15px;
    transform: translateX(4%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*Video Container Div Style*/
.wpopea-video-popup-video-container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity:0;
    visibility: hidden;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    -ms-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
    overflow: hidden;
}
/**************** Premium Banner ****************/
/************************************************/
.wpopea_addons-banner-ib,
.wpopea_addons-banner-ib img {
    display: block;
    position: relative;
}
.wpopea_addons-banner-img-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
}
.wpopea_addons-banner-img-wrap .wpopea_addons-banner-ib-img  {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.wpopea_addons-banner-ib {
    z-index: 1;
    overflow: hidden;
    margin: 0 0 35px;
    background: #3085a3;
    text-align: center;
/*  cursor: pointer;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpopea_addons-banner-ib-desc .wpopea-banner-read-more {
    z-index: 100;
}
.wpopea_addons-banner-ib,
.wpb_column>.wpb_wrapper .wpopea_addons-banner-ib {
    margin-bottom: 0px
}
.elementor-widget-wpopea-addon-banner .wpopea_addons-banner-ib-title {
    background: transparent;
}
.wpopea_addons-banner-ib *,
.wpopea_addons-banner-ib .wpopea_addons-banner-ib-desc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.wpopea_addons-banner-ib img {
    min-width: 100%;
    max-width: 100%;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
}
.wpopea_addons-banner-ib .wpopea_addons-banner-ib-desc {
    padding: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpopea_addons-banner-ib .wpopea_addons-banner-ib-desc,
.wpopea_addons-banner-ib .wpopea_addons-banner-ib-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wpopea_addons-banner-ib .wpopea_addons-banner-ib-link {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.wpopea_addons-banner-ib a.wpopea_addons-banner-ib-link {
    display: block;
    background: 0 0;
}
.wpopea_banner_animation1 img {
    width: -webkit-calc(100% + 50px)!important;
    width: calc(100% + 50px)!important;
    max-width: -webkit-calc(100% + 50px)!important;
    max-width: calc(100% + 50px)!important;
    -webkit-transition: opacity .35s,filter 0.35s, -webkit-transform .35s;
    transition: opacity .35s, filter 0.35s, -webkit-transform .35s;
    transition: opacity .35s, filter 0.35s, transform .35s;
    transition: opacity .35s, filter 0.35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}
.wpopea_banner_animation2 .wpopea_addons-banner-ib-title {
    padding: 15px;
}
.wpopea_banner_animation1 .wpopea_addons-banner-ib-desc {
    top: auto;
    bottom: 0;
    min-height: 25%;
    height: auto;
    max-height: 100%;
    text-align: left;
}
.wpopea_banner_animation1 .wpopea_addons-banner-ib-content,
.wpopea_banner_animation1 .wpopea_addons-banner-ib-title,
.wpopea_banner_animation1 .wpopea-banner-read-more {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
}
.wpopea_banner_animation1 .wpopea_addons-banner-ib-title {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
}
.wpopea_banner_animation1 .wpopea_addons-banner-ib-content,
.wpopea_banner_animation1 .wpopea-banner-read-more {
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s;
    transition: opacity .2s, transform .35s, -webkit-transform .35s;
}
.wpopea_banner_animation1:hover .wpopea_addons-banner-ib-content,
.wpopea_banner_animation1.active .wpopea_addons-banner-ib-content,
.wpopea_banner_animation1:hover .wpopea-banner-read-more,
.wpopea_banner_animation1.active .wpopea-banner-read-more {
    opacity: 1;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
}
.wpopea_banner_animation1:hover .wpopea_addons-banner-ib-content,
.wpopea_banner_animation1.active .wpopea_addons-banner-ib-content,
.wpopea_banner_animation1:hover .wpopea-banner-read-more,
.wpopea_banner_animation1.active .wpopea-banner-read-more,
.wpopea_banner_animation1:hover .wpopea_addons-banner-ib-title,
.wpopea_banner_animation1.active .wpopea_addons-banner-ib-title,
.wpopea_banner_animation1:hover img,
.wpopea_banner_animation1.active img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
}
.wpopea_banner_animation1.zoomout img,
.wpopea_banner_animation1.scale img {
    -webkit-transform: translate3d(-40px, 0, 0) scale(1.1);
    transform: translate3d(-40px, 0, 0) scale(1.1);
}
.wpopea_addons-banner-ib.sepia img {
    -webkit-filter: sepia(30%);
    filter: sepia(30%);
}
.wpopea_addons-banner-ib.bright img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.wpopea_addons-banner-ib.sepia:hover img {
    -webkit-filter: sepia(0%);
    filter: sepia(0%);
}
.wpopea_addons-banner-ib.bright:hover img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}
.wpopea_banner_animation1.wpopea-banner-min-height img,
.wpopea_banner_animation2.wpopea-banner-min-height img,
.wpopea_banner_animation4.wpopea-banner-min-height img,
.wpopea_banner_animation5.wpopea-banner-min-height img,
.wpopea_banner_animation6.wpopea-banner-min-height img,
.wpopea_banner_animation13.wpopea-banner-min-height img {
    height: auto;
}
.wpopea_banner_animation2 img {
    width: 100%;
}
.wpopea_banner_animation2 .wpopea_addons-banner-ib-desc::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}
.wpopea_banner_animation2 .wpopea_addons-banner-ib-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .35s, color .35s;
    -webkit-transition: color .35s, -webkit-transform .35s;
    transition: color .35s, -webkit-transform .35s;
    transition: transform .35s, color .35s;
    transition: transform .35s, color .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.wpopea_banner_animation2 .wpopea_addons-banner-ib-content,
.wpopea_banner_animation2 .wpopea-banner-read-more,
.wpopea_banner_animation2 .wpopea_addons-banner-ib-desc::before {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
}
.wpopea_banner_animation2 .wpopea_addons-banner-ib-content,
.wpopea_banner_animation2 .wpopea-banner-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    max-height: 50%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
.wpopea_banner_animation2:hover .wpopea_addons-banner-ib-title,
.wpopea_banner_animation2.active .wpopea_addons-banner-ib-title {
    color: #fff;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
}
.wpopea_banner_animation2:hover .wpopea-banner-read-more,
.wpopea_banner_animation2.active .wpopea-banner-read-more,
.wpopea_banner_animation2:hover .wpopea_addons-banner-ib-desc::before,
.wpopea_banner_animation2.active .wpopea_addons-banner-ib-desc::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.wpopea_banner_animation2:hover .wpopea_addons-banner-ib-content,
.wpopea_banner_animation2.active .wpopea_addons-banner-ib-content {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
.wpopea_banner_animation3 .wpopea_addons-banner-ib-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
.wpopea_banner_animation3 .wpopea_addons-banner-ib-desc::before,
.wpopea_banner_animation3 .wpopea_addons-banner-ib-title {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
}
.wpopea_banner_animation3:hover .wpopea_addons-banner-ib-desc::before,
.wpopea_banner_animation3.active .wpopea_addons-banner-ib-desc::before,
.wpopea_banner_animation3:hover .wpopea_addons-banner-ib-title,
.wpopea_banner_animation3.active .wpopea_addons-banner-ib-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.wpopea_banner_animation3 .wpopea_addons-banner-ib-content {
    max-height: -webkit-calc(100% - 60px - 1.5em);
    max-height: calc(100% - 60px - 1.5em);
    overflow: hidden;
}
.wpopea_banner_animation4 img {
    width: -webkit-calc(100% + 40px)!important;
    width: calc(100% + 40px)!important;
    max-width: -webkit-calc(100% + 40px)!important;
    max-width: calc(100% + 40px)!important;
}
.wpopea_banner_animation4 .wpopea_addons-banner-ib-desc {
    padding: 30px;
}
.wpopea_banner_animation4 .wpopea_addons-banner-ib-desc::after,
.wpopea_banner_animation4 .wpopea_addons-banner-ib-desc::before {
    position: absolute;
    content: "";
    opacity: 0;
}
.wpopea_banner_animation4 .wpopea_addons-banner-ib-desc::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.wpopea_banner_animation4 .wpopea_addons-banner-ib-desc::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.wpopea_banner_animation4 .wpopea_addons-banner-ib-title {
    padding: 50px 30px 0 30px;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
}
.wpopea_banner_animation4 .wpopea_addons-banner-ib-content,
.wpopea_banner_animation4 .wpopea-banner-read-more {
    padding: 10px 30px;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.wpopea_banner_animation4 .wpopea_addons-banner-ib-title,
.wpopea_banner_animation4 img {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
}
.wpopea_banner_animation4.zoomout img,
.wpopea_banner_animation4.scale img {
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
    transform: translate3d(-30px, 0, 0) scale(1.1);
}
.wpopea_banner_animation4 .wpopea_addons-banner-ib-content,
.wpopea_banner_animation4 .wpopea-banner-read-more,
.wpopea_banner_animation4 .wpopea_addons-banner-ib-desc::after,
.wpopea_banner_animation4 .wpopea_addons-banner-ib-desc::before,
.wpopea_banner_animation4 img {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
}
/*.wpopea_banner_animation4:hover img,
.wpopea_banner_animation4.active img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}*/
.wpopea_banner_animation4:hover .wpopea_addons-banner-ib-desc::after,
.wpopea_banner_animation4.active .wpopea_addons-banner-ib-desc::after,
.wpopea_banner_animation4:hover .wpopea_addons-banner-ib-desc::before,
.wpopea_banner_animation4.active .wpopea_addons-banner-ib-desc::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.wpopea_banner_animation4:hover .wpopea_addons-banner-ib-content,
.wpopea_banner_animation4.active .wpopea_addons-banner-ib-content,
.wpopea_banner_animation4:hover .wpopea-banner-read-more,
.wpopea_banner_animation4.active .wpopea-banner-read-more,
.wpopea_banner_animation4:hover .wpopea_addons-banner-ib-title,
.wpopea_banner_animation4.active .wpopea_addons-banner-ib-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.wpopea_banner_animation4:hover .wpopea_addons-banner-ib-content,
.wpopea_banner_animation4:hover .wpopea_addons-banner-ib-desc::after,
.wpopea_banner_animation4:hover .wpopea_addons-banner-ib-title,
.wpopea_banner_animation4:hover img {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}
.wpopea_banner_animation5 .wpopea_addons-banner-ib-desc {
    top: auto;
    bottom: 0;
    padding: 15px;
    height: auto;
    background: #f2f2f2;
    color: #3c4a50;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.wpopea_banner_animation5 .wpopea_addons-banner-ib-content {
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 0;
    width: 100%;
    padding: 15px;
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
}
.wpopea_banner_animation5 .wpopea_addons-banner-ib-title,
.wpopea_banner_animation5 .wpopea-banner-read-more {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    text-align: center;
}
.wpopea_banner_animation5 .wpopea_addons-banner-ib-title {
    margin: 10px 0;
}
.wpopea_banner_animation5:hover .wpopea_addons-banner-ib-content,
.wpopea_banner_animation5.active .wpopea_addons-banner-ib-content,
.wpopea_banner_animation5:hover .wpopea_addons-banner-ib-content *,
.wpopea_banner_animation5.active .wpopea_addons-banner-ib-content * {
    opacity: 1 !important;
    z-index: 99 !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}
.wpopea_banner_animation5:hover .wpopea_addons-banner-ib-desc,
.wpopea_banner_animation5.active .wpopea_addons-banner-ib-desc,
.wpopea_banner_animation5:hover .wpopea_addons-banner-ib-title,
.wpopea_banner_animation5.active .wpopea_addons-banner-ib-title,
.wpopea_banner_animation5:hover .wpopea-banner-read-more,
.wpopea_banner_animation5.active .wpopea-banner-read-more {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.wpopea_banner_animation5:hover .wpopea_addons-banner-ib-title {
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}
.wpopea_banner_animation5 img,
.wpopea_banner_animation2 img,
.wpopea_banner_animation4 img,
.wpopea_banner_animation6 img{
    -webkit-transition: opacity .35s,filter 0.35s, -webkit-transform .35s;
    transition: opacity .35s,filter 0.35s ,-webkit-transform .35s;
    transition: opacity .35s,filter 0.35s, transform .35s;
    transition: opacity .35s,filter 0.35s, transform .35s, -webkit-transform .35s;
}
.wpopea_banner_animation5.zoomout img,
.wpopea_banner_animation5.scale img,
.wpopea_banner_animation2.zoomout img,
.wpopea_banner_animation2.scale img,
.wpopea_banner_animation6.zoomout img,
.wpopea_banner_animation6.scale img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.wpopea_banner_animation5.zoomin:hover img,
.wpopea_banner_animation2.zoomin:hover img,
.wpopea_banner_animation6.zoomin:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.wpopea_banner_animation5.zoomout:hover img,
.wpopea_banner_animation2.zoomout:hover img,
.wpopea_banner_animation6.zoomout:hover img{
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
.wpopea_banner_animation5.scale:hover img,
.wpopea_banner_animation2.scale:hover img,
.wpopea_banner_animation6.scale:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}
.wpopea_banner_animation5.grayscale:hover img,
.wpopea_banner_animation2.grayscale:hover img,
.wpopea_banner_animation6.grayscale:hover img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.wpopea_banner_animation5.blur:hover img,
.wpopea_banner_animation2.blur:hover img,
.wpopea_banner_animation6.blur:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.wpopea_banner_animation6 .wpopea_addons-banner-ib-desc {
    padding: 45px;
}
.wpopea_banner_animation6 .wpopea_addons-banner-ib-desc::before {
    position: absolute;
    content: "";
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
}
.wpopea_banner_animation6 .wpopea_addons-banner-ib-title {
    margin: 20px 0 10px;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.wpopea_banner_animation6 .wpopea_addons-banner-ib-content,
.wpopea_banner_animation6 .wpopea-banner-read-more,
.wpopea_banner_animation6 .wpopea_addons-banner-ib-desc::before {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.wpopea_banner_animation6 .wpopea-banner-read-more {
    margin-top: 10px;
}
.wpopea_banner_animation6:hover .wpopea_addons-banner-ib-title,
.wpopea_banner_animation6.active .wpopea_addons-banner-ib-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.wpopea_banner_animation6:hover .wpopea_addons-banner-ib-content,
.wpopea_banner_animation6.active .wpopea_addons-banner-ib-content,
.wpopea_banner_animation6:hover .wpopea-banner-read-more,
.wpopea_banner_animation6.active .wpopea-banner-read-more,
.wpopea_banner_animation6:hover .wpopea_addons-banner-ib-desc::before,
.wpopea_banner_animation6.active .wpopea_addons-banner-ib-desc::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.wpopea_banner_animation8 img {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}
.wpopea_banner_animation8:hover img,
.wpopea_banner_animation8.active img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.wpopea_banner_animation8 .wpopea_addons-banner-ib-title {
    margin-top: 20%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.wpopea_banner_animation8:hover .wpopea_addons-banner-ib-title,
.wpopea_banner_animation8.active .wpopea_addons-banner-ib-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.wpopea_banner_animation8 .wpopea_addons-banner-ib-content {
    margin: 1em 0 0;
    padding: 35px;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
}
.wpopea_banner_animation8:hover .wpopea_addons-banner-ib-content,
.wpopea_banner_animation8.active .wpopea_addons-banner-ib-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.wpopea_banner_animation12 .wpopea_addons-banner-ib-desc::after {
    position: absolute;
    content: "";
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 7px solid #fff;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.wpopea_banner_animation12:hover .wpopea_addons-banner-ib-desc::after,
.wpopea_banner_animation12.active .wpopea_addons-banner-ib-desc::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.wpopea_banner_animation12 .wpopea_addons-banner-ib-desc {
    padding: 45px;
    text-align: left;
}
.wpopea_banner_animation12 .wpopea_addons-banner-ib-content {
    position: absolute;
    right: 60px;
    bottom: 60px;
    left: 60px;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}
.wpopea_banner_animation12:hover .wpopea_addons-banner-ib-content,
.wpopea_banner_animation12.active .wpopea_addons-banner-ib-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.wpopea_banner_animation13 img {
    width: -webkit-calc(100% + 20px)!important;
    width: calc(100% + 20px)!important;
    max-width: -webkit-calc(100% + 20px)!important;
    max-width: calc(100% + 20px)!important;
    -webkit-transition: opacity .35s,filter 0.35s, -webkit-transform .35s;
    transition: opacity .35s,filter 0.35s ,-webkit-transform .35s;
    transition: opacity .35s,filter 0.35s, transform .35s;
    transition: opacity .35s,filter 0.35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wpopea_banner_animation13.zoomout img,
.wpopea_banner_animation13.scale img {
    -webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
    transform: translate3d(-10px, 0, 0) scale(1.1);
}
.wpopea_banner_animation13.none:hover img,
.wpopea_banner_animation1.none:hover img,
.wpopea_banner_animation4.none:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.wpopea_banner_animation13.zoomin:hover img,
.wpopea_banner_animation1.zoomin:hover img,
.wpopea_banner_animation4.zoomin:hover img{
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
}
.wpopea_banner_animation13.zoomout:hover img,
.wpopea_banner_animation1.zoomout:hover img,
.wpopea_banner_animation4.zoomout:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.0);
    transform: translate3d(0, 0, 0) scale(1.0);
}
.wpopea_banner_animation13.scale:hover img,
.wpopea_banner_animation1.scale:hover img,
.wpopea_banner_animation4.scale:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.2) rotate(5deg);
    transform: translate3d(0, 0, 0) scale(1.2) rotate(5deg);
}
.wpopea_banner_animation13.grayscale:hover img,
.wpopea_banner_animation1.grayscale:hover img,
.wpopea_banner_animation4.grayscale:hover img{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.wpopea_banner_animation13.blur:hover img,
.wpopea_banner_animation1.blur:hover img,
.wpopea_banner_animation4.blur:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.wpopea_banner_animation13 .wpopea_addons-banner-ib-desc {
    text-align: left;
}
.wpopea_banner_animation13 .wpopea_addons-banner-ib-title {
    position: relative;
    overflow: hidden;
    padding: 5px 0 10px;
}
.wpopea_banner_animation13 .wpopea_addons-banner-ib-title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
}
.wpopea_banner_animation13:hover .wpopea_addons-banner-ib-title::after,
.wpopea_banner_animation13.active .wpopea_addons-banner-ib-title::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.wpopea_banner_animation13 .wpopea_addons-banner-ib-content,
.wpopea_banner_animation13 .wpopea-banner-read-more {
    padding: 15px 0;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.wpopea_banner_animation13:hover .wpopea_addons-banner-ib-content,
.wpopea_banner_animation13.active .wpopea_addons-banner-ib-content,
.wpopea_banner_animation13:hover .wpopea-banner-read-more,
.wpopea_banner_animation13.active .wpopea-banner-read-more {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.wpopea_addons-banner-ib.wpopea_banner_animation5 .wpopea-banner-toggle-size {
    left: 50%;
    width: auto!important;
    height: 100%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wpopea_addons-banner-ib img {
    border: none;
    padding: 0;
    margin: 0;
}
/* Modal Popup*/
.wpopea-modal-popup-window {
  background: #fff;
  box-sizing: border-box;
  display: none;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  width: 100%; }
  .wpopea-modal-popup-window p:last-child {
    margin-bottom: 0; }
  .mfp-content .wpopea-modal-popup-window {
    display: block; }
  .wpopea-modal-popup-window .mfp-iframe-scaler iframe {
    box-shadow: none; }
  .wpopea-modal-popup-window img.mfp-img {
    padding: 0; }
  .wpopea-modal-popup-window button.mfp-close {
    text-align: center;
    line-height: 1;
    padding: 0;
    height: auto;
    width: auto;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.wpopea-popup-content {
  overflow: hidden; }

.modal-popup-window-inner {
  position: relative; }

.wpopea-modal-popup-button {
  cursor: pointer; }

.wpopea-no-overlay.mfp-bg {
  background: transparent; }

.wpopea-modal-popup-fullscreen .mfp-container {
  padding: 0; }
.wpopea-modal-popup-fullscreen .mfp-container .mfp-content,
.wpopea-modal-popup-fullscreen .mfp-container .wpopea-modal-popup-window {
  max-width: 100%;
  width: 100%;
  height: 100%; }

.win-top-right .mfp-content,
.win-top-right .wpopea-modal-popup-window,
.win-top-left .mfp-content,
.win-top-left .wpopea-modal-popup-window {
  position: static; }

.win-top-left .wpopea-modal-popup-window .mfp-close,
.box-top-left .wpopea-modal-popup-window .mfp-close {
  left: 0;
  right: auto; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .wpopea-modal-popup-window {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .wpopea-modal-popup-window {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .wpopea-modal-popup-window {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-out .wpopea-modal-popup-window {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3); }
  .mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-out.mfp-ready .wpopea-modal-popup-window {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-out.mfp-removing .wpopea-modal-popup-window {
    transform: scale(1.3);
    opacity: 0; }
  .mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-from-top .mfp-content {
    vertical-align: middle; }
  .mfp-move-from-top .wpopea-modal-popup-window {
    opacity: 0;
    position: absolute;
    transition: all 0.2s;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%); }
  .mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s; }
  .mfp-move-from-top.mfp-ready .wpopea-modal-popup-window {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-from-top.mfp-removing .wpopea-modal-popup-window {
    top: 0;
    -webkit-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    opacity: 0; }
  .mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-3d-unfold .mfp-content {
    perspective: 2000px; }
  .mfp-3d-unfold .wpopea-modal-popup-window {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg); }
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-3d-unfold.mfp-ready .wpopea-modal-popup-window {
    opacity: 1;
    transform: rotateY(0deg); }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-3d-unfold.mfp-removing .wpopea-modal-popup-window {
    transform: rotateY(60deg);
    opacity: 0; }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-move-right {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-right .wpopea-modal-popup-window {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-100px); }
  .mfp-move-right.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  .mfp-move-right.mfp-ready .wpopea-modal-popup-window {
    opacity: 1;
    transform: translateX(0); }
  .mfp-move-right.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-right.mfp-removing .wpopea-modal-popup-window {
    transform: translateX(100px);
    opacity: 0; }
  .mfp-move-right.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-move-left {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-left .wpopea-modal-popup-window {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(100px); }
  .mfp-move-left.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  .mfp-move-left.mfp-ready .wpopea-modal-popup-window {
    opacity: 1;
    transform: translateX(0); }
  .mfp-move-left.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-left.mfp-removing .wpopea-modal-popup-window {
    transform: translateX(-100px);
    opacity: 0; }
  .mfp-move-left.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-newspaper .wpopea-modal-popup-window {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg); }
  .mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-newspaper.mfp-ready .wpopea-modal-popup-window {
    opacity: 1;
    transform: scale(1) rotate(0deg); }
  .mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-newspaper.mfp-removing .wpopea-modal-popup-window {
    transform: scale(0) rotate(500deg);
    opacity: 0; }
  .mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0; }
/*--------------------------------------------------------------
## Magnific Popup
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; } 
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0; }

.mfp-img-mobile img.mfp-img {
  padding: 0; }

.mfp-img-mobile .mfp-figure:after {
  top: 0;
  bottom: 0; }

.mfp-img-mobile .mfp-figure small {
  display: inline;
  margin-left: 5px; }

.mfp-img-mobile .mfp-bottom-bar {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  margin: 0;
  top: auto;
  padding: 3px 5px;
  position: fixed;
  box-sizing: border-box; }

.mfp-img-mobile .mfp-bottom-bar:empty {
  padding: 0; }

.mfp-img-mobile .mfp-counter {
  right: 5px;
  top: 3px; }

.mfp-img-mobile .mfp-close {
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  text-align: center;
  padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }

.mfp-arrow-left {
  -webkit-transform-origin: 0;
  transform-origin: 0; }

.mfp-arrow-right {
  -webkit-transform-origin: 100%;
  transform-origin: 100%; }

.mfp-container {
  padding-left: 6px;
  padding-right: 6px; } }  

/************ One Page Nav ************/
/*************************************************/
.wpopea-one-page-nav-container {
  position: fixed;
  margin-right: 20px;
  right: 0;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
  .nav-align-top .wpopea-one-page-nav-container, .nav-align-bottom .wpopea-one-page-nav-container {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  .nav-align-top .wpopea-one-page-nav-container {
    top: 0;
    margin-top: 20px; }
  .nav-align-bottom .wpopea-one-page-nav-container {
    bottom: 0;
    margin-bottom: 20px;
    top: auto; }
  .nav-align-left .wpopea-one-page-nav-container {
    left: 0;
    margin-left: 20px;
    right: auto; }
  .wpopea-one-page-nav-container .wpopea-one-page-nav {
    font-size: 0;
    line-height: 0; }
  .wpopea-one-page-nav-container .wpopea-one-page-nav,
  .wpopea-one-page-nav-container .wpopea-one-page-nav-item {
    list-style: none;
    margin: 0;
    padding: 0; }

.nav-align-top .wpopea-one-page-nav-item,
.nav-align-bottom .wpopea-one-page-nav-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }
  .nav-align-top .wpopea-one-page-nav-item:last-child,
  .nav-align-bottom .wpopea-one-page-nav-item:last-child {
    margin-right: 0 !important; }

.wpopea-one-page-nav-item {
  margin-bottom: 10px;
  position: relative;
  line-height: 1;
  text-align: center; }
  .wpopea-one-page-nav-item:last-child {
    margin-bottom: 0 !important; }
  .wpopea-one-page-nav-item:hover .wpopea-nav-dot-tooltip {
    visibility: visible;
    opacity: 1; }
  .wpopea-one-page-nav-item a:focus {
    outline: none; }
  .wpopea-one-page-nav-item .wpopea-nav-dot {
    display: block; }

.wpopea-nav-dot-tooltip {
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  opacity: 0;
  position: absolute;
  width: 200px;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease; }
  .wpopea-nav-dot-tooltip.wpopea-tooltip-arrow:after {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid;
    position: absolute;
    right: -5px;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    content: ''; }

.nav-align-top .wpopea-nav-dot-tooltip,
.nav-align-bottom .wpopea-nav-dot-tooltip {
  text-align: center;
  left: -95px; }
  .nav-align-top .wpopea-nav-dot-tooltip.wpopea-tooltip-arrow:after,
  .nav-align-bottom .wpopea-nav-dot-tooltip.wpopea-tooltip-arrow:after {
    border-bottom: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    left: 50%;
    content: '';
    top: -10px;
    transform: translate3d(-50%, 0, 0);
    right: auto; }

.nav-align-top .wpopea-nav-dot-tooltip {
  top: 30px;
  transform: translateY(15px) translateX(0);
  -webkit-transform: translateY(15px) translateX(0); }
.nav-align-top .wpopea-one-page-nav-item:hover .wpopea-nav-dot-tooltip {
  transform: translateY(0) translateX(0);
  -webkit-transform: translateY(0) translateX(0); }

.nav-align-bottom .wpopea-nav-dot-tooltip {
  bottom: 30px;
  transform: translateY(-15px) translateX(0);
  -webkit-transform: translateY(-15px) translateX(0); }
  .nav-align-bottom .wpopea-nav-dot-tooltip.wpopea-tooltip-arrow:after {
    border-top: 5px solid;
    border-bottom: 5px solid transparent;
    bottom: -10px;
    top: auto; }
.nav-align-bottom .wpopea-one-page-nav-item:hover .wpopea-nav-dot-tooltip {
  transform: translateY(0) translateX(0);
  -webkit-transform: translateY(0) translateX(0); }

.nav-align-right .wpopea-nav-dot-tooltip {
  right: 40px;
  text-align: right;
  top: 50%;
  transform: translateY(-50%) translateX(-15px);
  -webkit-transform: translateY(-50%) translateX(-15px); }
.nav-align-right .wpopea-one-page-nav-item:hover .wpopea-nav-dot-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0); }

.nav-align-left .wpopea-nav-dot-tooltip {
  left: 40px;
  top: 50%;
  text-align: left;
  transform: translateY(-50%) translateX(15px);
  -webkit-transform: translateY(-50%) translateX(15px); }
  .nav-align-left .wpopea-nav-dot-tooltip.wpopea-tooltip-arrow:after {
    border-right: 5px solid;
    border-left: 5px solid transparent;
    left: -10px;
    right: auto; }
.nav-align-left .wpopea-one-page-nav-item:hover .wpopea-nav-dot-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0); }

.wpopea-nav-dot-tooltip-content {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.wpopea-nav-dot {
  color: #000;
  display: block;
  font-size: 10px;
  line-height: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: color 0.3s ease, border 0.3s ease; }

.wpopea-nav-dot-wrap {
  display: block;
  transition: all 0.3s ease, border 0.3s ease; }

.admin-bar .nav-align-top .wpopea-one-page-nav-container {
  top: 32px; }

/* Advanced Menu */

.wpopea-advanced-menu {
  width: 100%; }
  .wpopea-advanced-menu .menu-badge {
    position: absolute;
    bottom: 75%;
    left: 70%;
    margin: 0 auto;
    transform: translateX(-50%);
    font-size: 10px;
    padding: 0px 3px;
    text-transform: none;
    border-radius: 2px; }
  .wpopea-advanced-menu ul li li .menu-badge {
    position: relative;
    left: inherit; }
  .wpopea-advanced-menu .menu-desc {
    display: block;
    font-size: 10px;
    text-transform: none;
    font-weight: normal;
    color: #8d96ae;
    line-height: 1.05em;
    white-space: normal;
    text-decoration: none; }
  .wpopea-advanced-menu .mega-fullwidth {
    margin-left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important; }
  .wpopea-advanced-menu .mega-stretchwidth {
    right: 0;
    margin: 0 -9999px;
    background: #ffffff;
    padding: 0 9999px; }
  .wpopea-advanced-menu .menu-icon {
    margin-right: 8px;
    color: #8d96ae;
    font-size: 16px;
    align-self: center;
    order: -1; }
  .wpopea-advanced-menu .has-mega-menu {
    position: static; }
    .wpopea-advanced-menu .has-mega-menu li {
      overflow: auto; }
.wpopea-menu-item:before, .wpopea-menu-item:after {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  -o-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
.wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before, .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after {
  opacity: 0; }
.wpopea-menu-item:hover:before, .wpopea-menu-item:hover:after, .wpopea-menu-item:focus:before, .wpopea-menu-item:focus:after, .wpopea-menu-item.highlighted:before, .wpopea-menu-item.highlighted:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.wpopea-menu-item-active:before, .wpopea-menu-item-active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* Double Line Pointer
* Underline Pointer
* Overline Pointer */
.wpopea--pointer-double-line .wpopea-menu-item:before, .wpopea--pointer-double-line .wpopea-menu-item:after,
.wpopea--pointer-underline .wpopea-menu-item:before,
.wpopea--pointer-underline .wpopea-menu-item:after,
.wpopea--pointer-overline .wpopea-menu-item:before,
.wpopea--pointer-overline .wpopea-menu-item:after {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #55595c;
  z-index: 2; }
.wpopea--pointer-double-line.e--animation-grow .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before, .wpopea--pointer-double-line.e--animation-grow .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after,
.wpopea--pointer-underline.e--animation-grow .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before,
.wpopea--pointer-underline.e--animation-grow .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after,
.wpopea--pointer-overline.e--animation-grow .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before,
.wpopea--pointer-overline.e--animation-grow .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after {
  height: 0;
  width: 0;
  left: 50%; }
.wpopea--pointer-double-line.e--animation-drop-out .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before,
.wpopea--pointer-underline.e--animation-drop-out .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before,
.wpopea--pointer-overline.e--animation-drop-out .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  top: 10px; }
.wpopea--pointer-double-line.e--animation-drop-out .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after,
.wpopea--pointer-underline.e--animation-drop-out .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after,
.wpopea--pointer-overline.e--animation-drop-out .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after {
  bottom: 10px; }
.wpopea--pointer-double-line.e--animation-drop-in .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before,
.wpopea--pointer-underline.e--animation-drop-in .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before,
.wpopea--pointer-overline.e--animation-drop-in .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  top: -10px; }
.wpopea--pointer-double-line.e--animation-drop-in .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after,
.wpopea--pointer-underline.e--animation-drop-in .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after,
.wpopea--pointer-overline.e--animation-drop-in .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after {
  bottom: -10px; }
.wpopea--pointer-double-line.e--animation-none,
.wpopea--pointer-underline.e--animation-none,
.wpopea--pointer-overline.e--animation-none {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }
  .wpopea--pointer-double-line.e--animation-none:before, .wpopea--pointer-double-line.e--animation-none:after, .wpopea--pointer-double-line.e--animation-none:hover, .wpopea--pointer-double-line.e--animation-none:focus,
  .wpopea--pointer-underline.e--animation-none:before,
  .wpopea--pointer-underline.e--animation-none:after,
  .wpopea--pointer-underline.e--animation-none:hover,
  .wpopea--pointer-underline.e--animation-none:focus,
  .wpopea--pointer-overline.e--animation-none:before,
  .wpopea--pointer-overline.e--animation-none:after,
  .wpopea--pointer-overline.e--animation-none:hover,
  .wpopea--pointer-overline.e--animation-none:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
  .wpopea--pointer-double-line.e--animation-none .wpopea-menu-item,
  .wpopea--pointer-underline.e--animation-none .wpopea-menu-item,
  .wpopea--pointer-overline.e--animation-none .wpopea-menu-item {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
    .wpopea--pointer-double-line.e--animation-none .wpopea-menu-item:before, .wpopea--pointer-double-line.e--animation-none .wpopea-menu-item:after, .wpopea--pointer-double-line.e--animation-none .wpopea-menu-item:hover, .wpopea--pointer-double-line.e--animation-none .wpopea-menu-item:focus,
    .wpopea--pointer-underline.e--animation-none .wpopea-menu-item:before,
    .wpopea--pointer-underline.e--animation-none .wpopea-menu-item:after,
    .wpopea--pointer-underline.e--animation-none .wpopea-menu-item:hover,
    .wpopea--pointer-underline.e--animation-none .wpopea-menu-item:focus,
    .wpopea--pointer-overline.e--animation-none .wpopea-menu-item:before,
    .wpopea--pointer-overline.e--animation-none .wpopea-menu-item:after,
    .wpopea--pointer-overline.e--animation-none .wpopea-menu-item:hover,
    .wpopea--pointer-overline.e--animation-none .wpopea-menu-item:focus {
      -webkit-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s; }

.wpopea--pointer-double-line .wpopea-menu-item:before,
.wpopea--pointer-overline .wpopea-menu-item:before {
  content: '';
  top: 0; }
.wpopea--pointer-double-line.e--animation-slide .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before,
.wpopea--pointer-overline.e--animation-slide .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  width: 10px;
  left: -20px; }

.wpopea--pointer-double-line .wpopea-menu-item:after,
.wpopea--pointer-underline .wpopea-menu-item:after {
  content: '';
  bottom: 0; }
.wpopea--pointer-double-line.e--animation-slide .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after,
.wpopea--pointer-underline.e--animation-slide .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):after {
  width: 10px;
  left: calc( 100% + 20px); }

/* Framed Pointer */
.wpopea--pointer-framed .wpopea-menu-item:before, .wpopea--pointer-framed .wpopea-menu-item:after {
  background: transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #55595c; }
.wpopea--pointer-framed .wpopea-menu-item:before {
  content: ''; }
.wpopea--pointer-framed.e--animation-grow .wpopea-menu-item:before {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, -webkit-transform 0.4s;
  -o-transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s; }
.wpopea--pointer-framed.e--animation-grow .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75); }
.wpopea--pointer-framed.e--animation-shrink .wpopea-menu-item:before {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, -webkit-transform 0.4s;
  -o-transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s; }
.wpopea--pointer-framed.e--animation-shrink .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25); }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:before, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:after {
  width: 3px;
  height: 3px; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:before {
  border-width: 0 0 3px 3px;
  -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
  -o-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
  transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:after {
  content: '';
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 3px 3px 0 0;
  -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
  -o-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
  transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:hover:before, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:hover:after, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:focus:before, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:focus:after, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item.highlighted:before, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item.highlighted:after {
  width: 100%;
  height: 100%; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:hover:before, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:focus:before, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item.highlighted:before {
  -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  -o-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:hover:after, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item:focus:after, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item.highlighted:after {
  -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  -o-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item-active:before, .wpopea--pointer-framed.e--animation-draw .wpopea-menu-item-active:after {
  width: 100%;
  height: 100%; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item-active:before {
  -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  -o-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s; }
.wpopea--pointer-framed.e--animation-draw .wpopea-menu-item-active:after {
  -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  -o-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s; }
.wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:before, .wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:after {
  width: 3px;
  height: 3px; }
.wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:before {
  border-width: 3px 0 0 3px; }
.wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:after {
  content: '';
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 0 3px 3px 0; }
.wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:hover:before, .wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:hover:after, .wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:focus:before, .wpopea--pointer-framed.e--animation-corners .wpopea-menu-item:focus:after, .wpopea--pointer-framed.e--animation-corners .wpopea-menu-item.highlighted:before, .wpopea--pointer-framed.e--animation-corners .wpopea-menu-item.highlighted:after {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
  -o-transition: opacity 0.002s, width 0.4s, height 0.4s;
  transition: opacity 0.002s, width 0.4s, height 0.4s; }
.wpopea--pointer-framed.e--animation-corners .wpopea-menu-item-active:before, .wpopea--pointer-framed.e--animation-corners .wpopea-menu-item-active:after {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
  -o-transition: opacity 0.002s, width 0.4s, height 0.4s;
  transition: opacity 0.002s, width 0.4s, height 0.4s; }
.wpopea--pointer-framed.e--animation-none {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }
  .wpopea--pointer-framed.e--animation-none .wpopea-menu-item {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
    .wpopea--pointer-framed.e--animation-none .wpopea-menu-item:before, .wpopea--pointer-framed.e--animation-none .wpopea-menu-item:after, .wpopea--pointer-framed.e--animation-none .wpopea-menu-item:hover, .wpopea--pointer-framed.e--animation-none .wpopea-menu-item:focus {
      -webkit-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s; }
  .wpopea--pointer-framed.e--animation-none:before, .wpopea--pointer-framed.e--animation-none:after, .wpopea--pointer-framed.e--animation-none:hover, .wpopea--pointer-framed.e--animation-none:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }

/* Background Pointer */
.wpopea--pointer-background .wpopea-menu-item:before, .wpopea--pointer-background .wpopea-menu-item:after {
  content: '';
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.wpopea--pointer-background .wpopea-menu-item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1; }
.wpopea--pointer-background .wpopea-menu-item:hover, .wpopea--pointer-background .wpopea-menu-item:focus, .wpopea--pointer-background .wpopea-menu-item.highlighted {
  color: #fff; }
  .wpopea--pointer-background .wpopea-menu-item:hover:before, .wpopea--pointer-background .wpopea-menu-item:focus:before, .wpopea--pointer-background .wpopea-menu-item.highlighted:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
.wpopea--pointer-background .wpopea-menu-item-active {
  color: #fff; }
  .wpopea--pointer-background .wpopea-menu-item-active:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
.wpopea--pointer-background.e--animation-grow .wpopea-menu-item:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }
.wpopea--pointer-background.e--animation-shrink .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.wpopea--pointer-background.e--animation-shrink .wpopea-menu-item:hover:before, .wpopea--pointer-background.e--animation-shrink .wpopea-menu-item:focus:before, .wpopea--pointer-background.e--animation-shrink .wpopea-menu-item.highlighted:before {
  -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
  transition: opacity 0.15s, -webkit-transform 0.4s;
  -o-transition: opacity 0.15s, transform 0.4s;
  transition: opacity 0.15s, transform 0.4s;
  transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s; }
.wpopea--pointer-background.e--animation-shrink .wpopea-menu-item-active:before {
  -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
  transition: opacity 0.15s, -webkit-transform 0.4s;
  -o-transition: opacity 0.15s, transform 0.4s;
  transition: opacity 0.15s, transform 0.4s;
  transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s; }
.wpopea--pointer-background.e--animation-sweep-left .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  left: 100%; }
.wpopea--pointer-background.e--animation-sweep-right .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  right: 100%; }
.wpopea--pointer-background.e--animation-sweep-up .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  top: 100%; }
.wpopea--pointer-background.e--animation-sweep-down .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  bottom: 100%; }
.wpopea--pointer-background.e--animation-shutter-out-vertical .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  bottom: 50%;
  top: 50%; }
.wpopea--pointer-background.e--animation-shutter-out-horizontal .wpopea-menu-item:not(:hover):not(:focus):not(.wpopea-menu-item-active):not(.highlighted):before {
  right: 50%;
  left: 50%; }
.wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item:after, .wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1; }
.wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item:before {
  top: 0;
  bottom: 100%; }
.wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item:after {
  top: 100%;
  bottom: 0; }
.wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item:hover, .wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item:focus, .wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item.highlighted {
  bottom: 50%; }
  .wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item:hover:after, .wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item:focus:after, .wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item.highlighted:after {
    top: 50%; }
.wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item-active:before {
  bottom: 50%; }
.wpopea--pointer-background.e--animation-shutter-in-vertical .wpopea-menu-item-active:after {
  top: 50%; }
.wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item:before {
  right: 0;
  left: 100%; }
.wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item:after {
  right: 100%;
  left: 0; }
.wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item:hover:before, .wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item:focus:before, .wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item.highlighted:before {
  left: 50%; }
.wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item:hover:after, .wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item:focus:after, .wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item.highlighted:after {
  right: 50%; }
.wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item-active:before {
  left: 50%; }
.wpopea--pointer-background.e--animation-shutter-in-horizontal .wpopea-menu-item-active:after {
  right: 50%; }
.wpopea--pointer-background.e--animation-none {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }
  .wpopea--pointer-background.e--animation-none:before, .wpopea--pointer-background.e--animation-none:after, .wpopea--pointer-background.e--animation-none:hover, .wpopea--pointer-background.e--animation-none:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
  .wpopea--pointer-background.e--animation-none .wpopea-menu-item {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
    .wpopea--pointer-background.e--animation-none .wpopea-menu-item:before, .wpopea--pointer-background.e--animation-none .wpopea-menu-item:after, .wpopea--pointer-background.e--animation-none .wpopea-menu-item:hover, .wpopea--pointer-background.e--animation-none .wpopea-menu-item:focus {
      -webkit-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s; }

/* Text Pointer */
.wpopea--pointer-text.e--animation-skew .wpopea-menu-item:hover, .wpopea--pointer-text.e--animation-skew .wpopea-menu-item:focus {
  -webkit-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  transform: skew(-8deg); }
.wpopea--pointer-text.e--animation-grow .wpopea-menu-item:hover, .wpopea--pointer-text.e--animation-grow .wpopea-menu-item:focus {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }
.wpopea--pointer-text.e--animation-shrink .wpopea-menu-item:hover, .wpopea--pointer-text.e--animation-shrink .wpopea-menu-item:focus {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }
.wpopea--pointer-text.e--animation-float .wpopea-menu-item:hover, .wpopea--pointer-text.e--animation-float .wpopea-menu-item:focus {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }
.wpopea--pointer-text.e--animation-sink .wpopea-menu-item:hover, .wpopea--pointer-text.e--animation-sink .wpopea-menu-item:focus {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }
.wpopea--pointer-text.e--animation-rotate .wpopea-menu-item:hover, .wpopea--pointer-text.e--animation-rotate .wpopea-menu-item:focus {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg); }
.wpopea--pointer-text.e--animation-none {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }
  .wpopea--pointer-text.e--animation-none:before, .wpopea--pointer-text.e--animation-none:after, .wpopea--pointer-text.e--animation-none:hover, .wpopea--pointer-text.e--animation-none:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
  .wpopea--pointer-text.e--animation-none .wpopea-menu-item {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
    .wpopea--pointer-text.e--animation-none .wpopea-menu-item:before, .wpopea--pointer-text.e--animation-none .wpopea-menu-item:after, .wpopea--pointer-text.e--animation-none .wpopea-menu-item:hover, .wpopea--pointer-text.e--animation-none .wpopea-menu-item:focus {
      -webkit-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s; }
.wpopea-advanced-menu--main .wpopea-advanced-menu li.menu-item > a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 13px 20px; }
  .wpopea-advanced-menu--main .wpopea-advanced-menu li.menu-item > a:hover, .wpopea-advanced-menu--main .wpopea-advanced-menu li.menu-item > a:focus, .wpopea-advanced-menu--main .wpopea-advanced-menu li.menu-item > a.highlighted {
    padding: 13px 20px;
    box-shadow: none; }
  .wpopea-advanced-menu--main .wpopea-advanced-menu li.menu-item > a.current {
    background: #373a3c;
    color: #fff; }
  .wpopea-advanced-menu--main .wpopea-advanced-menu li.menu-item > a.disabled {
    background: #55595c;
    color: #a1a6a9; }
.wpopea-advanced-menu--main .wpopea-advanced-menu ul.sub-menu {
  position: absolute;
  width: 12em;
  border-width: 0;
  border-style: solid;
  padding: 0; }
.wpopea-advanced-menu--main .wpopea-advanced-menu span.scroll-up, .wpopea-advanced-menu--main .wpopea-advanced-menu span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  background: #fff;
  height: 20px; }
.wpopea-advanced-menu--main .wpopea-advanced-menu span.scroll-up-arrow, .wpopea-advanced-menu--main .wpopea-advanced-menu span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #494c4f transparent; }
.wpopea-advanced-menu--main .wpopea-advanced-menu span.scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #494c4f transparent transparent transparent; }

.wpopea-advanced-menu--layout-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .wpopea-advanced-menu--layout-horizontal .wpopea-advanced-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .wpopea-advanced-menu--layout-horizontal .wpopea-advanced-menu a {
      white-space: nowrap; }
.wpopea-advanced-menu__align-right{
  align-items: flex-end;
} 
.wpopea-advanced-menu__align-left{
  align-items: flex-start;
}      
.wpopea-advanced-menu__align-center{
  align-items: center;
}      
li.mega-menu-item{
  overflow: hidden;
}

.wpopea-advanced-menu__align-right .wpopea-advanced-menu {
  margin-left: auto; }
.wpopea-advanced-menu__align-right .wpopea-advanced-menu--layout-vertical > ul > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.wpopea-advanced-menu__align-left .wpopea-advanced-menu {
  margin-right: auto; }
.wpopea-advanced-menu__align-left .wpopea-advanced-menu--layout-vertical > ul > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.wpopea-advanced-menu__align-center .wpopea-advanced-menu {
  margin-left: auto;
  margin-right: auto; }
.wpopea-advanced-menu__align-center .wpopea-advanced-menu--layout-vertical > ul > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wpopea-advanced-menu__align-justify .wpopea-advanced-menu--layout-horizontal .wpopea-advanced-menu {
  width: 100%; }
  .wpopea-advanced-menu__align-justify .wpopea-advanced-menu--layout-horizontal .wpopea-advanced-menu > li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .wpopea-advanced-menu__align-justify .wpopea-advanced-menu--layout-horizontal .wpopea-advanced-menu > li > a {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }

.wpopea-advanced-menu-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

ul.wpopea-advanced-menu {
  position: relative;
  z-index: 2;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: transparent; }
  ul.wpopea-advanced-menu:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden; }
  ul.wpopea-advanced-menu ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: transparent;
    display: none; }
    ul.wpopea-advanced-menu ul li {
      display: block;
      list-style: none;
      margin: 0;
      padding: 0;
      line-height: normal;
      -webkit-tap-highlight-color: transparent; }
    ul.wpopea-advanced-menu ul ul a {
      border-left: 16px solid transparent; }
      ul.wpopea-advanced-menu ul ul a:hover, ul.wpopea-advanced-menu ul ul a:focus, ul.wpopea-advanced-menu ul ul a:active {
        border-left: 16px solid transparent; }
    ul.wpopea-advanced-menu ul ul ul a {
      border-left: 24px solid transparent; }
      ul.wpopea-advanced-menu ul ul ul a:hover, ul.wpopea-advanced-menu ul ul ul a:focus, ul.wpopea-advanced-menu ul ul ul a:active {
        border-left: 24px solid transparent; }
    ul.wpopea-advanced-menu ul ul ul ul a {
      border-left: 32px solid transparent; }
      ul.wpopea-advanced-menu ul ul ul ul a:hover, ul.wpopea-advanced-menu ul ul ul ul a:focus, ul.wpopea-advanced-menu ul ul ul ul a:active {
        border-left: 32px solid transparent; }
    ul.wpopea-advanced-menu ul ul ul ul ul a {
      border-left: 40px solid transparent; }
      ul.wpopea-advanced-menu ul ul ul ul ul a:hover, ul.wpopea-advanced-menu ul ul ul ul ul a:focus, ul.wpopea-advanced-menu ul ul ul ul ul a:active {
        border-left: 40px solid transparent; }
  ul.wpopea-advanced-menu li {
    position: relative;
    border-width: 0; }
  ul.wpopea-advanced-menu li.menu-item > a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    line-height: 20px;
    border: none; }
    ul.wpopea-advanced-menu li.menu-item > a:hover, ul.wpopea-advanced-menu li.menu-item > a:focus {
      padding: 10px 20px;
      line-height: 20px;
      text-decoration: none; }
    ul.wpopea-advanced-menu li.menu-item > a.current {
      background: #373a3c;
      color: #fff; }
    ul.wpopea-advanced-menu li.menu-item > a.disabled {
      cursor: not-allowed;
      color: #a1a6a9; }

.wpopea-advanced-menu--indicator-none .wpopea-advanced-menu .wpopea-menu-item.has-submenu {
  padding-right: 20px; }
  .wpopea-advanced-menu--indicator-none .wpopea-advanced-menu .wpopea-menu-item.has-submenu .sub-arrow {
    display: none; }

.wpopea-advanced-menu--indicator-plus:before {
  font-family: "Open Sans", sans-serif; }

.wpopea-advanced-menu--indicator-chevron .wpopea-advanced-menu .sub-arrow {
  font-size: 10px; }
  .wpopea-advanced-menu--indicator-chevron .wpopea-advanced-menu .sub-arrow:before {
    content: ''; }

.wpopea-advanced-menu--indicator-angle .wpopea-advanced-menu .sub-arrow:before {
  content: ''; }

.wpopea-advanced-menu--indicator-classic .wpopea-advanced-menu .sub-arrow:before {
  content: ''; }

.wpopea-advanced-menu--indicator-plus .wpopea-advanced-menu .sub-arrow:before {
  content: '+'; }

.wpopea-advanced-menu .sub-arrow {
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 1;
  padding-left: 10px; }

.wpopea-advanced-menu--dropdown .wpopea-menu-item {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
  .wpopea-advanced-menu--dropdown .wpopea-menu-item:hover, .wpopea-advanced-menu--dropdown .wpopea-menu-item:focus, .wpopea-advanced-menu--dropdown .wpopea-menu-item.highlighted {
    background-color: #55595c;
    color: #fff; }

.wpopea-sub-item:hover, .wpopea-sub-item:focus, .wpopea-sub-item.highlighted {
  background-color: #55595c;
  color: #fff; }

.wpopea-menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  line-height: 0;
  cursor: pointer;
  border: 0 solid;
  color: #494c4f;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.25em; }
.wpopea-menu-toggle.offcanvas{
  background-color: transparent;
}
  .wpopea-menu-toggle a {
    line-height: 0; }
  .wpopea-menu-toggle-label-left .wpopea-hamburger {
    order: 2; }
  .wpopea-menu-toggle .wpopea-hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    line-height: 0; }
    .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box {
      position: relative;
      display: inline-block;
      width: 26px;
      height: 24px; }
      .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-duration: 75ms; }
        .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner:before, .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner:after {
          display: block;
          content: ""; }
        .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner:before {
          transition: top 75ms ease .12s,opacity 75ms ease;
          top: -8px; }
        .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner:after {
          transition: bottom 75ms ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.12s;
          bottom: -8px; }
      .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner,
      .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner:before,
      .wpopea-menu-toggle .wpopea-hamburger .wpopea-hamburger-box .wpopea-hamburger-inner:after {
        position: absolute;
        width: 32px;
        height: 2px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px; }
  .wpopea-menu-toggle.wpopea-active .wpopea-hamburger .wpopea-hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(45deg); }
    .wpopea-menu-toggle.wpopea-active .wpopea-hamburger .wpopea-hamburger-inner:before {
      top: 0;
      transition: top 75ms ease,opacity 75ms ease .12s;
      opacity: 0; }
    .wpopea-menu-toggle.wpopea-active .wpopea-hamburger .wpopea-hamburger-inner:after {
      bottom: 0;
      transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
      transform: rotate(-90deg); }
  .wpopea-menu-toggle-label-left .wpopea-menu-toggle-label {
    margin-right: 10px; }
  .wpopea-menu-toggle-label-right .wpopea-menu-toggle-label {
    margin-left: 10px; }

.wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container {
  margin-top: 10px; }
  .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container .wpopea-sub-item {
    font-size: 0.85em;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
.wpopea-advanced-menu--dropdown li.menu-item > a {
  color: #494c4f;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .wpopea-advanced-menu--dropdown li.menu-item > a.current {
    background: #373a3c;
    color: #fff; }
  .wpopea-advanced-menu--dropdown li.menu-item > a.disabled {
    color: #b3b3b3; }

ul.wpopea-advanced-menu--dropdown li.menu-item > a {
  text-shadow: none;
  border-left: 8px solid transparent; }
  ul.wpopea-advanced-menu--dropdown li.menu-item > a:hover, ul.wpopea-advanced-menu--dropdown li.menu-item > a:focus {
    text-shadow: none;
    border-left: 8px solid transparent; }

.wpopea-advanced-menu--dropdown {
  background-color: #fff;
  font-size: 13px; }

.wpopea-advanced-menu-main-wrapper:not(.wpopea-advanced-menu--toggle) .wpopea-menu-toggle:not(.wpopea-menu-toggle-on-all) {
  display: none; }

.wpopea-advanced-menu__text-align-center .wpopea-advanced-menu--dropdown .wpopea-advanced-menu a {
  box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wpopea-advanced-menu--toggle .wpopea-menu-toggle:not(.wpopea-active) + .wpopea-advanced-menu__container:not(.wpopea-menu-full-screen) {
  display: none; }

.wpopea-advanced-menu--stretch .wpopea-advanced-menu__container.wpopea-advanced-menu--dropdown {
  position: absolute;
  z-index: 9998; }

.wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container .wpopea-menu-item {
  background-color: transparent; }
  .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container .wpopea-menu-item:hover {
    background-color: transparent; }

/*
html.wpopea-menu-toggle-open {
  overflow: hidden;
}
*/
/* Full Screen Overlay */
.wpopea-advanced-menu--type-full-screen .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.4s linear, opacity 0.4s, visibility 0s 0.4s linear;
  transition: transform 0.4s, opacity 0.4s linear;
  overflow-y: auto; }
  .wpopea-advanced-menu--type-full-screen .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container.wpopea-menu-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .wpopea-advanced-menu--type-full-screen .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container > ul {
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .wpopea-advanced-menu--type-full-screen .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container .wpopea-menu-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    font-size: 40px;
    color: #fff;
    outline: none;
    z-index: 9999999;
    text-align: center;
    cursor: pointer; }
    .wpopea-advanced-menu--type-full-screen .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container .wpopea-menu-close:before, .wpopea-advanced-menu--type-full-screen .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container .wpopea-menu-close:after {
      content: '';
      position: absolute;
      left: 50%;
      width: 2px;
      height: 40px;
      background-color: #ffffff;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .wpopea-advanced-menu--type-full-screen .wpopea-advanced-menu--dropdown.wpopea-advanced-menu__container .wpopea-menu-close:after {
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }
.wpopea-advanced-menu--type-full-screen ul.wpopea-advanced-menu--dropdown a, .wpopea-advanced-menu--type-full-screen ul.wpopea-advanced-menu--dropdown a:hover {
  border-left: 0; }

.wpopea-menu-clear {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
  background: rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.wpopea-advanced-menu--dropdown.wpopea-menu-off-canvas {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(-350px, 0, 0);
  padding: 60px 0 0;
  z-index: 999998;
  margin-top: 0;
  transition: transform 0.4s ease;
  overflow-y: auto; }
  .wpopea-advanced-menu--dropdown.wpopea-menu-off-canvas.wpopea-menu-off-canvas-right {
    left: auto;
    right: 0;
    transform: translate3d(350px, 0, 0); }
    .wpopea-advanced-menu--dropdown.wpopea-menu-off-canvas.wpopea-menu-off-canvas-right .wpopea-menu-close {
      right: auto;
      left: 20px; }
.wpopea-advanced-menu--dropdown.wpopea-menu-open {
  display: block; }
.wpopea-advanced-menu--dropdown .wpopea-menu-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  font-size: 40px;
  color: #fff;
  outline: none;
  z-index: 9999999;
  text-align: center;
  cursor: pointer; }
  .wpopea-advanced-menu--dropdown .wpopea-menu-close:before, .wpopea-advanced-menu--dropdown .wpopea-menu-close:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 30px;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  .wpopea-advanced-menu--dropdown .wpopea-menu-close:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); }

body.wpopea-menu--off-canvas.wpopea-menu-open .wpopea-menu-open.wpopea-menu-off-canvas {
  transform: translate3d(0, 0, 0); }
body.wpopea-menu--off-canvas.wpopea-menu-open .wpopea-menu-open.wpopea-menu-off-canvas-right {
  transform: translate3d(0, 0, 0); }

ul.wpopea-advanced-menu--dropdown a, ul.wpopea-advanced-menu--dropdown a:hover {
  border-left: 0; }

@media (min-width: 768px) {
  .wpopea-advanced-menu--dropdown-mobile .wpopea-menu-toggle:not(.wpopea-menu-toggle-on-all) {
    display: none; } 
}
@media only screen and (min-width: 1025px) {
  .wpopea-advanced-menu--dropdown-tablet .wpopea-menu-toggle:not(.wpopea-menu-toggle-on-all) {
    display: none; }   
}  

@media (max-width: 1024px) {
  .wpopea-advanced-menu--dropdown-tablet .wpopea-advanced-menu--main {
    display: none; }
  .wpopea-advanced-menu--dropdown-tablet .wpopea-menu-toggle {
    display: block; }   
} 
@media (max-width: 768px) {
  .wpopea-advanced-menu--dropdown-mobile .wpopea-menu-toggle {
    display: block; }   
} 
@media (max-width: 767px) {
    .wpopea-advanced-menu--dropdown-mobile .wpopea-advanced-menu--main {
    display: none; } 
}     


/* Off Canvas */

html.wpopea-offcanvas-content-widget,
html.wpopea-offcanvas-content-widget body {
  height: 100%; }

.wpopea-offcanvas-content-reset {
  margin-top: 0 !important; }

.wpopea-offcanvas-toggle {
  cursor: pointer; }

.wpopea-offcanvas-container {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }
  .wpopea-offcanvas-container:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

.wpopea-offcanvas-content-open {
  overflow: hidden; }
  .wpopea-offcanvas-content-open .wpopea-offcanvas-container:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 100001; }

.wpopea-offcanvas-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .wpopea-offcanvas-content.wpopea-offcanvas-content-right {
    left: auto;
    right: 0; }
  .wpopea-offcanvas-content .wpopea-offcanvas-header {
    float: left;
    width: 100%;
    height: 60px; }
  .wpopea-offcanvas-content .wpopea-offcanvas-close {
    position: relative;
    cursor: pointer;
    float: right;
    top: 20px;
    right: 20px;
    line-height: 1;
    z-index: 1;
    font-style: normal;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 24px; }
  .wpopea-offcanvas-content .wpopea-offcanvas-body {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }

.wpopea-offcanvas-toggle-wrap .wpopea-offcanvas-toggle {
  display: inline-flex; }

.wpopea-offcanvas-icon-before .wpopea-offcanvas-toggle-icon {
  margin-right: 5px; }

.wpopea-offcanvas-icon-after .wpopea-offcanvas-toggle-icon {
  order: 2;
  margin-left: 5px; }

.wpopea-offcanvas-content.wpopea-offcanvas-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .wpopea-offcanvas-content.wpopea-offcanvas-slide.wpopea-offcanvas-content-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

.wpopea-offcanvas-content.wpopea-offcanvas-reveal {
  z-index: 1; }

.wpopea-offcanvas-content-slide.wpopea-offcanvas-content-open .wpopea-offcanvas-content.wpopea-offcanvas-content-visible {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.wpopea-offcanvas-content-left.wpopea-offcanvas-push {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.wpopea-offcanvas-content-right.wpopea-offcanvas-push {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.wpopea-offcanvas-content-push.wpopea-offcanvas-content-open .wpopea-offcanvas-content.wpopea-offcanvas-content-visible {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }
.wpopea-offcanvas-content-push.wpopea-offcanvas-content-open.wpopea-offcanvas-content-left .wpopea-offcanvas-container {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }
.wpopea-offcanvas-content-push.wpopea-offcanvas-content-open.wpopea-offcanvas-content-right .wpopea-offcanvas-container {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px); }

.wpopea-offcanvas-content-reveal .wpopea-offcanvas-container {
  background: #fff;
  overflow: hidden; }
.wpopea-offcanvas-content-reveal.wpopea-offcanvas-content-open {
  position: relative;
  overflow: hidden; }
  .wpopea-offcanvas-content-reveal.wpopea-offcanvas-content-open .wpopea-offcanvas-content.wpopea-offcanvas-content-visible {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s; }
  .wpopea-offcanvas-content-reveal.wpopea-offcanvas-content-open.wpopea-offcanvas-content-left .wpopea-offcanvas-container {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  .wpopea-offcanvas-content-reveal.wpopea-offcanvas-content-open.wpopea-offcanvas-content-right .wpopea-offcanvas-container {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }

.wpopea-offcanvas-content-left.wpopea-offcanvas-slide-along {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

.wpopea-offcanvas-content-right.wpopea-offcanvas-slide-along {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0); }

.wpopea-offcanvas-content-slide-along .wpopea-offcanvas-container {
  background: #fff;
  overflow: hidden; }
.wpopea-offcanvas-content-slide-along.wpopea-offcanvas-content-open .wpopea-offcanvas-content.wpopea-offcanvas-content-visible {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.wpopea-offcanvas-content-slide-along.wpopea-offcanvas-content-open.wpopea-offcanvas-content-left .wpopea-offcanvas-container {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }
.wpopea-offcanvas-content-slide-along.wpopea-offcanvas-content-open.wpopea-offcanvas-content-right .wpopea-offcanvas-container {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); } 
/*----------------------------*/
/* Advance Tabs
/*----------------------------*/
.wpopea-advance-tabs {
  display: block;
}

.wpopea-advance-tabs .wpopea-tabs-nav>ul {
  position: relative;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}

.wpopea-advance-tabs .wpopea-tabs-nav>ul li {
  position: relative;
  padding: 1em 1.5em;
  flex: 1 1 auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.wpopea-advance-tabs .wpopea-tabs-nav>ul li:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 1;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #444;
  border-bottom: 0px;
  display: none;
}

.wpopea-advance-tabs.active-caret-on .wpopea-tabs-nav>ul li.active:after,
.wpopea-advance-tabs.active-caret-on .wpopea-tabs-nav>ul li.active-default:after {
  display: none;
}

.wpopea-advance-tabs .wpopea-tabs-nav>ul li.active:after,
.wpopea-advance-tabs .wpopea-tabs-nav>ul li.active-default:after {
  display: block;
}

.wpopea-tabs-content {
  display: flex;
  flex: 1 1 auto;
}

.wpopea-advance-tabs .wpopea-tabs-content>div {
  display: none;
  opacity: 0;
}

.wpopea-advance-tabs .wpopea-tabs-content>div.active,
.wpopea-advance-tabs .wpopea-tabs-content>div.active-default {
  display: block;
  width: 100%;
  padding: 1em;
  opacity: 1;
  animation: fadeIn linear 0.3s;
}


/*--- Inline Icon ---*/

.wpopea-tab-inline-icon li a .fa {
  margin-right: 10px;
  line-height: 1;
}

.wpopea-tab-top-icon li a {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.wpopea-tab-top-icon li a .fa,
.wpopea-tab-top-icon li a .wpopea-tab-title {
  flex: 1 1 100%;
  line-height: 1;
}

.wpopea-tab-top-icon li a .wpopea-tab-title {
  margin-top: 10px;
}


/*--- Vertical Tabs ---*/

.wpopea-advance-tabs.wpopea-tabs-vertical {
  display: flex;
}

.wpopea-advance-tabs.wpopea-tabs-vertical .wpopea-tabs-nav {
  flex: 0 0 auto;
}

.wpopea-advance-tabs.wpopea-tabs-vertical .wpopea-tabs-nav>ul {
  flex-flow: column wrap;
}

.wpopea-advance-tabs.wpopea-tabs-vertical .wpopea-tabs-nav>ul>li {
  width: 100%;
  justify-content: start;
}

.wpopea-advance-tabs.wpopea-tabs-vertical .wpopea-tabs-nav>ul li::after {
  bottom: auto !important;
  right: -10px;
  top: calc(50% - 10px) !important;
  left: auto !important;
  border-left: 10px solid #444;
  border-right: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media only screen and (max-width: 767px) {
  .wpopea-advance-tabs .wpopea-tabs-nav>ul {
    flex-wrap: wrap;
  }
  .wpopea-advance-tabs .wpopea-tabs-nav>ul li {
    flex: 1 100%;
  }
}
/*------------------------------*/
/* Image accordion
/*------------------------------*/
.wpopea-img-accordion {
  display: flex;
  height: 50vh;
}

.wpopea-img-accordion a {
  position: relative;
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: flex .4s;
}

.wpopea-grow-accordion {
  flex: 3;
}

.wpopea-img-accordion .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color .4s;
}

.wpopea-img-accordion .overlay .overlay-inner {
  z-index: 1;
}

.wpopea-img-accordion a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transition: all 0.3s ease-in-out;
}

.wpopea-img-accordion .overlay-inner * {
  visibility: hidden;
  opacity: 0;
  transform-style: preserve-3d;
}

.wpopea-img-accordion .overlay h2 {
  color: #fff;
  transform: translate3d(0, -60px, 0);
}

.wpopea-img-accordion .overlay p {
  color: #fff;
  transform: translate3d(0, 60px, 0);
}

.wpopea-img-accordion .overlay-inner-show * {
  opacity: 1;
  visibility: visible;
  transform: none !important;
  transition: all .3s .3s;
}

@media screen and (max-width: 800px) {
  .wpopea-img-accordion {
    flex-direction: column;
  }
  .wpopea-img-accordion a:hover {
    flex: 1;
  }
  .wpopea-img-accordion a:hover .overlay {
    background-color: transparent;
  }
  .wpopea-img-accordion .overlay h2,
  .wpopea-img-accordion .overlay p {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
/* Product Variations */
.wpopea-color,
.wpopea-label {
    border: 1px solid #ccc;
    background: #fff;
    display: inline-block;
    min-width: 20px;
    height: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    padding: 2px;
}

.wpopea-image {
    width: 50px;
}


