@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
span.leftIndentedHalf{
	padding-left:15px;
	display:inline-block;
}

span.leftIndented{
	padding-left:30px;
	display:inline-block;
}

span.leftIndentedThree{
	padding-left:60px;
	display:inline-block;
}

span.leftIndentedFour{
	padding-left:120px;
	display:inline-block;
}
/*********************
LINK STYLES
*********************/
a {
  color: #000;
}

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

a:focus,
a:hover {
  color: #0e718e;
}

article a {
	color: #0e718e;
}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: ronnia-condensed, sans-serif;
  color: #000;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
  color: #000;
}


h4 {
  font-weight: bold;
}

p {
  color: #000;
  font-size: 1.1rem;
}

/*********************
HEADER STYLES
*********************/

.header {
  position: relative;
}

.header ul.off-canvas-list li {
  list-style: none; }

.branding-container {
  position: relative;
  list-style: none;
  margin-bottom: 0;
}

.brand img {
    padding: 1.5rem 1rem 2rem 1rem;
    vertical-align: bottom;
}

.site-name {
  position: relative;
}

  .site-name .site-title {
    display: block;
    width: 100%;
    padding: 1rem 2rem 1rem 1.5rem;
    font-family: ronnia-condensed, sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
  }

    .site-name .site-title .strapline {
      font-family: "maiola",serif;
      font-size: 1.5rem;
      clear: both;
      display: block;
    }

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: 100%;
    position: relative;
    display: block;
}

div#off-canvas.off-canvas.position-right.is-transition-push.is-open {
  z-index: 9999;
}

div#off-canvas.off-canvas.position-right.is-transition-push li a {
  display: block;
  padding: 1rem 1rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: ronnia-condensed, sans-serif;
  font-size: 1.25rem;
}

.fixed-on-mobile {
  z-index: 998;
  position: fixed !important;
  background-color: #000 !important;
  display: block;
}

.fixed-on-mobile .custom-colour-bg {
  background-color: #000 !important;
}


.fixed-on-mobile a.menu-toggle {
  border: 0;
  padding: 0;
  display: block;
  width: auto;
  position: absolute;
  right: 0;
  top: 0.5rem;
  z-index: 999;
}

.fixed-on-mobile a.menu-toggle i {
  width: auto;
  height: auto;
  font-size: 2rem;
  color: #fff;
  padding: 0.25rem 1rem 0 0;
}

/* Medium and up */
@media screen and (max-width: 39em) {

  .site-name {
    display: none !important;
  }

  .brand img {
    padding: 1.5rem 1rem 1.5rem 1rem !important;
  }
}

/* Medium to large */
@media screen and (min-width: 40em) and (max-width: 63em) {

  .site-name {
    display: none !important;
  }

  .brand img {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }

  .fixed-on-mobile a.menu-toggle i {
    width: auto;
    height: auto;
    font-size: 3rem;
    color: #fff;
    padding: 0.5rem 1rem 0 0;
  }

}

/*********************
CUSTOM BG IMAGE STYLES
*********************/

/* FYI The image is defined via custom-colour.php in theme > parts */
body {
  background-position: top center;
  background-size: auto 100%;
  font-family: "maiola",serif;
  color: #000;
}

#content {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  background-color: #e5f3f7;
  padding-top: 2rem;
}

.footer {
  background-color: #e5f3f7;
}

/*********************
BUTTON STYLES
*********************/

.button {
    font-family: "ronnia-condensed", sans-serif;
    clear: both;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.25rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #2bb7e0;
}

/*********************
NAVIGATION STYLES
*********************/
.top-bar,
.top-bar ul {
  background-color: transparent;
}

.top-bar {
  padding: 0;
}

.top-bar-right {
  float: none;
}

.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

.header .menu {
  font-family: ronnia-condensed, sans-serif;
}

.header .menu.medium-horizontal > li {
  display: inline-block;
}

.menu-toggle {
  font-size: 1.2rem;
  border: 1px solid #000;
  padding: 1rem;
  margin: 1rem;
}
.menu-toggle i {
    font-size: 1rem;
    padding-bottom: 0.2rem;
}

.top-bar-right.show-for-large li {
  padding-right: 0;
}

  .top-bar-right.show-for-large #menu-main-navigation-1 > li:not(:first-child) > a::before{
    content: "|";
    padding-right: 0.35rem;
    color: #fff;
  }
	.top-bar-right.show-for-large li:not(:first-child) a::before:hover{

	}

  .top-bar-right.show-for-large li:last-child a::after {
    content: "";
  }

    .top-bar-right.show-for-large .menu > li > a {
        display: inline-block;
        padding: 0 0.25rem;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.25rem;
    }

    .top-bar-right.show-for-large .menu > li.active > a,
    .top-bar-right.show-for-large .menu > li > a:focus,
    .top-bar-right.show-for-large .menu > li > a:hover,
    .top-bar-right.show-for-large .menu > li:focus a,
    .top-bar-right.show-for-large .menu > li:hover a {
      color: #000;
      background-color: transparent;
    }
		#menu-main-navigation-1{
			width: fit-content;
			display: inline-block;
		}

    #menu-bar-right {
      text-align: right;
      font-family: "ronnia-condensed", sans-serif;
      text-transform: uppercase;
      font-size: 1.25rem;
    }

    #menu-bar-right a {
			padding: 0.5rem 1em;
			background-color: #dd3333;
			color: #ffffff;
			border-radius: 10px;
    }
		#menu-bar-right li:not(.icon-item-subscribe) a {
			background-color: transparent;
		}
		#menu-bar-right li:not(.icon-item-subscribe) a i {
			color: #000;
    }
		#menu-bar-right a i {
			padding-left: .5em;
			/* font-weight: bold; */
			font-size: 1.25rem;
		}

		#menu-bar-right a:hover,
		#menu-bar-right a:focus {
			color: #fff;
			background-color: #000;
		}

.menu .active > a {
  background-color: #000;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
	content: "\f0d7";
	display: inline-block;
	border: none;
	/* content: "/f0dd";
	display: inline-block; */
	font-family: "FontAwesome";
	right: auto;
	width: 1em;
	height: 1em;
	top: .25em;
	color: inherit;
}
.menu.submenu.is-dropdown-submenu{
	padding: 0;
	min-width: 1em;
	border-radius: 0 0 10px 10px;
	border-color: rgba(107,120,149,0.8);
	background-color: #fff;
}
.menu.submenu.is-dropdown-submenu > li > a {
	color: #000;
}
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
	left: 0.5em;
}
/*********************
SEARCH BOX STYLES
*********************/

.search-icon {
  font-size: 1.25rem;
  color: #000;
  background-color: transparent;
  border: 0;
  outline: none;
}

.search-toggle .search-icon.icon-close {
  display: none;
}
.search-toggle.opened .search-icon.icon-search {
  display: none;
}
.search-toggle.opened .search-icon.icon-close {
  display: block;
}

.search-container {
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0px;
	width: 0px;
  overflow: hidden;
  background-color: #eee;
}
.search-container.opened {
	margin-top: .5em;
  max-height: 100px;
	width: 300px;
	border-radius: 0 0 10px 10px;
	border-color: rgba(107,120,149,0.8);
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
}
}
.search-container input[type="text"] {
  outline: none;
  font-size: 1.25rem;
  margin: 18px;
  width: 75%;
  background-color: inherit;
  border: 0;
}
.search-container .search-icon {
  vertical-align: middle;
}
.search-container .screen-reader-text{
	display: none;
}

