/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 15 2025 | 13:48:56 */
html.fontsize * {
  font-size: 19px !important;
}

.continue span {
  display: none !important;
}

time.updated,
a.continue {
  display: none !important;
}

h2.entry-header {
    font: 600 1.5em "Axiforma", "Open Sans", sans-serif;
    margin: 2.5% auto;
}
.donation_button {
  background-color: #710193;
  border: none;
  font-weight: bold;
  color: white;
  border-radius: 8px;
  padding: 5% 3% 10% 5%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.85em;
  margin-left: 24%;
  cursor: pointer;
  transition-duration: 0.4s;
}

.donation_button:hover {
  background-color: #ccccff;
  color: black;
}

table.table tbody tr:nth-child(even) td {
  background: #fff;
}

#sp-wp-tabs-wrapper_12443.sp-tab__lay-default>.sp-tab__tab-content .sp-tab__tab-pane ul li a,
#sp-wp-tabs-wrapper_12443.sp-tab__lay-default .sp-tab__tab-content .sp-tab__tab-pane ol li a {
  color: #0000E0;
}

.header_alert {
  color: #8b0000;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  background-color: #f5dadf;
}

button.wireless {
  background-color: #880000;
  border: none;
  margin: auto;
  display: block;
  padding: 4% 5% 2% 5%;
  text-align: center;
  text-decoration: none;
  font: small-caps bold 1em/30px Arial, serif;
}

button.wireless.a {
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px #000000;
}

.wireless_print {
  display: block;
}

.wireless_print>* {
  padding: 1rem;
}

.wireless_print>.wireless_column {
  padding-top: 25%;
}

/* Create two equal columns that sits next to each other */
.print_left_column,
.print_right_column {
  flex: 50%;
  padding: 5px;
}

h1.entry-title {
  font: 600 1.75em "Axiforma", "Open Sans", sans-serif;
  margin: 2.5% auto;
}

.entry-title a {
  font: 600 1em "Axiforma", "Open Sans", sans-serif;
  color: #0000e0;
}

.fkex-container * {
  box-sizing: border-box;
}

.flex-container {
  padding: 25px 25px 0 35px;
  display: flex;
  flex-direction: row;
  text-align: left;
  font-size: 1.25em;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 991px) {
  .flex-container {
    flex-direction: column;
  }
}

.flex-container span {
  display: block;
  font-size: 0.95rem;
  padding-bottom: 10px;
}

.flex-container ul li a {
  font-weight: bold;
  text-decoration: underline;
}

.gift_button {
  background-color: #880000;
  border-radius: 20px;
  border: 1px solid white;
  color: white;
  padding: 0 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.gift_button:hover {
  background-color: #f7d0d7c9;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
}

.grid-item {
  padding: 5px;
}

aside {
  width: 40%;
  margin-left: 0.5rem;
  margin-right: 1.5rem;
  float: right;
}

.interlibrary h2 {
  color: #009999;
  font: 600 1.625rem "Axiforma", "Open Sans", sans-serif;
  margin-top: 30px;
}

.form-control,
select,
input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ff-message-success {
  border: 0px;
  box-shadow: none;
  margin-top: 10px;
  overflow-wrap: break-word;
  padding: 15px;
  position: relative;
}

.fluentform .text-danger {
  font-weight: bold;
}

.reservation h2 {
  clear: both;
}

#sitemap-left ol li,
#sitemap-right ol li,
#sitemap2-left ol li,
#sitemap2-right ol li {
  list-style-type: square;
}

div.suggest ol li {
  list-style-type: disc;
  padding-bottom: 12px;
}

div.suggest span {
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
}

.suggestion {
  width: 85%;
  padding-left: 5%;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
}

/* for all window widths */
#sitemap-left,
#sitemap2-left {
  float: left;
  color: #4a4a4a;
  width: 50%;
  padding-right: 10%;
}

#sitemap-right {
  float: right;
  width: 50%;
}
#sitemap2-right {
  float: right;
   width: 50%;
}

@media only screen and (max-width: 768px) {

  #sitemap-left,
  #sitemap2-left,
  #sitemap-right,
  #sitemap2-right {
    float: none;
    color: #4a4a4a;
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  a.help {
    display: none;
  }

  .red_sticker h4 {
    display: none;
  }
}

@media (min-width: 500px) and (max-width: 725px) {
  .reserve {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .wireless_print>.wireless_column {
    padding-top: 0;
}

@media (min-width: 768px) {
  .wireless_print {
    display: grid;
    grid-template-columns: auto auto;
  }
}

@media (min-width: 800px) and (max-width: 899px) {
  .wireless_print>.wireless_column {
    padding-top: 55%;
  }

  button.wireless {
    margin: -25% auto auto auto;
    padding: 4% 5% 4% 5%;
  }
}

@media screen and (max-width: 900px) {
  .red_sticker h4 {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  a.help {
    display: none;
  }
}

/*Space and Amenities*/

.space-container,
.space-container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row wrap;
  padding: 20px 0 35px 0;
}

.space-container div img,
.space-container2 div img {
  margin: 20px 0 0 0;
}


.space-container>div span.title,
.space-container2>div span.title {
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
}

.space-container>div,
.space-container2>div {
  text-align: left;
  max-width: 360px;
  font-size: 0.95em;
}

.space-container>div {
  padding: 20px 0;
}

.space-container2>div {
  padding: 5px 0;
}

span.room_desc a {
  font-weight: bold
}

/* Create three equal columns that floats next to each other, used in blog posts */
.column-post {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px;
  /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.ppma-page-header .ppma-page-title {
  font: 600 2em "Axiforma", "Open Sans", sans-serif;
}

.ppma-page-content.list .article-title a {
  font: 600 0.8em "Axiforma", "Open Sans", sans-serif;
  color: #0000e0;
}

.ppma-page-content.list .article-image img {
  height: auto;
  padding: 2%;
  max-width: 100%;
  max-height: 100%;
}

svg.svg-inline--fa {
  color: #17191c;
  font-size: 1.25rem;
}

svg.fa-magnifying-glass {
  color: #ffffff
}

div.entry-content p,
ul li {
  font: 400 1rem / 26px Roboto, Arial, "Open Sans", sans-serif;
}