/* General */
* {
  box-sizing: border-box;
  font-family: 'Assistant', sans-serif;
}

.header, .button {
  font-family: 'Assistant', sans-serif !important;
}

.ui.label>a {
  opacity: 0.9 !important;
}

#wizard .ui.message .header:not(.ui) {
  font-size: 1.5em;
}

#wizard .ui.message p {
  font-size: 1.25em;
}

body {
  overflow-x: initial !important;
}

html {
  min-height: 500px !important;
}

/* Fab */
#fab {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  left: 10px;
  width: 70px;
  height: 70px;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  border-radius: 50%;
  background-color: transparent !important;
  background-image: url(https://melzarim.co.il/wp-content/plugins/listing-display/waiter.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  /* -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);*/
}

#fab:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

/* Registration Wizard */
#header, #footer, .post-sidebar {
  transition: 0.3s;
}

#wrapper.clear #header {
  transform: translateX(200%);
}

#wrapper.clear #footer {
  display: none;
}

#wrapper.clear .wizard {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

#wrapper.clear *:not(input), #listing-display *:not(input) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.content-wrapper i.close.icon {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

#wrapper.clear #fab {
  display: none;
}

#wrapper.clear #listings {
  display: none;
}

.submission {
  display: flex;
  flex-flow: column;
  align-items: center;
  border: none !important;
  box-shadow: none !important;
}

.submission .button {
  max-width: 300px;
  margin-bottom: 15px !important;
}

#wpadminbar.clear {
  z-index: 0;
}

#wrapper.clear ~.pac-container {
  right: 6px;
}
.pac-container {
  z-index: 1001;
}
.pac-icon {
  vertical-align: middle;
}

.pac-item {
  line-height: 3;
  font-size: 1em;
  opacity: 0.8;
}

.pac-item-query {
  font-size: 1em;
  opacity: 1;
}

.grid-main-title {
  text-decoration: underline;
  font-size: 1em;
}

.wizard {
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  transform: scale(0);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s;
}

.no-scroll {
  overflow: hidden;
}

.wizard .flickity-page-dots {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}

.wizard .flickity-page-dots .dot {
  visibility: hidden;
  margin: 0 !important;
  flex: 1 1 auto;
  border-radius: 0;
  position: relative;
  border: none;
  visibility: hidden;
}

.wizard .flickity-page-dots .dot.is-selected {
  background-color: rgba(0, 0, 0, 1);
  height: 3px;
  bottom: 1px;
  visibility: visible;
}

.wizard {
  background: rgba(248, 248, 248, 0.85);
}

.wizard-step {
  width: 100%;
  height: 360px;
  padding: 0;
  background: white;
  border-radius: 5px;
  padding: 5px;
}

.content-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
}

.ui.icon.input input.text-input {
  text-overflow: ellipsis;
  padding-right: 2.67142857em !important;
  padding-left: 1em !important;
}

i.icon.inside {
  left: auto !important;
  right: 0 !important;
  transition: 0.3s !important;
}

.text-input:focus+.icon.inside {
  transform: scale(-1, 1) !important;
  transition: 0.3s !important;
}

.backward {
  position: absolute;
  bottom: 0;
  cursor: pointer;
}

.valid.forward .pulse {
  animation: pulse-animation;
  animation-duration: 2.5s;
  animation-delay: 5s;
  animation-iteration-count: infinite;
}

.forward .pulse {
  background-color: #b0ffb0;
  opacity: 0;
  margin-bottom: -50px;
}

.forward .pulse, .forward i.icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  cursor: pointer;
}

.valid.forward {
  opacity: 1;
  transform: translateX(0px) translateY(10px);
}

.forward {
  transition: 0.3s;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  position: absolute;
  opacity: 0;
  left: 0;
  height: 100%;
  transform: translateX(500px) translateY(10px);
  margin-left: -15px;
}

.grid6x4 {
  display: grid;
  grid-gap: 0.5em;
  grid-template-rows: 1em 1em 4.5em 1em 1em 4.5em;
  grid-template-columns: 4.5em 4.5em 4.5em;
}

.grid6x3 {
  display: grid;
  grid-gap: 0.5em;
  grid-template-rows: 1em 4.5em 1em 1em 4.5em 1em;
  grid-template-columns: 4.5em 4.5em 4.5em;
}