.toggler-container {
  position: relative;
  display: inline-block;
}

.search-container {
  position: absolute;
  right: 0;
}
.search-container form {
	display: flex;
}

.search-container [type="text"] {
  box-shadow: none;
  width: 88%;
  display: inline-block;
	border: none;
	background-color: transparent;
}
.search-container input::placeholder{
	color: #000;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

.blog .post, .category .post {
  margin-bottom: 2rem;
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
}
.blog .entry-title {
  text-transform: uppercase;
}


/*********************
COLOUR STYLES
*********************/

.blue-bg {
  background-color: #2bb7e0;
}

.black-bg {
  background-color: #000;
}

.grey-bg {
  background-color: #444;
}

.teal-bg {
  background-color: #0e718e;
}

.yellow-bg {
  background-color: #fed721;
}

.white-bg {
  background-color: #fff;
}
/*********************
TRANSPARENCY COLOUR STYLES
*********************/

.blue-bg.opaque {
  background-color: rgba(43,183,224,0.85);
  color: #fff;
}

.black-bg.opaque {
  background-color: rgba(0,0,0,0.85);
  color: #fff;
}


/*********************
FRONT PAGE STYLES
*********************/
#main {
  padding-bottom: 2rem;
}

.carousel {
  list-style-type: none;
  padding-bottom: 0.5rem;
}

  h2.carousel-title {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 300;
    border-bottom: 1px solid #444;
    display: block;
    padding-bottom: 1rem;
    margin: 4rem 1rem 3rem 1rem;
  }

  .carousel .panel .text {
    background-color: #fff;
    padding: 4rem 2rem 2rem 2rem !important;
    margin-top: 0;
    display: inline-block;
    clear: none;
    float: left;
    font-family: "maiola", serif;
  }
    .carousel .panel .text h3,
    .carousel .panel .text h4 {
      font-family: "maiola", serif;
    }

    .carousel .panel .text h2 {
      font-size: 2.5rem;
      text-transform: uppercase;
      line-height: 2.5rem;
      font-weight: 600;
      padding: 2rem 0 0.5rem 0;
    }

    .carousel .panel .text h3 {
      font-size: 1.4rem;
    }

    .carousel .panel .text span {
      font-size: 1.65rem;
      line-height: 1.95rem;
      display: block;
      padding-bottom: 1rem;
      color: #000;
    }

    .carousel .panel .text h4 {
      font-size: 0.9rem;
    }

    .carousel .panel .image-container {
      max-height: 100%;
      overflow: hidden;
    }

    .carousel .panel .image-container img {
      min-width: 100%;
      width: auto;
      height: auto;
      min-height: 100%;
      object-fit: cover;
    }

    .carousel .panel:focus .text,
    .carousel .panel:hover .text {
      background-color: #000;
    }

    .carousel .panel h2:focus,
    .carousel .panel h2:hover,
    .carousel .panel h3:focus,
    .carousel .panel h3:hover,
    .carousel .panel h4:focus,
    .carousel .panel h4:hover,
    .carousel .panel span:focus,
    .carousel .panel span:hover,
    .carousel .panel:focus h2,
    .carousel .panel:hover h2,
    .carousel .panel:focus h3,
    .carousel .panel:hover h3,
    .carousel .panel:focus h4,
    .carousel .panel:hover h4,
    .carousel .panel:focus span,
    .carousel .panel:hover span {
      color: #fff !important;
    }

    .carousel .slick-prev::before,
    .carousel .slick-next::before,
    #translation-slider .slick-prev::before,
    #translation-slider .slick-next::before {
      font-family: 'FontAwesome';
      font-size: 2.5rem;
      color: #0e718e;
    }

    .carousel .slick-prev::before,
    #translation-slider .slick-prev::before {
      content: '\f104';
    }

    .carousel .slick-next::before,
    #translation-slider .slick-next::before {
      content: '\f105';
    }

    .carousel .slick-prev,
    .carousel .slick-next,
    #translation-slider .slick-prev,
    #translation-slider .slick-next {
      padding: 3rem 1rem;
    }

    #translation-slider .slick-prev {
      left: 4rem;
      z-index: 9999;
    }

    #translation-slider .slick-next {
      right: 4rem;
      z-index: 9999;
    }

    .carousel .slick-dots {
      left: 0;
    }
    .carousel .slick-dots li {
      margin: 0 2px;
    }

    .carousel .slick-dots li button::before {
      font-size: 1.25rem;
      color: #fff;
      opacity: 1;
    }

    .carousel .slick-dots li.slick-active button::before {
      color: #000;
    }

.promo-panel {
    margin-top: 1rem;
}

  .promo-panel .image-container img {
    width: 100%;
  }

  .promo-panel .text {
    font-size: 1.45rem;
  }

.image-container {
  position: relative;
}

.caption-copyright {
  position: absolute;
  bottom: 2rem;
  background-color: rgba(14,113,142,0.9);
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  font-family: ronnia-condensed, sans-serif;
}

  .caption-copyright .post-thumbnail-caption,
  .caption-copyright .post-thumbnail-description {
    clear: both;
    display: block;
  }

/*********************
FEED GRID STYLES
*********************/

h1.page-title,
.promo-panel h2,
.news-events h2,
.features h2,
.reviews h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 300;
  border-bottom: 1px solid #444;
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.news-events h2 {
  margin: 1rem 0.9375rem;
}

.panel .image-container {
  clear: both;
  display: block;
}

.panel .text {
  clear: both;
  display: block;
  margin-top: 2rem;
}

.promo-panel h3,
h3.news-title,
h3.features-title,
h3.reviews-title {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
}

h4.date {
  font-size: 1.3rem;
  font-family: "maiola", serif;
}

.news-events .panel .image-container {
  height: 20rem;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
}

.news-events .panel .image-container img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.features .panel {
  display: inline-block;
  float: left;
}
  .features .panel iframe {
    max-width: 100%;
  }

  .features .panel .image-container {
    padding-bottom: 2rem;
    display: block;
  }

    .features .panel .image-container img {
      min-height: 100%;
      min-width: 100%;
      object-fit: cover;
    }

.reviews .panel {
  display: inline-block;
  float: left;
}
  .reviews .panel iframe {
    max-width: 100%;
  }

  .reviews .panel .image-container {
    padding-bottom: 2rem;
    display: block;
  }

    .reviews .panel .image-container img {
      min-height: 100%;
      min-width: 100%;
      object-fit: cover;
    }


/*********************
ISSUE STYLES
*********************/

#paper {
    background-color: #fff;
    padding: 2rem;
    box-shadow: 50px 50px 0 0 #0e718e,-10px 0px 0 0 #0e718e;
    margin-bottom: 100px;
}

#paper .paper-inner {
    overflow: hidden;
}

.single-post .site-main {
  padding-top: 2rem;
}

.latest a,
.back-issue-list a {
  cursor: pointer;
}
.issue-item {
  float: left !important;
  margin-bottom: 4rem;
  display: block;
}

  .issue-item .image-wrapper img {
      display: block;
      width: 100%;
      height: auto;
  }

  .latest .issue-title {
    font-size: 3rem;
  }

  .latest .issue-details {
    margin-top: 2rem;
  }

  .latest .issue-details,
  .back-issue-list .issue-details {
    padding-left: 2rem !important;
    display: block;
  }

.back-issue-list {
  margin-top: 2rem;
}
.back-issue-list h2 {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 300;
    border-bottom: 1px solid #444;
    display: block;
    padding: 0 0 1rem 0;
    margin-bottom: 3rem;
}
.back-issue-list .issue-item img {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 2rem;
}

