@charset "UTF-8";
main {
  min-height: 60vh;
}

.wp-element-button {
  color: var(--wp--preset--color--primary);
}

.bak-button {
  padding: 6px 12px;
  border: 1px solid var(--wp--preset--color--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bak-buttons a::after {
  content: " ➜";
  margin-left: 0.3em;
  font-weight: bold;
  font-size: 1.4em;
  vertical-align: middle;
}

#bak-sidebar {
  margin-top: -1rem;
  margin-bottom: -3rem;
  padding-top: 1rem;
  z-index: 5;
}

.bak-main-menu {
  width: 100%;
}

.bak-menu-underline {
  border-bottom: 1px solid #666;
  margin-bottom: 1rem;
  padding-bottom: 1rem !important;
  width: 100%;
}

.bak-padding-top {
  margin-top: 3rem;
}

.wp-block-search__button {
  margin-left: 0;
}

input.wp-block-search__input:not(:placeholder-shown) {
  border-color: var(--wp--preset--color--secondary);
}

.bak-sidebar-frontpage {
  width: 500px;
}

@media only screen and (min-width: 992px) {
  .home #bak-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    min-height: unset;
  }
}
.wp-block-post-content p {
  margin-block-start: 0.5rem;
}
.wp-block-post-content .oes-content-table-header {
  color: var(--wp--preset--color--tertiary);
}

.bak-project-url {
  padding: 11px;
  border: 1px solid var(--wp--preset--color--primary);
}
.bak-project-url a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  gap: 1rem;
}
.bak-project-url span.bak-link-text {
  flex: 1;
}

.bak-change-date {
  float: right;
  width: 100%;
  text-align: right;
  padding: 10px 0 20px 0;
}

.bak-project-navigation-wrapper {
  padding-bottom: 1.5rem;
}
.bak-project-navigation-wrapper .bak-project-navigation {
  display: inline-flex;
  gap: 10px;
}
.bak-project-navigation-wrapper .bak-project-navigation-return svg {
  padding-right: 10px;
}
.bak-project-navigation-wrapper .bak-project-navigation-current {
  padding: 6px;
}

.oes-archive-wrapper {
  padding-bottom: 60px;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.oes-archive-wrapper .oes-alphabet-initial {
  color: var(--wp--preset--color--tertiary);
  line-height: 1rem;
  padding-top: 0.25rem;
  width: 5%;
  font-size: 1.5em;
}
.oes-archive-wrapper .oes-alphabet-container {
  width: 95%;
  padding-top: 0;
}
.oes-archive-wrapper .oes-post-filter-wrapper {
  padding-bottom: 0.5rem;
}

.bak-message {
  margin-bottom: 0;
  color: var(--wp--preset--color--inactive);
}

ul.oes-active-filter.is-style-oes-default li {
  display: inline-block;
  margin: 6px 0;
}
ul.oes-active-filter.is-style-oes-default li:after {
  content: "";
}
ul.oes-active-filter.is-style-oes-default .oes-active-filter-item {
  padding: 6px 12px;
  border: 1px solid var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--secondary);
  margin-bottom: 5px;
}

.oes-metadata h2.oes-content-table-header {
  color: var(--wp--preset--color--text);
  margin-bottom: 0;
}

table.is-style-oes-default,
table.oes-metadata-table {
  font-size: var(--wp--preset--font-size--normal);
}
table.is-style-oes-default ul.oes-field-value-list,
table.oes-metadata-table ul.oes-field-value-list {
  display: flex;
  flex-wrap: wrap;
}
table.is-style-oes-default ul.oes-field-value-list li:after,
table.oes-metadata-table ul.oes-field-value-list li:after {
  color: var(--wp--preset--color--text);
}

details summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::marker {
  display: none;
}
details summary::before {
  content: "+";
  position: absolute;
  left: 0;
  font-weight: bold;
  transition: all 0.2s ease;
  font-size: 26px;
  margin-top: -8px;
  color: var(--wp--preset--color--primary);
}

details[open] summary::before {
  content: "−";
}

ul.oes-alphabet-list a.inactive,
ul.oes-alphabet-list span,
.wp-block-oes-filter-index a.inactive,
.wp-block-oes-filter-index span {
  color: var(--wp--preset--color--inactive);
}
ul.oes-alphabet-list li.active,
ul.oes-alphabet-list li.active a,
.wp-block-oes-filter-index li.active,
.wp-block-oes-filter-index li.active a {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--text);
}
ul.oes-alphabet-list li a:hover,
.wp-block-oes-filter-index li a:hover {
  color: var(--wp--preset--color--secondary);
}
ul.oes-alphabet-list li.active a:hover,
.wp-block-oes-filter-index li.active a:hover {
  color: var(--wp--preset--color--text) !important;
}

.wp-block-oes-filter-index {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
}
.wp-block-oes-filter-index ul {
  margin-left: -1rem;
}
.wp-block-oes-filter-index a {
  padding: 0.5rem 1rem;
}

ul.oes-filter-list-container .wp-block-details.active {
  color: var(--wp--preset--color--primary);
}
ul.oes-filter-list-container .wp-block-details.active .oes-filter-component::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--wp--preset--color--secondary);
  border-radius: 50%;
  margin-left: 5px;
}

li.oes-archive-filter-item .oes-archive-filter.active {
  color: var(--wp--preset--color--secondary);
}

li.oes-archive-filter-item.inactive a {
  color: var(--wp--preset--color--inactive);
}

li.oes-archive-filter-item.bak-filter-depth-1 {
  padding-left: 15px;
}

li.oes-archive-filter-item.bak-filter-depth-0 {
  padding-left: 30px;
}

.oes-index-filter-anchor.active {
  color: var(--wp--preset--color--text);
}

#oes_form input,
#oes_form textarea {
  width: 100%;
}

/* ---------------------------------------------------------------------------------------------------------------------
-- CAROUSEL ------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.oes-carousel,
.oes-carousel img {
  max-height: 350px;
  margin-bottom: 3rem;
}

.oes-carousel-wrapper {
  max-width: 85%;
}

.oes-carousel .carousel-item img {
  object-fit: cover;
}
.oes-carousel .carousel-item {
  -webkit-transition: 1.2s ease-in-out;
  -moz-transition: 1.2s ease-in-out;
  -o-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
}
.oes-carousel .carousel-caption {
  text-shadow: none;
  padding: 6px 12px;
  right: 0;
  bottom: 3rem;
  left: 0;
  font-size: 12px !important;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: left;
}
.oes-carousel .carousel-caption p {
  padding: 0;
  margin: 0;
}
.oes-carousel .carousel-control-next,
.oes-carousel .carousel-control-prev {
  display: none;
}
.oes-carousel .carousel-control-next {
  height: 32px;
  top: auto;
  z-index: 100;
  justify-content: flex-end;
}
.oes-carousel .carousel-control-next span {
  position: absolute;
  background-image: none;
}
.oes-carousel .carousel-control-next span:after {
  content: "\f061";
  font-family: "FontAwesome", serif;
  font-weight: lighter;
  font-size: 16px !important;
  padding: 0 12px 6px 0;
}

@media only screen and (min-width: 1200px) {
  .oes-carousel {
    padding-top: 12px;
  }
  .oes-carousel,
  .oes-carousel img {
    max-height: 400px !important;
    width: 84%;
  }
}

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