.grid-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.grid-image img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  filter: grayscale(100%);
  z-index: -2;
}

.iconcheck:checked~img {
  filter: grayscale(0%);
}

.grid-image .iconcheck:checked+.coverbox {
  background-color: transparent;
}

.iconcheck:checked+.coverbox {
  background-color: rgb(176, 237, 194);
}

.iconcheck {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.check-false.icon-checkbox h2 {
  color: lightgray;
}

.icon-checkbox h2 {
  font-size: 23.28px;
  transition: 0.3s;
  font-weight: normal;
}

.icon-checkbox {
  border: 1px solid rgba(34, 36, 38, 0.15);
  padding: 13px 1em;
  border-radius: 4px;
  line-height: 1.2142em;
  font-family: 'Noto Kufi Arabic', 'Noto Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.check-true.icon-checkbox h2 i {
  transform: scale(-1, 1);
  transition: 0.3s;
  color: black;
}

.icon-checkbox h2 i {
  transition: 0.3s;
  color: black;
}

.coverbox {
  background-color: rgba(0, 0, 0, 0.05);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  border-radius: 5px;
  border: 1px solid gray;
  z-index: -1;
}

i.size-1.icon {
  line-height: 1;
  vertical-align: middle;
  font-size: 2.5em;
}

i.size-2.icon {
  line-height: 1;
  vertical-align: middle;
  font-size: 3em;
}

i.size-3.icon {
  line-height: 1;
  vertical-align: middle;
  font-size: 3.5em;
}

i.size-4.icon {
  line-height: 1;
  vertical-align: middle;
  font-size: 4em;
}

.row1 {
  grid-row: 1;
  grid-column: 1 / -1;
}

.row2 {
  grid-row: 2;
  grid-column: 1 / -1;
}

.row3 {
  grid-row: 3;
  grid-column: 1 / -1;
}

.row4 {
  grid-row: 4;
  grid-column: 1 / -1;
}

.row5 {
  grid-row: 5;
  grid-column: 1 / -1;
}

.row6 {
  grid-row: 6;
  grid-column: 1 / -1;
}

.row7 {
  grid-row: 7;
  grid-column: 1 / -1;
}

.row8 {
  grid-row: 8;
  grid-column: 1 / -1;
}

.row9 {
  grid-row: 9;
  grid-column: 1 / -1;
}

.row10 {
  grid-row: 10;
  grid-column: 1 / -1;
}

.row11 {
  grid-row: 11;
  grid-column: 1 / -1;
}

.row12 {
  grid-row: 12;
  grid-column: 1 / -1;
}

.col1 {
  grid-column: 1;
}

.col2 {
  grid-column: 2;
}

.col3 {
  grid-column: 3;
}

.col4 {
  grid-column: 4;
}

.col5 {
  grid-column: 5;
}

.col6 {
  grid-column: 6;
}

.col7 {
  grid-column: 7;
}

.col8 {
  grid-column: 8;
}

.col9 {
  grid-column: 9;
}

.col10 {
  grid-column: 10;
}

.col11 {
  grid-column: 11;
}

.col12 {
  grid-column: 12;
}

/* Listing Display */
.ui.text.menu .header.item {
  z-index: 0;
}

.sort-control .ui.text.menu {
  margin: 0 !important;
}

#listing-modal {
  top: 0 !important;
  margin-top:40px !important;
  overflow-x: hidden;
}
@media only screen and (max-height: 600px) {
  #listing-modal{
    margin-top:auto !important;
    max-height: 100%;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 350px) {
  .icon.smile.outline{
    display:none !important;
  }
}
.compact.item, .compact.item.bundle-17, .compact.item.bundle-16, .ui.divided.items>.compact.item.bundle-16:first-child, .ui.divided.items>.compact.item.bundle-17:first-child {
  padding-top: 1em !important;
}

.ui.right.ribbon.label.yl-type {
  padding-left: 1.2em;
  opacity: 0.9;
  position: absolute;
  min-width: 75px;
  z-index: 100;
}

.item {
  position: relative;
}

#listing-display .label, .ui.modal .label {
  font-size: 1.1em !important;
  border: 1px solid white;
}
.ui.right.ribbon.label.yl-type.green {
    min-width: 100px;
}
.fo001 {
  font-size: 1.1em !important;
}

