/*   
Theme Name: default
Version: 2.1
Tags: default
Description: default wordpress theme with
Author: developer
*/
.title-select label {
  position: absolute;
  top: 23px;
  left: 25px;
}

.dshow {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  display: flex !important;
  flex-flow: row wrap !important;
}

.not-active {
  opacity: 0.5;
}

ul.pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
ul.pagination li {
  padding: 0 6px;
}

.js-ajax-block {
  z-index: 50;
}

.js-search {
  z-index: 211;
}
.js-search.is-active {
  z-index: 215;
}

.article table {
  box-sizing: border-box;
}
.article table td {
  border: 1px solid;
  padding: 0 5px;
}

.list-item-rap .list-item {
  margin-bottom: 30px;
}
.list-item-rap .list-item .entry > img {
  float: right;
  padding-left: 20px;
}
.b-dropdown--year .b-dropdown__pane {
  max-width: 160px;
}

.contacts-form__fields .comment-area .gfield_label {
  top: 2rem;
}

article strong {
  font-family: SimplerPro_V3, Roboto, sans-serif;
}

iframe.buyme-giftcard-iframe {
  width: 100%;
  height: auto;
  min-height: 1200px;
  border: none;
}

@media screen and (min-width: 800px) {
  iframe.buyme-giftcard-iframe {
    min-width: 800px;
  }
}
.s-hero-slider {
  direction: rtl;
}

.l-header {
  direction: rtl;
}

.s-hero-slider {
  direction: rtl;
}

body:not(.rtl) .contact-form {
  direction: ltr;
  text-align: left;
}
body:not(.rtl) .contact-form .gfield_label {
  left: 0;
  right: initial;
}
body:not(.rtl) .contact-content-section {
  direction: rtl;
}
body:not(.rtl) .s-hero-slider {
  direction: ltr;
}
body:not(.rtl) .s-hero-slider .s-hero-slider__desc {
  left: 0;
  right: inherit;
}
body:not(.rtl) .s-content--narrow .b-pagination.b-pagination-nav {
  direction: rtl;
}

.empty-bg-title {
  height: 85px;
  min-height: 75px;
}

.b-event-search__filter-dropdown {
  z-index: 52;
}

.result-preloader {
  background: url(assets/search-preloader.svg) no-repeat center;
  width: 100%;
  height: auto;
  min-height: 300px;
}

.event-payment iframe {
  min-height: 600px !important;
  height: 600px !important;
  overflow-y: scroll;
}

.event-payment {
  overflow: hidden;
}

.event-payment iframe {
  width: 100%;
  height: 100%;
  overflow: auto;
}

@media screen and (min-width: 768px) {
  .event-payment iframe {
    margin-right: 15px;
    padding-right: 28px;
    /*This would hide the scroll bar of the right. To be sure we hide the scrollbar on every browser, increase this value*/
    padding-bottom: 15px;
    /*This would hide the scroll bar of the bottom if there is one*/
  }

  body.ltr .event-payment iframe {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 15px;
    margin-left: -30px;
    padding-left: 0;
  }
}
/* Hide scrollbar for IE and Edge */
.event-payment iframe {
  -ms-overflow-style: none;
}

@media screen and (max-width: 768px) {
  .event-payment iframe {
    min-height: 750px !important;
    height: 750px !important;
    overflow-y: scroll;
  }
}
.b-header__panel#hMessage .app-form-success:not(.hide) {
  background: #eee;
  width: calc(100vw - (100vw - 120rem) - 13.2rem - 6.9rem + 1rem);
  margin-left: -4.4rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

@media screen and (max-width: 1200px) {
  .b-header__panel#hMessage .app-form-success:not(.hide) {
    width: calc(100vw - 13.2rem - 6.9rem - 0.5rem);
  }
}
@media screen and (max-width: 1023px) {
  .b-header__panel#hMessage .app-form-success:not(.hide) {
    width: calc(100vw - 12.8rem - 6rem);
  }
}

/*# sourceMappingURL=style.css.map */
