/* Variables */
:root {
  --input-width: 100%;
}

/* Layout */
body {
  max-width: 1155px;
  margin: 20px auto;
  font-family: 'Fira Sans', sans-serif;
  /*font-family: Helvetica, Arial, sans-serif;*/
  padding: 0 18px;

  /*
  background-color:#ffe299;
  background-image:
  radial-gradient(at 24% 13%, hsla(199,79%,66%,1) 0px, transparent 50%),
  radial-gradient(at 38% 80%, hsla(159,90%,72%,1) 0px, transparent 50%),
  radial-gradient(at 15% 95%, hsla(14,69%,63%,1) 0px, transparent 50%),
  radial-gradient(at 60% 66%, hsla(185,61%,62%,1) 0px, transparent 50%),
  radial-gradient(at 84% 85%, hsla(148,81%,79%,1) 0px, transparent 50%),
  radial-gradient(at 49% 27%, hsla(179,98%,62%,1) 0px, transparent 50%),
  radial-gradient(at 72% 2%, hsla(140,87%,69%,1) 0px, transparent 50%);
  */
}




header {
  margin: 0px 0 14px 0;
  position: sticky;
  top: 0;
  background: #fff;
  padding: 10px 5px;
  padding-bottom: 10px;
  z-index: 5;
}

#header-image {
  margin-top: 0px;
  margin-bottom: 10px;
  object-fit: fill;
  width: 100%;
  min-width: 100%;
  margin-right: 0;
}

.event_pri {
  font-size: 0.7em;
  text-align:center;
}
.dollarsign {
  font-size: 0.8em;
  vertical-align:text-top;
}
.event_amount {
  font-size: 1.2em;
}

main {
  display: flex;
  margin-top: 10px;
}

#left-column {
  flex-basis: 30%;
  width: 30%;
  padding-bottom: 20px;
}

#right-column {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
  width: 70%;
}

.paddingRight {
  padding-right: 10px;
}

.event_image {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 25%;
  flex: 0 0 auto;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 19px;
  max-height: 280px;
}

.hit-title>.mm {
  display: none;
}

#scroll-down-notice {
  display: none;
}

/* Searchbox */
#searchbox div.ais-SearchBox {
  width: 100%;
  max-width: 100%;
}

#searchbox input.ais-SearchBox-input {
  width: calc(100% - 34px);
  border: none;
  border-bottom: #83d4fc solid 4px;
  box-shadow: none;
  border-radius: 0;
  font-size: 1.3em;
  padding-left: 34px;
  padding-bottom: 6px;
  font-weight: 500;
  color: #3a4570;
}

#searchbox input.ais-SearchBox-input::placeholder {
  color: #ccc;
}

#searchbox .ais-SearchBox-submit {
  position: absolute;
  bottom: 10px;
  outline: none;
  left: 6px;
}

#searchbox .ais-SearchBox-submitIcon {
  height: 18px;
  width: 18px;
}

#searchbox .ais-SearchBox-reset {
  position: absolute;
  bottom: 14px;
  left: auto;
  outline: none;
  right: 6px;
}

#searchbox .ais-SearchBox-resetIcon {
  height: 14px;
  width: 14px;
}

.ais-SearchBox-input:focus {
  outline: none;
}

/* Hits */
.hit-title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.hit-title>.price {
  display: flex;
  margin-top: 5px;
  height: 16px;
  font-weight: normal;
  border: 1px solid grey;
  padding: 2px 6px;
  border-radius: 250px;
  font-size: 0.9em;
  align-items: center;
}



main h4 {
  font-size: 1em;
  color: #222;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1.5;
}

mark {
  background-color: #f4dc59;
}

.ais-Hits-item {
  /* border-radius: 10px; */
  display: flex;
  flex-direction: row;
  /*! align-items: center; */
  /* border: 1px solid #83d4fc; */
  border: .0625rem solid #ddd;
  padding: 18px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  margin-top: 0px;
  background-color: #fdfdfd;
  padding-right: 15px;
  border-radius: 10px;
  transition: .3s;
}

.ais-Hits-item img {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-height: 100%;
  margin-right: 0;
  height: 100%;
}

.event_image a {
  display: block;
  height: 100%;
  width: 100%;
}

div.content {
  display: flex;
  flex-direction: column;
  max-width: 750px;
}

p {
  margin: 0;
  color: #666;
  text-align: justify;
  font-size: 0.86em;
  line-height: 1.3;
}

