/*
Theme Name: The Fine Print
Theme URI: https://thefineprintnyc.com//
Author: Rex Sorgatz

main gray: #e6e6e6
light gray: #f8f8f8
dark gray: #757575

body black: #292b2c
yellow: #e6e6e6

Playfair: 400, 700
Merriweather: 300, 400, 700
Merriweather Sans: 300, 700

960x540
1280x720

*/

/* STRUCTURE */


* {
	box-sizing: border-box;
}
html {
	height: 100%;
	margin: 0;
}
body {
	height: 100%;
	margin: 0 auto;
	font-family: 'Merriweather', serif;
	color: #292b2c;
	background-color: #000;
}
header {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 16px 0 12px 0;
	background-color: #f8f8f8;
	position: sticky;
	top: 0;
	border-bottom: 1px solid #000;
	z-index: 10;
}
main {
    background-color: #fff;
}
article {
	max-width: 820px;
    margin: 0 auto;
    padding: 32px 16px 196px 16px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
	text-align: left;
}
footer {
	color: #fff;
	background-color: #000;
	margin: 0 auto;
	text-align: center;	
}

/* BASICS */

::selection {
	background-color: #e6e6e6;
	color: #000;
}
h1, h2, h3, h4, h5 {
	font-family: 'Playfair Display', serif;
    margin: 0;
    padding: 0;
}
h1 {
	font-size: 52px;
	font-weight: 700;
    line-height: 110%;
}
h2 {
	font-size: 22px;
	font-weight: 400;
    line-height: 140%;
}
h3 {
	font-size: 20px;
	font-size: 400;
    line-height: 140%;
}
h5 {
	font-size: 12px;
	font-size: 400;
    line-height: 140%;
}
img {
	border-style: none;
	max-width: 100%;
}
ul, li {
	margin: 0;
	padding: 0;
}
p, li {
	font-family: 'Merriweather', serif;
	font-weight: 300;
    line-height: 165%;
    font-size: 17px;
}
p {
	padding: 0;
	margin: 12px 0;
}
a {
	color: #000;
	text-decoration-color: #757575;
}
blockquote {
	border-left: 4px solid #757575;
	padding-left: 12px;
	margin-left: 16px;
	font-size: 15px;
}
blockquote p {
	font-size: 15px;
}
hr {
	margin: 64px auto;
	max-width: 50%;
	border: none;
	border-top: 3px double #333;
	color: #333;
	overflow: visible;
	text-align: center;
	height: 5px;
}
hr:after {
	background: #fff;
	content: '⚬';
	padding: 0 4px;
	position: relative;
	top: -14px;
}
@media screen and (max-width: 820px) {
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 20px;
	}
}

/* CONTENT */

