/*
Theme Name: Stonebridge
Author: Rotary Creative - Mark Feltwell
Author URI: http://www.rotarycreativegroup.co.uk/
Description: Graphic Design, Litho Printing, Digital Printing and Web Design in Stourport, Kidderminster, Worcester, Birmingham
Version: 1.0
Tags:
Text Domain: stonebridge
*/

/* Stonebridge Style */

@import url("css/root.css");

html {
	font-size: 12px;
}

@media (min-width: 576px) {
	html {
		font-size: 13px;
	}
}

@media (min-width: 768px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 16px;
	}
}

body {
	font-family: var(--mainfont);
	font-weight: var(--fontweight);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: var(--text);
	overflow-x: hidden;
  display: none;
}

.fontawesome-i2svg-active body {
  display: initial;
}

h1 {
	font-family: var(--logofont);
	font-size: 4.1rem;
}

h1 span {
	font-family: var(--mainfont);
	font-size: 0.9rem;
	font-weight: 200;
	display: block;
}

h3 {
	font-size: 2.5rem;
}

h4 svg {
	color: var(--Tblue);
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: #ae2168;
}

.logo {
  height: 60px;
}

@media (max-width: 767.98px) {
	.logo {
	  height: 40px;
	}
}

.logo svg {
  height: 100%;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

.flexy {
	display: flex;
	align-items: center;
}

.H100 {
	height: 100%;
}

.spacer {
	height: 77px;
}

.circle {
	border-radius: 50%;
	background: linear-gradient(to bottom right, var(--GpurpD), var(--GpurpL));
	height: 1000px;
	width: 2000px;
	position: absolute;
	top: 0;
	left: -500px;
	z-index: -5;
	overflow: hidden;
}

.circle img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	opacity: 0.15;
	mix-blend-mode: luminosity;
}

.sm-circle {
	height: 15.625rem;
  width: 15.625rem;
  right: 20%;
  left: unset;
	top: 30px;
}

.c2 {
	height: 5rem;
  width: 5rem;
  right: 15%;
  top: 0;
}

.btn-primary {
	color: #fff !important;
  background-color: #ae2168;
  border-color: #ae2168;
}

.bg-primary {
  background-color: #5257a7 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ae2168;
}

.margB {
	margin-bottom: 30px;
}

.grecaptcha-badge {
  display: none !important;
}
@keyframes flutter {
  20% {
    transform: rotateY(48deg);
  }

  40% {
    transform: rotateY(0deg);
  }

  60% {
    transform: rotateY(40deg);
  }

  80% {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(0deg);
  }
}

.flutter {
  transform-origin: top center;
  transition-timing-function: ease-in-out;
  animation-name: flutter;
}
/* Loading __________________________________________________________________ */

