/**
 * Theme Name: robynannear
 * Description: Robyn Annear custom theme.
 * Author: GG
 * Author URI: http://www.greengraphics.com.au/
 * Version: 2.0.3
 * Text Domain: roban
 */

:root {
	--space: 2rem;
}

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #ccc;
	font-size: 1rem;
	line-height: 1.45;

	display: flex;
	justify-content: center;
	min-height: calc(100vh - var(--space) * 2);
	margin: var(--space) 0;
	padding: 0 var(--space);
}

body:last-child {
	margin-bottom: var(--space);
}

body.page-id-45,
body.single-post {
	background: #493a54;
	background: linear-gradient(to bottom, rgba(73, 58, 84, 1) 0%, rgba(15, 13, 15, 1) 100%);
	font-family: 'Raleway', sans-serif;
}

#page {
	width: 100%;
	max-width: 1080px;
	padding: var(--space);
	background-color: white;
	border-radius: 1rem;
	gap: var(--space);

	display: flex;
	flex-direction: column;
}

.site-header {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: start;
	gap: 0 var(--space);
}

.site-title {
	color: #6A4445;
	font-size: 52px;
	font-weight: 700;
	line-height: 1;
}

.site-title a {
	text-decoration: none;
	color: currentColor;
}

.nothing-tv {
	width: 150px;
	max-width: 40%;
	margin-bottom: -20px;
	margin-left: auto;
	position: relative;
	z-index: 10;
}

.menu-toggle {
	display: none;
}

.main-menu {
	display: flex;
	margin-left: auto;
	max-width: 100%;
	width: 800px;
}

ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

ul.menu li {
	margin-bottom: 0;
}

.cards a {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-family: monospace;
}

.cards a span {
	display: none;
}

.cards a::after {
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}

.cards li:nth-child(1) a::after,
.cards li:nth-child(1) a:hover img {
	content: url(img/01mybooks-hover.png);
}

.cards li:nth-child(2) a::after,
.cards li:nth-child(2) a:hover img {
	content: url(img/02research-hover.png);
}

.cards li:nth-child(3) a::after,
.cards li:nth-child(3) a:hover img {
	content: url(img/03about-hover.png);
}

.cards li:nth-child(4) a::after,
.cards li:nth-child(4) a:hover img {
	content: url(img/04shutter-hover.png);
}

.cards li:nth-child(5) a::after,
.cards li:nth-child(5) a:hover img {
	content: url(img/05contact-hover.png);
}

@media (max-width: 890px) {
	:root {
		--space: 1.25rem;
	}

	.site-header {
		position: relative;
		gap: var(--space);
	}

	.site-title {
		font-size: 36px;
	}

	.nothing-tv {
		margin-bottom: 0;
	}

	.menu-toggle {
		display: block;
		position: absolute;
		bottom: var(--space);
		left: 0;
		background-color: #6A4445;
	}

	ul.menu {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -320px;
		padding: 15vh 0;
		width: 320px;
		background-color: transparent;
		background-image: none;
		flex-direction: column;
		z-index: 10000;
		transition: right 0.3s ease-in-out;
	}

	.main-menu.open ul.menu {
		right: 0;
	}

	.main-menu.open .menu-toggle::after {
		content: '\2715';
		margin-left: 1rem;
	}

	ul.menu li {
		margin-bottom: 1rem;
	}

	ul.menu img {
		display: none;
	}

	ul.menu span {
		display: block;
	}

	ul.menu a {
		background-color: #FEFCE3;
		border-radius: 0.5rem 0 0 0.5rem;
		box-shadow: inset 1px 1px 3px #FBEECC, -1px 2px 4px rgba(0, 0, 0, 0.2);
		color: #6A4445;
		font-size: 20px;
		padding: 0.5rem 1rem 0.5rem 3rem;
		justify-content: start;
		position: relative;
	}

	ul.menu a:hover {
		background-color: #F8F2BD;
	}

	ul.menu a::before {
		content: '';
		position: absolute;
		border-radius: 50%;
		width: 16px;
		height: 16px;
		left: 14px;
		top: 50%;
		transform: translateY(-50%);
		background-color: white;
		box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
	}

	img.alignleft,
	img.alignright {
		max-width: 50%;
	}
}

@media (max-width: 600px) {
	.site-branding {
		width: 50%;
	}

	.nothing-tv {
		max-width: 50%;
		width: 120px
	}
}

.site-content {}

.site-footer {
	text-align: center;
	margin-top: auto;
}



