/* Slider */

.girls-slider {
  position: relative;
  margin-bottom: 45px;
}

.girls-slider__button {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -18px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: 5px;
  transition: background-color .2s ease-in-out;
}

.girls-slider__button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.girls-slider__button.disabled {
  display: none;
}

.girls__slider_button-icon {
  display: block;
  width: 14px;
  height: 14px;
  fill: #FFFFFF;
}

.girls-slider__button--prev {
  left: 10px;
  transform: rotate(180deg);
}

.girls-slider__button--next {
  right: 10px;
}

.girls-slider__dots {
  flex-wrap: nowrap;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.girls-slider__dots .glider-dot {
  width: 100%;
  height: 3px;
  margin: 0;
  background-color: #C4C4C4;
  border-radius: 0;
}

.girls-slider__dots .glider-dot:hover {
  background-color: #9a9a9a;
}

.girls-slider__dots .glider-dot.active {
  background-color: #276FB9;
}

.girls-slider__list {
  display: flex;
  overflow-y: hidden;
}

.girls-slider__item:hover .girls-slider__item-poster:after,
.girls-slider__item:hover .girls-slider__item-info {
  opacity: 1;
}

.girls-slider__item-inside {
  position: relative;
  height: 380px;
  border: 1px solid #E2ECF3;
}

.girls-slider__item-poster {
  height: 100%;
  cursor: pointer;
}

.girls-slider__item-poster:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(0deg, rgba(8, 21, 37, 0.9) 27.6%, rgba(8, 21, 37, 0) 100%);
  transition: opacity .2s ease-in-out;
  opacity: 0;
  cursor: pointer;
}

.girls-slider__item-image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.girls-slider__item-type {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0 6px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #FF4747;
  border-radius: 2px;
}

.girls-slider__item-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 15px 15px;
  transition: opacity .2s ease-in-out;
  opacity: 0;
  z-index: 1;
}

