﻿@import url("/lib/open-iconic/font/css/open-iconic-bootstrap.min.css");

/*web fonts need to be at the top*/
@font-face {
	font-family: "Mothproof";
	src: url("/fonts/Mothproof-Script.woff") format("woff");
}

@font-face {
	font-family: "Quintessential";
	src: url("/fonts/Quintessential-Regular.woff") format("woff");
}

/*contact form*/
@font-face {
	font-family: Poppins-Regular;
	src: url('/fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
	font-family: Poppins-Medium;
	src: url('/fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
	font-family: Poppins-Bold;
	src: url('/fonts/poppins/Poppins-Bold.ttf');
}


/* =============================================================== */
html, body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
}

body {
	overflow-y: scroll;
}

a {
	color: #0366d6;
	text-decoration: underline;
}

	a.nav-link, .nav-link, .nav-item {
		text-decoration: none;
	}

	a, a:link {
		color: #8698ff;
	}

		a:active {
			color: #31315a;
		}

		a:visited {
			color: #808080;
		}

		a:hover {
			color: #31315a;
		}

		a img {
			border: none;
			text-decoration: none;
		}

div.nolinkcolor a, div.nolinkcolor a:visited,
#col-a div.nolinkcolor a, #col-a div.nolinkcolor a:visited, #col-a div.nolinkcolor a:hover,
#col-b div.nolinkcolor a, #col-b div.nolinkcolor a:visited, #col-b div.nolinkcolor a:hover,
#col-c div.nolinkcolor a, #col-c div.nolinkcolor a:visited, #col-c div.nolinkcolor a:hover {
	text-decoration: none;
	border: none;
}

.monospace {
	font-family: courier new, courier, monospace !important;
	font-size: 0.85rem;
}


/* =============================================================== */
#site {
	position: relative;
	display: flex;
}

#sideNav {
	order: 1;
	flex: 0 0 9rem;
}

#main {
	order: 2;
	flex: 1;
}

/* =============================================================== */
.top-row {
	display: flex;
	align-items: center;
	min-height: 70px;
}

.main .top-row {
	background-color: #fff;
	border-bottom: 1px solid #d6d5d5;
	justify-content: center;
	text-align: center;
}

	.main .top-row a:first-child {
		overflow: hidden;
		text-overflow: ellipsis;
	}

.sidebar {
	background-image: url(/images/bg.jpg);
	background-color: #2f2f4f;
}

	.sidebar #sideNavClose {
		margin-right: 15px;
		font-size: 0.8rem;
	}

	.sidebar .top-row {
	}

	.sidebar .oi {
		width: 1.6rem;
		font-size: 0.9rem;
		vertical-align: text-top;
	}

	.sidebar .nav-item {
		font-size: 1.1rem;
		font-family: "Quintessential", "Helvetica Neue", Helvetica, Arial, sans-serif;
		letter-spacing: 0.1rem;
		font-weight: bold;
	}

		.sidebar .nav-item:first-of-type {
			padding-top: 0;
		}

		.sidebar .nav-item:last-of-type {
			padding-bottom: 1rem;
		}

		.sidebar .nav-item a {
			color: #d7d7d7;
			border-radius: 4px;
			display: flex;
			align-items: center;
		}

			.sidebar .nav-item a.active {
				background-color: rgba(255,255,255,0.25);
				color: white;
			}

			.sidebar .nav-item a:hover {
				background-color: rgba(255,255,255,0.1);
				color: white;
			}

.content {
	padding-top: 1.1rem;
}

.large_margin_20 {
	margin-left: 20%;
	margin-right: 20%;
}

.large_width_60 {
	width: 60%;
}

.large_width_80 {
	width: 80%;
}

.large_margin_15 {
	margin-right: 15%;
	margin-left: 15%;
}

.large_margin_10 {
	margin-right: 15%;
	margin-left: 15%;
}


/* =============================================================== */

@media (max-width: 1199.98px) {

	.small_hide {
		visibility: hidden;
		display: none;
	}
}

