/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.button {
  background-color: #318699;
  border-radius: 10px;
  border-style: solid;
  border-color: #7a9095;
}
.button_small {
  display: inline-block;
  font-family: "lora", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  background: #255469;
  background-color: #255469;
  color: #ffffff !important;
  margin-bottom: 0.2rem;
  vertical-align: top;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.2s;
  padding: 0.2rem 0.4rem;
  font-size: 0.9rem;
  background-color: #528ba4;
  border-radius: 10px;
  border-style: solid;
  border-color: #7a9095;
}
h1 {
  color: white;
  background-color: #4f849b;
  padding: 4px 4px 7px 10px;
  border-radius: 10px;
  border-style: solid;
  border-color: #7a9095;
}
mark {
  background-color: #84b9ce;
  color: #f5e7d5;
}
.blog-featured {
  color: #3c3c3c;
  padding: 40px 40px 40px 40px;
  border-radius: 10px;
  border-style: solid;
  border-color: black;
}
.com-content-article__body {
  background-color: #f7f5ed;
  color: #3c3c3c;
  padding: 0em 1em 1em 1em;
  border-radius: 10px;
  border-style: solid;
  border-color: #7a9095;
  padding-top: 1em;
}
.com-content-article .com-content-article_body {
  background-color: #dbd3b9;
}
figure {
  margin: 0em 0px;
  margin-bottom: 1em;
}
figcaption {
  margin-left: 0em;
  color: white;
  background-color: #6f9a9f;
  margin-right: 70%;
  margin-top: 0.5em;
  padding-left: 0.5em;
  border-radius: 0.5em;
}
#menu-1228-particle > li:active {
  color: yellow;
}
/* Category Blog layout - image beside text */
.blog .item-content {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
/* Intro image container */
.blog .item-content .article-intro-image {
  flex: 0 0 40%;
  /* image width */
  max-width: 40%;
}
/* Image */
.blog .item-content .article-intro-image img {
  width: 100%;
  height: auto;
  display: block;
}
/* Text area */
.blog .item-content > *:not(.article-intro-image) {
  flex: 1;
}
@media (max-width: 768px) {
  .blog .item-content {
    flex-direction: column;
  }
  .blog .item-content .article-intro-image {
    max-width: 100%;
  }
}
.vertical-layout .vertical-flex {
  display: flex;
  /* align-items: flex-start; */
  justify-content: center;
  gap: 0rem;
}
.vertical-layout .vertical-image {
  flex: 0 0 45%;
}
.vertical-layout .vertical-image img {
  width: 55%;
  height: auto;
  display: block;
}
.vertical-layout .vertical-text {
  flex: 1;
  flex-grow: 1;
}
.blog-item .item-image {
  margin-left: 1rem;
}
.feature-box {
  border: 4px solid #000000;
  padding: 15px;
  margin: 20px 0;
  background-color: #d5c1b0;
  border-radius: 6px;
  font-size: 17px;
}
.pagination .btn-sm {
  background: #528ba4;
  color: #FFF;
  margin: 10px;
}
.breadcrumb {
  background: #e9dbb7 !important;
  padding: 0px !important;
  color: #86764b;
}
.breadcrumb .title {
  display: none;
}
/*# sourceMappingURL=custom_16.css.map */