@charset "UTF-8";
/*
Theme Name: Kim Roberts Meikle
Theme URI: 
Author: 
Author URI: 
Description:
Tested up to: 6.9
Requires at least: 4.7
Requires PHP: 5.2.4
Version: 2.0
License: 
License URI: 
Text Domain: twentynineteen
Tags: 
*/

/* defaults */

:root {
  --accent-lt: #ffe7c5;
  --accent: #fec977;
  --main-lt: #b4c3d9;
  --main: #1c488b;
}

body {
  font-size: 62.5%;
  font-family: "EB Garamond", serif;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}

a img {
  border: 0px;
}

a {
  text-decoration: none;
  color: #ad864a;
}

.contain {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}

.screen-reader-text {
  width: 0;
  height: 0;
}

header {
  background-position: center center !important;
  background-size: cover !important;
  padding: 90px 0;
  position: relative;
}

body:not(.home) header {
  padding: 45px 0;
}

header .contain .branding {
  display: grid;
  column-gap: 50px;
  grid-template-columns: .4fr .6fr;
  grid-template-rows: auto; 
  grid-template-areas: 
  'logo tagline';
}

body:not(.home) header .contain .branding {
  grid-template-columns: .8fr .2fr;
}

header .contain h1 {
  grid-area: logo;
  color: var(--accent-lt);
  padding-right: 50px;
  border-right: 1.5px solid var(--main-lt);
  font-size: 8.9em;
  text-align: right;
  word-spacing: 9000px;
  line-height: 1;
  justify-self: right;
  font-weight: 400;
  margin: 0;
}

body:not(.home) header .contain h1 {
  font-size: 6.8em;
  word-spacing: normal;
  border-right: none;
  text-align: left;
  justify-self: left;
}

header .contain h1 a {
  color: var(--accent-lt);
  transition: all .3s;
}

body:not(.home) header .contain h1 a:hover {
  color: #fff;
}

header .contain .tagline {
  grid-area: tagline;
  color: var(--main-lt);
  font-size: 6.4em;
  line-height: 1.3;
  justify-self: left;
  font-weight: 400;
  margin: 0;
}

body:not(.home) header .contain .tagline {
  display: none;
}

nav {
  position: absolute;
  bottom: -20px;
  right: 0;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  z-index: 500;
  position: relative;
}

nav > ul::before {
  background-color: var(--accent);
  padding: 0;
  margin: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 8% 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '\00A0';
}

nav ul li {
  padding: 0;
  margin: 0;
  font-size: 2.5em;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
}

nav ul a {
  color: var(--main);
  display: block;
  padding: 10px 15px;
  transition: all .3s;
  position: relative;
}

nav ul a:hover {
  color: #fff;
}

nav ul li:last-of-type a {
  padding-right: 40px;
}

nav ul li:first-of-type a {
  padding-left: 80px;
}

nav > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: #d9ab66;
}



nav ul > li > .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--accent-lt);
}


nav ul > li:first-of-type > .sub-menu {
  display: none;
  position: absolute;
  left: 80px;
  top: 100%;
}

nav ul > li:hover > .sub-menu {
  display: block;
}

nav ul > li > .sub-menu li {
  font-size: 80%;
  font-weight: 600;
}

nav ul > li > .sub-menu li a {
  padding-left: 15px;
}

nav ul > li > .sub-menu li a:hover {
  color: var(--main-lt);
}

nav ul > li > .sub-menu li::after {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid var(--main);
  content: '\00A0';
  line-height: 0;
}

nav ul > li > .sub-menu li:last-of-type::after {
  border-bottom: none;
}

#intro .contain {
  display: flex;
  padding-top: 50px;
  padding-bottom: 70px;
  justify-content: center;
  align-items: center;
}

#intro .portrait {
  width: 364px;
}

#intro .portrait div {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}

#intro p {
  font-size: 3em;
  line-height: 1.3;
  margin: 0;
  max-width: 35%;
  margin: 0 0 0 40px;
  color: var(--main);
}