.girls-slider__item-info-cols {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.girls-slider__item-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.girls-slider__item-title-link {
  text-decoration: none;
  color: #ffffff;
}

.girls-slider__item-title-link:hover {
  text-decoration: underline;
}

.girls-slider__item-title-text {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #ffffff;
}

.girls-slider__item-title-text:hover {
  text-decoration: underline;
  cursor: pointer;
}

.girls-slider__item-instagram-icon {
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: linear-gradient(45deg, #FFC107 9.15%, #F44336 50.57%, #9C27B0 90.03%);
  border-radius: 50%;
  cursor: pointer;
}

.girls-slider__item-description {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.girls-slider__item-likes {
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding: 3px;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #15A863;
  border-radius: 3px;
}

.girls-slider__item-likes-icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.girls-slider__item-likes-text {
  margin-left: 5px;
}

/* Gallery */

.girls-gallery-data { display: none; }

.girls-gallery { }

.girls-gallery__overlay {
  background-image: url('/wp-content/plugins/ap-girls/assets/img/girls-bg.jpg') !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.girls-gallery.glightbox-closing .girls-gallery__top,
.girls-gallery.glightbox-closing .girls-gallery__left,
.girls-gallery.glightbox-closing .girls-gallery__right {
  display: none;
}

.girls-gallery__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.girls-gallery__top {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.girls-gallery__body {
  display: flex;
  width: 100%;
  height: calc(100vh - 100px);
  margin-top: auto;
  margin-bottom: auto;
  z-index: 1;
  overflow: hidden;
}

.girls-gallery__left,
.girls-gallery__right {
  display: none;
  height: 100%;
}

.girls-gallery__left  { left: 0; }
.girls-gallery__right { right: 0; }

.girls-gallery__content {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}

.girls-gallery__content-inside {
  position: relative;
  width: 100%;
  height: auto;
}

.girls-gallery__bk {
  display: flex;
  background-color: white;
  z-index: 1;
}

.girls-gallery__bk-inside {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.girls-gallery__bk-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.girls-gallery__bk-logo {
  width: 115px;
  height: 36px;
}

.girls-gallery__bk-logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.girls-gallery__bk-logo-link > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.girls-gallery__bk-bonus {
  margin-left: 30px;
}

.girls-gallery__bk-bonus-value {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
}

.girls-gallery__bk-bonus-value > i {
  margin-right: 10px;
  font-size: 18px;
  color: #FF4747;
}

.girls__sponsor-bonus-title {
  font-size: 14px;
  line-height: 14px;
  text-transform: lowercase;
  color: #000000;
}

.girls-gallery__bk-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  background-color: #276FB9;
  border-radius: 5px;
}

.girls-gallery__button.disabled {
  display: none;
}

.girls-gallery__button-icon {
  width: 35px;
  height: 35px;
  background-color: rgba(0,0,0,0.3);
  border-radius: 5px;
}

.girls-gallery__button-icon:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.girls-gallery__button-icon > svg {
  width: 14px !important;
  height: 14px !important;
  fill: #ffffff;
}

.girls-gallery__button--close {
  top: 10px !important;
  right: 10px !important;
  width: 36px !important;
  height: 36px !important;
  opacity: 1 !important;
  background: rgba(0,0,0,0.5) !important;
  border-radius: 50% !important;
}

.girls-gallery__button--close:hover {
  background: rgba(0,0,0,0.7) !important;
}

.girls-gallery__button--prev,
.girls-gallery__button--next {
  top: 50% !important;
  width: 35px !important;
  height: 35px !important;
  margin-top: -15px;
  background: transparent !important;
}

.girls-gallery__button--prev {
  align-items: flex-start !important;
  left: 0 !important;
}

.girls-gallery__button--next {
  align-items: flex-end !important;
  right: 0 !important;
}

.girls-gallery__button--prev .girls-gallery__button-icon,
.girls-gallery__button--next .girls-gallery__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin-top: -15px;
}

.girls-gallery__button--prev .girls-gallery__button-icon {
  margin-left: 10px;
  transform: rotate(180deg);
}

.girls-gallery__button--next .girls-gallery__button-icon {
  margin-right: 10px;
}

.girls-gallery__slide,
.girls-gallery__slide-content,
.girls-gallery__slide-container {
  height: 100% !important;
}

.girls-gallery__slide-media {
  width: 100% !important;
  height: 100% !important;
}

.girls-gallery__slide-media > img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.girls-gallery__slide-description {
  display: flex;
  align-items: flex-end;
  position: absolute !important;
  width: 100%;
  height: 150px;
  max-width: initial !important;
  padding: 10px !important;
  left: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 38.02%, rgba(0, 0, 0, 0) 100%) !important;
}

.girls-gallery__slide-description-inner {
  width: 100%;
  padding: 0 !important;
}

.girls-gallery__slide-info-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.girls-gallery__slide-instagram-icon {
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: linear-gradient(45deg, #FFC107 9.15%, #F44336 50.57%, #9C27B0 90.03%);
  border-radius: 50%;
}

.girls-gallery__slide-title {
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff !important;
  font-weight: bold;
}

.girls-gallery__slide-footer {  }

.girls-gallery__slide-details {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff !important;
}

.girls-gallery__slide-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #ffffff !important;
  background-color: #15A863;
  border-radius: 5px;
}

.girls-gallery__slide-button:hover {
  background-color: #1CBF72;
}

.girls-gallery__slide-button-value {
  display: flex;
  align-items: center;
  height: 30px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #067D45;
}

.girls-gallery__slide-button-value-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  fill: #ffffff;
}

.girls-gallery__slide-button-value-text {
  line-height: 15px;
}

.girls-gallery__slide-button:disabled:hover {
  background-color: #15A863;
  cursor: default;
}

.girls-gallery__slide-button:disabled .girls-gallery__slide-button-text {
  display: none;
}

.girls-gallery__slide-button:disabled .girls-gallery__slide-button-value {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

/* Responsive */

@media (min-width: 360px) {

  .girls-gallery__bk-bonus {
    margin-left: 45px;
  }
}

@media (min-width: 576px) {

  .girls-slider__button {
    display: flex;
  }

  .girls-slider__list {
    margin: 0 -7.5px;
  }

  .girls-slider__item {
    padding: 0 7.5px;
  }

  /* Gallery */

  .girls-gallery__top {
    height: 75px;
  }

  .girls-gallery__body {
    height: calc(100vh - 75px);
  }

  .girls-gallery__content {
    align-items: initial;
  }

  .girls-gallery__bk-inside {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .girls-gallery__bk-header {
    margin-bottom: 0;
  }

  .girls-gallery__bk-logo {
    width: 170px;
    height: 54px;
  }

  .girls-gallery__bk-bonus {
    margin-left: 25px;
  }

  .girls-gallery__bk-bonus-value {
    font-size: 24px;
  }

  .girls-gallery__bk-button {
    width: 165px;
  }

  .girls-gallery__slide-description {
    padding: 15px !important;
  }

  .girls-gallery__slide-instagram-icon {
    width: 40px;
    height: 40px;
  }

  .girls-gallery__slide-title {
    font-size: 26px;
  }

  .girls-gallery__slide-info-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .girls-gallery__slide-button {
    height: 40px;
    margin-left: 50px;
  }

  .girls-gallery__slide-button-value {
    height: 40px;
  }
}

@media (min-width: 768px) {

  .girls-gallery__bk-bonus {
    margin-left: 60px;
  }
}

@media (min-width: 1024px) {

}

@media (min-width: 1024px) {

  .girls-gallery__slide-media > img {
    width: 100% !important;
    height: 100% !important;
  }

  .girls-gallery__top {
    display: none;
  }

  .girls-gallery__body {
    position: relative;
    height: 100vh;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
  }

  .girls-gallery__body:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    margin-top: -40px;
    background: white;
    position: absolute;
  }

  .girls-gallery__left,
  .girls-gallery__right {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }

  .girls-gallery__content {
    align-items: flex-end;
    width: 150%;
  }

  .girls-gallery__button--prev,
  .girls-gallery__button--next {
    top: 0 !important;
    width: 50% !important;
    height: calc(100% - 140px) !important;
  }

  .girls-gallery__button--prev .girls-gallery__button-icon,
  .girls-gallery__button--next .girls-gallery__button-icon {
    margin-top: 140px;
  }

  .girls-gallery__bk {
    position: relative;
    width: 100%;
  }

  .girls-gallery__bk-inside {
    flex-direction: column;
    width: initial;
    padding: 30px 15px;
  }

  .girls-gallery__bk-header {
    flex-direction: column;
  }

  .girls-gallery__bk-logo {
    margin-bottom: 10px;
  }

  .girls-gallery__bk-bonus {
    margin: 0 0 15px;
    text-align: center;
  }

  .girls-gallery__bk-bonus-value {
    justify-content: center;
  }
}

@media (min-width: 1280px) {

  .girls-gallery__bk-button {
    width: 240px;
  }
}