.fo002 {
  font-size: 1.7em !important;
  padding-bottom: 0.5em !important;
}

@media only screen and (max-width: 767px) {
  .ui.items>.compact.item>.image, .ui.items>.compact.item>.image>img {
    max-height: 100px !important;
  }

  .ui.items>.item>.image.small, .ui.items>.item>.image.small>img {
    max-height: 175px !important;
  }
  .fo001 p{
    font-size: 1.2em !important;
  }
  #listing-modal .ui.image.small, #listing-modal .ui.image.small>img {
    max-height: 100px !important;
  }
  #listings {
    margin-right: 0.2em !important;
    margin-left: 0.2em !important;
  }
  #listings .ui.container {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #content .large-9.col {
    padding-right: 1px !important;
    padding-left: 0.8em !important;
  }
  .cmp-button{
    max-width:50px;
  }
}

#listings {
  padding-right: 0 !important;
  padding-left: 5px !important;
}

.bundle-17 {
  background-color: #E5E7E9 !important;
  padding: 30px 10px 10px 10px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.bundle-16 {
  background-color: #F4D03F !important;
  padding: 30px 10px 10px 10px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.ui.divided.items>.item.bundle-16:first-child, .ui.divided.items>.item.bundle-17:first-child {
  padding-top: 30px !important;
}

.carousel {
  background: white;
}

.carousel-cell {
  width: 18% !important;
  min-width: 150px;
  height: 285px;
  margin-right: 10px;
  background: white;
  border-radius: 5px;
}

.carousel-cell.is-selected {}

.carousel-cell.col {
  padding: 0 !important;
}

.grid6x4 {
  align-self: center;
}

.grid6x3 {
  align-self: center;
}

#desktop-fab {
  display: none !important;
}

.ui.modal>.close.custom {
  top: 0;
  left: -5px;
  z-index: 100;
  background-color: black;
  cursor: pointer;
  color: white;
}

#listing-modal .extra.content {
  padding-top: 0px;
}

.customa, .customa:hover {
  color: white !important;
}

.title.custom {
  font-weight: bold;
  font-size: 0.9em !important;
  padding-right: 0.5em !important;
}

.check-true i.icon.square {
  transform: none !important;
}

.check-true i.icon.square:before {
  content: "\f14a";
}

.meta.fo001 a:hover {
  font-weight: bold;
  color: #00B5AD !important;
}

.meta.fo001 a {
  font-size: 1.2em !important;
  color: black !important;
}

a.ui.basic.blue.button.item {
  margin-left: 10px;
}

.compact .content .extra :nth-child(4) {
  display: none;
}

.item:not(.compact) .description {
  word-wrap: break-word;
}
.item .description{
  width:100%;
}
.item .description p{
  white-space: pre-wrap;
  max-height:200px;
  overflow-y:auto;
}
.item.compact .description p{
  white-space: nowrap;
  max-height:75px;
  overflow-y:hidden;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
#listing-modal .description{
  width:100%;
}
#listing-modal .description p{
  white-space: pre-wrap;
  max-height: 125px;
  overflow-y: auto;
}



