/* Easy Table of Contents */
/* ###################### */
#ez-toc-container {
  padding: 1.5em !important;
  width: 96% !important;
  border: 1px solid #771350 !important;
}

.ez-toc-title {
  display: block !important;
  color: #771350 !important;
  text-align: center !important;
}

#ez-toc-container p.ez-toc-title {
  font-size: 1.5em;
  text-align: center;
}
#ez-toc-container li {
  padding: 0.3em 0;
}

.ez-toc-title-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

ul.ez-toc-list {
  padding-top: 1.5em !important;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

@media screen and (max-width: 479px) {
  #ez-toc-container {
    width: 85% !important;
  }

  .ez-toc-list a {
    font-size: 14px !important;
  }

  .ez-toc-page-1 {
    padding: 0.2rem 0 !important;
  }
}
/* City Loop */
/* --------- */
.csv-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inherit;
}
.csv-list li {
  float: left;
  margin-right: 10px;
}
.csv-list li:after {
  content: ", ";
}
.csv-list li:last-child:after {
  content: " ";
}
.csv-list a {
  text-decoration: underline;
}

/* Shortcode Ultimate Box */
/* ---------------------- */
.su-box-title h2 {
  margin-top: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.5em;
}

.su-box {
  border: none !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.su-box-content h3 {
  margin-top: 0;
}

/* Shortcode Ultimate List */
/* ----------------------- */
.su-list ul li {
  line-height: 1.7em !important;
}
.su-list ul li > i {
  width: 1.7em !important;
  height: 1.7em !important;
  line-height: 1.7em !important;
}

/* Shortcode Ultimate Other */
/* ------------------------ */
.su-info-box-title h2 {
  color: #fff;
  font-size: 18px !important;
}

@media (max-width: 616px) {
  .su-info-box-item {
    padding: 0.5em 1em 0 1em !important;
  }
}
/* Cookie Notice */
/* --------------*/
.cn-button.wp-default {
  background: #0b5065;
}

#cookie-notice {
  width: 75%;
  margin: 3em auto;
  border-radius: 5px;
  left: 15%;
  min-width: 0;
}

#cn-close-notice {
  display: none;
}

#cn-notice-text a {
  color: #fff;
  text-decoration: underline;
}

/*# sourceMappingURL=custom.css.map */