.issue-item .issue-description {
  display: inline-block;
}
.issue-item .look,
.mpit_button {
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.latest .buy-print-link,
.latest .sold-out-link {
  clear: both;
  display: inline-block;
  margin-top: 1rem;
  margin-left: 1rem;
}

.buy-print-link {
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.sold-out-link {
  display: inline-block;
  font-weight: bold;
}

.back-issue-list .issue-item .look {
  margin-top: 1rem;
}

.single-mpit_magazines ul {
	margin:0;
}
.single-mpit_magazines ul.article-list li {
    font-size: 1.1rem;
    font-family: ronnia-condensed, sans-serif;
    list-style-type: none;
    /* margin: 0 0 1rem 0; */
}
.single-mpit_magazines .branding-container li {
	margin: 0;
}

.single-mpit_magazines #mid-blue {
  background-color: #0e718e;
  margin:2rem 0;
  padding: 2rem;
  width: 100%;
}

.single-mpit_magazines #mid {
  background-color: #fff;
  margin: 2rem 0;
  padding: 2rem;
  width: 100%;
}

.single-mpit_magazines .border-line {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 300;
  border-bottom: 1px solid #444;
  display: block;
  padding: 0 0 1rem 0;
  margin: 1rem 0 3rem 0;
}

.single-mpit_magazines .editorial ul {
  margin: 0;
}

.single-mpit_magazines .editorial li {
  list-style-type: none;
  margin: 0;
}
.editorial-excerpt {
  display: block;
  font-size: 1.1rem;
}
.editorial-excerpt,
ul.article-list li {
	font-family: "maiola",serif;
}

.read-more {
  clear:both;
  display:inline-block;
  margin-top: 1rem;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
}
.read-more:focus,
.read-more:hover,
a:focus .read-more,
a:hover .read-more {
  border-bottom: 1px solid #0e718e;
}
.editorial-author {
  clear:both;
  display:block;
  margin-top: 1rem;
}

.magazine #bottom h2.poetTitleAbovePoem,
.magazine #bottom h3.poetTitleAbovePoem {
    font-family: 'ronnia-condensed', 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 2rem;
    color: #262626;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h2.poetTitleAbovePoem,
h3.poetTitleAbovePoem {
    margin-bottom: 0.5rem !important;
}

.magazine #bottom h2.poetTitleAbovePoem a,
.magazine #bottom h3.poetTitleAbovePoem a {
  color: #0e718e;
}
h4.poemTitleBelowPoet,
h3.poemTitleBelowPoet {
  font-weight: normal;
  margin: 0;
}
h4.poemTitleBelowPoet a,
h3.poemTitleBelowPoet a {
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    color: #262626;
    display: inline-block;
}
h4.poemTitleBelowPoet span,
h3.poemTitleBelowPoet span {
    font-weight: 300;
    margin: 0 10px;
    display: inline-block;
}


.poem-translated-by a:only-child::after,
.poem-translated-by a:last-child::after {
  content: '';
}

.poem-translated-by a::after {
  content: ',';
  margin-right:0.35rem;
}

/*--------------------------------------------------------------
# VIEWER
--------------------------------------------------------------*/

#inIssueScan{
  display:none;
  position:fixed;
  z-index:9999;
  bottom:20px;
  left:20px;
}

.clickOnIssueHint{
  padding:10px 0;
  text-align:center;
  display: block;
  font-weight: 300;
  color: #262626;
  font-family: 'ronnia', 'Open Sans', sans-serif;
  font-size: 1rem;
  font-style: italic;
}

#inIssueScan a{
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'ronnia', 'Open Sans', sans-serif;
  font-size:0.8rem;
  color: #000;
  background: rgba(200,200,200,0.85);
  padding: 15px 20px;
  display: block;
  text-align: center;
  border-radius: 5px;
}

#inIssueScan a span{
  font-weight: 500;
  text-transform: initial;
}

.open-issue-viewer{
  cursor:pointer;
}

#viewIssue{
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'ronnia', 'Open Sans', sans-serif;
  color: #000;
  background: #2bb7e0;
  padding: 20px;
  display: block;
  text-align: center;
  border-radius: 5px;
}

#viewerAside{
  position:fixed;
  right:0;
  width:25%;
  top:0;
  bottom:0;
  background-color:#0e718e;
  z-index:900;
  display:none;
}

#viewerAside .pageLayer{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:500;
  display:none;
  box-sizing:border-box;
  padding:20px;
  overflow-y:scroll;

}

#issueViewerWrap .pswp{
  right: 25%;
}

#viewerAside .pageLayer h4{
  font-family:'ronnia', 'Open Sans', sans-serif;
  margin:0;
  font-size:0.9rem;
  display:block;
}

#viewerAside .pageLayer h4 a{
  text-transform:uppercase;
  font-weight:800;
  text-decoration:none;
  color:#fff;
}

#viewerAside .pageLayer a{
  text-transform:uppercase;
  font-weight:300;
  text-decoration:none;
  color:#fff;
  font-size:0.9rem;
  display:block;
}


#paper #viewerAside .pageLayer h2{
  color:#fff;
  font-family: 'ronnia', 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0.5rem 0 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}


#viewerAside .pageLayer .poem_list{
  margin-bottom:15px;
}

/*
#viewerAside .pageLayer h3{
  color:#fff;
  margin:0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 0rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#viewerAside .pageLayer h3 a{
  color:#fff;
}

#viewerAside .pageLayer a{
  color:#000;
}

#viewerAside .pageLayer p{
  color:#fff!important;
  font-weight: 400;
  color: #262626;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}

#viewerAside .pageLayer .poem_list{
  margin-bottom:10px;
}

#paper #viewerAside .pageLayer .poem_list p{
  margin:0;
  font-weight: 400;
  color: #262626;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  margin-top: 0;
}

#paper #viewerAside .pageLayer .poem_list p a{
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  color: #000;
  margin: 0px;
  margin-right: 10px;
}

#viewerAside .pageLayer span{
  color:#fff;
}*/


.mpit_button a{
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'ronnia', 'Open Sans', sans-serif;
  color: #000;
  background: #2bb7e0;
  padding: 20px;
  display: block;
  text-align: center;
  border-radius: 5px;
  line-height:1;
  display:block;
}

.mpit_button.gray a{
  color: #000;
  background: #eeeeee;
}

/*********************
POEMS STYLES
*********************/
.responses a.poet{
  text-align:center;
  font-family: 'ronnia', 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  display:block;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.responses .poets_feed .poet_in_feed .imageWrap,
.responses #poets.new .poet_entry .imageWrap{
  margin:0 10px;
}

#paper .translatedBy {
  font-size:0.9rem;
  margin-left:0;/*40px;*/
  margin-bottom:2rem;

}

#paper .translatedBy a{
  text-transform:uppercase;
  font-weight:800;
  text-decoration:none;
  color:#262626;
  display:inline-block;
  margin:0px;
  margin-right:10px;
}

#paper .translatedBy span{
  margin-right:0px;
  text-transform:uppercase;

}

#paper .poem #right .social{
  display:block;
  position:absolute;
  top:30px;
  right:30px;
  z-index:200;
}

#paper .poem #right .social span{
}

#paper .poem #right .social img{
  margin-left:5px;
  position:relative;
  top:-3px;
}

#paper .poem #right .entry-header{
  margin-bottom:0;
}

