/*
Theme Name: Interview 
Author: Rex Sorgatz
Version: 1
Theme URI: https://www.interviewmagazine.com/

Break Points: 1280, 1024, 768
*/

@font-face {
	font-family: "Caslon Ionic";
	font-display: swap;
	src: url("../woff2/caslonionic-regular.woff2") format("woff2"), url("../woff/caslonionic-regular.woff") format("woff"), url("../ttf/caslonionic-regular.ttf") format("truetype"), url("../svg/caslonionic-regular.svg#CaslonIonic-Regular") format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Caslon Ionic";
	font-display: swap;
	src: url("../woff2/caslonionic-regularitalic.woff2") format("woff2"), url("../woff/caslonionic-regularitalic.woff") format("woff"), url("../ttf/caslonionic-regularitalic.ttf") format("truetype"), url("../svg/caslonionic-regularitalic.svg#CaslonIonic-RegularItalic") format("svg");
	font-weight: 400;
	font-style: italic;
}
* {
	box-sizing: border-box;
}
::selection {
	background-color: var(--base-color);
	color: #fff;
}
.secondary-color {
	color: var(--secondary-color);
}
html, body {
	height: 100%;
	margin: 0;
}
body {
	min-width: 320px;
	font-family: "Caslon Ionic", "Lucida Console", Courier, monospace;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
p {
	margin: 0 0 12px 0;
	font-size: 20px;
	line-height: 150%;
}
a {
	color: #000;
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: none;
}
.sticker {
	text-transform: uppercase;
	font-size: 15px;
}
ol, ul {
	margin: 0;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
hr {
	margin-top: 24px;
	margin-bottom: 24px;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Caslon Ionic", "Lucida Console", Courier, monospace;
	font-weight: 400;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 120%;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.sticky {
    top: 16px;
    position: sticky;
    align-self: flex-start;
}

/* FORM ELEMENTS */

input {
	line-height: normal;
	outline: none;
}
input[type="email"] {
	font-family: "Caslon Ionic", "Lucida Console", Courier, monospace;
	color: #404141;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #404141;
}
input[type="text"] {
	font-family: "Caslon Ionic", "Lucida Console", Courier, monospace;
	font-size: 16px;
	font-weight: 400;
	padding: 8px;
	border-radius: 5px;
	border: 0;
}
input[type="submit"] {
	font-family: "Caslon Ionic", "Lucida Console", Courier, monospace;
	background-color: var(--base-color);
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	border: 0;
	text-align: center;
	padding: 5px 32px 8px 32px;
	text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
	-webkit-appearance: none;
	transition: background-color .2s;
}
input[type="submit"]:hover {
	background-color: var(--base-color);
}
input[type="button"] {
	font-family: "Caslon Ionic", "Lucida Console", Courier, monospace;
	font-size: 12px;
	border-radius: 5px;
	cursor: pointer;
}
label {
	cursor: pointer;
}

/* PAGE STRUCTURE */

main {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 16px;
}
main img {
	border: 1px solid #000;
	transition: .2s;
}
main .post-block a {
	color: var(--base-color);
}
main .post-block a:hover {
	text-decoration: underline;
	text-decoration-color: var(--base-color);
}
main a:hover img {
	filter: brightness(70%);
}
main .post-block a:hover img {
	filter: brightness(100%);
}
aside {
	min-width: 300px;
	max-width: 300px;
}
@media screen and (max-width: 1024px) {
	aside {
		display: none;
	}
}

/* PRE HEADER */

#pre-header {
	padding: 24px 0 8px 0;
	border-bottom: 1px solid #000;
}
#pre-header .header-social-links a {
	margin-right: 16px;
}
#pre-header .tagline {
	text-transform: uppercase;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#pre-header .tagline {
		font-size: 16px;
	}
}

/* MAIN HEADER */

#main-header {
	padding: 24px 0 8px 0;
}
#main-header h4 {
	text-transform: uppercase;
	font-family: 'Caslon Ionic';
	font-size: 20px;
	font-weight: 400;
}
#main-header h5 {
	font-family: 'Caslon Ionic';
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
}
.content-frame {
	max-width: 1280px;
	margin: 0 auto;
	display: flex; 
	flex-flow: row nowrap; 
	justify-content: space-between;
	padding: 0 8px;
}
@media screen and (max-width: 768px) {
	#main-header h4 {
		font-size: 16px;
	}
	#main-header h5 {
		font-size: 15px;
	}
}
.ad-header {
	margin-top: 16px;
	margin-bottom: 16px;
}

/* LOGO HEADER */

#logo-header #logo {
	margin: 0 auto;
}
@media screen and (min-width: 1024px) {
	#logo-header #logo {
		margin-top: -84px;
	}
}

/* NAVIGATION */

