/* overlay */
.card-base-overlay {
  position: relative;
  /*width: 50%;*/
}

.image-overlay-hover {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.overlay-content {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.card-base-overlay:hover .image-overlay-hover {
  opacity: 0.3;
}

.card-base-overlay:hover .overlay-content {
  opacity: 1;
}

.card-base-overlay:hover .title-overlay-hover{
  background: #ee4088 !important;
  color: #fff !important;
}

img.attachment-mercury-custom-logo.size-mercury-custom-logo {
    max-width: 54% !important;
    width: 54%;
}
button.hero-btn:hover {
    box-shadow: 2px 2px 1px;
    background: #8800B6;
}

  .arrow-right-animate {
    transition: transform 250ms;
  }
  
  button:hover .arrow-right-animate{
    transform: translateX(20px);
  }

  a:hover i.arrow-right-animate{
    transform: translateX(20px);
  }





.space-mobile-menu .space-mobile-menu-list ul li a:hover {
    color: #ee4088!important;
}

.space-mobile-menu .space-close-icon .to-right, .space-mobile-menu .space-close-icon .to-left {
    background-color: #ee4088!important;
}

.play-free:hover {
    background: #FFF3A7 !important;
    box-shadow: none!important;
}

.play-free {
    box-shadow: 2px 3px 5px rgb(0 0 0 / 50%);
}

.lh-2 {
    line-height: 2 !important;
}
p.feat-title {
    line-height: 1.2em;
}
body {
    min-width: 320px;
}


/*pagination */

.active.bg-frenchrose.text-white span.page-link{
    color: inherit !important;
    background: inherit;
}  
.page-link{
    font-size: inherit !important;
}

a.page-link:hover {
    color: #fff !important;
    background: #ee4088 !important;
}