@media (max-width: 767.98px) {

	#sideNav {
		display: none;
	}

	.main .top-row #img-0,
	.main .top-row #subtitle,
	.sidebar {
		display: none;
	}

		#headerMenuButton,
		.sidebar #sideNavClose,
		.sidebar #sideNavHome {
			display: block;
		}

	.main .top-row a, .main .top-row .btn-link {
		margin-left: 0;
	}

	.mob_hide {
		visibility: hidden;
		display: none;
	}

	.large_margin_20 {
		margin-left: inherit;
		margin-right: inherit;
	}

	.large_margin_15 {
		margin-right: inherit;
		margin-left: inherit;
	}

	.large_margin_10 {
		margin-right: inherit;
		margin-left: inherit;
	}

	.large_width_60 {
		width: 100%;
	}

	.small_no_padding_right_top_bottom {
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.awards .awards_item {
		text-align: left !important;
	}
}

@media (min-width: 768px) {

	.sidebar #sideNavClose,
	.sidebar #sideNavHome,
	#headerMenuButton {
		display: none;
	}

	.sidebar {
		height: 100vh;
		position: sticky;
		top: 0;
	}

		.sidebar .nav-item:nth-child(2) {
			padding-top: 1rem;
		}

	.main .top-row {
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	#poetAds,
	#poetAdsAmzAffiliateText {
		padding-left: 10%;
		padding-right: 10%;
	}
}

/* small screen heights /*
/* change the style of the sidenav (less padding and a smaller font size) */
@media (max-height: 600px) {
	#main {
		background-color: #fff;
	}

	.sidebar {
		position: inherit !important;
		background-image: none !important;
	}

	body {
		background-image: url(/images/bg.jpg);
	}

	#sideNavList {
		height: 100vh;
	}
}

/* =============================================================== */

.breadcrumbs .breadcrumb {
	padding: 0;
	background-color: transparent;
	font-size: 1rem;
	font-weight: 500;
}

#breadcrumbs-top {
	margin-top: 0;
	margin-bottom: 1rem;
}

#breadcrumbs-bottom {
	display: flex;
	justify-content: flex-end;
	margin-top: 1rem;
	margin-bottom: 0;
}

.breadcrumbs .breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "\00BB";
}

.breadcrumbs .breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
}

/* =============================================================== */
#img-0, #img-1, #img-2, #img-3, #img-4, #img-5, #img-6, #img-7, #img-8, #img-9 {
	border: 0;
	padding: 0;
}

.byron #img-0, .shelley #img-0, .poe #img-0, .rossetti #img-0, .dickinson #img-0, .wilde #img-0, .thomas #img-0, .plath #img-0 {
	background: url(/images/ink.png) no-repeat top left;
	width: 65px;
	height: 65px;
	position: absolute;
	top: 3px;
	right: 5px;
}

.home #img-0 {
	background: url(/images/paranoid.gif) no-repeat top left;
	width: 73px;
	height: 63px;
	position: absolute;
	top: 5px;
	right: 5px;
}

/* =============================================================== */

#header {
	align-items: center;
	color: #2f2f4f;
}

	#header h1 {
		font-size: 2.2rem;
		line-height: normal;
		margin-bottom: 0;
		font-family: "Mothproof", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

		#header h1 a {
			color: #2f2f4f;
			text-decoration: none;
		}

			#header h1 a:hover {
				text-decoration: none;
			}

	#header #subtitle {
		font-weight: bold;
		font-style: italic;
		font-size: 0.9rem;
		line-height: normal;
		margin-bottom: 0;
		padding-bottom: 0.1rem;
	}

#main #subtitle {
	visibility: hidden;
	display: none;
}

#main.home #subtitle {
	visibility: visible;
	display: inherit;
}

#headerMenuButton {
	position: sticky;
	top: 4px;
	left: 4px;
	padding-left: 4px;
	cursor: pointer;
}

/* =============================================================== */

#main h2 {
	color: #2f2f44;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	/*font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif !important;*/
}

#main h3 {
	color: #2f2f44;
	text-align: center;
	font-size: 1.1rem;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 2rem;
	/*font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif !important;*/
}

