/*
Theme Name: Shmorévaz
Author: Sophie Rentien Lando
*/

@font-face {
	font-family: '';
	src: url('') format('');
	font-style: normal;
}

* {
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: sans-serif;
	color:#b3b3b3;
	font-family: Arial;
	font-size:10pt;
}

html {
	background-color: black;
}

.menu {
	position: absolute;
	top:0;
	text-align: center;
	width:100%;
	z-index: 9;
}

.menu ul li {
	display: inline-block;
	margin:0 20px;
	padding:1px 4px 0 4px;
	background-color:black;
}

.menu ul li:last-of-type {
	cursor: pointer;
}

.menu ul li a {
	text-decoration: none;
}

/*form*/
form {
	margin-top:1px;
	opacity:0;
	position:absolute;
	margin-left:calc(50vw + 176px);
	text-align: left;
}

form div {
	display: inline-block;
}

form input {
	all:unset;
	border-bottom:1px solid #b3b3b3;
}

form input[name="subscribe"] {
	border-bottom: 0px;
	font-style: italic;
	cursor:pointer;
}

#mc_embed_signup div.mce_inline_error {
	all:unset !important;
	color:#b3b3b3 !important;
}

#mc_embed_signup input.mce_inline_error {
	border-color: #b3b3b3 !important;
}

/*Home*/

.shmo {
	pointer-events: none;
	position: fixed;
	height:40vh;
	z-index: 2;
	width:100%;
	top:30vh;
	text-align:center;
	mix-blend-mode: difference;
}

.shmo img {
	display: inline-block;
	height:100%;
	width:auto;
}

.currently {
	width:100%;
	height:60vh;
	top:20vh;
	text-align: center;
	position:relative;
}

.currently img {
	display: inline-block;
	height:100%;
	width:auto;
}

#currentlytxt {
	position: absolute;
	bottom:0;
	right:80px;
}

.address {
	bottom:0;
	position: absolute;
	text-align: center;
	width:100%;
	z-index: 9;
}

.address p a {
	text-decoration: none;
}

.address p {
	display: inline-block;
	margin:0 20px;
	background-color:black;
	padding:5px 5px 5px 5px;
}

li.current-menu-item a, a:hover, .home ul li:last-of-type a, p a:hover {
  	font-style: italic;

}

/*footer*/

footer {
	position: fixed;
	bottom:5px;
	right:10px;
	z-index:10;
}

div#sz {
	position: fixed;
	bottom:5px;
	right:48px;
	z-index:9;
	mix-blend-mode: difference;
}

div#sz img {
	width:60px;
	height:auto;
	padding-right: 10px;
}

footer li {
	display: inline-block;
}

footer li:first-of-type:after {
	content:' /';
}

footer li a {
	text-decoration: none;
}

footer li.current-lang a {
	font-style: italic;
}

footer #sz {
	mix-blend-mode: difference;
}

.home #homelink {
	display: none;
}

/*Cat pages*/

main {
	position: relative;
	padding:0px 10px;
	height:60vh;
	top:20vh;
	width: 100%;
}

main a {
	text-decoration: none;
	display: inline-block;
}

main p span {
	display: inline-block;
	width:100px;
}

div.thumb {
	display: block;
	position: absolute;
	top:0;
	height:60vh;
	text-align: center;
	width:calc(100% - 20px);
	opacity: 0;
	pointer-events: none;
	/*transition: 0.1s opacity;*/
	background-color:black;
	z-index: -1;
}

main article img {
	height:100%;
	width:auto;
	display: inline-block;
}

main article a:hover .thumb {
	opacity: 1;
}

main article a:hover * {
	font-style: italic;
}

main article:first-of-type .thumb {
	opacity: 1 !important;
}

/*Single*/
.single {
	overflow: hidden;
}

.prev, .next {
	display: block;
	height:100vh;
	width:50vw;
	position: fixed;
	top:0;
	left:0;
	z-index: 4;
}

.prev {
	cursor:url('img/left.png'), auto;
}

.next {
	margin-left:50vw;
	cursor:url('img/right.png'), auto;
}

.images figure figure {
	opacity:0;
	height:100vh;
	width:100vw;
	text-align: center;
	position:absolute;
}

.images figure figure img {
	height:100%;
	width:auto;
}

.images figure figure:first-of-type {
	opacity:1;
}

.images .activeImg {
	opacity:1 !important;
}

figcaption {
	bottom:0;
	position: absolute;
	transform: translateX(-50%);
	margin-left: 50%;
	background:black;
	padding:0 4px;
}

.single .menu p, .page .menu p {
	margin:0 10px;
}

.information {
	z-index: 12;
	position:absolute;
	width:25vw;
	background-color:black;
	text-align: justify;
	padding:5px;
	padding-top:0pt;
	top:0;
	display: none;
	max-height: 100vh;
	overflow: scroll;
}

.information p {
	padding-top:10pt;
}

.information p:first-of-type {
	text-align: center;
	padding-top: 0;
}

.info-label {
	position: absolute;
	z-index: 11;
	width:25vw;
	text-align: center;
}

.info-label p {
	background-color:black;
	display: inline-block;
	padding:1px 4px 0px;
	cursor: pointer;
}

.info-label p:hover, span#cross:hover {
	font-style: italic;
}

span#cross {
	display: none;
	position:absolute;
	top:0px;
	left:calc(25vw - 18px);
	padding:3px;
	z-index: 15;
	cursor: pointer;
}

/*about*/

main.about div div {
	width:25vw;
	display: inline-block;
	margin-right:10px;
	vertical-align: top;
}

main.about div div p {
	text-align: justify;
	padding-bottom:10pt;
}

main.about>div {
	display: inline-block;
	vertical-align: top;
}

main.about .about-img {
	width:calc(50% - 38px);
	display: inline-block;
	text-align: right;
}

main.about .about-img img {
	width:auto;
	height:auto;
	max-height:60vh;
	max-width:100%;
}