/* Widgets */
/* Widgets - general */
h5.filter-title {
  font-size: 1.05em;
  font-weight: bold;
  border: none;
  margin-top: 0;
  margin-bottom: 11px;
  text-transform: uppercase;
  color: #3a4570;
}

#left-column .ais-root {
  margin-bottom: 20px;
}

.filter-widgets:not(:last-child) {
  border-bottom: #83d4fc solid 3px;
  margin-right: 5px;
  margin-bottom: 21px;
  padding-bottom: 5px;
}

.ais-RefinementList-item,
.ais-HierarchicalMenu-item,
.ais-Menu-item {
  margin-bottom: 11px;
}

.ais-RefinementList-item--selected,
.ais-HierarchicalMenu-item--selected>div>a,
.ais-Menu-item--selected {
  font-weight: bold;
}

.ais-RefinementList-label,
.ais-HierarchicalMenu-link,
.ais-Menu-link {
  color: rgb(58, 69, 112);
  cursor: pointer;
  text-decoration: none;
}

span.ais-RefinementList-count,
.ais-HierarchicalMenu-count,
.ais-Menu-count {
  margin-left: 5px;
  padding: 0.1rem 0.4rem;
  font-size: 0.8rem;
  color: #3a4570;
  background-color: #dfe2ee;
  border-radius: 15px;
  cursor: pointer;
}

/* Widget - RefinementList */
.ais-RefinementList-checkbox {
  margin-left: 0;
}

.ais-RefinementList input[type="search"] {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c4c8d8;
  font-size: 1em;
  box-shadow: none;
  padding-left: 16px;
  width: 100%;
  margin: 5px 0;
}

.ais-RefinementList input[type="search"]::placeholder {
  color: #c4c8d8;
}

.ais-RefinementList-searchBox .ais-SearchBox-form>.ais-SearchBox-submit {
  position: relative;
  bottom: 25px;
  outline: none;
}

.ais-RefinementList-searchBox .ais-SearchBox-form>.ais-SearchBox-reset {
  display: none;
}

/* Widget - HierarchicalMenu */
.ais-HierarchicalMenu-item--selected>div {
  margin-top: 5px;
}

.ais-HierarchicalMenu-item--selected>div>a::after {
  margin-left: 5px;
}

/* Widget - RangeInput */
.ais-RangeInput-submit,
.ais-RangeInput-submit:hover {
  background-color: #dfe2ee;
  color: #3a4570;
  padding: 0.2rem 0.6rem;
  font-size: 1em;
  margin-left: 5px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
}

.ais-RangeInput-submit:focus {
  outline: none;
}

.ais-RangeInput-input--min,
.ais-RangeInput-input--max {
  width: 70px;
  min-width: 70px;
  font-size: 1em;
}

.ais-RangeInput-separator {
  margin: 0 5px;
}

/* Widget - Pagination */
#disclaimer {
  align-self: center;
  color: #bfbdbd;
  margin: 30px 50px 30px 50px;
  font-size: 0.8em;
}

/* Widget - Pagination */
#pagination {
  align-self: center;
}

.ais-Pagination-link {
  padding: 0.3rem 0.6rem;
  margin-right: 3px;
  display: block;
  border: 1px solid #c4c8d8;
  border-radius: 5px;
  transition: background-color 0.2s ease-out;
  text-decoration: none;
}

.ais-Pagination-link {
  color: #3a4570;
}

.ais-Pagination-link:hover {
  background: #e3e5ec;
}

.ais-Pagination-item--selected a,
.ais-Pagination-item--selected a:hover {
  background-color: #3a4570;
  border-color: #3a4570;
  color: white;
}

/* Widget - ClearRefinements */
.ais-ClearRefinements-button {
  border: none;
  outline: none;
  border-radius: 0;
  border: solid 1px #dfe2ee;
  color: #3a4570;
  padding: 0.25em 1.4em;
  border-radius: 40px;
  font-size: 1em;
  margin-bottom: 15px;
}

.ais-ClearRefinements-button:hover {
  background-color: #dfe2ee;
}

.ais-ClearRefinements-button--disabled {
  display: none;
}

/* Widget - Stats */
.ais-Stats {
  text-align: right;
  margin-top: 12px;
  font-size: 0.8em;
}

.ais-Hits-item .fh-button-2d-green {
  margin-top: 10px !important;
}

.left-wrapper {
  margin-right: 30px;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;

  background-color: white;
}

.ais-Hits-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.ais-RefinementList-item input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.ais-RefinementList-item input:checked {
  background-color: #3ab134;
  border-color: #3ab134;
}