#translate {
	text-align: right;
	height: 20px;
	margin: 0 0 0.8rem 0;
	padding: 0;
}

.sharethis-inline-share-buttons {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

/* =============================================================== */
/* LINKS PAGE */

.links h2 {
	margin-top: 2rem;
}

.links div#byron,
.links div#shelley,
.links div#poe,
.links div#rossetti,
.links div#dickinson,
.links div#wilde,
.links div#thomas,
.links div#plath {
	position: relative;
	top: -60px;
}

.links a.toplink {
	visibility: visible !important;
	display: inline !important;
	color: #ddd;
	font-weight: bold;
	margin-left: 1rem;
}

/* =============================================================== */
/* AWARDS PAGE */

.awards .awards_container {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	margin-bottom: 2rem;
}

.awards .awards_item {
	flex: 0 1 auto;
	text-align: center;
	min-width: 30%;
	margin-bottom: 1.6rem;
	margin-right: 1rem;
}

	.awards .awards_item div {
		margin-bottom: 1rem;
	}

/* =============================================================== */
#nav_prev_next {
	padding: 0.4rem 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 0.9rem;
}

	#nav_prev_next div {
		padding: 0;
		margin: 0;
		width: 33%;
	}

		#nav_prev_next div#prevNextPrev {
			text-align: left;
		}

		#nav_prev_next div#prevNextHome {
			text-align: center;
		}

		#nav_prev_next div#prevNextNext {
			text-align: right;
		}

/* =============================================================== */

.sitemap_home {
	text-align: center;
	margin: 0.4rem 0;
}

#sitemapSections {
	padding: 0.4rem 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#sitemapSection1,
#sitemapSection2 {
	width: 48%;
}

ul.sitemap-menu,
ul.sitemap-menu ul {
	list-style: none;
	margin: 0.2rem 0 0 0;
	padding: 0;
}

	ul.sitemap-menu li,
	ul.sitemap-menu ul li {
		margin: 0;
		padding: 0.2rem;
		padding-left: 18px;
		background-image: url(/images/bullet_diamonds.gif);
		background-repeat: no-repeat;
		background-position: 0 0.4rem;
		min-height: 11px;
	}

	ul.sitemap-menu li {
		margin-top: 1rem;
		font-weight: bold;
		font-size: 0.9rem;
	}

	ul.sitemap-menu ul li {
		margin-top: 0;
		font-weight: normal;
		font-size: 0.8rem;
	}


/* =============================================================== */

ul#nav_sub {
	text-align: center;
	list-style: none outside none;
}

	ul#nav_sub li {
		padding: 0 1.2em;
		display: inline;
	}

/* =============================================================== */

#footer {
	min-height: 60px;
	padding-top: 1rem;
}

	#footer.home {
		background: url(/images/smdragon.gif) no-repeat bottom right;
	}

#footer {
	margin-bottom: 1rem;
}

	#footer hr {
		visibility: hidden;
		display: none;
	}

#mailto {
	background: url(/images/icon_letter.gif) no-repeat top left;
	width: 32px;
	height: 18px;
	text-indent: -9000px;
	float: left;
	margin-left: 0.5rem;
}

	#mailto a {
		display: block;
		width: 32px;
		height: 18px;
		text-decoration: none;
	}

#attrib {
	text-align: right;
	font-size: 0.8rem;
	padding: 0;
}

#footer.home #attrib {
	padding: 0 50px 0 0;
}

.main #nav_sub {
	margin-bottom: 1rem;
}

.main #bdragon {
	text-indent: -9000px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

	.main #bdragon a {
		display: block;
		width: 44px;
		height: 60px;
		text-decoration: none;
	}

span.amp {
	font-family: Baskerville, GoudyBookletter1911, "Goudy Old Style", Palatino, "Book Antiqua", serif;
	font-size: 1.1rem;
}


/* =============================================================== */
/*DROP CAPS*/
/*.let-g, .let-j, .let-o, .let-p, .let-s, .let-t, .let-w*/