.load-bkg {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-image: linear-gradient(to right, #fee140 0%, #fa709a 100%);
  z-index: 9999;
	fill: #fff;
	display: flex;
  align-items: center;
  justify-content: center;

	transition: 2.5s;
	-webkit-transition: 2.5s;
	visibility: visible;
}

.loaded .load-bkg {
	transition-delay: 5.2s;
	visibility: hidden;
	opacity: 0;
}

.load-bkg .logo {
	height: 7.187rem;
	margin-right: 15px;
	opacity: 0;
	transition: 2s;
	-webkit-transition: 2s;
}

.loaded .load-bkg .logo {
	opacity: 1;
}

.load-bkg h1 {
  font-size: 7rem;
  color: #fff;
	overflow: hidden;
	width: 0;
	transition: 2s;
	-webkit-transition: 2s;
}

.load-bkg h1 span {
  font-size: 1.5rem;
}

.loaded .load-bkg h1 {
	transition-delay: 2.5s;
	overflow: hidden;
	width: 466px;
}

@media (max-width: 767.98px) {
	.load-bkg .logo {
		height: 6rem;
	}
}

/* Header ___________________________________________________________________ */

header {
  width: 100%;
  color: #fff;
  fill: #fff;
  z-index: 990;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	position: absolute;
}

header.head_bar,
header.headBar {
	position: fixed;
	top: -200px;
	background: var(--textHL);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

header.head_bar.slideDown,
header.headBar {
	top: 0;
}

header.headBar {
	top: 0;
}

header a {
	color: inherit;
}

.head-logo {
  display: flex;
  align-items: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.head-logo .logo {
	margin-right: 5px;
}

.head-logo .logo svg {
	fill: #fff;
}

a:hover .head-logo {
	color: #fff;
	opacity: 0.7;
}

.head-logo h1 {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
}

header.head_bar .head-logo .logo,
header.headBar .head-logo .logo {
	height: 50px;
}

header.head_bar h1,
header.headBar h1 {
	font-size: 3rem;
}

header.head_bar h1 span,
header.headBar h1 span {
	font-size: 0.65rem;
	text-shadow: none;
}

.title_block {
  position: relative;
	padding: 100px 0;
  overflow: hidden;
/*	background: #000;*/
}

.title_block .circle {
  height: 1000px;
  width: 1000px;
  left: -250px;
  top: -450px;
	mix-blend-mode: lighten;
	z-index: 1;
	opacity: 0.8;
}

.title_block h2 {
	position: relative;
	font-size: 4rem;
  font-weight: 600;
	letter-spacing: 1px;
}

.title_blockText {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
}

video.bkg_vid {
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: bottom;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.title_bkg {
  position: absolute;
	top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}

.title_bkg img {
	object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Navigation _______________________________________________________________ */

nav {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

nav ul li {
	display: inline-block;
	margin: 0 5px;
	font-size: 1.2rem;
}

nav a:hover {
	color: #69cbfb;
}

.hamburger {
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  font-size: 2rem;
	cursor: pointer;
}

aside.sideMenu {
  position: fixed;
  top: 0;
  right: -600px;
  width: 100%;
  max-width: 600px;
  height: 100%;
  background: #fff;
  z-index: 999;
  color: var(--textHL);
  overflow-y: auto;
	transition: 0.5s;
}

.openMenu aside.sideMenu {
  right: 0;
}

aside.sideMenu .menuInner {
	padding: 4rem 6rem;
  text-align: right;
}

.darkBkg {
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 998;
  opacity: 0;
	transition: 0.5s;
	visibility: hidden;
}

.openMenu .darkBkg {
  opacity: 0.8;
	visibility: visible;
}

.sideHead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.sideClose {
  font-size: 3rem;
	cursor: pointer;
}

.sideHead .logo svg {
  fill: var(--textHL);
}

ul.sideNav {
	margin-bottom: 3rem;
}

ul.sideNav li {
    font-size: 2rem;
    line-height: 1.6;
}

ul.sideContact {
  font-size: 1.2rem;
}

ul.sideContact .address {
  margin-bottom: 1rem;
}

/* Footer ___________________________________________________________________ */

footer.footer {
	color: #fff;
	padding-top: 400px;
	position: relative;
	overflow: hidden;
}

footer a {
	color: inherit;
}

footer a:hover {
	color: #69cbfb;
}

.foot {
	padding-bottom: 60px;
}

.sub-footer {
	padding: 20px 0;
	background: var(--purple);
	border-top: 1px solid white;
	font-size: 0.85rem;
	position: relative;
}

.sub-footer p {
	margin: 0;
	padding-right: 80px;
}

.sub-footer .logo {
	position: absolute;
	right: 5px;
	top: 0;
	height: 100%;
	padding: 5px;
	fill: #fff;
}

.footer-circle {
	border-radius: 2000px 2000px 0 0;
}

footer.footer_block {
	padding-top: 100px;
}

footer.footer_block .footer-circle {
	border-radius: 0;
  left: 0;
	height: 100%;
	width: 100%;
}

.foot-contact .address {
	margin-bottom: 15px;
}

.foot-contact svg {
	color: #69cbfb;
}

/* Sections _________________________________________________________________ */

.cqc img {
  max-height: 6rem;
}

.standard {
	padding: 60px 0 30px;
	position: relative;
}

img.feat-img {
	border-radius: 0.25rem;
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
}

.text_wrap {
  padding: 60px 0;
}

.text_box {
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.text_box p {
    margin: 0;
/*    text-align: justify;*/
    margin-bottom: 10px;
    font-size: 20px;
    color: #5C5C5C;
}

.text_box2 {
    height: 100%;
    padding: 40px 0px 60px;
}

@media (max-width: 991.98px) {
	.text_box {
	  padding: 0;
	}
}

@media (max-width: 767.98px) {
	.text_box {
	  margin-bottom: 4rem;
	}

	.text_box2 {
		padding: 4rem 2rem;
	}
}

@media (max-width: 575.98px) {
	.text_box {
		padding: 0 2rem;
	}
}

.text_box2 p {
    font-size: 20px;
    color: #5C5C5C;
}

.text_box p:last-child,
.text_box2 p:last-child {
	margin-bottom: 0;
}

.text_box a,
.text_box2 a {
	color: #ae2168;
}

.text_box a:hover,
.text_box2 a:hover {
	text-decoration: underline;
}

.header_icon {
	color: var(--textHL);
	font-size: 2rem;
	margin-bottom: 10px;
}

blockquote.quote {
	text-align: center;
	padding: 5rem 0;
	margin: 5rem 0;
	font-size: 3.2rem;
	font-weight: 200;
	/*border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #dfdfdf;*/
	line-height: 1.2;
	position: relative;
	color: #AE2068;
	font-family: "Dancing Script", cursive;
}
.page-id-20 blockquote.quote {
	padding: 0;
	margin: 0;
}
@media (max-width: 991.98px) {
	blockquote.quote {
		margin: 0;
	}
}

blockquote.quote.qu-sm {
    margin: 0;
    width: 100%;
    font-size: 2rem;
    padding: 60px 0;
    color: #AE2068;
    font-family: "Dancing Script", cursive;
}

blockquote.quote span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 30px;
}

blockquote.quote span cite {
  font-size: 0.7rem;
  margin-top: 10px;
  display: block;
}

.quote svg {
    color: #ae2068;
    font-size: 1.5rem;
    vertical-align: top;
    margin: 0 5px;
}

.quote.qu-sm svg {
  font-size: 1rem;
}

.butterfly_bkg {
  position: absolute;
  top: -130px;
  right: -250px;
  width: 600px;
  opacity: 0.02;
}

/* Wave Border */

.wave {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.wave svg {
  fill: #fff;
	display: block;
}

.top_section {
	background-image: linear-gradient(to right, #fee140 0%, #fa709a 100%);
	padding: 200px 0 300px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.top_section h1 {
	font-size: 4.5rem;
}

.top_text {
	max-width: 700px;
	margin-left: auto;
	text-align: right;
	z-index: 10;
	position: relative;
}

.top_section p {
	font-size: 2rem;
	font-weight: 200;
}

.top_section p span {
	font-weight: 600;
	display: block;
}

.top_section .circle {
	top: 100px;
  left: -700px;
  z-index: 0;
  border-radius: 50%;
  height: 2400px;
  width: 2400px;
  background: none;
}

.top_section .circle img {
  opacity: 0.65;
	height: auto;
}

.intro {
	padding-top: 160px;
}

.head_bkg {
  position: absolute;
  top: 0;
	width: 100%;
  height: 100%;
}

.head_bkg img {
  object-fit: cover;
	width: 100%;
  height: 100%;
	opacity: 0.65;
  mix-blend-mode: luminosity;
}

/* Staff ____________________________________________________________________ */

.staff_prof {
  position: relative;
  height: 500px;
}

.fade-bkg {
  background: linear-gradient(to right, rgb(120, 47, 107) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
}

.fade-bkg.prof-right {
	background: linear-gradient(to left, rgb(120, 47, 107) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.prof-img {
    height: 500px;
    position: absolute;
    top: 0;
    border-radius: 15px;
    overflow: hidden;
}

.prof-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.profile_content {
  position: relative;
  color: #fff;
	height: 100%;
}

.profile_content.prof-right {
  text-align: right;
}

.prof-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
}

.prof-text h4 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
}

.prof-text h4 span {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
	color: var(--textHL);
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.prof-text p {
  font-weight: 300;
}

/* News Cards _______________________________________________________________ */

.card {
	overflow: hidden;
}

.card img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}
.card-text.date {
	text-align: left;
}

.text-muted {
  color: inherit !important;
  opacity: 0.75;
}

/* Gallery __________________________________________________________________ */

.gallery {
	padding: 80px 0;
}

.expand_img {
	display: none;
}

/* Card Columns */

@media (min-width: 576px) and (max-width: 991.98px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1200px) {
	.gallery .card-columns {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}

.modal-content {
	border-radius: 0;
	border: none;
}

.modal-body {
	padding: 0;
}

.modal-close {
  z-index: 999;
  position: absolute;
  right: 10px;
  top: 10px;
	font-size: 1.5rem;
	border: none;
	background: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	cursor: pointer;
}

.modal-close:hover {
	opacity: 0.7;
}

/* Contact __________________________________________________________________ */
.contact_page {
	position: relative;
	z-index: 10;
}
.contact_page h4 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 40px;
    color: #ae2168;
}
.map h4 {
    margin-left: 20px;
}
section.contact_page p, section.contact_page label, section.contact_page address, section.contact_page a {
    font-size: 18px;
    color: #5C5C5C;
}
.contact_details address svg, .contact_details li svg {
    margin-right: 10px;
}
.contact_details address svg path, .contact_details li svg path {
    fill: #ae2168;
}
.map_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.office_inside svg {
    width: 20px !important;
    margin-right: 10px;
}
.map-circle {
  border-radius: 50%;
  overflow: hidden;
  height: 26.875rem;
  width: 26.875rem;
	border: 3px solid #ae2168;
	margin-bottom: 30px;
}
.contact_form {
    padding: 30px;
    background: #f7e5ee;
    border-radius: 1rem;
}
.office_infoBox {
    border: 1px solid rgb(174,33,104, 0.3);
    height: 100%;
    border-radius: 1rem;
    background: #fff;
    overflow: hidden;
}
.office_infoBox svg {
    color: #ae2168;
}
.office_infoBox h5 {
    padding: 20px 20px 10px;
    background: #f7e5ee;
    margin: 0;
}
.office_infoBox h5 span {
  display: block;
  font-size: 1rem;
  margin-top: 5px;
  font-weight: 300;
}
.office_inside {
  padding: 20px;
}
.office_inside * {
    font-size: 18px;
}
.office_inside a.email {
    margin: 5px 0 10px 0;
    display: inline-block;
}
.office_inside svg {
  margin-right: 5px;
}
.office_ul {
  display: flex;
}
p.times {
  margin-bottom: 5px;
}

/* News _____________________________________________________________________ */

.postBox {
  position: relative;
  height: 100%;
	overflow: hidden;
	border-radius: 0.25rem;
}

.post_image {
	width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.post_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.post_text {
	padding: 15px;
	line-height: 1.5;
	height: 100%;
	font-size: 0.9rem;
}

.post_inside p {
  font-weight: 300;
}

.naked_box {
  border: 1px solid #eeeeee;
	background: #fcfcfc;
}

.post_slideUp {
	color: #fff;
	position: relative;
  top: calc(100% - 68px);
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.post_slideUp:hover,
.postBox:hover .post_slideUp {
	top: 0;
}

.upIcon {
  float: right;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	font-size: 1.2rem;
}

.upIcon svg {
	color: inherit;
}

.post_slideUp:hover .upIcon,
.postBox:hover .post_slideUp .upIcon {
	transform: rotate(180deg);
}

.bkg_col {
  background: #5257a7;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.post_inside {
  height: 100%;
  position: relative;
}

.post_inside h4 {
  margin-bottom: 0;
}

.butterfly {
	position: absolute;
  top: -30px;
	left: 5px;
  width: 50px;
  fill: #5257a7;
}

p.post-date {
  margin: 0;
	margin-bottom: 5px;
	font-size: 0.9rem;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

p.post-date svg {
	margin-right: 5px;
}

.naked_box.featured {
  color: #fff;
  background: #5257a7;
  text-align: center;
}

.featured .post_text .bkg_col {
  background: #ae2168;
}

.featured .butterfly {
  fill: #ae2168;
}
.single_news {
    padding: 70px 0 150px 0;
}
.single_news h2 {
  margin-bottom: 30px;
}
span.post-date {
    display: block;
    font-size: 1.3rem;
}
span.post-date svg {
    color: #ae2068;
}
.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}
.wpcf7-acceptance span.wpcf7-list-item input {
    height: auto;
    margin-right: 10px;
}
.wpcf7-acceptance {
    padding: 10px 0 !important;
    display: inline-block;
}
.contact_form .wpcf7-spinner {
    right: 20px;
    position: absolute;
    bottom: 20px;
}
.contact_form input {
    height: 58px;
}
.single_newsImg {
	padding: 15px 0 30px;
	text-align: center;
}

.single_newsImg img {
	padding: 15px 0 30px;
	text-align: center;
	width: auto;
	max-height: 600px;
}

.single_newsText {
	padding: 0 20px;
}

.single_newsText p:first-child {
    font-size: 18px;
    font-weight: 600;
}

/* Tour _____________________________________________________________________ */

.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	width: 100%;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.rooms {
  position: relative;
  color: #fff;
	padding: 90px 30px 30px;
}

.room_bkg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgb(0, 0, 0, 0.8);
}

.room_bkg img {
	opacity: 0.5;
	height: 100%;
	width: 100%;
	object-fit: cover;
/*	mix-blend-mode: luminosity;*/
}

.img_overlay {
  width: 100%;
  position: relative;
}

.img_overlay img:nth-child(2) {
	width: 18.75rem;
	position: absolute;
	bottom: -1.875rem;
	right: -1.875rem;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.98px) {
	.img_overlay img:nth-child(2) {
    position: relative;
    bottom: unset;
    right: unset;
    left: 50%;
    top: -3rem;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.img_overlay img:nth-child(2) {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.img_overlay img:nth-child(2) {
		bottom: -35%;
	}
}

.tour-gallery {
	background: #fafafa;
	margin-top: 120px;
	padding: 80px 0;
}

.tour-gallery .carousel-item {
    height: 600px;    
    text-align: center;
}
.tour-gallery .carousel-item img
{
	display: inline-block !important;
}

.gall-fit {
    height: 100%;
    width: auto;
    object-fit: contain;
    border-radius: 15px;
}

.tour-gallery .carousel-control-prev-icon,
.tour-gallery .carousel-control-next-icon {
	background-image: none;
	font-size: 2.5rem;
	color: #ae2168;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
}

.tour-gallery .carousel-indicators li {
  background-color: rgba(174, 33, 104, 0.5);
}

.tour-gallery .carousel-indicators .active {
  background-color: #ae2168;
}

/* About ____________________________________________________________________ */

.stars {
	text-align: left;
	font-size: 2rem;
	color: #ae2168;
}

/* Thanks ___________________________________________________________________ */

.thankyous .card {
    background: #fff;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.thanks_text {
	font-size: 0.9rem;
	line-height: 1.5;
}

.thanks_text > p:last-child {
	margin-bottom: 0;
}

.quotes {
    color: #ae2168;
    opacity: 0.5;
}

.ref_box {
/*	border-bottom: 1px solid rgba(0, 0, 0, 0.125);*/
	padding: 30px 0;
	font-size: 1rem;
  line-height: 1.6;
	font-weight: 300;
}

.ref_box p:last-child {
	margin-bottom: 0;
}

/* Contact form _____________________________________________________________ */

.contact_home {
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	padding-left: 30px;
}

.stone-btn {
  height: calc(100% - 32px);
  margin-top: 20px;
  white-space: normal !important;
}

@media (max-width: 767.98px) {
	.contact_home {
		border-top: 1px solid rgba(255, 255, 255, 0.4);
		border-left: none;
		padding-left: 0;
		margin-top: 30px;
		padding-top: 30px;
	}

	.stone-btn {
	  height: auto;
	  margin-top: 0;
	}
}

.poem p:first-of-type {
  font-size: 1.6rem;
  font-weight: 500;
}
.poem p {
  text-align: center;
}

.poem p:last-of-type {
  font-weight: 500;
	font-style: italic;
}

.acf-map {
	width: 100%;
	height: 26.875rem;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