#paper .poet #right h1{

  margin-left:0px;

}

#paper #right h2{
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 300;
  border-bottom: 1px solid #444;
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

#paper #right h3.issueMark{
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight:800;
  font-size:1rem;
  line-height:1;
  margin:0rem;
  color:#262626;
  text-transform:uppercase;
  letter-spacing:0px;
  position:absolute;
  top:0px;
  right:0px;
}

.poem #poemControlls{
  padding-top:20px;
  padding-bottom:20px;
}

.poem #viewIssueImages{
  cursor:pointer;
}

#paper #left .sideImage {
  width: 85%;
  display: block;
}

#paper #left .sideImage img {
  margin: 0 auto 1rem auto;
  border: 14px solid #eee;
  width: 100%;
  height: auto;
}

.poem #poemControlls button{
  display:block;
  padding:10px 0px;
  width:250px;
  color:#555;
  float:none;
  vertical-align:center;
  margin-bottom:10px;
  text-transform:uppercase;
  text-align:left;
  line-height:1.3;
  font-size:0.9rem;
}

.poem #poemControlls button::before{
  content:" ";
  height:60px;
  width:60px;
  margin-top:-10px;
  margin-bottom:-10px;
  border-radius:50%;
  float:left;
  background-color:#0e718e;
  margin-right:15px;
}

.poem #poemControlls button.listen::before{
  background-image:url('/wp-content/themes/mpit/images/play_white.png');
  background-position:center center;
  background-repeat: no-repeat;
}


.poem #poemControlls button.listen.playing::before{
  /*background-color:#00f;*/
  background-image:url('/wp-content/themes/mpit/images/pause_white.png');

}

.poem .nav-previous{
  display:none;
}

.poem .nav-next{
  /*float:right;*/

  position: absolute;
  right: 30px;
  bottom: 30px;
}
.poem .nav-next a::before{
  content:'Next poem: ';
  font-weight:500;
  text-transform:initial;
}

.poem .nav-next a{
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'ronnia', 'Open Sans', sans-serif;
  color: #000;
  background: #eeeeee;
  padding: 15px 20px;
  display: block;
  text-align: center;
  border-radius: 5px;
}

#paper #right h3.issueMark a{
  color:#AAA;
  font-weight:800;
}

#paper #right h2 a{
  text-decoration:none;
  color:#262626;
}

#paper #right #footnote{
  padding:40px 0 0;
}

#paper #right #footnote p{
  font-family: 'maiola', Serif;
  font-weight:500;
  font-size:1.1rem;
  line-height:1.5;
  color:#262626;
}

.poems_list{
  margin:0;
  padding:0;
}

.poems_list article.poem{
  list-style:none;
  margin:0;
  padding:0;
}

.social.hide-in-dfrm {
    float: right;
}

.single-mpit_poems .entry-content {
  padding-top: 1rem;
}

.single-mpit_poems .entry-content p {
  font-size: 1.2rem;
}


#paper #info_section p{
  font-size:0.9rem;
}

#paper #info_section p span{
  text-transform:uppercase;
}

#paper #info_section h3{
  font-weight:300;
  color:#262626;
  font-family: 'ronnia', 'Open Sans', sans-serif;
  font-size:1.25rem;
  margin-top: 2rem;
}

#paper #info_section h3 span{
  text-transform:uppercase;
}

#paper #info_section p a{
  text-transform:uppercase;
  font-weight:800;
  text-decoration:none;
  color:#262626;
  display:inline-block;
  margin:0px;
  margin-right:10px;
}

#paper #info_section p span{
  margin-right:5px;
}

#paper #info_section p strong{
  text-transform:uppercase;
  font-weight:800;
  text-decoration:none;
  color:#262626;
  margin-top:10px;
  margin-left:20px;
  margin-bottom:10px;
  display:block;
}

#paper #info_section ul{
  margin:0;
  padding:0;
}

#paper #info_section ul li{
  list-style:none;
  margin:0;
  padding:0;
  font-size:0.9rem;
  margin-bottom:10px;
}

#paper #info_section ul li .related_poem_title{
  font-family:'ronnia-condensed', 'Open Sans', sans-serif;
  margin:0;
  font-size:0.9rem;
}

#paper #info_section ul li .related_poem_title a{
  text-transform:uppercase;
  font-weight:800;
  text-decoration:none;
  color:#262626;
}

#paper #info_section h3 a{
  color:#262626;
}

#paper #info_section ul li a.related_poem_poet{
	  text-transform:uppercase;
	  font-weight:300;
	  text-decoration:none;
	  color:#262626;
	font-family: 'ronnia-condensed', 'Open Sans', sans-serif !important;
}

.original-lang-field,
.original-lang-field span {
	font-family: 'ronnia-condensed', 'Open Sans', sans-serif !important;
	font-size: 0.9rem;
	font-weight: 300;
	text-transform:uppercase;
}
.original-lang-field span strong {
	font-weight: bold;
}

.poem-content {
  margin-bottom: 2rem;
}

/*********************
POEM SEARCH STYLES
*********************/
.filter-box {
	position: relative;
	margin-bottom: 2rem;
	border-bottom: 1px solid #333;
	height: auto;
    padding-bottom: 1rem;
}

.browse-poems-template .filter-box .reset-filter {
	position: absolute;
	bottom: 0;
}

.browse-poems-template h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 300;
  border-bottom: 1px solid #444;
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.browse-poems-template .section_title.no-border {
	border: 0 !important;
}

.browse-poems-template .facetwp-sort {
    margin-top: 1rem;
}

.browse-poems-template .facetwp-autocomplete-update {
	display: none !important;
}

.browse-poems-template .hidden,
.browse-poems-template .hidden select {
	display: none !important;
	visibility: hidden !important;
}

.poems-from-issue .poem_entry,
.browse-poems-template .poem_entry {
  display: inline-block;
  padding: 1rem;
  border-bottom: 1px solid #333;
}

.poems-from-issue .poem_entry p:nth-child(3){
	margin-bottom: 0;
}

/*.browse-poems-template .facetwp-template.result-load {
  display: block;
  float: left;
  margin: 0rem;
}*/

.browse-poems-template .facetwp-pager {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 3rem;
  clear: both;
  float: left;
  text-transform: uppercase;
  font-family: ronnia-condensed, sans-serif;
}

.browse-poems-template .row.options-bar {
  padding-top: 1rem;
}

.browse-poems-template .facetwp-facet-poem_alpha {
  margin-bottom: 0 !important;
  background-color: transparent !important;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1rem;
}

.browse-poems-template .facetwp-alpha {
  padding-right: 0.25rem;
  text-transform: uppercase;
  font-family: ronnia-condensed, sans-serif;
}

.browse-poems-template  h4.filter-main {
  margin-bottom: 0px;
}

.browse-poems-template .facetwp-facet {
  margin-bottom: 0;
}

.browse-poems-template .facetwp-search-wrap {
    position: relative;
    display: inline-block;
	width: 100%;
}

.browse-poems-template .facetwp-btn::before {
	position: absolute;
	right: 0;
	top: 0.5rem;
}

.browse-poems-template .filter-panel h4 {
  margin-top: 1rem;
  font-size: 1.3rem;
}

.browse-poems-template .filter-panel.open {
  display: block;
  visibility: visible;
}

.browse-poems-template .filter-panel.closed {
  display: none;
  visibility: hidden;
}

.browse-poems-template .show-hide {
  padding: 1.5rem 1rem;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #333;
  margin-bottom: 2rem;
}