.dropcap {
	float: left;
	font-size: 2.2rem;
	font-weight: bold;
	color: #2f2f4f;
	margin-right: 0.1rem;
	padding: 0.2rem;
	line-height: 2.4rem;
	position: relative;
	top: -0.5rem;
	font-family: "Mothproof", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* =============================================================== */
/* QUOTES */

blockquote.excerpt {
	font-style: italic;
	background-color: #fafafa;
	padding: 1.2rem 2rem;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	display: table;
	border-left: 10px solid #f5f5f5;
	border-right: 10px solid #f5f5f5;
	border-top-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-webkit-border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	-webkit-border-bottom-right-radius: 100px;
}

	blockquote.excerpt p {
		margin-bottom: 0;
	}

blockquote .bq-quote {
	display: block;
	background: transparent url(/images/line-decorative.png) no-repeat top;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 28px;
	color: #646491;
	text-align: left;
}

blockquote .bq-source {
	display: block;
	background: transparent url(/images/line.png) no-repeat bottom;
	padding-bottom: 18px;
	padding-right: 0.2rem;
	margin-top: 0.4rem;
	text-align: right;
	font-style: italic;
	font-size: 0.9rem;
}

.bqs, .bqe {
	font-family: Baskerville, GoudyBookletter1911, "Goudy Old Style", Palatino, "Book Antiqua", serif;
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
	margin-right: 0.2rem;
}

.bqs {
	margin-left: -18px;
	float: left;
}

.bqe {
	display: inline-block;
	float: right;
}

#bq0, #bq1, #bq2, #bq3, #bq4, #bq5, #bq6, #bq7, #bq8, #bq9 {
	margin: 0;
	padding: 0;
	line-height: 1.5rem;
}

#q0, #q1, #q2, #q3, #q4, #q5, #q6, #q7, #q8, #q9 {
	font-size: 1.1rem;
	font-family: "Georgia";
	font-style: italic;
	margin: 0 0.8rem 0.2rem;
}

.home #bq0 {
	max-width: 15rem;
	float: right;
	margin: 1rem;
}

.home #bq1 {
	max-width: 16rem;
	float: left;
	margin: 0 1rem 0 0;
}

.byron #q0 {
	max-width: 16rem;
	float: left;
	margin: 0 2rem;
}

.byron #q1 {
	max-width: 20rem;
	text-align: center;
	margin: 0 auto;
}

.byron #q2 {
	max-width: 18rem;
	float: right;
	margin: 0 1rem;
}

.shelley #q0 {
	max-width: 18rem;
	float: left;
	margin: 0 1rem;
}

.shelley #q1 {
	max-width: 20rem;
	float: right;
	margin: 0 1rem;
}

.shelley #q2 {
	max-width: 18rem;
	float: right;
	margin: 0 1rem;
}

.poe #q0 {
	max-width: 22rem;
	float: left;
	margin: 0 1.4rem;
}

.poe #q1 {
	max-width: 18rem;
	float: right;
	margin: 0 1.4rem;
}

.poe #q2 {
	max-width: 18rem;
	float: left;
	margin: 0 1.4rem;
}

.rossetti #q0 {
	max-width: 26rem;
	float: left;
	margin: 2rem 3rem;
}

.rossetti #q1 {
	max-width: 25rem;
	float: right;
	margin: 0 1.4rem;
}

.rossetti #q2 {
	max-width: 28rem;
	float: left;
	margin: 0 1.4rem;
}

.dickinson #q0 {
	max-width: 22rem;
	float: left;
	margin: 2rem 2rem;
}

.dickinson #q1 {
	max-width: 18rem;
	float: right;
	margin: 0 1.4rem;
}

.dickinson #q2 {
	max-width: 22rem;
	float: left;
	margin: 0 1.4rem;
}

.wilde #q0 {
	max-width: 19rem;
	float: left;
	margin: 0 1.4rem;
}

.wilde #q1 {
	max-width: 26rem;
	text-align: center;
	margin: 0 auto;
}

.wilde #q2 {
	max-width: 16rem;
	float: right;
	margin: 0 1.4rem;
}

