:root {
    /* GLOBAL VARS */
    --color-primary: #554af8;
    --color-secondary: #386cfa;
  --font-color-primary: #000000;
  --font-color-secondary: #000000;
 --font-color-light: #fff;
    --font-family-heading: Monteserat, sans-serif;
    --font-family-body: Open Sans, sans-serif;
	--color-top-bar-bg: #554af8;
	--color-date-block-bg: #FFFFFF;
	--color-date-block-text-active: #FFFFFF;
		--color-borders: #D9D9D9;
	--color-filter-bar-bg: #F2F2F2;
	--color-circle-bg: #dddddd;
		--color-entry-hover-bg: #ff176d;
	--cinema-name-size: 24px;
	--date-day-size: 24px;
    
    
    /* LOCAL VARS */
    
    
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  margin-bottom: 0px;
  margin-left: -20px;
  

  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: var(--color-borders);
  border-bottom-color: var(--color-borders)
  border-left-color: var(--color-borders)
  border-right-color: var(--color-borders)
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: var(--color-primary);;
  border-top-color: var(--color-borders)
  border-bottom-color: var(--color-borders);
  border-left-color: var(--color-borders)
  border-right-color: var(--color-primary);;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px var(--color-primary);;
}



.module-wrapper {
  width: 1000px;
	max-width: 100%;
		margin: 0 auto;
  height: auto;
  background-color: #ececec;
}



.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-top-bar-bg);
}

.loc-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loc-form {
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loc-form_field {
  width: 80%;
  height: 56px;
  margin-bottom: 0px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-image {
  height: 50px;
}

.submit-button {
  width: 56px;
  height: 56px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/loupe.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
        background-color: var(--color-primary);

}

.filter-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none!important;
  height: 3rem;
  padding: 16px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-filter-bar-bg);
}

.filter-text {
  margin-right: 24px;
}

.form-block {
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-field {
  margin-right: 24px;
  margin-bottom: 0px;
}

.date-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.date-wrapper {
  width: auto;
  height: auto;
  padding: 28px 20px;
  border-right: 1px solid var(--color-borders);
  border-left: 1px solid var(--color-borders);
  background-color: var(--color-date-block-bg);
}

.date-wrapper.date-active {
  background-color: var(--color-primary);
	color: var(--color-date-block-text-active);
}

.date-day {
  margin-bottom: 4px;
  font-size: var(--date-day-size);
  line-height: 24px;
  font-weight: 400;
    font-family: var(--font-family-heading);
}

.dates-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 70%;
  height: auto;
	border-top: 1px solid var(--color-borders);
	border-bottom: 1px solid var(--color-borders);
}

.date-selector_wrapper {
  width: 30%;
  padding-right: 20px;
  padding-left: 20px;
}

.date-select_field {
  height: 48px;
}

.entries-wrapper {
  overflow: auto;
  max-height: 36rem;
}

.single-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid var(--color-borders);
  border-bottom: 1px solid var(--color-borders);
}

.cinema_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 36px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color-secondary);;
}

.cinema_name {
  color: #fff;
  font-size: var(--cinema-name-size);
  text-transform: uppercase;
    font-family: var(--font-family-heading);
}

.cinema_location {
  color: #fff;
  font-size: 14px;
	line-height: 14px;
}

.entries_wrapper {
  width: 66.66%;
  padding: 16px 28px;
}

.entry_times-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.entry_time {
  margin-right: 10px;
  margin-bottom: 16px;
  margin-left: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: var(--color-primary);;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
	width: calc(25% - 20px);
}

.entry_time:hover {
  background-color: var(--color-entry-hover-bg);
}

.text-block {
  width: 100%;
	text-align: center;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .module-wrapper {
    width: 100%;
  }
    
    .entries-wrapper {
  
  max-height: none;
}
}

@media screen and (max-width: 767px) {
  .module-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .loc-form-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .loc-form_field {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo-wrapper {
    display: none;
  }

  .submit-button {
  }

  .date-bar {
	  position: static;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .dates-wrapper {
    width: 100%;
  }

  .date-selector_wrapper {
    display: none;
  }

  .single-entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cinema_wrapper {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .entries_wrapper {
    overflow: hidden;
    width: 100%;
    height: 0px;
    padding: 0px 16px;
  }

  .entries_wrapper.open {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .entry_open {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}


.empty-state_content {
    width:450px;
    height: 450px;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 225px;
    background: var(--color-circle-bg);
    padding: 50px;
}

.empty-state_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