.browse-poems-template .reset-filter {
  padding-top: 0.5rem;
  display: block;
  text-align: right;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  font-family: ronnia-condensed, sans-serif;
  cursor: pointer;
}
.filter-panel input.facetwp-autocomplete {
    box-sizing: border-box;
    width: 100%;
    display: block;
}
.browse-poems-template .facetwp-autocomplete-update {
    font-family: "ronnia-condensed", sans-serif;
    clear: both;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.25rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 0;
    margin-bottom: 1rem;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.5rem 0.75rem;
    border-style: solid;
    border-color: #c9c9c9;
    border-width: 1px;
    float: right;
}
.browse-poems-template .facetwp-autocomplete-update:focus,
.browse-poems-template .facetwp-autocomplete-update:active,
.browse-poems-template .facetwp-autocomplete-update:hover {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

.filter-panel input.facetwp-autocomplete {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
}

.browse-poems-template .feature-poem-content {
    margin: 0 0 2rem 0;
    padding: 3rem 2rem 3rem 2rem;
    display: block;
    width: 100%;
}

.browse-poems-template .feature-poem-content a {
  padding-bottom: 1rem;
  display: block;
}


.browse-poems-template .feature-poem-content:hover,
.browse-poems-template .feature-poem-content:active {
  background-color: #d2d2d2;
}

/*********************
GENERAL STYLES
*********************/

h1.page-title {
  padding-top: 1rem;
}

.panel-row-style {
  margin: 0 !important;
}
/*********************
STAFF STYLES
*********************/

.staff-member-list,
.board-member-list {
  padding-top: 2rem;
}

li.staff-block {
  list-style-type: none;
  display: block;
  float: left;
  margin-bottom: 2rem;
}

  li.staff-block .image-container {
    margin-bottom: 1rem;
  }

  li.staff-block .image-container img {
    max-width: unset;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  li.staff-block .text-container {

  }

.staff-name {
  font-size: 1.5rem;
  display: block;
  line-height: 1.6rem;
}

.job-title {
    font-size: 1.2rem;
}

.wp-caption {
  background-color: #fff;
}

.wp-caption-text {
  background-color: #fff;
}

/*********************
WORKSHOP STYLES
*********************/

#translation-submit-container {
  border: 1px solid #333;
  padding: 2rem;
}

.translation-container {
  background-color: #333;
  color: #fff;
  padding: 2rem;
  display: block;
  width: 50%;
  margin-bottom: 2rem;
}

.translation-container .poem-info,
.translation-container .poem-text {
  width:60%;
  margin:0 auto;
}

.translation-container h3,
.translation-container h4,
.translation-container p,
.translation-container span {
  color: #fff;
}

#translation-slider {
  padding: 2rem 0 0 0;
}

.poem-info,
.poem-text {
  display: block;
}

.past-workshop-link {
  width: 50%;
  display: inline-block;
  float: left;
}

.more-workshops {
  margin-top: 2rem;
}

.border-line {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 300;
  border-bottom: 1px solid #444;
  display: block;
  padding: 0 0 1rem 0;
  margin: 1rem 0 3rem 0;
}

.paginated {
  padding: 2rem 0 0 0;
  font-family: ronnia-condensed, sans-serif;
}

.paginated .page-numbers {
  background-color: #0e718e;
  color: #fff;
  padding: 0.25rem 0.5rem;
}

.paginated .page-numbers.current {
  background-color: #333;
}

#translation-slider {
  padding: 2rem 0 2rem 0;
  bottom: 0;
  position: relative;
}

#translation-slider .slick-dots {
  padding: 0 0 2rem 0;
  font-family: ronnia-condensed, sans-serif;
  position: relative;
}

#translation-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0.25rem;
}

#translation-slider .slick-dots li a {
  background-color: #0e718e;
  color: #fff;
  padding: 0.25rem 0.5rem;
}

#translation-slider .slick-dots li.slick-active a {
  background-color: #333;
}

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/

.sidebar {
  clear: both;
}

.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none;
    display: inline-block;
  }

h3.widget-box-title,
h4.widgettitle {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 300;
    border-bottom: 1px solid #444;
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }

.latest-issue,
.content_buttons,
.browse-poems {
  display: block;
  padding: 1rem;
  height: 100%;
  margin-bottom: 1rem;
}

  .latest-issue span,
  .content_buttons span {
    display: block;
    margin-bottom: 1rem;
  }

  .latest-issue .button,
  .content_buttons .button {
    font-family: "ronnia-condensed", sans-serif;
    clear: both;
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.25rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  .button {
    font-family: "ronnia-condensed", sans-serif;
    clear: both;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.25rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 1rem;
  }
  .latest-issue .button:focus,
  .latest-issue .button:hover,
  .content_buttons .button:focus,
  .content_buttons .button:hover,
  .button:focus,
  .button:hover {
    background-color: #000 !important;
    color: #fff !important;
  }

    .latest-issue .button i,
    .content_buttons .button i,
    .browse-poems button i {
      float: right;
    }


.widget_mailing_list {
  padding-top: 1rem;
}

  .widget_mailing_list #mc_embed_signup .mc-field-group.input-group label {
      display: inline-block;
      float: right;
      width: 85%;
      line-height: 1.2rem;
  }

  .widget_mailing_list #mc_embed_signup input#mce-EMAIL {
    margin-top: 1rem;
  }

  .widget_mailing_list #mc_embed_signup input.square-radio {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .widget_mailing_list #mc_embed_signup input {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    font-family: "ronnia-condensed", sans-serif;
  }

  .widget_mailing_list #mc_embed_signup input::placeholder {
    opacity: 0.85;
    color: #000;
  }

  .widget_mailing_list #mc_embed_signup input::placeholder:focus,
  .widget_mailing_list #mc_embed_signup input::placeholder:hover {
    opacity: 1;
    color: #000;
  }

  .widget_mailing_list #mc_embed_signup #mc-embedded-subscribe {
    font-family: "ronnia-condensed", sans-serif;
    clear: both;
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.25rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #0e718e;
    padding: 0.5rem 1rem;
    height: auto;
  }
  .widget_mailing_list #mc_embed_signup #mc-embedded-subscribe span {
    width: 80%;
    display: inline-block;
    float: left;
  }

  .widget_mailing_list #mc_embed_signup #mc-embedded-subscribe:focus,
  .widget_mailing_list #mc_embed_signup #mc-embedded-subscribe:hover {
    background-color: #000;
  }

    .widget_mailing_list #mc_embed_signup #mc-embedded-subscribe i {
      float: right;
      padding-top: 0.35rem;
    }

  #mc_embed_signup .indicates-required,
  #mc_embed_signup .mc-field-group label[for="mce-EMAIL"] {
    display: none;
    visibility: hidden;
  }