.thomas #q0 {
	max-width: 28rem;
	float: left;
	margin: 0 1.4rem;
}

.thomas #q1 {
	max-width: 28rem;
	float: right;
	margin: 0 1.4rem;
}

.thomas #q2 {
	width: 28rem;
	float: left;
	margin: 0 1.4rem;
}

.plath #q0 {
	width: 21rem;
	float: left;
	margin: 0 1.4rem;
}

.plath #q1 {
	width: 29rem;
	text-align: center;
	margin: 0 auto;
}

.plath #q2 {
	width: 23rem;
	float: right;
	margin: 0 1.4rem;
}


/* =============================================================== */
/* PORTRAITS */

#portrait {
	position: relative;
	margin: 1rem;
	float: right;
	width: 132px;
	height: 170px;
}

.byron #portrait {
	background: url(/images/byron/portrait.jpg) no-repeat top left;
}

.shelley #portrait {
	background: url(/images/shelley/portrait.jpg) no-repeat top left;
}

.poe #portrait {
	background: url(/images/poe/portrait.jpg) no-repeat top left;
}

.rossetti #portrait {
	background: url(/images/rossetti/portrait.jpg) no-repeat top left;
}

.dickinson #portrait {
	background: url(/images/dickinson/portrait.jpg) no-repeat top left;
}

.wilde #portrait {
	background: url(/images/wilde/portrait.jpg) no-repeat top left;
}

.thomas #portrait {
	background: url(/images/thomas/portrait.jpg) no-repeat top left;
}

.plath #portrait {
	background: url(/images/plath/portrait.jpg) no-repeat top left;
	height: 180px;
}

.plath #portrait-caption {
	background: url(/images/plath/portrait-caption.gif) no-repeat top left;
	position: relative;
	top: 170px;
	width: 132px;
	height: 20px;
}


/* =============================================================== */
/* RESOURCE */

.res_poem {
	padding-left: 2.2rem;
}

.res_img {
	margin: 1rem 0;
	text-align: center;
}

.res_img_caption {
	margin: 1rem 0;
	font-style: italic;
	font-size: 0.9rem;
	text-align: center;
}

.res_copyright {
	margin: 3rem 0 1rem 0;
	font-style: italic;
	text-align: right;
	font-size: 0.9rem;
}

.smpResourceUpper, .smpPlainUpper {
	margin-bottom: 2rem;
}

.smpResourceLower, .smpPlainLower {
	text-align: right;
	margin-top: 3rem;
}

/* =============================================================== */
/* CONTACT FORM */
/* Also: "poppins" font at top */

div.contact input {
	outline: none;
	border: none;
}

div.contact textarea {
	outline: none;
	border: none;
}

	div.contact textarea:focus, div.contact input:focus {
		border-color: transparent !important;
	}

		div.contact input:focus::-webkit-input-placeholder {
			color: transparent;
		}

		div.contact input:focus:-moz-placeholder {
			color: transparent;
		}

		div.contact input:focus::-moz-placeholder {
			color: transparent;
		}

		div.contact input:focus:-ms-input-placeholder {
			color: transparent;
		}

		div.contact textarea:focus::-webkit-input-placeholder {
			color: transparent;
		}

		div.contact textarea:focus:-moz-placeholder {
			color: transparent;
		}

		div.contact textarea:focus::-moz-placeholder {
			color: transparent;
		}

		div.contact textarea:focus:-ms-input-placeholder {
			color: transparent;
		}

div.contact input::-webkit-input-placeholder {
	color: #999999;
}

div.contact input:-moz-placeholder {
	color: #999999;
}

div.contact input::-moz-placeholder {
	color: #999999;
}

div.contact input:-ms-input-placeholder {
	color: #999999;
}

div.contact textarea::-webkit-input-placeholder {
	color: #999999;
}

div.contact textarea:-moz-placeholder {
	color: #999999;
}

div.contact textarea::-moz-placeholder {
	color: #999999;
}

div.contact textarea:-ms-input-placeholder {
	color: #999999;
}