@media only screen and (max-width: 600px) {
  .compact .description p {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobile-social-share {
    display: block !important;
  }
}

.share-icon {
  background-image: url(icons/share.png);
  display: block;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  opacity: 0.7;
  filter: grayscale(1) brightness(0) invert(0);
  background-size: contain;
  margin: 5px;
  pointer-events: all;
  transition: 0.3s;
  position:absolute;
}
.share-icon:hover {
  opacity: 1;
  cursor: pointer;
}

.share-container {
  display: flex;
  flex-flow: row;
  justify-content: center;
  position:absolute;
}
.share-container.on {
  pointer-events: all;
}
.share-container a{
  transform: scale(0,0);
  width:35px;
  height:35px;
  opacity:0;
  display: block;
  background-size: contain;
  margin-left: 10px !important;
  margin-right: 0 !important;
  transition: 0.3s;
}
.share-container.on a {
  transform: scale(1,1);
  opacity:1;
}


@media only screen and (min-width: 765px) {
  .mobile-social-share {
    bottom:45px !important;
    top:auto !important;
  }
}
.share-container{
  right:30px;
}
.mobile-social-share {
  z-index: 1;
  width: 100%;
  pointer-events: none;
  position:absolute;
  top:15px;
}
.mobile-social-share.lm {
  bottom:45px;
  top:auto;
}


.share-container a.wa {
  background-image: url(icons/whatsapp.png);
}
.share-container a.fb {
  animation-delay: .1s;
  background-image: url(icons/facebook.png);
}
.share-container a.ml {
  animation-delay: .2s;
  background-image: url(icons/mail.png);
}
@-webkit-keyframes ShareBtnPop {
  0% {
    transform: scale(0,0);
    opacity: 0
  }

  to {
    transform: scale(1,1);
    opacity: 1
  }
}

@keyframes ShareBtnPop {
  0% {
    transform: scale(0,0);
    opacity: 0
  }

  to {
    transform: scale(1,1);
    opacity: 1
  }
}
.customwidth1.column {
    width: 120px !important;
}
.customwidth2.column {
    width: calc( 100% - 280px ) !important;
}
.customwidth3.column {
    width: 160px !important;
}
.ui.active.search.custom.dropdown input.search:focus + .text {
    color: rgba(255,255,255,0.6) !important;
}
.yl_hide{
  opacity:0;
  visibility:hidden;
}
.yl_show .yl_hide{
  opacity:1;
  visibility:visible;
}
.selector{
  position:absolute;
  top:0;
  background:rgba(0,0,0,0.8);
  width:100%;
  height:100%;
  transition:0.3s;
  opacity:0;
  z-index:-1;
  display:flex;
  flex-flow:row;
  justify-content:center;
}
.selector.active{
  transform:scale(1,1);
  opacity:1;
  z-index:10;
}
.selector .check {
  cursor: pointer;
  font-size: 30px !important;
  order: 100;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
}
.search-widget{
  position:relative;
}
.custombuttongroup{
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2) !important;
}
.custombuttongroup button i{
    width: 100%;
    text-align: center;
    margin: 0;
}
.selector.active .ui.checkbox label {
    padding-right: 1.2em;
    margin-left: 5px;
}

.filter-wrapper {
    width: 100%;
    padding: 15px 0px 0px 50px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    height: 90px;
}
.filter-wrapper .ui.checkbox {
    font-size: 20px;
}
.filter-wrapper label {
    color: white !important;
}
span.sizer{
    display: none;
}

#searchlocation{
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
  margin-bottom: 10px;
  margin-top: 5px;
  border-radius: 0px !important;
}
.search-widget .buttons {
  padding:0 !important;
}
#freesearch{
  min-width:0px;
  padding-right: 2.7em !important;
}
#freesearch.active{
  min-width:250px;
}
.meta-wrapper{
  margin-bottom:10px;
  padding:0 !important;
}
i.inline.circular.search.link.icon,i.inline.circular.delete.link.icon {
    position: absolute !important;
    right: auto;
    left: 30px;
    top: 12px;
    text-align: center;
    background-color: transparent;
}
i.inline.circular.search.link.icon::before,i.inline.circular.delete.link.icon::before {
  width:auto !important;
}
.wizard-step:last-child .forward {
    display: none;
}
.wizard-step:last-child .ui.icon.message.success {
  min-height:auto;
  margin-bottom:0;
}
.fix-image{
  max-height:170px;
  object-fit: cover;
}

.stripe-listing .header{
  color:rgb(77,77,77) !important;
}
.stripe-listing .marker.alternate.icon{
  width:auto;
  margin-left:5px;
}

.stripe-listing .button a{
  color:rgb(77,77,77) !important;
}
#listings .ui.basic.buttons .button,#listings .ui.basic.button {
  color:black !important;
}

.yl_counter{
  display:flex;
}
.yl_counter h3 {
    font-family: 'Assistant';
    margin: 10px 20px !important;
}

.yl_counter h3.yl_gender{
  text-align: left;
}

@media only screen and (max-height: 600px) {
  .yl_counter h3 {
      font-size:14px;
  }
}

.ui.card.stripe-listing .extra.content,.ui.card.stripe-listing .extra.content{
    height: 74px;
    padding: 0.75em 8px;
}