.widget_social_icon_block {
  margin-bottom: 2rem;
}

  .social-icons {

  }

    .social-icons .icon-item {
      background-color: #444;
      padding: 5% 1%;
      display: inline-block;
      margin: 0 3.25% 0 0;
      width: 22.5%;
      text-align: center;
    }

    .social-icons .icon-item:last-child {
      /* margin: 0 !important; */
    }

    .social-icons .icon-item:focus,
    .social-icons .icon-item:hover {
      background-color: #fed721;
    }

      .social-icons .icon-item i {
        color: #fff;
        font-size: 1.5rem;
        padding:0.25rem;
      }

      .social-icons .icon-item:focus i,
      .social-icons .icon-item:hover i,
      .social-icons .icon-item i:focus,
      .social-icons .icon-item i:hover {
        color: #000;
      }

      /* three items */
      .social-icons li.icon-item:first-child:nth-last-child(3),
      .social-icons li.icon-item:first-child:nth-last-child(3) ~ li.icon-item {
          width: 30.3333%;
          margin: 0 3.333% 0 0;
          padding: 6% 1%;
      }

      .social-icons li.icon-item:first-child:nth-last-child(3) ~ li.icon-item:last-child {
        width: 31% !important;
        margin: 0 !important;
      }

      .social-icons li.icon-item:first-child:nth-last-child(3) i,
      .social-icons li.icon-item:first-child:nth-last-child(3) ~ li.icon-item i {
        font-size: 2rem;
        padding:0.25rem;
      }

.browse-poems button {
    width: 100%;
    display: block;
    text-align: left;
    padding: 1rem 0.5rem;
    background-color: #fff;
    margin-bottom: 0.5rem;
    font-family: "Maiola", serif;
}

  .browse-poems .latest-collection {
    background-color: #fed721;
  }

  .browse-poems .latest-collection h3.widget-box-title {
    padding: 1rem;
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 0;
  }

  .browse-poems .latest-collection button {
    background-color: #fed721;
    padding: 1rem;
    font-size: 2rem;
    font-family: "Maiola", serif;
  }

/*********************
SHOP FILTER STYLES
*********************/
.widget .widget_custom_html {
  margin:0;
  clear: both;
}
.widget .product-categories {
  margin-bottom: 0rem;
}

.widget .product-categories li {
  display: block;
}

.widget .product-categories .cat-item a{
  font-family: "ronnia-condensed", sans-serif;
  clear: both;
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.25rem;
}

.woocommerce ul.products li.product a img {
  width: auto;
  /*height: 100%;*/
}


/*********************
SHOP CART INFO STYLES
*********************/

.cart-contents:before {
    font-family: WooCommerce;
	content: "\e01d";
	font-size: 19px;
	margin-top: 10px;
	font-style: normal;
	font-weight: 400;
	padding-right: 5px;
	vertical-align: bottom;
	color: #000;
}
.cart-contents:hover {
    text-decoration: none;
	color: #fff;
}
.cart-contents-count {
    color: #fff;
	background-color: #000;
	font-weight: bold;
	border-radius: 10px;
	padding: 0.25rem 0.5rem;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size: 0.75rem;
}

/*********************
SHOP LISTING STYLES
*********************/

.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
  width: 100%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 100%;
}

.woocommerce-page ul.products div.columns {
  float: left;
}

.woocommerce ul.products li.product .button {
  visibility: hidden;
  display: none;
}

.woocommerce ul.products li.product .price {
  color: #000;
  font-size: 1rem;
}

/*********************
PRODUCT SINGLE PAGE STYLES
*********************/

.posted_in {
    margin-bottom: 2rem;
    display: block;
    font-family: ronnia-condensed, sans-serif;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  background-color: transparent;
  border:0;
  display: none; /* Hide tabs */
}

.tab-additional_information {
  display: block !important; /* Show all tab data */
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock {
  color: #000;
}

.woocommerce div.product form.cart .button {
  font-family: "ronnia-condensed", sans-serif;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.1rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fed721;
  color: #000;
  float: none !important;
  margin-left: 0;
  padding: 1rem 4rem;
}

.woocommerce div.product form.cart .button:focus,
.woocommerce div.product form.cart .button:hover {
  background-color: #000;
  color: #fff;
}

/*********************
CART / CHECKOUT PAGE STYLES
*********************/

.woocommerce-cart-form {
    width: 47%;
	clear: none;
	display: inline-block;
	float: left;
	margin-right: 3%;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 50%;
	clear: none;
	display: inline-block;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	display: none;
	width: 0;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}

.woocommerce-page .recurring-totals,
.woocommerce-page .shipping.recurring-total {
    display: none;
}

.woocommerce-page #billing_state_field,
.woocommerce-page #shipping_state_field {
	display: none;
}

.woocommerce-page #billing_city_field,
.woocommerce-page #billing_postcode_field,
.woocommerce-page #billing_phone_field,
.woocommerce-page #billing_email_field {
    width: 49% !important;
    display: inline-block !important;
    margin-right: 2%;
}

.woocommerce-page #billing_postcode_field,
.woocommerce-page #billing_email_field {
	margin-right: 0;
}

.woocommerce-page .wc_payment_method.payment_method_paypal label {
    width: 94% !important;
	display: inline-block !important;
	margin-right: 0 !important;
}

.woocommerce-page input#payment_method_paypal.input-radio {
	display: inline-block;
	margin-top: 1rem !important;
}

.woocommerce-page .wc_payment_method.payment_method_paypal img {
	float: right;
	padding-right: 0 !important;
}

.woocommerce-page .wc_payment_method.payment_method_stripe label {
	margin-right: 0.5rem !important;
}

/*--------------------------------------------------------------
# Reading mode
--------------------------------------------------------------*/

body.distraction_free_reading_mode{
  background-color:#ededed;
}

/*body.distraction_free_reading_mode #paper{
  background-color:#ededed;
  padding:0;
  box-shadow:none;
}*/

body.distraction_free_reading_mode #paper {
    background-color: #ededed;
    padding: 0;
    box-shadow: none;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    overflow-y: scroll;
}
body.distraction_free_reading_mode #paper #right{
  background-color:#ededed;
}

body.distraction_free_reading_mode #left #info_section .topPart,
body.distraction_free_reading_mode #left #info_section .bottomPart,
body.distraction_free_reading_mode #secondary,
body.distraction_free_reading_mode #site-navigation,
body.distraction_free_reading_mode .issueMark{
  display:none;
}

body.distraction_free_reading_mode .titleWrap{
  position: relative;
  left: 33.33333%;
  width: 66.66667%;
}

body.distraction_free_reading_mode .titleWrap .site-branding{
  padding:0px 40px;
  opacity:0.3;
}

body.distraction_free_reading_mode #subscribe,
body.distraction_free_reading_mode .site-footer{
  display:none;
}

body.distraction_free_reading_mode .thePoetTitle{
  position:fixed;
  left:60px;
  top:100px;
  z-index:100;
}

body.distraction_free_reading_mode #poemControlls{
  position:fixed;
  left:60px;
  top:40%;
  z-index:100;
}

body.distraction_free_reading_mode .hide-in-dfrm{
  display:none!important;
}

body.distraction_free_reading_mode #poemControlls button{
  opacity:0.5;
}

body.distraction_free_reading_mode .off-canvas-toggle{
  display:none;
}

#paper .entry-content .panel-grid .useSansSerif p{
  font-family: 'ronnia', 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
.tabsWrapper{
  overflow:hidden;
}

.tabsWrapper .tabsNav{
  overflow:hidden;
  display:block;
  margin-bottom:1rem;
}

.tabsWrapper .tabPoint{
  float:left;
  height:50px;
  display:block;
  padding:15px 20px;
  background:#ccc;
  color:#000;
  text-transform: uppercase;
  font-weight: 700;
  font-size:1rem;
  font-family: 'ronnia', 'Open Sans', sans-serif;
  cursor:pointer;
}

.tabsWrapper .tabPoint.active{
  background:#2bb7e0;
}

body.distraction_free_reading_mode .tabsWrapper .tabPoint{

  background:none;

  color:#ccc;

}

body.distraction_free_reading_mode .tabsWrapper .tabPoint.active{

  /*background:#eee;*/
  color:#000;

}