article h1 {
    font-style: italic;
}
article h2 {
	margin: 16px 0;
}
article h3 {
	font-family: 'Merriweather Sans', sans-serif;
}
article img {
	height: auto;
}
article ul {
	margin-left: 24px;
}
article li {
	list-style-type: circle;
	margin: 12px 0;
}
article p a, article li a {
	text-decoration: underline;
	font-weight: 400;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 95%;
	background-repeat: no-repeat;
	background-size: 0% 3px;
	transition: background-size .3s;
}
article a:hover {
	text-decoration: none;
	background-color: #fff;
	background-size: 100% 3px;
	color: #000;
	box-shadow: none;
	border: 0;
}
article a.nohover:hover {
	background-size: 0;
}
article .byline {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 2px;
}
article .dateline {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 12px;
	margin-bottom: 32px;
	color: #757575;
}
article .tags {
	margin-bottom: 16px;
	z-index: 0;
}
article .tags h5 {
	font-family: 'Merriweather Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 3px 8px;
	text-transform: uppercase;
	margin-right: 8px;
	clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
article .wp-caption {
	margin-left: 0 auto;
	max-width: 100%;
}
article .wp-caption p {
	font-size: 12px;
	font-family: 'Merriweather Sans', sans-serif;
	margin: 0 0 16px 0;
	text-align: left;
}
article .aligncenter {
	text-align: center;
	display: block;
	margin: 16px auto;
}

/* HOMEPAGE */

.page-template-page-home .logo img {
	width: 750px;
	max-width: 90%;
}
.pitch {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 16px;
	padding: 16px;
	border: 1px solid #757575;
	background-color: #f8f8f8;
	border-radius: 8px;
	margin: 64px 0 !important;
}
.pitch strong {
	display: block;
	text-align: center;
	font-size: 24px;
	padding: 12px 0 16px 0;
	font-family: 'Playfair Display', serif;
}
.pitch a {
	text-decoration: none;
}
.pitch a:hover {
	text-decoration: underline;
	background-color: #f8f8f8;
	color: #000;
}
.pitch button.pico-read-more {
	display: block;
	margin: 32px auto 4px auto;
}
.pitch .PicoManagePayment {
	margin: 0 auto 32px auto;
	text-align: center;
	font-size: 13px;
	font-family: 'Merriweather Sans', sans-serif;
	display: block;
}
.pitch .second-link {
	text-align: center;
	display: block;
}
/* ARCHIVE PAGES */

.metadata {
	margin-top: 16px;
}

/* RECENTS */

article .recents h1 {
	font-size: 52px;
	margin: 48px 0 24px 0;
	font-style: normal;
}
article .recents h2 {
	line-height: 135%;
	font-size: 32px;
	margin-bottom: 4px;
	margin-top: 0;
	font-style: italic;
}
article .recents .dateline {
	margin: 48px 0 0 0;
}
article .recents p {
	margin: 2px 0 0 0; 
	font-size: 15px;
	line-height: 150%;
}
article .recents a {
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 3px;
	transition: background-size .3s;
}
article .recents a:hover {
	background-color: #fff;
	background-size: 100% 3px;
	color: #000;
	box-shadow: none;
	border-radius: 0;
	border: 0;
}

/* FOOTER */



footer .logo-footer {
	top: -105px;
	position: relative;
	border-radius: 50%;
	margin: 0 auto;
	display: inline-block;
	overflow: hidden;
	border: 2px solid #fff;
	transition: .3s ease;
}
footer .logo-footer:hover {
    transform: scale(1.05);
}
footer li {
	font-size: 14px;
	font-family: 'Merriweather Sans', sans-serif;
	display: inline-block;
	text-transform: uppercase;
}
footer li a {
	text-decoration: none;
	color: #fff;
	padding: 0 8px;
	transition: .2s ease;
}
footer li a:hover {
	color: #e6e6e6;
}
footer .copyright {
	font-size: 11px;
	padding: 32px 0 16px 0;
	color: #757575;
}

/* ICONS */

.icon-twitter:hover {
	filter: invert(50%) sepia(23%) saturate(6565%) hue-rotate(182deg) brightness(106%) contrast(90%);
}

/* NEWSLETTER */

footer .newsletter-signup {
	position: relative;
	top: -60px;
	max-width: 540px;
	padding: 0 8px;
}

.newsletter-signup {
	margin: 0 auto;
}
.newsletter-signup h3 {
	font-family: 'Merriweather', serif;
	font-size: 22px;
}
.newsletter-signup p {
	padding-bottom: 8px;
}
.newsletter-signup input {
	padding: 17px;
	width: 200px;
	border-radius: 6px;
	margin-right: 8px;
	border: 1px solid #757575;
}
.newsletter-signup button {
	border: 1px solid #fff !important;
	padding-top: 12px !important;
	padding-bottom: 14px !important;
	display: inline-block !important;
}

/* PICO */

button.pico-read-more {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	background-color: #000;
	border: 0;
	color: #fff;
	padding: 16px 24px;
	border-radius: 4px;
	cursor: pointer;
	transition: transform .2s ease;
	text-decoration: none; 
}
button.pico-read-more:hover {
	background: #000;
    transform: scale(1.05);
}

.pico-button-wrapper {
	margin: 64px auto;
	text-align: center;
	width: 100%;
}
.PicoSignal[data-pico-status=paying] button.pico-read-more {
	display:none;
}
.PicoSignal[data-pico-status=paying].pitch {
	display:none;
}

/* CLASSIFIEDS */

.acf-button {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	background-color: #000;
	border: 0;
	color: #fff;
	padding: 16px 24px;
	border-radius: 4px;
	cursor: pointer;
	transition: transform .2s ease;
	text-decoration: none; 
	margin: 0 auto;
	display: block;
}
#acf-form label {
	font-size: 20px;
}
#acf-form label span.acf-required {
	font-size: 12px;
	color: #8B0000;
}
#acf-form p.description {
	font-size: 13px;
}
