/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20-Feb-2020, 13:06:54
    Author     : Mike & Diana
*/

.youth-programs-link {
  color: #000000;
}

.itinerary-overlay .itinerary-list-new .alert {
  border: none;
  max-width: none;
}
.itinerary-overlay .itinerary-list-new .alert .list-inline li {
  padding-left: 1em;
  padding-right: 1em;
}
.itinerary-overlay .itinerary-list-new .img-container {
  max-width: 100%;
}
@media (max-width: 767px) {
  .itinerary-overlay .itinerary-list-new table tr {
    margin: 0;
    padding: 1em 0;
    border-top: 1px solid #eeeeee;
  }
  .itinerary-overlay .itinerary-list-new table tr .img-container {
    margin-bottom: 0;
  }
  .itinerary-overlay .itinerary-list-new table tr .entry-title {
    margin-bottom: 0.5em;
  }
  .itinerary-overlay .itinerary-list-new table tr > td:last-child {
    padding-top: 0;
  }
  .itinerary-overlay .itinerary-list-new table tr .itinerary-remove .btn-fill-text-secondary {
    background-color: #000000;
  }
  .itinerary-overlay .itinerary-list-new table tr .itinerary-remove .mobile-only {
    color: #000000;
  }
}
.itinerary-overlay .public-installations-link,
.itinerary-overlay .exhibitions-link,
.itinerary-overlay .events-link,
.itinerary-overlay .youth-programs-link {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
}
.itinerary-overlay .public-installations-link:hover {
  border-bottom-color: #000000;
}
.itinerary-overlay .exhibitions-link:hover {
  border-bottom-color: #000000;
}
.itinerary-overlay .events-link:hover {
  border-bottom-color: #000000;
}
.itinerary-overlay .youth-programs-link:hover {
  border-bottom-color: #000000;
}

.itinerary-list-share .event-type-public-installations,
.itinerary-list-share .event-type-exhibitions,
.itinerary-list-share .event-type-events {
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .itinerary-list-share .event-type-public-installations,
.itinerary-list-share .event-type-exhibitions,
.itinerary-list-share .event-type-events {
    font-size: 0.75em;
  }
}
.itinerary-list-share .event-type-public-installations {
  color: #000000;
}
.itinerary-list-share .event-type-exhibitions {
  color: #000000;
}
.itinerary-list-share .event-type-events {
  color: #000000;
}
.itinerary-list-share .entry-title {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.itinerary-list-share .img-container {
  text-align: center;
}
.itinerary-list-share thead th {
  color: #b0b0b0;
}
.itinerary-list-share tbody tr {
  border-top: 1px solid #eeeeee;
}
.itinerary-list-share tr td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .itinerary-list-share tr td {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}
.itinerary-list-share tr td ul,
.itinerary-list-share tr td li {
  margin-top: 0;
}
@media (max-width: 767px) {
  .itinerary-list-share .entry-title {
    font-size: 1.16666667em;
  }
  .itinerary-list-share table,
.itinerary-list-share table tbody,
.itinerary-list-share table thead,
.itinerary-list-share table tfoot,
.itinerary-list-share table tr,
.itinerary-list-share table td,
.itinerary-list-share table th {
    display: block;
    padding: 0;
    border: none;
  }
  .itinerary-list-share table thead {
    display: none;
  }
  .itinerary-list-share table tr {
    border-top: 1px solid #eeeeee;
    padding: 1em 0;
  }
  .itinerary-list-share table td {
    max-width: 600px;
    margin: 0 auto;
  }
}

.share-link-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.share-link-wrapper .clipboard-target {
  display: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 1em;
  min-height: 0;
  height: 2.25em;
  padding: 0 1em;
}
.share-link-wrapper .ci-share-link-copy {
  display: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  line-height: 1.2;
  font-weight: bold;
  padding: 0.5em 0.75em;
  text-decoration: none;
  border-radius: 5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  background-color: #000000;
  color: #ffffff;
  white-space: nowrap;
}
.share-link-wrapper .ci-share-link-copy:hover, .share-link-wrapper .ci-share-link-copy:focus {
  background-color: #000000;
}
.share-link-wrapper .clipboard-target.link-available,
.share-link-wrapper .ci-share-link-copy.link-available {
  display: inline-block;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.ci-share-wrapper {
  margin-left: -18px;
  margin-right: -18px;
  width: calc(100% + 18px + 18px);
}
@media (min-width: 992px) {
  .ci-share-wrapper {
    margin-right: -72px;
    margin-left: -72px;
    width: calc(100% + 72px + 72px);
  }
}

#donation-radio-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#donation-radio-button form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#donation-radio-button #ywcnp_form_name_your_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  margin: 0 20px 0 0 !important;
}
#donation-radio-button #ywcnp_form_name_your_price:before {
  content: "$";
  display: inline-block;
  padding: 0.25em;
  border: 1px solid #cccccc;
  border-right: none;
  background: #eeeeee;
}
#donation-radio-button input[type=number].qty {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  opacity: 0;
  visibility: hidden;
}

