  /*
Theme Name: Carnegie
Author: Carnegie
Author URI: https://www.carnegiehighered.com/
Description: Carnegie Theme for ¿ìÃ¨app¶ÌÊÓ
Version: 0.1.0
*/

/* Wordpress Styles */
#adminmenu * {
 color: white !important;
}
.has-text-align-right {
  text-align: right;
}
.has-text-align-center {
  text-align: center
}

.is-style-primary-button div, .is-style-primary-button-down div {
  display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    position: relative;
    padding: 1rem;
    border: 2px solid var(--Button-border, var(--gold-a11y)) !important;
    transition: color var(--transition), background var(--transition);
    background: var(--Button-bg, var(--gold-a11y));
    color: var(--Button-text, var(--blue));
    font: 800 .875rem / normal var(--inter);
    outline-color: var(--Button-fg, var(--blue));
    text-decoration: none;
    border-radius: 0px;
    z-index: 0;
}
.is-style-primary-button-down div:before {
    transform: rotate(90deg);
}

.is-style-secondary-button div {
  display: inline;
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  background-image: linear-gradient(to right, var(--link-underline), var(--link-underline));
  border-radius: 0px;
  background-color: transparent;
  color: var(--link, var(--blue));
  background-repeat: no-repeat;
  background-size: 0% 4px;
  background-position: 0% 100%;
  transition: background-size .45s;
  text-decoration: underline;
  padding-bottom: .4em;
  text-decoration-color: var(--link-underline);
  text-decoration-thickness: 2px;
  text-underline-offset: .4em;
  line-height: 1.74em;
}

.ImageSlider__content figcaption{
  text-align: left;
}

.Table .tablepress>:where(thead,tfoot)>*>th {
    background-color: transparent;
}
.editor-styles-wrapper .wp-block-acf-main-content {
  width: calc(95% - 295px);
}
.editor-styles-wrapper .content-with-sidebar .main__content {
  width: auto;
}

.BlockQuote__meta .wp-block-button {
  margin-inline: auto;
}

a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}

.editor-styles-wrapper .block-header--split>div:last-child .wp-block-buttons {
  display: flex;
  flex-direction: column;
  width: 60ch;
}
.editor-styles-wrapper .block-header--split .wp-block-acf-buttons div div {
  display: inline-flex;
  margin-inline: auto;
  width: auto;
  margin-bottom: 15px;
}
figcaption p {
  margin: 0px;
}

.Widget .contact-list {
  overflow-wrap: anywhere;
}

.Widget--related ul li a {
  display: inline;
  position: relative;
  font-weight: 700;
  background-image: linear-gradient(to right, var(--link-underline), var(--link-underline));
  background-repeat: no-repeat;
  background-size: 0% 4px;
  background-position: 0% 100%;
  transition: background-size .45s;
  text-decoration: underline;
  padding-bottom: .4em;
  text-decoration-color: var(--link-underline);
  text-decoration-thickness: 2px;
  text-underline-offset: .4em;
  line-height: 1.74em;
}
.Widget--related ul li a:hover {
    background-size: 100% 4px;
    text-decoration: underline;
    text-decoration-color: var(--link-underline);
    text-decoration-thickness: 2px;
    text-underline-offset: .4em;
}

.wp-block-acf-interior-quote .BlockQuote {
  padding: 25px;
}

.wp-block-acf-interior-quote .is-style-primary-button {
  margin-top: 30px;
}

.wp-block-acf-flip-card-slider .FlipCard-item__content {
  max-width: 300px;
  position: relative;
  bottom: 0rem;
  left: 0rem; 
  right: 0rem;
}
.wp-block-acf-flip-card-slider .FlipCard-item__content div {
  margin-bottom: 15px;
}
.wp-block-acf-flip-card-slider .FlipCard-item {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  width: fit-content;
}
.wp-block-acf-flip-card-slider .FlipCard-item:first-child {
width: 100%;
}
.wp-block-acf-flip-card-slider .slider {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-acf-flip-card-slider .FlipCard-item > div:nth-child(2)  {
  background-color: green;
}

.block-editor-block-list__block.Subnav__list a, .block-editor-block-list__block.Subnav__list .block-editor-rich-text__editable {
  color:white;
}
.block-editor-block-list__block.Subnav__list a:hover {
  color: white;
}

.Table__stack th:before, .Table__stack td:before {
  margin-right: 10px;
}
.interface-interface-skeleton__sidebar, .interface-complementary-area__fill, .editor-sidebar {
  width: 320px !important;
}

.acf-block-preview.wp-block-acf-hero-splash .Splash {
  margin: 0px;
}

.block-editor-block-list__layout .wp-block-acf-hero {
  margin-top: 125px;
}

.Subnav .rich-text [data-rich-text-placeholder]:after {
    opacity: .8;
}

.Subnav .block-editor-rich-text__editable {
  margin-top: 15px;
}

figure.image.image--center div.frame {
  display: flex;
  justify-content: center;
}

.Stats--alt .Stats__title {
  margin: 0px;
}

.Hero-minimal .wp-block-heading {
  margin-block: 2.5rem !important;
}

.image--center {
  display: table;
  margin-inline: auto;
  text-align:center
}