#publications h3 {
  font-size: 7.8em;
  line-height: 1;
  margin: -55px 0 30px 0;
  color: var(--main);
  font-weight: 400;
  font-style: italic;
  display: grid;
  column-gap: 20px;
  grid-template-columns: .2fr auto .8fr;
  grid-template-rows: auto; 
  grid-template-areas: 
  'pubheadleader pubhead pubheadfollower';
}

#publications h3 span {
  display: block;
}

#publications h3 span:nth-of-type(1) {
  grid-area: pubheadleader;
  border-bottom: 2px solid #ebeff5;
  height: 62px;
}

#publications h3 span:nth-of-type(2) {
  grid-area: pubhead;
}

#publications h3 span:nth-of-type(3) {
  grid-area: pubheadfollower;
  border-bottom: 2px solid #ebeff5;
  height: 62px;
}

.slide a {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 50% 40%;
  grid-template-rows: auto; 
  grid-template-areas: 
  'featcover featmeta';
  align-items: center;
  padding: 20px 40px;
  transition: all .3s;
  border-radius: 20px;
}

.slide a:hover {
  background-color: #f2f2f2;
}

.slide a img {
  grid-area: featcover;
  max-width: 100%;
  height: auto;
}

.slide a .meta {
  grid-area: featmeta;
  white-space: normal;
}

.cycle-slideshow {
  width: 100%;
  position: relative;
}

.cycle-slideshow .slide {
}

.slide .meta h4 {
  font-size: 1.9em;
  line-height: 1.15;
  margin: 0 0 3px 0;
  color: #6d6e71;
  font-weight: 400;
}

.slide .meta h5 {
  font-size: 1.4em;
  line-height: 1.3;
  margin: 0 0 8px 0;
  color: #6d6e71;
  font-style: italic;
  font-weight: 400;
}

.slide .meta p {
  font-size: 1.6em;
  line-height: 1.3;
  margin: 0 0 3px 0;
  color: #000;
  font-weight: 400;
  width: 100%;
}

.slide .meta p.more {
  font-size: 1.6em;
  font-style: italic;
  line-height: 1.3;
  margin: 0 0 0px 0;
  color: var(--main);
  font-weight: 400;
  width: 100%;
  text-align: right;
}

.cyclenav {
  margin: 0;
  position: relative;
}

#prev img, #next img {
  width: 40px;
  height: auto; 
}

#prev, #next {
  top: -200px;
  position: absolute;
}

#prev {
  left: -50px;
}

#next {
  right: -50px;
}

p.allpubs {
  padding-right: 60px;
  padding-top: 35px;
  text-align: right;
  margin: 0 0 -10px 0;
  font-size: 3em;
  line-height: 1;
  font-style: italic;
}

p.allpubs a {
  color: var(--main);
  transition: all .3s;
}

p.allpubs a:hover {
  color: var(--accent);
}

p.allpubs a::after {
  content: '\2192';
}

#events {
  padding: 70px 0;
  background-size: cover;
  background-position: center center;
}

#events h3 {
  font-size: 9em;
  line-height: 1;
  margin: 0 auto;
  color: #829abf;
  max-width: 70%;
  padding-left: 25px;
  box-sizing: border-box;
  font-weight: 400;
  font-style: italic;
  box-sizing: border-box;
}

#events ul {
  list-style: none;
  max-width: 70%;
  padding: 20px 50px;
  margin: -13px auto 0 auto;
  box-sizing: border-box;
}

#events ul li {
  padding: 20px 0;
  margin: 0;
  font-size: 1.8em;
  line-height: 1.1;
  border-bottom: 1px solid var(--accent);
}

#events ul li:last-of-type {
  border-bottom: 0;
}

#events ul li a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

#events ul li span {
  display: inline-block;
}

#events ul li span strong {
  display: block;
  font-weight: 400;
}

#events ul li span.date {
  text-align: center;
  color: var(--accent);
  width: 80px;
  margin-right: 10px;
}

#events ul li span.place {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #fff;
}

#events ul li span.more {
  color: var(--accent);
  transition: all .3s;
}

#events ul li:hover span.more {
  color: #fff;
}

#events .allevents {
  max-width: 70%;
  text-align: right;
  margin: -15px auto 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: 1.8em;
  line-height: 1;
  font-style: italic;
}