a {
	color: #945456;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

img.bookshadow {
	box-shadow: 0 0 10px #222222;
}

body.logged-in {
	margin-top: 32px;
}

.page-id-45 img,
.single-post img {
	max-width: 100%;
}

.page-id-45 a,
.single-post a {
	color: #325681;
}

input:focus,
:focus {
	outline: none !important;
}


p,
td {
	margin-bottom: 1em;
	max-width: none;
}

hr {
	display: block;
	margin: var(--space) 0 !important;
}

.page-id-45 p,
.single-post p {
	line-height: 150%;
}



.header {
	font-size: 18px;
	color: #FFF;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin: 0 0 .5em 0;
}

h1 {
	color: #58393a;
	font-size: 1.4em;
}

h2 {
	color: #58393a;
	font-size: 1.2em;
}



.contenttv {
	padding: 30px 80px 50px 80px;
	background-color: #FFF;
}

.alignright {
	float: right;
	margin: var(--space) 0 var(--space) var(--space);
}

.alignleft {
	float: left;
	margin: var(--space) var(--space) var(--space) 0;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.tvwrap {
	background-color: white;
	max-width: 1200px;
	width: calc(100% + var(--space) * 2);
	margin: 0 calc(var(--space) * -1);
	position: relative;
}

.tvheader {
	padding-top: 30px;
}

.book {
	clear: both;
}

.book hr {
	clear: both;
}



.tvlogo {
	position: absolute;
	max-width: 65%;
	top: 30px;
	left: 20px;
	z-index: 99;
}

.tvmenu {
	position: absolute;
	top: 30px;
	right: 30px;
	max-width: 25%;
	z-index: 99;
	direction: rtl;
	/* Right to Left */
}

.tvmenu a {
	display: inline-block;
	text-decoration: none;
	text-align: right;
	color: white;
	background: #76797c;
	padding: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 12px;

}

.tvmenu a:hover {
	background: #333;
}

.showie {
	display: none;
}

.tvmain {
	clear: both;
	padding-top: 1px;
	margin: 15px;
	min-height: 500px;
}


.tv-links {
	width: 25%;
	float: right;
	display: inline-block;
	margin-top: 25px;
}

.tv-links a {
	color: #325681;
	text-decoration: none;
	font-weight: 700;
}

.tv-links a:hover {
	color: #333;
}

.tv-links img {
	max-width: 220px;
}

.tv-links li {
	list-style-type: none;

}

.tv-links li a {
	text-decoration: none;
	color: white;
	background: #76797c;
	padding: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.tv-links li a:hover {
	background: #333;
	color: white;
}


.tvtitle {
	width: 100%;
	padding: 0;
	padding-top: 20px;
	background: url(nothingontv/static-small.jpg) white;
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
	height: 350px;
}

.tvtitle img {
	position: absolute;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	max-width: 300px;
}

.tvnothing {
	position: absolute;
	bottom: -10px;
	left: 40%;
}

.littletv {
	position: absolute;
	bottom: -10px;
	right: -90px;
}

.littletv img {
	max-width: 190px;
	height: auto;
}


.forcedclearer {
	clear: both;
	height: 30px;
	width: 100%;
}

.episode-list {
	width: 70%;
}

.eppies,
.intro {
	margin: 10px 10px 30px 10px;
	border-bottom: 1px solid #545454;
}

.eppies {
	padding-bottom: 20px;
}

.eppies:last-of-type {
	border-bottom: none;
}


.eppies h2 {
	display: inline;
	padding: 0 12px;
	margin: 0;
	line-height: 180%;
	background: url(nothingontv/static.jpg) #545454;
	color: white;
	text-align: center;
	font-family: 'Francois One', sans-serif;
	font-size: 2em;
	font-weight: 400;
}

.powerpress_player {
	display: inline-block;
	margin-top: 16px;
}

a.eppylinks {
	clear: both;
	background: #493a54;
	color: white;
	padding: 8px 12px;
	text-decoration: none;
	text-align: center;
}

a.eppylinks:hover {
	background: black;
	color: white;
}

.content a:hover {
	color: #000;
	background-color: #e1e1e1;
	text-decoration: none;
}

.scroll {
	position: fixed;
	bottom: 30px;
	right: 30px;
	max-width: 65px;
}

.scroll a {
	scroll-behavior: smooth;
}

.scroll img {
	opacity: .8
}

.scroll img:hover {
	opacity: 1;
}

.footer {
	font-size: 14px;
	text-align: center;
}


.footertv {
	font-size: 14px;
	text-align: center;
	width: 100%;
	height: 80px;
}

.footertv a {
	color: #493a54;
	text-decoration: none;
}

.footer a {
	color: #000;
	text-decoration: none;
}

.footer a:hover {
	color: #6a4345;
}

.return {
	text-align: right;
}

.menu-table {
	width: 1000px;
}

.menu-table-tv {
	max-width: 1200px;
}

.nothingnothing {
	position: fixed;
	bottom: 0;
	right: 20px;
}

.nothingnothing img {
	max-width: 150px;
}

@media screen and (max-width: 910px) {

	.episode-list,
	.tv-links {
		width: 100%;
		float: none;
		display: inline-block;
		margin-top: 25px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 580px) {

	.tvlogo {
		left: 12px;
	}

	.tvmenu {
		max-width: 40%;
		right: 12px;
		direction: ltr;
		/* normal */
	}

	.tvmenu a {
		display: inline;
		color: #76797c;
		text-decoration: none;
		text-align: right;
		background: none;
		padding: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-left: 0;
		margin-bottom: 12px;
		text-align: left;
		font-size: 90%;
	}

	.tvmenu a:hover {
		background: none;
		text-decoration: underline;
		color: #76797c;
	}

	.divie {
		display: none;
	}

	.showie {
		display: inline-block;
		color: #76797c;
	}
}



@media screen and (max-width: 400px) {

	.contenttv {
		padding: 30px 10px;
	}

	.menu-table-tv {
		width: 344px;
	}

	.maincontenttv-overlay {
		width: 100%;
		margin-top: -30px;
	}

	.tv-image {
		width: 90%;
	}

	.tv {
		width: 100%;
		display: inline-block;
	}

	.tv h2 {
		font-size: 1.8em;
		font-weight: 600;
	}


	.menutv p a img {}


	.episode-container {
		width: auto;
		padding: 10px;
		margin-right: 10px;
	}



}