.tabsWrapper .tab{
  display:none;
}

.tabsWrapper .tab.active{
  display:block;
}



/*********************
FOOTER STYLES
*********************/

.footer {
  clear: both;
  margin-top: 1em;
}
  #inner-footer {
    padding: 2.5rem 0 2rem 0;
  }
	#inner-footer .footer-links h3 {
		font-family: 'ronnia-condensed', sans-serif;
	}
	#inner-footer .footer-links ul {
		font-family: "maiola",serif;
	}

  .footer .menu.horizontal > li,
  .footer .menu > li {
    display: block;
    margin-left: 0;
  }

  .footer .menu > li > a {
    margin:0;
    padding: 0.5rem 0.5rem 0.5rem 0;
    display: block;
  }

  .footer .menu > li > a:focus,
  .footer .menu > li > a:hover {
    text-decoration: underline;
    color: #fff;
  }

#footer-bottom {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 2rem 0;
  height: auto;
  float: left;
}

  #footer-bottom .supporters {
    padding: 1rem;
  }

  #footer-bottom .supporters img {
    display: inline-block;
    margin-right: 5%;
    width: 44%;
    height: auto;
  }

  #footer-bottom .copyright,
  #footer-bottom .credits {
    text-align: left;
    margin-bottom: 0;
  }

  #footer-bottom .copyright {
    padding-top: 1.5rem;
  }

  #footer-bottom a {
    color: #2bb7e0;
  }

  #footer-bottom a:focus,
  #footer-bottom a:hover {
    color: #000;
    text-decoration: underline;
  }

.footer .menu > li.active a {
	background-color: transparent;
	font-weight: bold;
	color:#000;
}

.footer-links ul {
  margin-bottom: 1.5rem;
}

/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/

/* Small to Medium */
@media screen and (max-width: 40em) {
	.single-mpit_poems #paper {
		padding: 2rem 0.25rem;
	}

	.woocommerce-cart-form,
	.cart-collaterals,
	.cart_totals,
	.shop_table shop_table_responsive,
	.wc-proceed-to-checkout {
		width: 100% !important;
	}

	#content  {
		padding-top: 5rem;
	}
}

/* Portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1) {
	#content  {
		padding-top: 6rem;
	}
}

@media screen and (min-width: 636px) and (max-width: 1024px) {
	.widget:nth-child(2n+1) {
		width: 100% !important;
	}
	.woocommerce-cart-form,
	.cart-collaterals {
		width: 100%;
	}

}

/* Medium and up */
@media screen and (min-width: 40em) {

  .brand img {
    padding: 2rem 1rem 2rem 1rem;
    vertical-align: bottom;
  }

  .site-name .site-title {
    position: absolute;
    bottom: 0;
    padding: 1rem 1rem 1rem 1.5rem;
    font-size: 1.75rem
  }

  .site-name .site-title .strapline {
    font-family: "maiola",serif;
    font-size: 1.5rem;
    clear: none;
    display: inline-block;
  }

  .top-bar .top-bar-left, .top-bar .top-bar-right {
    width: 100%;
  }

  .top-bar.row,
  .top-bar-left.row {
    max-width: 100%;
  }

  .carousel .panel .text {
    padding: 4rem 5rem 2rem 5rem !important;
  }

  .social-icons li.icon-item:first-child:nth-last-child(3),
  .social-icons li.icon-item:first-child:nth-last-child(3) ~ li.icon-item {
    padding: 8% 1%;
  }

  .social-icons li.icon-item:first-child:nth-last-child(3) i,
  .social-icons li.icon-item:first-child:nth-last-child(3) ~ li.icon-item i {
    font-size: 1.75rem;
  }

  /* news and events */
  .news-events .panel {
    width: 50%;
    height: 100%;
  }

  .news-events .panel:nth-child(odd) {
    padding-right: 1rem;
  }

  .news-events .panel:nth-child(even) {
    padding-left: 1rem;
  }

  /* features */

  /* first item */
  .features .panel:nth-of-type(1) {
      width: 100% !important;
  }

    .features .panel:nth-of-type(1) .image-container,
    .features .panel:nth-of-type(1) .text {
      width: 50%;
    }

    .features .panel:nth-of-type(1) .text {
      display: table-cell;
      vertical-align: middle;
      padding: 3rem 6.5rem 4rem 2rem;
      clear: none;
    }

      .features .panel:nth-of-type(1) .text h3 {
        font-size: 2.5rem;
        line-height: 2.75rem;
      }

    .features .panel:nth-of-type(1) .image-container.columns {
      padding: 0 1rem 0 0;
    }

  /* second & third items */
  .features .panel:nth-of-type(2),
  .features .panel:nth-of-type(3),
  .features .panel:nth-of-type(7),
  .features .panel:nth-of-type(8) {
    width: 50%;
    height: 100%;
  }

    .features .panel:nth-of-type(2) .image-container,
    .features .panel:nth-of-type(3) .image-container,
    .features .panel:nth-of-type(7) .image-container,
    .features .panel:nth-of-type(8) .image-container,
    .features .panel:nth-of-type(13) .image-container,
    .features .panel:nth-of-type(14) .image-container {
      max-height: 300px;
      height: 300px;
      overflow: hidden;
    }

    /* second & third items */
    .features .panel:nth-of-type(2) .text,
    .features .panel:nth-of-type(3) .text,
    .features .panel:nth-of-type(7) .text,
    .features .panel:nth-of-type(8) .text {
      height: 20rem;
    }

    .features .panel:nth-of-type(2),
    .features .panel:nth-of-type(7) {
      padding-right: 1rem;
    }
    .features .panel:nth-of-type(3),
    .features .panel:nth-of-type(7) {
      padding-left: 1rem;
    }
    .features .panel:nth-of-type(4) {
      clear:both;
    }

  /* fourth, fifth & sixth items */
  .features .panel:nth-of-type(4),
  .features .panel:nth-of-type(5),
  .features .panel:nth-of-type(6),
  .features .panel:nth-of-type(9),
  .features .panel:nth-of-type(10),
  .features .panel:nth-of-type(11),
  .features .panel:nth-of-type(15),
  .features .panel:nth-of-type(16),
  .features .panel:nth-of-type(17) {
    width: 33.333%;

  }

    .features .panel:nth-of-type(4) .image-container,
    .features .panel:nth-of-type(5) .image-container,
    .features .panel:nth-of-type(6) .image-container,
    .features .panel:nth-of-type(9) .image-container,
    .features .panel:nth-of-type(10) .image-container,
    .features .panel:nth-of-type(11) .image-container {
      max-height: 200px;
      height: 200px;
      overflow: hidden;
      position: relative;
    }

  .features .panel:nth-of-type(2) span,
  .features .panel:nth-of-type(4) span,
  .features .panel:nth-of-type(9) span,
  .features .panel:nth-of-type(14) span {
    padding-left: 0 !important;
  }

  .features .panel:nth-of-type(3) span,
  .features .panel:nth-of-type(6) span,
  .features .panel:nth-of-type(11) span,
  .features .panel:nth-of-type(16) span {
    padding-right: 0 !important;
  }

  #footer-bottom .supporters img {
    display: inline-block;
    margin-right: 5%;
    width: 44%;
    height: auto;
  }

	.single-mpit_poems #paper {
		padding: 2rem;
	}

}


@media screen and (max-width:40em){
  .off-canvas-content{
    padding-top:3.5rem;
  }
}

