/*
==============================================
  = SLick slider common
==============================================
*/

/* Arrows */
.elbits-slick .slick-prev,
.elbits-slick .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.elbits-slick .slick-prev:hover,
.elbits-slick .slick-prev:focus,
.elbits-slick .slick-next:hover,
.elbits-slick .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.elbits-slick .slick-prev {
  right: 101%;
}

.elbits-slick .slick-next {
  left: 101%;
}

/* Dots */
.elbits-slick .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.elbits-slick .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.elbits-slick .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.elbits-slick .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.elbits-slick .slick-dots li button:hover,
.elbits-slick .slick-dots li button:focus {
  outline: none;
}

.elbits-slick .slick-dots li button:hover:before,
.elbits-slick .slick-dots li button:focus:before {
  opacity: 1;
}
.elbits-slick .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.elbits-slick .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.elbits-post-carousel .slick-track {

}

.elbits-slick-item {
  padding: 18px;
}

.elbits-slick-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  height: 320px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.elbits-slick-item:hover .elbits-slick-item-inner {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.elbits-slick-item-inner h3 {
  font-size: 16px;
}

.elbits-slick-item-price {
  color: #3F7613;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
 }

.elbits-slick-item-btn {
  padding: 8px 22px;
  border-radius: 2px;
  color: #FF2421;
  border: 1px solid #FF2421;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.20);
  transition: all 0.3s;
  font-size: 13px;
}

.elbits-slick-item-btn:hover {
  background: #FF2421;
  color: #fff;
}

.elbits-slick-item-inner figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

.elbits-slick-item-inner figure img {
  height: 180px;
}

.elbits-slick-item-btn {
  margin-bottom: 15px;
}

/*
==============================================
  = Section title
==============================================
*/
.eb-section-header {
  padding: 6px 0;
  position: relative;
}

.eb-section-header-sep {
  display: block;
  width: 235px;
  height: 3px;
  background: #fff;
  position: relative;
  margin: 10px auto;
}

.eb-section-header-sep:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #90c73e;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.eb-section-header-title {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Montserrat Alternates", Sans-serif;
}

.eb-section-header-title span {
  color: #90c73e;
}

.eb-section-header-icon {
  width: 52px;
  height: 52px;
  position: absolute;
  left: -18px;
  top: 0;
  opacity: .1;
  background-size: cover;
  background-position: center;
}

/*
==============================================
  = Week deals
==============================================
*/
.eb-week-deals img {
  object-fit: cover;
}

.eb-week-deal-1 { grid-area: one; }
.eb-week-deal-2 { grid-area: two; }
.eb-week-deal-3 { grid-area: three; }
.eb-week-deal-4 { grid-area: four; }

.eb-week-deals {
  display: grid;
  grid-template-areas:
    'one one two three'
    'one one four four';
  grid-gap: 10px;
  background-color: #2196F3;
}

/*
==============================================
  = Wpml lang switch
==============================================
*/
.eb-modal-box {
  display: none;
}

.eb-wpml-lang-switch-modal .tingle-modal-box {
  width: 25%;
}

@media (max-width: 540px) {
  .eb-wpml-lang-switch-modal .tingle-modal-box {
    width: 94%;
    margin: 6% auto;
  }
}

.eb-wpml-lang-switch-list {
  width: 100%;
  margin: 0;
  padding: 15px;
  list-style: none;
}

.eb-wpml-lang-switch-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.eb-wpml-lang-switch-list li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.eb-lang-switch-handle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}

.eb-icon-globe {
  margin-left: 5px;
}