div.contact button, div.contact input[type="submit"] {
	outline: none !important;
	border: none;
	background: transparent;
}

	div.contact button:hover, div.contact input[type="submit"]:hover {
		cursor: pointer;
	}

div.contact .wrap-input2 {
	width: 100%;
	position: relative;
	border-bottom: 2px solid #adadad;
	margin-bottom: 37px;
}

div.contact .input2 {
	display: block;
	width: 100%;
	font-family: Poppins-Regular;
	font-size: 1rem;
	color: #555555;
	line-height: 1.2;
}

div.contact .focus-input2 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

	div.contact .focus-input2::before {
		content: "";
		display: block;
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 0;
		height: 2px;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
		background: rgba(100,100,145,1);
		background: -webkit-linear-gradient(45deg, #646491, #2f2f4f);
		background: -o-linear-gradient(45deg, #646491, #2f2f4f);
		background: -moz-linear-gradient(45deg, #646491, #2f2f4f);
		background: linear-gradient(45deg, #646491, #2f2f4f);
	}

	div.contact .focus-input2::after {
		content: attr(data-placeholder);
		display: block;
		width: 100%;
		position: absolute;
		top: 0px;
		left: 0;
		font-size: 0.9rem;
		font-family: Poppins-Regular;
		color: #999999;
		line-height: 1.2;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}

div.contact input.input2 {
	height: 45px;
}

	div.contact input.input2 + .focus-input2::after {
		top: 16px;
		left: 0;
	}

div.contact textarea.input2 {
	min-height: 115px;
	padding-top: 13px;
	padding-bottom: 13px;
}

	div.contact textarea.input2 + .focus-input2::after {
		top: 16px;
		left: 0;
	}

div.contact .input2:focus + .focus-input2::after {
	top: -13px;
}

div.contact .input2:focus + .focus-input2::before {
	width: 100%;
}

div.contact .has-val.input2 + .focus-input2::after {
	top: -13px;
}

div.contact .has-val.input2 + .focus-input2::before {
	width: 100%;
}

div.contact .container-contact2-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 13px;
}

div.contact .wrap-contact2-form-btn {
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 2px;
	width: auto;
	overflow: hidden;
	margin: 0 auto;
}

div.contact .contact2-form-bgbtn {
	position: absolute;
	z-index: -1;
	width: 300%;
	height: 100%;
	background: rgba(219,21,99,1);
	background: -webkit-linear-gradient(-135deg, #646491, #2f2f4f, #646491, #2f2f4f);
	background: -o-linear-gradient(-135deg, #646491, #2f2f4f, #646491, #2f2f4f);
	background: -moz-linear-gradient(-135deg, #646491, #2f2f4f, #646491, #2f2f4f);
	background: linear-gradient(-135deg, #646491, #2f2f4f, #646491, #2f2f4f);
	top: 0;
	left: -100%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

div.contact .contact2-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	min-width: 244px;
	height: 50px;
	font-size: 1.1rem;
	font-family: Poppins-Medium;
	color: #fff;
	line-height: 1.2;
}

div.contact .wrap-contact2-form-btn:hover .contact2-form-bgbtn {
	left: 0;
}


div.contact .validate-input {
	position: relative;
}

div.contact .alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: white;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	pointer-events: none;
	font-size: 0.9rem;
	font-family: Poppins-Regular;
	color: #c80000;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

div.contact .alert-validate::after {
	content: "\f12a";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px;
}

div.contact .alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

div.contact .container-contact2 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 2rem;
	margin-bottom: 3rem;
}

div.contact .wrap-contact2 {
	flex: 2 1 auto;
	padding-top: 1rem;
}

div.contact #contactImg, div .contact #contactImgSubmit {
	flex: 1 0 auto;
}

div.contact #contactImg {
	width: 186px;
	height: 176px;
	min-height: 176px;
	background: transparent url(/images/womanwriting.gif) no-repeat top right;
}

div .contact #contactImgSubmit {
	width: 178px;
	height: 251px;
	min-height: 251px;
	background: transparent url(/images/bench.gif) no-repeat top right;
}

@media (max-width: 992px) {
	div .contact .alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}

/* =============================================================== */
/* AMAZON ADS */

div.amz-banner-center {
}

	div.amz-banner-center #amznBanners_assoc_banner_placement_default_1_div,
	div.amz-banner-center #amznBanners_assoc_banner_placement_default_2_div,
	div.amz-banner-center #amznBanners_assoc_banner_placement_default_3_div,
	div.amz-banner-center #amznBanners_assoc_banner_placement_default_4_div,
	div.amz-banner-center #amznBanners_assoc_banner_placement_default_5_div,
	div.amz-banner-center #amznBanners_assoc_banner_placement_default_6_div {
	}

	div.amz-banner-center #amznBanners_assoc_banner_placement_default_1_img,
	div.amz-banner-center #amznBanners_assoc_banner_placement_default_2_img,
	div.amz-banner-center #amznBanners_assoc_banner_placement_default_3_img,
	div.amz-banner-center #amznBanners_assoc_banner_placement_default_4_img,
	div.amz-banner-center #amznBanners_assoc_banner_placement_default_5_img,
	div.amz-banner-center #amznBanners_assoc_banner_placement_default_6_img {
		margin: 0 auto !important;
	}

div.amz-banner-right {
}

	div.amz-banner-right #amznBanners_assoc_banner_placement_default_1_div,
	div.amz-banner-right #amznBanners_assoc_banner_placement_default_2_div,
	div.amz-banner-right #amznBanners_assoc_banner_placement_default_3_div,
	div.amz-banner-right #amznBanners_assoc_banner_placement_default_4_div,
	div.amz-banner-right #amznBanners_assoc_banner_placement_default_5_div,
	div.amz-banner-right #amznBanners_assoc_banner_placement_default_6_div {
	}

	div.amz-banner-right #amznBanners_assoc_banner_placement_default_1_img,
	div.amz-banner-right #amznBanners_assoc_banner_placement_default_2_img,
	div.amz-banner-right #amznBanners_assoc_banner_placement_default_3_img,
	div.amz-banner-right #amznBanners_assoc_banner_placement_default_4_img,
	div.amz-banner-right #amznBanners_assoc_banner_placement_default_5_img,
	div.amz-banner-right #amznBanners_assoc_banner_placement_default_6_img {
		margin: 0 0 0 auto !important;
	}

