/* unordered list for numbered places */
/*.journey-list {
  margin: 0; 
  padding: 0; 
  list-style-type: decimal; 
  list-style-position: inside; }*/
#main-content {
	height: auto !important;
}

.et_pb_module_header{
  font-size:60px; 
  line-height: 1.2em;
}

.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_hover_enabled.et_pb_section_parallax.et_pb_bg_layout_dark.et_pb_text_align_left{
  padding: 4% 0;
}

.et_pb_fullwidth_header_overlay{
  background-size: auto;
  background-position: left bottom;
}

.entry-title.main_title{
  margin: 0;
}

.container {
	padding-bottom: 58px;
}

.journey-image img{
  visibility: hidden;
  display: none;
}
.journey-list > * {
	background-color: white;
}

.journey-list {
  counter-reset: my-awesome-counter;
  list-style: none;
/*  padding-left: 40px;
*/}

.journey-list li {
  margin: 0 0 0.5rem 2.5rem;
  counter-increment: my-awesome-counter;
  position: relative;
}

.journey-list li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: sans-serif;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #df1a82;
  border-radius: 50%;
  text-align: center;
}


/* title header */
.place-title {
  display: inline; }

#journey-description {
  padding: 16px 0 60px 0;
}


/* Accordions */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  color: #444;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  background-color: white;
  overflow: hidden;
	max-height: 0px;
	transition: all .4s ease-in-out;
}

.panel.active {
	transition: all .4s ease-in-out;
	margin-bottom: 5vh;
}

.accordion-arrow {
	transition: all .4s ease-in-out;
}

.accordion-arrow.active, .hours-arrow.active {
	transform: rotate(-180deg);
	transition: all .4s ease-in-out;
}

.hours-container {
	padding-top: 1em;
	display: flex;
	width: 80%;
  transition: all .4s ease-in-out;
}

.place-hours.active {
	transition: all .4s ease-in-out;
}

/* sizes place images */
.place-img-container {
  width: 100%; 
  height: 40vh;
  overflow: hidden;
}

.place-img-container img{
  object-fit: cover;
  width: 100%;
}

.panel p img{
  vertical-align: -16.5%;
  margin-right: 16px;
}

.accordion li {
  float: left;
  color: #DF1A82;
  font-size: 14px;
  font-weight: 600;
	max-width: 80%;
}

.accordion img {
  float: right;
  padding-top: 4px;
}

.place-hours {
  margin-left: 2.2em; 
  text-indent: -2.2em;
	transition: all .4s ease-in-out;
 	width: 42%;
}

.hours-arrow {
	filter: grayscale(1);
	margin: 16px 0 0 8px;
	height: 12px;
	transition: all .4s ease-in-out;
}

.google-maps iframe {
  margin-top: 5vh;
  width: 100% !important;
  height: 40vh !important;
}

.qr{
  visibility: hidden;
  display: none;
}

/* Mobile responsive */
@media all and (max-width: 1105px) {
	.place-hours {
		width: 70%;
	}
}

@media all and (max-width: 980px) {
	.place-hours {
		width: 42%;
	}
}

@media all and (max-width: 870px) {
	.place-hours {
		width: 70%;
	}

  .place-img-container{
    height: 25vh;
  }
  
  #main-content .container{
    width: 85%;
  }
}

@media all and (max-width: 645px) {
	.place-hours {
		width: 100%;
	}
}

@media all and (max-width: 450px) {
  .hours-container {
    width: 100%;
  }
}

/* Print Styles */
@media print {
  *{
    page-break-after  : avoid !important;
    page-break-before : avoid !important;
    page-break-inside : avoid !important;
  }

  header, #main-header, footer, .google-maps {
    visibility: hidden;
    display: none;
  }

  #page-container #et-main-area, .et_vertical_nav #et-main-area, .et_vertical_nav #top-header{
    margin-left: 0 !important;
  }

/*  div#et-main-area{
    height: 100vh;
  }*/
  .et_pb_section.et_pb_section_0.et_pb_fullwidth_section.et_section_regular, .et_pb_fullwidth_header_overlay{
    height: 16vh;
    background-size: cover;
    padding: 0;
  }

  .et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_hover_enabled.et_pb_section_parallax.et_pb_bg_layout_dark.et_pb_text_align_left{
    padding: 0;
  }

  .et_pb_fullwidth_header_container.left{
    width: 87.5%;
  }

  .header-content h1{
    font-size: 36px;
  }

  .header-content h2{
    font-size: 18px;
  }


  #main-content div.container{
    padding: 0;
    width: 87.5%;
  }

  .journey-image img{
    display: block;
    visibility: visible;
    width: 100%;
    height: 16vh;
    object-fit: cover;
    object-position: 50% 25%;
    padding: 8px 0;
  }

  #journey-description{
    display: none;
    visibility: hidden;
  }

  button.accordion{
    padding: 0;
  }

  .journey-list hr:first-of-type{
    margin-top: 0;
  }

  .journey-list li::before{
    font-size: 1rem;
    font-weight: bold;
    font-family: sans-serif;
    position: absolute;
    --size: 20px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #df1a82;
    border-radius: 50%;
    text-align: center;
  }
  img.accordion-arrow{
    visibility: hidden;
    display: none;
  }

  h3.place-title{
    font-size: 13px;
  }

  .qr{
    float: right;
    visibility: visible;
    display: block;
    height: 10vh;
  }
}