#events .allevents a {
  background-color: var(--accent);
  list-style: none;
  padding: 10px 20px 10px 40px;
  margin: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 4% 100%);
  position: relative;
  display: inline-block;
  color: var(--main);
  transition: all .3s;
}

#events .allevents a:hover {
  color: #fff;
}

#test {
  padding: 70px 0;
}

#test .contain {
 display: grid;
 column-gap: 50px;
 grid-template-columns: .15fr .6fr .25fr;
 grid-template-rows: auto; 
 grid-template-areas: 
 'quotationmark quote quoteauthor'; 
 align-items: start;
}

#test .contain span {
  grid-area: quotationmark;
  font-size: 40em;
  color: var(--main);
  align-self: center;
}

#test .contain p {
  grid-area: quote;
  font-size: 3.8em;
  line-height: 1.25;
  font-style: italic;
  margin: 0;
}

#test .contain h6 {
  grid-area: quoteauthor;
  font-size: 2em;
  line-height: 1.3;
  margin: 15px 0 0 0;
  padding-top: 15px;
  color: var(--main);
  border-top: 1px solid var(--main-lt);
  font-weight: 400;
}

#test .contain p em {
  font-style: normal;
}

footer {
  background: #7E98BF;
  background: linear-gradient(128deg, rgba(126, 152, 191, 1) 0%, rgba(28, 72, 139, 1) 100%);
  padding: 35px 0;
}

footer .contain {
  display: grid;
  column-gap: 30px;
  grid-template-columns: .55fr .45fr;
  grid-template-rows: auto; 
  grid-template-areas: 
  'ftlogo fttagline';
  align-items: start;
}

footer .contain .branding {
  display: grid;
  column-gap: 30px;
  grid-template-columns: .35fr .65fr;
  grid-template-rows: auto; 
  grid-template-areas: 
  'ftlogo fttagline';
}

footer .contain .details {
  display: flex;
  align-items: center;
}

footer .contain h5 {
  grid-area: ftlogo;
  color: #fff;
  padding-right: 30px;
  border-right: 1.5px solid var(--main-lt);
  font-size: 6em;
  text-align: right;
  word-spacing: 9000px;
  line-height: 1;
  justify-self: right;
  font-weight: 400;
  margin: 0;
}

footer .contain .tagline {
  grid-area: fttagline;
  color: var(--main-lt);
  font-size: 4.4em;
  line-height: 1.3;
  justify-self: left;
  font-weight: 400;
  margin: 0;
}

footer .icon {
  width: 40px;
  text-align: center;
}

footer .icon img {
  max-width: 100%;
  height: auto;
  max-height: 40px;
  width: auto;
}

footer .links {
  list-style: none;
  padding: 0;
  margin: 0 5% 0 0;
  grid-area: detlinks;
  width: 50%;
}

footer .links li {
  margin: 0;
  padding: 0;
  font-size: 1.8em;
  line-height: 1.1;
}

footer .links li a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 0;
  color: #fff;
  transition: all .3s;
}

footer .links li a:hover {
  color: var(--accent);
}

footer .main-menu {
  grid-area: detnav;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 45%;
}

footer .main-menu li {
  font-size: 1.8em;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}

footer .main-menu a {
  color: #fff;
  transition: all .3s;
  padding: 3px 0;
  display: block;
}

footer .main-menu li a:hover {
  color: var(--accent);
}

body:not(.home) article .contain {
  padding-top: 60px;
  padding-bottom: 60px;
}

body:not(.home) article h2 {
  font-size: 8.2em;
  line-height: 1.1;
  margin: 0 0 .25em 0;
  color: var(--main);
  font-weight: 400;
}

body:not(.home) article p {
  font-size: 1.9em;
  line-height: 1.3;
  margin: 0 0 .5em 0;
  color: #333333;
  font-weight: 400;
}

body:not(.home) article h3 {
  font-size: 2.8em;
  line-height: 1.3;
  margin: 0 0 .5em 0;
  color: var(--main);
  font-weight: 600;
  font-style: italic
}

body:not(.home) .entry-content {
  padding-bottom: 60px;
}

body:not(.home) .entry-content p, body:not(.home) .entry-content ul {
  font-size: 1.9em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5em;
}

