p {
  font-family: "Nunito Sans", serif;
  color: #2b2b2b;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h3, h4, h5, h6 {
  font-family: "Nunito Sans", serif;
}

h1, h2 {
  font-family: "Lancelot", serif;
}

.simplefavorite-button.active {
  opacity: 100 !important;
}

header#masthead {
  position: sticky;
  top: 0;
  background: white;
}
header#masthead .site-branding {
  width: 100%;
  padding: 10px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
header#masthead .site-branding .main-nav, header#masthead .site-branding .logo, header#masthead .site-branding .admin-nav {
  width: 33.33%;
}
header#masthead .site-branding .logo {
  text-align: center;
}
header#masthead .site-branding .logo img {
  max-width: 300px;
}
header#masthead .site-branding .admin-nav {
  display: flex;
  justify-content: flex-end;
}

body {
  margin: 0 auto;
}

ul.menu {
  padding: 0;
  margin: 0;
  display: flex;
}
ul.menu li {
  list-style: none;
  padding: 0 30px;
}
ul.menu li a {
  font-family: "Nunito Sans", serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  color: #023550;
}
ul.menu li a:hover, ul.menu li a:focus, ul.menu li a:active, ul.menu li a:focus-visible {
  color: #891732;
}
ul.menu li:first-child {
  padding-left: 0px;
}
ul.menu li:last-child {
  padding-right: 0px;
}
ul.menu li.menu-item-180 ul.sub-menu {
  margin-left: -80px;
}
ul.menu li.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  background: #891732;
  width: 170px;
  border-top: 10px solid white;
}
ul.menu li.menu-item-has-children ul.sub-menu li {
  padding: 0;
  border-bottom: 1px solid #c66660;
}
ul.menu li.menu-item-has-children ul.sub-menu li:last-child {
  border-bottom: 0px;
}
ul.menu li.menu-item-has-children ul.sub-menu li a {
  color: white;
  padding: 20px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
ul.menu li.menu-item-has-children ul.sub-menu li a:hover {
  background-color: #de8e77;
}
ul.menu li:hover ul.sub-menu {
  display: block;
}

.home-banner {
  width: 100%;
  height: 500px;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 0 50px;
}
.home-banner .banner-container {
  background: #eeedee;
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
}
.home-banner .banner-container .image {
  width: 60%;
  background-image: url("http://localhost/sapphically.com/wp-content/uploads/2025/02/Death_of_Sappho_by_Miguel_Carbonell_Selva.jpg");
  height: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -190px;
}
.home-banner .banner-container .quote {
  background: #891732;
  height: 300px;
  width: 450px;
  border: 20px solid #eeedee;
  margin-left: -200px;
  font-family: "Times New Roman";
  color: #de8e77;
  font-style: italic;
  font-weight: 100;
  font-size: 30px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-banner .banner-container .quote span.quote-name {
  font-family: "Nunito Sans", serif;
  font-size: 14px;
  display: contents;
  font-style: normal;
}

.text-block {
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
}
.text-block .container {
  width: 70%;
  margin: 0 auto;
}

.fullwidth {
  padding: 0 50px;
  box-sizing: border-box;
}
.fullwidth .media-block {
  padding: 50px;
}
.fullwidth .media-block .title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.fullwidth .media-block .title-bar .media-title h2 {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.8em;
}
.fullwidth .media-block .title-bar .media-title h2.light {
  color: white;
}
.fullwidth .media-block .title-bar .media-title h2.dark {
  color: black;
}
.fullwidth .media-block .title-bar .media-link a {
  text-decoration: none;
  font-family: "Nunito Sans", serif;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 800;
}
.fullwidth .media-block .title-bar .media-link a.light {
  color: white;
}
.fullwidth .media-block .title-bar .media-link a.dark {
  color: black;
}
.fullwidth .media-block > .media-block-posts {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
.fullwidth .media-block > .media-block-posts .post {
  width: 17%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fullwidth .media-block > .media-block-posts .post .featured-image {
  background: yellow;
}
.fullwidth .media-block > .media-block-posts .post .featured-image img {
  width: 100%;
  display: block;
}
.fullwidth .media-block > .media-block-posts .post .media-button {
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.fullwidth .media-block > .media-block-posts .post .media-button a {
  font-family: "Nunito Sans", serif;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 300;
  border: 1px solid;
  width: 100%;
  text-align: center;
}
.fullwidth .media-block > .media-block-posts .post .media-button a.dk-blue {
  background-color: #023550;
  border-color: #023550;
  color: white;
}
.fullwidth .media-block > .media-block-posts .post .media-button a.dk-blue:hover {
  background-color: #0477b4;
  border-color: #0477b4;
  color: white;
}
.fullwidth .media-block > .media-block-posts .post .media-button a.lt-blue {
  background-color: #085e6f;
  border-color: #085e6f;
  color: white;
}
.fullwidth .media-block > .media-block-posts .post .media-button a.lt-blue:hover {
  background-color: #010d10;
  border-color: #010d10;
  color: white;
}
.fullwidth .media-block > .media-block-posts .post .media-button a.lt-pink {
  background-color: #de8e77;
  border-color: #de8e77;
  color: white;
}
.fullwidth .media-block > .media-block-posts .post .media-button a.lt-pink:hover {
  background-color: #c66660;
  border-color: #c66660;
  color: white;
}
.fullwidth .media-block > .media-block-posts .post .media-button a.maroon {
  background-color: #891732;
  border-color: #891732;
  color: white;
}
.fullwidth .media-block > .media-block-posts .post .media-button a.maroon:hover {
  background-color: #320812;
  border-color: #320812;
  color: white;
}

.featured-media {
  width: 100%;
  box-sizing: border-box;
  padding: 50px;
  background: #eeedee;
}
.featured-media .post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin: 0 auto;
}
.featured-media .post .left {
  width: 35%;
  background: pink;
  border: 20px solid #eeedee;
}
.featured-media .post .middle {
  width: 25%;
  background: yellow;
}
.featured-media .post .middle img {
  width: 100%;
}
.featured-media .post .right {
  width: 35%;
  background: pink;
  border: 20px solid #eeedee;
}

.book-search {
  padding: 50px;
  box-sizing: border-box;
  background: #891732;
}
.book-search .container {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.book-search .container .search-filter-label {
  display: none;
}
.book-search .container .search-filter-field--input-type-select {
  width: 30%;
  margin-right: 20px;
}
.book-search .container .search-filter-field--input-type-select .search-filter-component-combobox-base {
  width: 100%;
  border: 0px;
  border-radius: 0;
}
.book-search .container .search-filter-field--input-type-select .search-filter-component-combobox-base .search-filter-component-combobox input[type=text] {
  font-family: "Nunito Sans", serif;
}

.latest-media {
  padding: 50px;
  box-sizing: border-box;
}
.latest-media .latest-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.latest-media .latest-container .side {
  width: 30%;
}
.latest-media .latest-container .media-entries {
  width: 68%;
  display: flex;
  justify-content: space-between;
}
.latest-media .latest-container .media-entries .post {
  width: 30%;
}
.latest-media .latest-container .media-entries .post .featured-image {
  width: 100%;
}
.latest-media .latest-container .media-entries .post .featured-image img {
  width: 100%;
}

.site-main .breadcrumbs {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  height: 50px;
  background: #eeedee;
  color: #891732;
  font-family: "Nunito Sans", serif;
  display: flex;
  align-items: center;
  font-size: 13px;
  text-transform: uppercase;
}
.site-main .breadcrumbs .dashicons, .site-main .breadcrumbs .dashicons-before:before {
  font-weight: 100;
  height: 13px;
  font-size: 10px;
}
.site-main .breadcrumbs a {
  color: #2b2b2b;
  font-family: "Nunito Sans", serif;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
}
.site-main .breadcrumbs a:hover {
  color: #891732;
}
.site-main .book {
  padding: 0 50px;
  max-width: 1500px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
.site-main .book .left {
  width: 35%;
}
.site-main .book .left img {
  width: 100%;
  margin-top: -20px;
}
.site-main .book .left .favorite {
  position: relative;
  margin-left: -10px;
}
.site-main .book .left .favorite button.simplefavorite-button {
  background-color: #de8e77;
  text-transform: lowercase;
  border: 0;
  color: white;
  padding: 10px;
}
.site-main .book .left .favorite button.simplefavorite-button:hover {
  background-color: #891732;
}
.site-main .book .left .favorite button.simplefavorite-button .simplefavorite-button.active {
  opacity: 100 !important;
  background-color: #891732;
}
.site-main .book .left .favorite button.simplefavorite-button .simplefavorite-button.active:hover {
  background-color: #de8e77;
}
.site-main .book .right {
  width: 60%;
}
.site-main .book .right span {
  font-family: "Nunito Sans", serif;
}
.site-main .book .right h2 {
  font-size: 4rem;
  font-weight: 400;
  color: #2b2b2b;
}
.site-main .book .right h4 {
  font-weight: 300;
  font-size: 17px;
  color: #891732;
  display: inline-block;
}
.site-main .book .right span.series-number {
  font-size: 12px;
}
.site-main .book .right span.author-name a {
  text-decoration: none;
  color: #891732;
}
.site-main .book .right span.author-name a:hover {
  color: #c66660;
}
.site-main .book .right p {
  margin-top: 30px;
}
.site-main .book .right .buttons {
  margin-top: 50px;
}
.site-main .book .right .buttons a {
  text-decoration: none;
  background-color: #023550;
  color: white;
  font-family: "Nunito Sans", serif;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-right: 15px;
}
.site-main .book .right .buttons a:hover {
  background-color: #085e6f;
}
.site-main .book .right .categories {
  margin-top: 50px;
}
.site-main .book .right .categories .genres,
.site-main .book .right .categories .representation {
  font-family: "Nunito Sans", serif;
  color: #2b2b2b;
  font-size: 14px;
}
.site-main .book .right .categories .genres a,
.site-main .book .right .categories .representation a {
  text-decoration: none;
  font-family: "Nunito Sans", serif;
  color: #c66660;
}
.site-main .book .right .categories .genres a:hover,
.site-main .book .right .categories .representation a:hover {
  color: #891732;
}
.site-main .posts {
  padding: 50px;
  box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
}
.site-main .posts .title {
  margin-bottom: 20px;
}
.site-main .posts h3 {
  font-weight: 300;
}
.site-main .posts .in-the-series {
  display: flex;
  width: 100%;
}
.site-main .posts .in-the-series .post {
  width: 15%;
  margin-right: 30px;
}
.site-main .posts .in-the-series .post .featured-image img {
  width: 100%;
  height: auto;
}

.call-to-action {
  width: 100%;
  padding: 0 50px 0 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
}
.call-to-action .callout, .call-to-action .newsletter {
  width: 50%;
}
.call-to-action .callout p, .call-to-action .newsletter p {
  color: white;
}
.call-to-action .callout {
  padding: 50px;
  box-sizing: border-box;
  background: #891732;
  background-image: url("http://localhost/sapphically.com/wp-content/uploads/2025/03/megaphone-red.png");
  color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 70px;
  background-position-x: -50px;
}
.call-to-action .newsletter {
  padding: 50px;
  box-sizing: border-box;
  background: #c66660;
  color: white;
}

footer.entry-footer {
  display: none;
}

.site-footer {
  padding: 0 50px 50px 50px;
  box-sizing: border-box;
}
.site-footer .footer-container {
  padding: 50px;
  box-sizing: border-box;
  background: #eeedee;
  display: flex;
  justify-content: space-between;
}
.site-footer .footer-container .contact, .site-footer .footer-container .menu, .site-footer .footer-container .media {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site-footer .footer-container .contact img {
  width: 200px;
}
.site-footer .footer-container .media ul.menu, .site-footer .footer-container .menu ul.menu {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.site-footer .footer-container .media ul.menu li, .site-footer .footer-container .menu ul.menu li {
  padding: 0;
  margin: 0;
}
.site-footer .bottom-footer {
  height: 40px;
  background: #023550;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  box-sizing: border-box;
  font-family: "Nunito Sans", serif;
  color: white;
  font-size: 11px;
}

.search-page {
  display: flex;
  justify-content: space-between;
  padding: 50px 50px;
  box-sizing: border-box;
}
.search-page .search-form {
  width: 25%;
}
.search-page .search-results {
  width: 73%;
}
.search-page .search-results .search-filter-query-posts {
  display: flex;
  flex-wrap: wrap;
}
.search-page .search-results .search-filter-query-posts .result {
  width: 17%;
  margin-left: 20px;
  max-width: 200px;
}
.search-page .search-results .search-filter-query-posts .result img {
  width: 100%;
  height: auto;
}

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