.ais-RefinementList-item input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.ais-SearchBox-form {
  position: relative;
}



/* Filter Area Start */

.menu-open {
  width: 28px;
  position: absolute;
  right: 10px;
  bottom: 40px;
  display: none;
  cursor: pointer;
  z-index: 1;
}

.menu-open span {
  display: block;
  height: 3px;
  background: #363535;
  margin-bottom: 5px;
  transition: .3s;
}

.menu-open:hover span {
  background: #3ab134;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  display: none;
}

.overlay.active {
  opacity: .4;
  visibility: visible;
}

/* Filter Area End */



/* Read More / Read Less */
.post{
  font-family: "Poppins",sans-serif;
}
.post p{
  font-size: 12px;
}
.post button{
  padding: 10px;
  background-color: #ff0268;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.post:not(:last-child){
  margin-bottom: 50px;
}
.hide{
  display: none;
}
/* end Read More / Read Less */



/*
--------------------------------------------------
----- MEDIA QUERIES
--------------------------------------------------
*/
/*
@media (max-width: 991px) {
  .left-wrapper {
    margin-right: 20px;
    padding: 18px;
  }

  #right-column {
    flex-basis: 67%;
    width: 67%;
  }

  #left-column {
    flex-basis: 33%;
    width: 33%;
  }
}
*/

@media (max-width: 800px) {

  #scroll-down-notice {
    display: block;
  }

  .overlay{
    display: block;
  }
  .left-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 255px;
    border: 0;
    border-right: 1px solid #ddd;
    overflow-y: scroll;
    background: #fff;
    z-index: 9;
    border-radius: 0;
    transition: .3s;
    height: 100%;
    padding-bottom: 10px;
  }

  .left-wrapper.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  #searchbox div.ais-SearchBox {
    width: calc(100% - 70px);
  }

  .menu-open {
    display: block;
  }

  main {
    flex-direction: column;
  }

  #left-column {
    flex-basis: 60%;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  #searchbox input.ais-SearchBox-input {
    width: calc(100% - 34px);
    font-size: 1em;
    padding-left: 32px;
    padding-bottom: 8px;
  }

  #right-column {
    flex-basis: 100%;
    width: 100%;
  }

}

/* Extra small devices (phones, 600px and down) */

/*
@media (max-width: 600px) {
  .event_image .mm {
    display: flex;
  }

  .hit-title>.mm {
    font-size: .8em;
  }

}
*/

@media (max-width: 799px) {


  .ais-Hits-item {
    flex-direction: column;
  }

  .event_image {
    margin: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    height: 230px;
    object-position: center;
    object-fit: fill;
  }

  #left-column {
    flex-basis: 100%;
    width: 100%;
  }

  #scroll-down-notice {
    display: block;
  }
  .menu-open {
    right: 4px;
    bottom: 42px;
  }

  #searchbox input.ais-SearchBox-input {
    font-size: .9em;
    padding-left: 32px;
    padding-bottom: 8px;
  }

  .left-wrapper {
    padding: 20px;
  }

  #searchbox div.ais-SearchBox {
    width: calc(100% - 45px);
  }

  .ais-Pagination-link {
    padding: 0.27rem 0.53rem;
    font-size: 13px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media (min-width: 600px) {
  .event_image {
    display: none;
  }

  .hit-title>.mm {
    font-size: .9em;
  }
}
*/

/* Medium devices (landscape tablets, 768px and up) */
/* @media (min-width: 768px) {
  .event_image {
    display: flex;
  }
} */

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) {
  .event_image {
    display: flex;
  }

  .hit-title>.mm {
    display: block;
    width: flex;
    margin-top: 5px;
    height: 16px;
    font-weight: bold;
    border: 1px solid grey;
    padding: 2px 6px;
    border-radius: 250px;
    font-size: 0.9em;
    align-items: center;
    background-color: green;
    color: white;
    clear: both;
    float: right;
    /*position: relative;*/
    position: relative;
    right: 0;
    top: 0;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) {
  .event_image {
    display: flex;
  }

  .hit-title>.mm {
    display: block;
    width: flex;
    margin-top: 5px;
    height: 16px;
    font-weight: bold;
    border: 1px solid grey;
    padding: 2px 6px;
    border-radius: 250px;
    font-size: 0.9em;
    align-items: center;
    background-color: green;
    color: white;
    clear: both;
    float: right;
    /*position: relative;*/
    position: relative;
    right: 0;
    top: 0;
  }

}