.page-template-generalpage section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: block;
  background-color: transparent;
}

.page-template-generalpage section:first-of-type .contain {
  padding-top: 0px;
}

.page-template-generalpage section.simpletextsh .contain {
  padding-top: 0px;
}

.page-template-generalpage section.simpletextsh h3 {
  font-size: 7.8em;
  line-height: 1;
  margin: 0px 0 30px 0;
  color: var(--main);
  font-weight: 400;
  font-style: italic;
  display: grid;
  column-gap: 20px;
  grid-template-columns: .2fr auto .8fr;
  grid-template-rows: auto; 
  align-items: end;
  grid-template-areas: 
  'gensecleader gensechead gensecfollower';
}

.page-template-generalpage section.simpletextsh h3 span {
  display: block;
}

.page-template-generalpage section.simpletextsh h3 span:nth-of-type(1) {
  grid-area: gensecleader;
  border-bottom: 2px solid var(--main);
  height: 0px;
  margin-bottom: 12px;
}

.page-template-generalpage section.simpletextsh h3 span:nth-of-type(2) {
  grid-area: gensechead;
}

.page-template-generalpage section.simpletextsh h3 span:nth-of-type(3) {
  grid-area: gensecfollower;
  border-bottom: 2px solid var(--main);
  height: 0px;
  margin-bottom: 12px;
}

body.page-template-generalpage article > .contain {
  padding-bottom: 0;
}

h3.month {
  font-size: 4em;
  font-style: italic;
  line-height: 1.1em;
  font-weight: 400;
  color: var(--main);
  padding: 20px 2% 0 2%;
  margin: .5em 0 .25em 0;
  display: flex;
  gap: 10px;
}

h3.month span {
  display: inline-block;
}

h3.month span:nth-of-type(2) {
  border-bottom: 2px dotted var(--main-lt);
  width: 100%;
  top: -4px;
  position: relative;
}

ul.upcomingevents {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

ul.upcomingevents li {
  width: 29%;
  margin: 2%;
  padding: 0;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.07); 
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.07);
  background-color: #fff;
  position: relative;
  transition: all .3s;
}

ul.upcomingevents li:hover {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.17); 
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.17);
}

ul.upcomingevents li .meta {
  padding: 20px 25px;
  color: #fff;
  background: #7E98BF;
  background: linear-gradient(128deg, rgba(126, 152, 191, 1) 0%, rgba(28, 72, 139, 1) 100%);
  position: relative;
}

ul.upcomingevents li .meta h4 {
  color: var(--accent-lt);
  font-size: 2.75em;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 7px 0;
}

ul.upcomingevents li .meta h5, ul.upcomingevents li .meta h6 {
  color: #fff;
  font-size: 1.75em;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 3px 0;
}

ul.upcomingevents li .meta h6 {
  font-style: italic;
}

ul.upcomingevents li .desc {
  padding: 25px 25px 45px 25px;
  position: relative;
}

ul.upcomingevents li .desc p {
  color: var(--main);
  font-size: 1.75em;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 0px 0;
}

.upcomingevents .allevents {
  
    text-align: right;
    margin: 0;
    box-sizing: border-box;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .125em;
    font-size: 1.5em;
    line-height: 1;
    font-style: italic;
    background-color: var(--accent);
    list-style: none;
    padding: 10px 20px 10px 40px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 4% 100%);
    position: absolute;
    right: 0;
    bottom: -15px;
    display: inline-block;
    color: var(--main);
    transition: all .3s;
}

.upcomingevents li:hover .allevents {
  color: #fff;
}



.eventdetails {
  display: grid;
  column-gap: 50px;
  grid-template-columns: 1fr 300px;
  grid-template-rows: auto; 
  grid-template-areas: 
  'eventdesc eventdt';
}

.eventdetails .datetime {
  grid-area: eventdt;
}

.eventdetails .eventdesc {
  grid-area: eventdesc;
}

.eventdetails .datetime h3 {
  font-size: 3em;
  font-weight: 400;
  color: var(--main);
  line-height: 1.1;
  margin: 0 0 .25em 0;
}