@media screen and (min-width:40em) and (max-width:64em){
  .off-canvas-content{
    padding-top:6rem;
  }
}



@media screen and (min-width: 1024px) and (max-width: 1480px) {
	.filter-panel .filter-box {
		width: 50%;
	}

	.filter-panel input.facetwp-autocomplete {
		box-sizing: border-box;
		width: 73%;
		display: inline-block;
	}

	.woocommerce-cart-form {
		width: 100%;
	}
	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		width: 100%;
		clear: none;
		display: inline-block;
	}
}


/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  .site-name .site-title .title-text {
    display: inline-block;
    float: left;
    padding-right: 1rem;
  }

  .widget:nth-child(odd) {
    width: 48.5%;
    float: left;
    margin-right: 1.5%;
    clear: both;
  }
  .widget:nth-child(even) {
    width: 48.5%;
    float: left;
    margin-left: 1.5%;
    clear: right;
  }

  .medium-pull-0,
  .medium-push-0,
  .medium-uncentered {
    float: left !important;
    clear: none !important;
  }

  .woocommerce .products div.columns {
      width: 50%;
      float: left !important;
      display: inline-block;
  }

  .woocommerce .products:nth-child(3n) div.columns {
    clear: both;
    display: inline-block;
    float: left !important;
  }

	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		width: 100% !important;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {

  .browse-poems-template .filter-panel.closed {
    display: block;
    visibility: visible;
  }

	.poems-from-issue .poem_entry,
  .browse-poems-template .poem_entry {
    display: inline-block;
    border-bottom: 0px;
    padding: 2rem 2rem 0 2rem;
	height: 300px; /* was 185px */
	overflow: hidden;
  }
	.single-mpit-magazines .poems-from-issue .poem_entry {
		height: 200px;
	}

	.poems-from-issue .poem_entry .text-container,
	.browse-poems-template .poem_entry .text-container {
		overflow: hidden;
		display: block;
		height: 168px; /* was 128px */
	}

	.single-mpit-magazines .poems-from-issue .poem_entry h3,
	.browse-poems-template .poem_entry h4 {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}

	.poems-from-issue .poem_entry:focus,
	.poems-from-issue .poem_entry:hover,
  .browse-poems-template .poem_entry:focus,
  .browse-poems-template .poem_entry:hover {
    background-color: #d2d2d2;
  }

  .brand img {
    padding: 2rem 1rem 0rem 1rem;
    vertical-align: bottom;
  }

  .row {
    max-width: 94%;
  }

  .site-name .site-title .strapline {
    padding-left: 1rem;
  }

  .social-icons li.icon-item {
    padding: 3% 1%;
  }

  .social-icons li.icon-item:first-child:nth-last-child(3),
  .social-icons li.icon-item:first-child:nth-last-child(3) ~ li.icon-item {
    padding: 8% 1%;
  }

  .social-icons li.icon-item:first-child:nth-last-child(3) i,
  .social-icons li.icon-item:first-child:nth-last-child(3) ~ li.icon-item i {
    padding: 3% 1%;
    font-size: 1.75rem;
  }

  .large-pull-0,
  .large-push-0,
  .large-uncentered {
    float: left !important;
    clear: none !important;
  }

  /* second & third items */
  .features .panel:nth-of-type(2) .text,
  .features .panel:nth-of-type(3) .text,
  .features .panel:nth-of-type(7) .text,
  .features .panel:nth-of-type(8) .text {
    height: 13rem;
  }

  .sidebar {
    clear: none;
  }

  .header .menu {
    padding: 3rem 0rem 1rem 0rem;
  }

  #menu-bar-right {
    padding: 3rem 1rem 0rem 1rem;
		/* display: flex; */
		/* justify-content:space-around; */
  }
	#menu-bar-right > a {
		/* align-self: center; */
	}

  #menu-bar-right a {
    font-size: 1.1rem;
    font-weight: bold;
  }
	#menu-bar-right .social-icons a i {
		padding: 0;
	}
	#social_icon_block-6 .social-icons a i {
		padding: 0;
	}

	#menu-bar-right .social-icons > .widget-box-title {
		display: none;
	}
	#off-canvas section {
		display: none;
	}
	#social_icon_block-6 .social-icons > .widget-box-title {
		display: none;
	}
	#menu-bar-right .social-icons,
	#menu-bar-right #social_icon_block-4 {
		margin-bottom: 0;
	}
	#social_icon_block-6 .social-icons {
		margin-bottom: 0;
	}
	/* #menu-bar-right .social-icons {
		display: none;
	} */

	#menu-bar-right .social-icons .icon-item-subscribe,
	#social_icon_block-6 .social-icons .icon-item {
		width: auto;
	}

	#menu-bar-right .social-icons li,
	#menu-bar-right .social-icons li:hover,
	#menu-bar-right .social-icons li:focus,
	#social_icon_block-6 .social-icons li,
	#social_icon_block-6 .social-icons li:hover,
	#social_icon_block-6 .social-icons li:focus
	 {
		background-color: transparent;
		padding: .5em 0;
	}
	#menu-bar-right .social-icons .icon-item:hover i,
	#menu-bar-right .social-icons .icon-item:focus i,
	#social_icon_block-6 .social-icons .icon-item:hover i,
	#social_icon_block-6 .social-icons .icon-item:focus i {
		color: #fff;
	}

	/* #menu-bar-right .social-icons li.icon-item-subscribe {
		display: inline-block;
	}
	.social-icons li.icon-item-subscribe {
		display: none;
	} */

    /* #menu-bar-right a:focus,
    #menu-bar-right a:hover {
      color: #fff;
    } */

  .top-bar-right.show-for-large .menu > li > a::after {
    padding-left: 0.5rem;
  }

  .top-bar-right.show-for-large .menu > li > a {
    font-size: 1.1rem;
    padding-right: 0.25rem;
  }

  /* two items */
  .products div.columns:first-child:nth-last-child(2),
  .products div.columns:first-child:nth-last-child(2) ~ div.columns {
      width: 25%;
  }
  .products div.columns:first-child:nth-last-child(2) .product-info,
  .products div.columns:first-child:nth-last-child(2) ~ div.columns .product-info {
    /*padding: 40% 10% 0 10%;*/
  }

  /* three items */
  .products div.columns:first-child:nth-last-child(3),
  .products div.columns:first-child:nth-last-child(3) ~ div.columns {
      width: 33%;
  }

  .woocommerce ul.products li.product a {
    float: left;
    width: auto;
  }

  .woocommerce ul.products li.product a img {
    margin: 0;
  }

  /*.woocommerce ul.products .product-info {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    padding: 20% 10% 0 10%;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
  }*/

  /*.woocommerce ul.products li:focus .product-info,
  .woocommerce ul.products li:hover .product-info {
    display: inline-block;
    -webkit-animation: fade-in 0.9s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 0.9s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
  }*/

  .woocommerce-products-header__title.page-title {
    padding-top: 0;
  }

  /*@keyframes fadeInOpacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .woocommerce ul.products .product-info .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .product-info .price {
    color: #fff;
  }*/

  #footer-bottom .supporters img {
    display: inline-block;
    margin-right: 2rem;
    width: 32%;
    height: auto;
  }

  #footer-bottom .copyright,
  #footer-bottom .credits {
    text-align: right;
    margin-bottom: 0;
  }

  #paper .poem #right{
    padding:50px 50px 100px;
  }


}

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet.

Remember to add things that won't make sense to print at
the bottom. Things like nav, ads, and forms shouldbe set
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