#donation-radio-wrapper {
  position: relative;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 0.5em;
  margin: 1em 0;
  padding: 1em;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
#donation-radio-wrapper > .widgettitle {
  margin-top: 0;
}
#donation-radio-wrapper input[type=radio] {
  margin-right: 0.25em;
}
#donation-radio-wrapper .flex-wrap, #donation-radio-wrapper .flex-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
#donation-radio-wrapper .flex-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
#donation-radio-wrapper .flex-center, #donation-radio-wrapper .flex-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#donation-radio-wrapper .flex-left, #donation-radio-wrapper .flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#donation-radio-wrapper .flex-right, #donation-radio-wrapper .flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#donation-radio-wrapper .flex-centre, #donation-radio-wrapper .flex-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#donation-radio-wrapper .flex-around, #donation-radio-wrapper .flex-saround, #donation-radio-wrapper .flex-space-around, #donation-radio-wrapper .flex-sparound {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#donation-radio-wrapper .flex-space-between, #donation-radio-wrapper .flex-sbetween, #donation-radio-wrapper .flex-between, #donation-radio-wrapper .flex-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#donation-radio-wrapper .flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#donation-radio-wrapper .flex-vert, #donation-radio-wrapper .flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#donation-radio-wrapper .flex-wrap > .flex-center {
  margin: 0 1em 1em 0;
}
#donation-radio-wrapper #respond input#submit, #donation-radio-wrapper #respond input#submit.alt,
#donation-radio-wrapper a.button,
#donation-radio-wrapper a.button.alt,
#donation-radio-wrapper button.button,
#donation-radio-wrapper button.button.alt,
#donation-radio-wrapper input.button,
#donation-radio-wrapper input.button.alt {
  color: #515151;
  background-color: #ebe9eb;
  border: 1px solid #ccc;
}
#donation-radio-wrapper #respond input#submit:focus, #donation-radio-wrapper #respond input#submit:hover, #donation-radio-wrapper #respond input#submit:active, #donation-radio-wrapper #respond input#submit.alt:focus, #donation-radio-wrapper #respond input#submit.alt:hover, #donation-radio-wrapper #respond input#submit.alt:active,
#donation-radio-wrapper a.button:focus,
#donation-radio-wrapper a.button:hover,
#donation-radio-wrapper a.button:active,
#donation-radio-wrapper a.button.alt:focus,
#donation-radio-wrapper a.button.alt:hover,
#donation-radio-wrapper a.button.alt:active,
#donation-radio-wrapper button.button:focus,
#donation-radio-wrapper button.button:hover,
#donation-radio-wrapper button.button:active,
#donation-radio-wrapper button.button.alt:focus,
#donation-radio-wrapper button.button.alt:hover,
#donation-radio-wrapper button.button.alt:active,
#donation-radio-wrapper input.button:focus,
#donation-radio-wrapper input.button:hover,
#donation-radio-wrapper input.button:active,
#donation-radio-wrapper input.button.alt:focus,
#donation-radio-wrapper input.button.alt:hover,
#donation-radio-wrapper input.button.alt:active {
  background-color: #dfdcde;
  color: #515151;
}
#donation-radio-wrapper #ywcnp_suggest_price_single {
  padding: 0 0.5em;
  width: 100%;
  max-width: 200px;
}

label[for=ywcnp_suggest_price_single] {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  opacity: 0;
  visibility: hidden;
}

.woocommerce-error {
  border-top-color: #000000;
}
.woocommerce-error:before {
  color: #000000;
}

.woocommerce-info {
  border-top-color: #000000;
}
.woocommerce-info:before {
  color: #000000;
}

.woocommerce-message {
  border-top-color: #000000;
}
.woocommerce-message:before {
  color: #000000;
}

.woocommerce a.remove {
  color: #000000 !important;
  line-height: 0.8;
}
.woocommerce a.remove:hover {
  background: #000000 !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #000000;
}
.woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover {
  background: #000000;
}
.woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active {
  background: #000000;
}
.woocommerce .quantity .qty {
  min-height: 2.2em;
}
.woocommerce .published {
  display: none;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background: #b9b9b9;
}

.itinerary-login-register-wrapper {
  margin: 1em auto 0;
  padding: 1em;
  border: 1px solid #000000;
  border-left-width: 1px;
  border-left-width: 5px;
  background: #fff;
}

#donate-supporter-content {
  display: none;
  margin: 1em 0;
  padding: 1em;
  border-left: 2px solid #000000;
}
#donate-supporter-content > *:first-child {
  margin-top: 0;
}
#donate-supporter-content > *:last-child {
  margin-bottom: 0;
}

.ci_save_session_logged_in .ci-user-save-session {
  display: none;
}

.social-share-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-share-btns h4 {
  margin: 0 0.75rem 0 0;
}
.social-share-btns a {
  margin-right: 0.75rem;
  color: #000000;
}
.social-share-btns a svg {
  fill: #000000;
}
.social-share-btns a:hover {
  color: #000000;
}
.social-share-btns a:hover svg {
  fill: #000000;
}