.eventdetails .datetime h4 {
  font-size: 2em;
  font-weight: 400;
  color: var(--main);
  line-height: 1.1;
  margin: 0 0 .75em 0;
}

.single-events .acf-map {
 width: 100vw;
 position: relative;
 left: 50%;
 right: 50%;
 margin-left: -50vw;
 margin-right: -50vw; 
 margin-bottom: 0;
 margin-top: 50px;
}

body.single-events article > div.contain {
  padding-bottom: 0;
}

ul.pubs {
   width: 100vw;
    margin: 0;
    padding: 0px 0;
   position: relative;
   left: 50%;
   right: 50%;
   margin-left: -50vw;
   margin-right: -50vw; 
   list-style: none;
   background: #f2f2f2;
   margin-top: 60px;
}

ul.pubs .contain {
  display: flex;
  justify-content: center;
}

ul.pubs li {
  width: 27%;
  margin: 3%;
  background-color: #fff;
  transition: all .3s;
}

ul.pubs li a {
  display: block;
  padding: 40px;
  box-sizing: border-box;
}

ul.pubs li img {
  max-width: 60%;
  margin: 0 auto 30px;
  display: block;
  transition: all .3s;
}

ul.pubs li:hover {
  rotate: 2deg;
}

ul.pubs li h4 {
  font-size: 2.4em;
  line-height: 1.2;
  margin: 
  -40px -40px 40px -40px;
  padding: 20px 30px;
  text-wrap: balance;
  font-weight: 900;
  text-align: center;
  color: var(--main);
  background-color: var(--accent);
  background-image: url(https://www.kimrobertsmeikle.com/control/wp-content/uploads/2026/08/curl.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  color: var(--main);
}

ul.pubs li h4::before {
  display: block;
  content: 'featured';
  font-style: italic;
  color: #fff;
  margin-bottom: 7px;
  font-size: 85%;
}

ul.pubs li h5 {
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 0 .5em 0;
  font-weight: 400;
  text-align: center;
}

ul.pubs li p {
  font-size: 2em;
  line-height: 1.3;
  margin: 0 0 .5em 0;
  font-weight: 400;
  text-align: center;
}

ul.pubs li h5 span {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}

ul.pubs li h5 span:last-of-type {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px;
}

body:not(.home) article .contain:has(.pubs) {
  padding-bottom: 0;
}

body:not(.home).page-id-18 article section .contain {
  padding-bottom: 0;
}

ul.poems.online {
   width: 100vw;
    margin: 0;
    padding: 0px 0;
   position: relative;
   left: 50%;
   right: 50%;
   margin-left: -50vw;
   margin-right: -50vw; 
   list-style: none;
    background: #f2f2f2;
}

ul.poems.online .contain {
  display: flex;
}

ul.poems.online li {
  width: 29%;
  margin: 2%;
  background-color: #fff;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.poems.online li a {
  display: block;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
}

ul.poems.online li img {
  max-width: 80%;
  max-height: 150px;
  width: auto;
  height: auto;
  margin: 0 auto 30px;
  display: block;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.09); 
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.09);
  transition: all .3s;
  border: 3px solid #fff;
  box-sizing: border-box;
}

ul.poems.online li h4 {
  font-size: 2.2em;
  line-height: 1.2;
  margin: 0 0 .5em 0;
  font-weight: 400;
  text-align: center;
  color: var(--main);
}

ul.poems.online li h5 {
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 0 .5em 0;
  font-weight: 400;
  text-align: center;
}

ul.poems.online li:hover {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15); 
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
  rotate: 2deg;
}

ul.poems.online li h5 span {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}

ul.poems.online li h5 span:last-of-type {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px;
}

ul.poems.anthology {
   width: 100vw;
    margin: 0;
    padding: 0px 0;
   position: relative;
   left: 50%;
   right: 50%;
   margin-left: -50vw;
   margin-right: -50vw; 
   list-style: none;
    background: #f2f2f2;
}

ul.poems.anthology .contain {
  display: flex;
}

ul.poems.anthology li {
  width: 29%;
  margin: 2%;
  background-color: #fff;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.poems.anthology li a {
  display: block;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
}