/* =============================================================== */
/* PRINT STYLES */
/* See also: css class d-print-none (bootstrap) */
@media print {
	/* Print URL for external links after the link */
	a [href^="http"]:not([href*="neuroticpoets.com"]):after {
		content: " (" attr(href) ")";
	}

	#nav_prev_next {
		display: none;
	}

	#attrib {
		padding: 0 !important;
		padding-right: 0 !important;
		float: right;
	}

	#attribname,
	#bdragon {
		visibility: hidden !important;
		display: none !important;
	}

	#copyrightlink {
		text-decoration: none;
	}

	.main .top-row {
		position: inherit;
	}

	#bq0, #bq1, #bq2, #bq3, #bq4, #bq5, #bq6, #bq7, #bq8, #bq9 {
		border: none;
	}

	blockquote.excerpt {
		border-top-left-radius: inherit;
		-moz-border-radius-topleft: inherit;
		-webkit-border-top-left-radius: inherit;
		border-bottom-right-radius: inherit;
		-moz-border-radius-bottomright: inherit;
		-webkit-border-bottom-right-radius: inherit;
	}

	.res_poem {
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
	}

	.large_margin_20,
	.large_width_60,
	.large_width_80,
	.large_margin_15,
	.large_margin_10,
	.small_no_padding_right_top_bottom {
		margin: 0 !important;
		padding: 0 !important;
	}

	/* #content::after {
		content: "\00a9  NeuroticPoets.com";
		float:right;
	} */
}


/* =============================================================== */
/*this is some auto-generated div that is causing issues when hovering on links near bottom of page?*/
#copylAddress {
	visibility: hidden !important;
	display: none !important;
}


/* =============================================================== */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