/*
==============================================
  = Monthly cost
==============================================
*/
.eb-ev-monthly-savings-total {
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../img/dots-circle.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.eb-ev-monthly-savings-total-circle {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  background: linear-gradient(90deg, #90c73e 0%,#72ae18 100%);
}

.eb-ev-monthly-savings-input {
  width: 110px;
  height: 42px;
  display: block;
}

.eb-ev-monthly-savings-total-circle-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.eb-number-field-left .eb-number-field-qty-nav {
  right: auto;
  left: -26px;
}

.eb-number-field-left .eb-number-field-qty-button {
  border-left: 3px solid #90c73e;
  border-right: none;
}

.eb-ev-monthly-savings-total-cost {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.eb-ev-monthly-savings .f_col-left {
  text-align: right;
}

.eb-ev-monthly-savings .eb-number-field-left {
  display: inline-block;
}

/*
==============================================
  = Num field
==============================================
*/
.eb-number-field {
  position: relative;
}

.eb-number-field input[type=number]::-webkit-inner-spin-button,
.eb-number-field  input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

.eb-number-field input {
  width: 110px;
  height: 42px;
  line-height: 1.65;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 4px solid #90c73e;
  border-radius: 8px;
}

.eb-number-field input:focus {
  outline: 0;
}

.eb-number-field-qty-nav {
  height: 42px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 208px;
  z-index: 2;
}

.eb-number-field-qty-button {
  position: relative;
  cursor: pointer;
  border-right: 3px solid #90c73e;
  width: 100%;
  height: 50%;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.eb-number-field-qty-up {
  top: 0;
  border-bottom: 2px solid #90c73e;
}

.eb-number-field-qty-down {
  top: auto;
  bottom: 0;
}

/*
==============================================
  = Video modal
==============================================
*/
.eb-video-modal-cover {
  position: relative;
  cursor: pointer;
  border: 10px solid #fb0000;
}
.eb-video-modal-cover-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fb0000;
  padding: 3px;
  border-radius: 50%;
}

.eb-video-modal-cover:hover .eb-video-modal-cover-play,
.eb-video-modal-cover-play:hover {
  background: #fff;
}

/*
==============================================
  = Concert dates
==============================================
*/
.eb-concert {
    padding: 15px 0;
    margin-bottom: 15px;
    background: rgba(0,0,0,.4);
    border-left: 2px solid #be1d28;
    transition: all .3s;
}

.eb-concert:hover {
  background: #000;
}

.eb-concert h3,
.eb-concert h5 {
  margin: 0;
  color: #fff;
}

.eb-concert-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
 }

.eb-concert-col-date {
  flex: 1;
  padding: 10px;
  background: #be1d28;
  display: inline-block;
  margin-right: 20px;
}

.eb-concert-col-place {
  flex-basis: 50%;
  width: 50%;
}

.eb-concert-col-place h3,
.eb-concert-col-place h5 {
  color: #fff;
}

.eb-concert-col-ticket {
  flex: 1;
}


/*
==============================================
  = Tax cards
==============================================
*/
.eb-card-i {
  padding: 8px 8px 2px 8px;
  border: 4px solid #ececec;
  margin: 10px;
  transition: all 0.3s;
  background: #fff;
}

.eb-card-i:hover {
  transform: translateY(-2px);
  box-shadow: 6px 6px 0px 0px rgba(156, 156, 156, .75);
}

.eb-img-bg {
  height: 230px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.eb-tax-card-text {
  width: 88%;
  margin: 0 auto;
  margin-top: -26px;
  position: relative;
  background: #fff;
  padding: 6px;
  border
  /*box-shadow: 6px 6px 0px 0px rgba(156, 156, 156, .75);*/
}

.eb-tax-card-text .ntr-x {
  border: 1px solid #878787;
  padding: 6px;
}

.eb-tax-card-title {
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 18px;
  text-align: center;
  color: #000;
}

/*
==============================================
  = Latest posts
==============================================
*/
.eb-latest-posts-item-img-bg {
  height: 200px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.eb-latest-posts-wrap {

}

.eb-latest-posts-items {
  display: flex;
  flex-wrap: wrap;
}

.eb-latest-posts-item {
  width: 50%;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .eb-latest-posts-items {
    flex-direction: column;
  }

  .eb-latest-posts-item {
    width: 100%;
    flex-basis: 100%;
  }
}

.eb-latest-posts-item-link {
  display: block;
}

.eb-latest-posts-x {
  margin: 0 15px 15px 15px;
}

.eb-latest-posts-title {
  color: #2e3135;
  text-align: center;
}

.eb-latest-posts-excerpt {
  color: #6c6d6f;
}

.eb-latest-posts-preview {
  width: 94%;
  margin: 0 auto;
  background: #F7F7FF;
  padding: 10px;
  transform: translateY(-20px);
  transition: all 0.4s;
}

.eb-latest-posts-preview .eb-x {
  border: 1px solid #d0d0df;
  padding: 10px;
}

.eb-latest-posts-item-link:hover .eb-latest-posts-preview {
  transform: translateY(-26px);
}


.eb-btn-cta,
.elementor .eb-btn-cta {
  display: inline-block;
  padding: 10px 24px;
  background: #efc6ef;
  box-shadow: 4px 4px 0px 0px #d8a4d8;
  color: #2e3135;
  transition: all 0.4s;
  margin: 0 10px;
}

.eb-btn-cta:hover,
.elementor .eb-btn-cta:hover {
  box-shadow: 2px 2px 0px 0px #d8a4d8;
}

.eb-btn,
.elementor .eb-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #e2e2e2;
  box-shadow: 4px 4px 0px 0px #b1b1b1;
  color: #2e3135;
  transition: all 0.4s;
  margin: 0 10px;
}

.eb-btn:hover,
.elementor .eb-btn:hover {
  box-shadow: 2px 2px 0px 0px #b1b1b1;
}

/*
==============================================
  = Separator
==============================================
*/
.entre-theme .elementor-widget-eb-sep .eb-sep-widget .eb-sep-title {
  margin: 0;
}