ul.poems.anthology li img {
  max-width: 80%;
  max-height: 180px;
  width: auto;
  height: auto;
  margin: 0 auto 30px;
  display: block;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.09); 
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.09);
  transition: all .3s;
  box-sizing: border-box;
}

ul.poems.anthology li h4 {
  font-size: 2.2em;
  line-height: 1.2;
  margin: 0 0 .5em 0;
  font-weight: 400;
  text-align: center;
  color: var(--main);
}

ul.poems.anthology li h5 {
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 0 .5em 0;
  font-weight: 400;
  text-align: center;
}

ul.poems.anthology li:hover {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15); 
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
  rotate: 2deg;
}

ul.poems.anthology li h5 span {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}

ul.poems.anthology li h5 span:last-of-type {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px;
}

ul.jump {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}

ul.jump li {
  font-size: 2.5em;
  line-height: 1.1;
  margin: 0;
  padding: 30px 0 0 0;
}

ul.jump li a {
  padding: 0 8px;
  border-left: 1px solid var(--accent);
}

ul.jump li:nth-of-type(2) a {
  padding: 0 8px 0 16px;
  border-left: 0;
}

.single-publications article p, .single-publications article li {
  font-size: 2em;
}

.single-publications article h3 {
  font-size: 3.5em;
  color: var(--accent);
  line-height: 1.3;
}

.single-publications article h4 {
  font-size: 2.5em;
  color: var(--main);
  line-height: 1.3;
}

.single-publications article p p, .single-publications article li p, .single-publications article p li {
  font-size: 100%;
}

.single-publications article h2::before {
  content: 'publication';
  font-size: 50%;
  line-height: 1.1;
  margin: 0 0 .25em 0;
  font-style: italic;
  font-weight: 400;
  color: #8ea3c5;
  display: block;
  text-align: left;
}

.single-publications article h5 {
  font-size: 2.4em;
  line-height: 1.3;
  margin: 0 0 .5em 0;
  color: #555;
  font-weight: 400;
  font-style: italic;
  grid-area: bookmeta;
  padding-bottom: 20px;
}

.single-publications article h5 span {
  padding: 0 10px;
  border-right: 1px solid #555;
}

.single-publications article h5 span:last-of-type {
  border-right: 0;
}

.single-publications article h2 {
  grid-area: booktitle;
  margin-bottom: 0;
}

.single-publications .bookdesc {
  grid-area: bookdesc;
}

.single-publications .bookdesc p, .single-publications .bookdesc li {
  font-size: 2.4em;
  line-height: 1.5;
}

.single-publications .bookdetails img {
  grid-area: bookcover;
  max-width: 100%;
  max-height: 400px;
  margin: 0 auto;
  justify-self: center;
}

.single-publications .bookdetails {
  display: grid;
  column-gap: 50px;
  row-gap: 0px;
  grid-template-columns: .7fr .3fr;
  grid-template-rows: auto; 
  grid-template-areas: 
  'booktitle booktitle'
  'bookmeta bookmeta'
  'bookdesc bookcover'; 
}

.single-publications .buy {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #dee;
  background-image: url(https://www.kimrobertsmeikle.com/control/wp-content/uploads/2026/05/eventsbg.jpg);
  background-size: cover;
  background-position: center top;
  margin-top: 50px;
}

.single-publications .buy h3 {
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
  margin: -110px 0 30px 40px;
  font-size: 7.5em;
  color: var(--main);
}

.single-publications .buy p {
  font-weight: 400;
  line-height: 1.4;
  font-size: 2em;
  color: #000;
  text-align: center;
  margin: 0 0 20px 0;
}

.single-publications .buy ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.single-publications .buy ul li {
  width: 29%;
  margin: 1%;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
  font-size: 3em;
  text-align: center;
  color: var(--main);
}

.single-publications .buy ul li img {
  max-width: 80%;
  max-height: 150px;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: inline-block;
}

.single-publications .buy ul li a {
  color: var(--main);
}

.single-publications .reviews h3 {
  font-weight: 400;
  line-height: 1.1;
  margin: 0px 0 30px 40px;
  font-size: 7.5em;
  color: var(--main);
  text-align: center;
}

.single-publications .reviews ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 80px;
  position: relative;
}