nav {
	padding: 32px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
nav .content-frame {
	max-width: 960px;
}
.menu-main-container {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.menu-main-container {
		display: none;
	}
}
.menu {
	font-weight: 400;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.menu li {
	font-family: "Caslon Ionic", "Lucida Console", Courier, monospace;
	padding: 0 8px;
	list-style: none;
	font-size: 20px;
	line-height: 18px;
	text-align: center;
}
.menu li a {
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: border .1s;
}
.menu li:hover a {
	border-bottom: 4px solid var(--base-color);
}
.menu li.active a {
	border-bottom: 4px solid var(--base-color);
}
#hamburger-button {
	min-width: 80px;
}

/* LIGHTBOXES */

.lightbox {
	display: block;
	position: fixed;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	opacity: .98;
	z-index: 100;
	top: 0;
}
.button-close {
	float: right;
	display: block;
	border: 1px solid #000;
	border-radius: 3px;
	padding: 5px;
	margin-top: 16px;
	margin-right: 16px;
}
.button-close:hover {
	color: #fff;
	background-color: var(--base-color);
	border-color: var(--base-color);
}

/* SEARCH */

#searchbox {
	text-align: center;
	display: none;
}
#searchbox form {
	margin: 128px auto 0 auto;
	display: inline-grid;
}
#searchbox form input[type="text"] {
	border: 1px solid #404141;
	font-size: 28px;
	display: block;
	max-width: 320px;
}
#searchbox form input[type="submit"] {
	margin-top: 16px;
	font-size: 28px;
	padding: 8px;
	display: block;
	max-width: 320px;
}

/* HAMBURGER MENU NAV */

#menubox {
	text-align: center;
	display: none;
}
#menu-hamburger {
	column-count: 2;
	display: block;
	margin-top: 64px;
}
#menu-hamburger.menu li {
	text-align: left;
	margin-bottom: 32px;
}
.menu-hamburger-container {
	max-width: 640px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#menu-hamburger {
		column-count: 1;
	}
}

/* STORY FEED */
/* used on homepage and category pages */

.story-feed {
	padding: 32px 0 16px 0;
    display: flex;
    flex-wrap: nowrap;
}
.story-feed .feed-content-main {
	padding-right: 36px;
}
.story-feed a {
	display: inline-block;
	width: 100%;
	margin: 24px 0;
}
.story-feed a:hover h2 {
	transition: .2s;
}
.story-feed a:hover h2 {
	text-decoration: underline;
	text-decoration-color: var(--base-color);
}
.story-feed img {
	float: left;
	margin-right: 16px;
}
.story-feed p {
	margin-top: 12px;
	font-size: 18px;
}
.story-feed h6 {
	margin-top: 16px;
}
.story-feed h4 {
	margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
	.story-feed .text-wrapper {
		padding: 8px 8px 0 8px;
	}
	.story-feed img {
		margin-right: 0;
		min-width: 100%;
		float: none;
	}
	.story-feed .feed-content-main {
		padding-right: 0;
	}
}
/* POST CONTENT */

blockquote {
	padding: 12px 24px;
	margin: 0 0 24px;
	border-left: 5px solid #000;
}
.image-credit, .wp-caption-text {
	display: block;
	font-size: 11px;
	color: #838282;
	margin-top: 4px;
}
.alignnone {
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
}
.alignleft {
	float: left;
	margin-right: 8px;
}
.alignright {
	float: right;
	margin-left: 8px;
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.wp-caption {
    display: block;
    margin: 0;
    max-width: 100%;
    width: 100% !important;
}
/* POPULAR POSTS */

.popular-posts {
	margin-top: 30px;
}
.popular-posts img {
	border: 0 !important;
}
.popular-posts h3 {
	margin-bottom: 15px;
}
.popular-posts a {
	color: #000;
}
.popular-posts a:hover {
	color: #000;
	text-decoration: none;
}
.popular-posts ol {
	display: block;
	padding: 0 0 0 26px;
	list-style: none;
	overflow: hidden;
	counter-reset: numList;
	margin-left: 0;
}
.popular-posts ol li {
	float: left;
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	line-height: 150%;
	padding-bottom: 20px;
}
.popular-posts ol li::before {
	counter-increment: numList;
	content: counter(numList);
	float: left;
	position: absolute;
	left: -26px;
	font: bold 12px sans-serif;
	text-align: center;
	color: #fff;
	line-height: 35px;
	width: 35px; 
	height: 35px;
	background: #000;
	border-radius: 999px;
	font-size: 18px;
}

/* FOOTER */

footer {
	background-color: #000;
	padding: 64px 0 16px 0;
	text-align: center;
}
footer #footer-logo img {
	margin: 64px 0 32px 0;
}
footer h4 {
	margin-bottom: 8px;
}
footer h4 a {
	color: #fff;
}
footer .links {
	margin: 32px 0 8px 0;
	font-size: 11px;
	color: #838282;
}
footer .links a {
	color: #fff;
}
footer .copyright {
	color: #fff;
	font-size: 11px;
}

/* AJAX LOAD MORE BUTTON */

.alm-load-more-btn {
	margin: 32px 0 16px 0 !important;
	font-family: "Caslon Ionic", "Lucida Console", Courier, monospace !important;
	background-color: var(--base-color) !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-size: 24px !important;
}

/* EXTERNAL SERVICES */

.juicer-feed h1.referral {
	display:none !important;
}
li.juicer {
	display:none !important;
}


.tag-herrerainterview40years h1{
	display: none;
}

iframe[src*="youtube.com"], iframe[src*="youtu.be"] {
    max-width: 100%;
}