.single-publications .reviews ul li {
  break-inside: avoid;
  margin: 0;
  padding: 0;
  position: relative;
}

.single-publications .reviews ul li .revtext {
  padding: 10px 0 0 10px;
  position: relative;
}

.single-publications .reviews ul li .revtext::before {
  content: '\201C';
  font-size: 12em;
  position: absolute;
  left: -10px;
  font-weight: 900;
  top: 90px;
  color: #f2f2f2;
  z-index: -1;
}

.single-publications .reviews ul li h6 {
  text-align: right;
  font-size: .9em;
  font-weight: 700;
  margin: 10px 0 20px 0;
  line-height: 1.4;
  font-style: italic;
}

.single-publications .reviews ul li h6::before {
  content: '\2014';
}

body:not(.home).single-publications article > .contain {
  padding-bottom: 0;
}

.single-publications .testimonials {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #fff0db;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
  position: relative;
  list-style: none;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.single-publications .testimonials .contain {
  padding-top: 130px;
  position: relative;
  box-sizing: border-box; 
}

.single-publications .testimonials ul {
}

.single-publications .testimonials .contain::before {
  color: #fff;
  font-size: 55em;
  font-weight: 600;
  position: absolute;
  left: 8%;
  top: 190px;
  content: '\201C';
  z-index: -1;
}

.single-publications .testimonials li {
  display: grid;
  column-gap: 50px;
  row-gap: 0px;
  grid-template-columns: 1fr 150px;
  grid-template-rows: auto; 
  grid-template-areas: 
  'testtext testauthor'; 
  margin: 0;
  padding: 0 10% 50px;
  box-sizing: border-box;
}

.single-publications .testimonials li:last-of-type {
  padding-bottom: 0;
}

.testtext {
  grid-area: testtext;
}

.single-publications .testimonials h6 {
  grid-area: testauthor;
  font-size: .8em;
  font-weight: 400;
  color: #fe9900;
  line-height: 1.4;
  padding-top: 15px;
  border-top: 1px solid #fe9900;
  margin: 0;
  box-sizing: border-box;
}

.projectgroup {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.projectgroup .contain > h3 {
  text-transform: uppercase;
  font-size: 5em;
  color: #666;
  text-align: center;
  letter-spacing: .25em;
  margin: 0 auto;
  padding-top: 90px;
  display: block;
  font-weight: 400;
  line-height: 1.1;
}

.page-template-projects article > .contain > div:first-of-type .contain {
  padding-top: 0;
}

.page-template-projects article > .contain > div:first-of-type {
  margin-top: 40px;
}

.page-template-projects article > .contain > div:nth-of-type(3n+1) {
  background-color: #f2f2f2;
}

.page-template-projects article > .contain > div:nth-of-type(3n+3) {
  background-color: #fff0db;
}

.projectgroup ul {
   list-style: none;
  display: flex;
  margin: 0;
  padding: 40px 0 0 0;
  justify-content: center;
  flex-wrap: wrap;
}

.projectgroup ul li {
  width: 29%;
  margin: 2%;
  background-color: #fff;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
}

.projectgroup ul li a {
  display: block;
  padding: 30px;
}

.projectgroup li h4 {
  font-size: 2.2em;
  line-height: 1.2;
  margin: 0 0 .5em 0;
  font-weight: 400;
  text-align: center;
  color: var(--main);
}

.projectgroup li p {
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 0 .5em 0;
  font-weight: 400;
  text-align: center;
}

.projectgroup li p.partners {
  font-style: italic;
  font-size: 1.5em;
}

.projectgroup li img {
  max-width: 100%;
  max-height: 175px;
  width: auto;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

.projectgroup li:hover {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15); 
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
  rotate: 2deg;
}

.with_frm_style .frm_primary_label {
  font-size: 2em;
  line-height: 1.4;
  margin: 0 0 .5em 0;
}

#frm_form_1_container {
  padding-top: 30px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
  border-radius: 0;
  background-color: var(--accent);
  color: var(--main);
  border: 0;
  outline: none;
  font-family: "EB Garamond", serif;
  font-size: 2em;
} 

img.alignright, figure.alignright {
  max-width: 50%;
  height: auto;
  margin: 3px 0 30px 40px;
  float: right;
}

img.alignleft, figure.alignleft {
  max-width: 50%;
  height: auto;
  margin: 3px 40px 30px 0px;
  float: left;
}

footer .main-menu li > .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .main-menu li > .sub-menu li {
  font-size: 80%;
  padding: 0 0 0 10px;
  margin: 0;
}

.pubslist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pubslist li a {
  display: grid;
  column-gap: 50px;
  grid-template-columns: 175px 1fr 200px;
  grid-template-rows: auto; 
  grid-template-areas: 
  'booklistcov booklistmeta booklistbuy';
  align-items: center;
  padding: 40px 0;
  margin: 0;
}

.pubslist li:first-of-type a {
  padding-top: 0;
}

.pubslist li::before {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  border-top: 1px solid var(--accent);
  content: '\00A0';
}

.pubslist li:first-of-type::before {
  border-top: none;
}

.pubslist li img {
  grid-area: booklistcov;
  max-width: 100%;
  height: auto;
}

.pubslist li .meta {
  grid-area: booklistmeta;
}

.pubslist li .buying {
  grid-area: booklistbuy;
}
.pubslist li .buying span {
  display: block;
}

.pubslist li .buying em {
  font-style: normal;
}

.pubslist li .buying em::after {
  content: ',';
  padding-right: 8px;
}

.pubslist li .buying em:last-of-type::after {
  content: none;
  padding-right: 0;
}

.pubslist li .meta h4 {
  font-weight: 900;
  font-size: 2.4em;
  color: var(--main);
  margin: 0 0 .5em 0;
  line-height: 1.1;
}

.pubslist li .meta h5 {
  font-weight: 400;
  font-size: 2.2em;
  color: #666;
  margin: 0 0 .75em 0;
  line-height: 1.1;
  font-style: italic;
}

.pubslist li .meta h5 span {
  padding: 0 15px;
  border-right: 1px solid #666;
}

.pubslist li .meta h5 span:last-of-type {
  border-right: none;
  padding-right: none;
}

.pubslist li .meta h5 span:first-of-type {
  padding-left: 0;
}

.pubslist li .meta p {
  font-weight: 400;
  font-size: 2.2em;
  color: #000;
  margin: 0 0 0 0;
  line-height: 1.1;
}

.pubslist li .buying {
  text-align: center;
}

.pubslist li .buying h6 {
  font-weight: 400;
  font-size: 1.9em;
  color: #666;
  margin: 0 0 .75em 0;
  line-height: 1.1;
  font-style: italic;
}

.pubslist li .buying p {
  font-weight: 400;
  font-size: 2em;
  color: #000;
  margin: 0 0 0 0;
  line-height: 1.1;
  font-style: normal;
}

.pubslist li .buying button, .pubs#poems .desc button, .pubslist .meta button {
  border: 0;
  box-shadow: none;
  background-color: var(--accent);
  color: var(--main);
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1;
  border-radius: 10px;
  padding: 5px 14px;
  margin: 12px 0 0 0;
}


 .pubs#poems .desc {
   text-align: center;
 }
 .pubs#poems .desc button {
   margin: 12px auto 0;
 }

body.page-template-books article h2, body.page-template-online article h2, .page-template-anthologies article h2 {
  text-align: center; 
}

.pubslist.online .buying p span:first-of-type {
  font-size: 110%;
  font-weight: 600;
  font-style: italic;
}

.pubslist.online .buying p span:nth-of-type(2) {
  font-size: 90%;
  font-weight: 400;
  padding-top: 8px;
}

.pubslist li img.noncover {
  max-width: 60%;
  height: auto;
  margin: 0 auto;
}

.pubslist {
 width: 100vw;
 position: relative;
 left: 50%;
 right: 50%;
 margin-left: -50vw;
 margin-right: -50vw; 
 background-color: #f2f2f2;
}

body.page-template-online .pubslist .contain, body.page-template-books  .pubslist .contain, .page-template-anthologies .pubslist .contain {
 padding-top: 0;
}

.trigger {
  display: none;
}

.sidenav {
  display: none;
}