/*
	pedroaraujo.net stylesheet
*/

@font-face {
	font-family: 'this-platform-font';
	src: url('font/source-sans-pro-v14-latin-regular.woff2');
	font-style: normal;
}

@font-face {
	font-family: 'this-platform-font';
	src: url('font/source-sans-pro-v14-latin-italic.woff2');
	font-style: italic;
}

@font-face {
	font-family: 'this-platform-font';
	src: url('font/source-sans-pro-v14-latin-700.woff2');
	font-weight: bold;
}

@font-face {
	font-family: 'this-platform-font';
	src: url('font/source-sans-pro-v14-latin-700italic.woff2');
	font-weight: bold;
	font-style: italic;
}


html, body {
	background: url('images/background/background-grid.png');
	background-color: #ddd;
	min-height: 100%;
	height: 100%;
	max-width: 800px;
	width: 98%;
	margin: 0 auto;
	color: #2e221e;
	font-family: 'this-platform-font', sans-serif;
	line-height: 1.1;
	font-size: 12pt;
}

header #site-title {
	margin: 20px 0;
}

#social-network-menu {
	position: fixed;
	margin: 0;
	padding: 0;
	left: -1px;
	top: 1rem;
	z-index: 2;
}

#social-network-menu img {
	width: 45px;
	margin-bottom: 0.5rem;
	display: block;
}

#social-network-menu img:hover {
	filter: brightness(0.8);
}

#zunzum-logo {
	display: block;
	margin: 20px auto 50px auto;
	text-align: center;
}

#zunzum-logo img {
	width: 100%;
	max-width: 110px;
}

#error {
	text-align: center;
	padding: 20px 10px;
	font-size: 1.2em;
}

#error big {
	font-size: 2em;
	font-weight: bold;
}

#error code {
	all: unset;
	font-family: monospace;
	font-weight: bold;
	text-decoration: underline;
}

a {
	color: #835648;
	text-decoration: underline dotted;
}

a:hover {
	color: #000;
}

hr {
	border: unset;
	border-bottom: 1px dotted #333;
	margin: 20px auto;
	width: 70%;
}

ul {
	list-style: square;
	padding-left: 1rem;
}

img {
	max-width: 100%;
}


h2,h3,h4,h5,h6 {
	margin: 40px 0 10px 0;
}

dl {
	margin: 20px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 15px;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	border: 1px solid #999;
	font-size: 0.8rem;
	padding: 1rem;
}

#title-banner-desktop {
	width: 100%;
	display: block;
}

#title-banner-mobile {
	width: 100%;
	display: none;
}


@media screen and (max-width: 500px) {
	#title-banner-desktop {
		display: none;
	}

	#title-banner-mobile {
		display: block;
	}


}


#menu-btn {
	display: none;
	width: 50px;
}


nav {
	padding: 0.5rem 2rem;
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 1.1em;
	position: relative;
}

nav a {
	margin-right: 10px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}

nav .highlight {
	border: 2px solid #ef9457;
	padding: 0.15rem 0.3rem;
	border-radius: 0.3rem;
}

nav .highlight:hover {
	filter: brightness(0.9);
	border-color: #000;
}


nav .submenu {
	margin-top: 0.7rem;
	padding-top: 0.7rem;
	display: block;
	font-size: 0.9em;
}

nav .submenu {
	border-top: 1px dashed #835648;
}

@media screen and (max-width: 740px) {
	nav a {
		display: block;
		text-align: center;
	}

	#navbar {
		all: unset;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		z-index: 20;
		overflow: auto;
		width: 100%;
		background-color: #2e221e;
	}

	#navbar #menu {
		display: block;
		overflow-y: scroll;
		padding: 2rem;
		text-align: center;
		font-size: 1.2em;
		line-height: 3;
	}

	#navbar #menu a {
		display: block;
		color: #d3c5b8;
	}

	#navbar #menu a:hover {
		color: #fff;
	}

	#navbar .highlight {
	padding: 0.5rem 1rem;
	}

	#navbar .submenu {
		margin-top: 2rem;
	}

	#menu-btn {
		display: inline;
		position: fixed;
		margin: 0;
		padding: 0;
		right: -2px;
		top: 1rem;
		z-index: 1000;
		cursor: pointer;
	}

	#menu-btn img {
		width: 55px;
	}

	#menu-btn img:hover {
		filter: brightness(0.8);
	}

}



#sitemap-link {
	margin: 0;
	display: inline-block;
	float: right;
}

main {
	margin: 1rem 0;
	box-shadow: 0 0 15px #b9998f;
	border-radius: 10px;
	background-color: #f9f7f6;
	overflow: hidden;
	position: relative;
}

.go-top {
	float: right;
}

.text-center {
	display: block;
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.align-center {
	display: block;
	margin: 30px auto;
}

.block {
	display: block;
	margin: 30px 0;
}

.btn {
	text-decoration: none;
	background-color: #e7dfd8;
	padding: 0.5rem;
	text-align: center;
}

.btn:hover {
	background-color: #d3c5b8;
	box-shadow: 0 0 0.5rem #b9998f;
}

.btn-block {
	display: block;
}

.btn-dark {
	background-color: #b9998f;
	color: white;
}

.btn-dark:hover {
	background-color: #b9998f;
	color: white;
}


#item-info {
	border-bottom: 5px solid #2e221e;
	text-align: center;
	background-color: #b9998f;
	overflow: hidden;
}

#item-info * {
	margin: 0;
	padding: 0 10px;
}

#item-info .item-title /* h1 */ {
	text-transform: uppercase;
	padding: 5px 0;
}

#item-info .item-summary {
	padding-bottom: 10px;
}

#item-info .item-type {
	background-color: #2e221e;
	color: #ccc;
	padding: 2px 0;
}

.item-banner {
	display: block;
	width: 100%;
	border-bottom: 5px solid #2e221e;
	margin: 0;
}

.item-content {
	padding: 0 3%;
	margin: 2rem 0;
}

.item-content img {
	display: block;
	max-width: 100%;
	margin: 1rem auto;
}

.datasheet {
	list-style: none;
	border-left: 1px solid #999;
	padding-left: 0.5rem;
	font-style: italic;
	text-transform: uppercase;
	color: #6a5952;
	font-size: 0.95em;
}

.datasheet b {
	margin-right: 0.2rem;
}


video {
	width: 100%;
	cursor: pointer;
	margin: 20px 0;
}

.sitemap h2 {
	margin: 1.2rem 0 0.5rem 0;
	padding: 0;
}

.sitemap ul {
	list-style: none;
	border-left: 2px solid #999;
	margin: 0;
	margin-left: 10px;
	padding-left: 5px;
	font-size: 1.05rem;
}

.sitemap li {
	margin: 0.2rem 0;
}

.sitemap li a {
	font-weight: bold;
}

.sitemap li em {
	font-size: 0.9em;
	margin-left: 5px;
}

footer {
	text-align: center;
}







/* EVENTS RESERVATIONS */

#reservation-event {
	margin: -2rem -2rem 2rem -2rem;
	padding: 2rem 2rem;
	background-color: #e7dfd8;
	border-bottom: 5px solid #2e221e;
}

#reservation-event-info p {
	margin: 0;
	font-size: 1.1em;
}

#reservation-event-info .this-title{
	font-weight: bold;
	font-size: 2em;
}

#reservation-event-info .this-summary {
	font-size: 1.2em;
	font-style: italic;
}

#reservation-event-info .this-banner {
	display: block;
	margin: 1rem -2rem;
	width: unset;
	max-width: calc(100% + 4rem);
	border-top: 2px solid #2e221e;
	border-bottom: 2px solid #2e221e;
}

#reservation-event-info .this-duration {
	font-size: 1.5em;
}

#reservation-event-info .this-date {
	font-size: 1.5em;
	text-transform: uppercase;
}

#reservation-event-info .this-time {
	font-size: 1.5em;
}

#reservation-event-info .this-location {
	font-size: 1.5em;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #b9998f;
}

#reservation-event-info .this-target-audience {
	font-size: 1.5em;
}

#reservation-event-info .this-box {
	margin: 0 1rem;
}



#reservation-event-form {
	background-color: #f9f7f6;
	border: 1px solid #b9998f;
	padding: 1rem;
	margin: 1rem 0;
}


#reservation-event-form .this-title {
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 1px solid #999;
}




.notice {
	background-color: #f2d0a6;
	padding: 1rem;
	margin: 1rem 0;
	display: block;
}




#reservation-event-form i {
	font-size: 1.2em;
	font-weight: bold;
	color: darkorange;
}

label {
	display: block;
	margin-top: 15px;
}

input, textarea {
	display: block;
	width: calc( 100% - 1rem );
	max-width: 500px;
	border-radius: 0;
	border: 1px solid #ddd;
	padding: 0.3rem;
	resize: vertical;
	font-size: 14pt;
}

textarea {
	height: 100px;
}

.form-buttons {
	display: block;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #b9998f;
}


input[type=number] {
	max-width: 100px;
}

input[type=checkbox] {
	display: inline-block;
	transform: scale(1.3);
	margin-right: 0.5rem;
	width: auto;
}

input[type=submit],
input[type=reset] {
	width: auto;
	padding: 1rem 1.5rem;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	background-color: #d3c5b8;
	border: #b9998f;
}

input[type=reset] {
	filter: brightness(1.15);
	padding: 0.5rem 1rem;
	margin-left: 2rem;
	font-size: 1rem;
}

input[type=submit]:hover,
input[type=reset]:hover {
	filter: brightness(0.8);
}

input:focus,
textarea:focus {
	border-color: #333;
	box-shadow: 0 0 2px #999;
}

select {
	max-width: 150px;
	padding: 0.8rem 0.4rem;
	cursor: pointer;
	display: block;
	background-color: #fff;
	border: 1px solid #ddd;
}





.block-gallery {
	margin: 1.5rem 0;
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr 1fr 1fr;
}

.block-gallery-2 {
	margin: 1.5rem 0;
	display: grid;
	grid-gap: 1.5rem;
	grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 750px) {
	.block-gallery {
		grid-template-columns: 1fr 1fr;
	}

	.block-gallery-2 {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 500px) {
	.block-gallery {
		grid-template-columns: 1fr;
	}

}




.program-day-link {
	text-decoration: none;
	background-color: #e7dfd8;
	padding: 1rem;
	text-align: center;
}

.program-day-link:hover {
	background-color: #d3c5b8;
	box-shadow: 0 0 0.5rem #b9998f;
}

.program-day-link strong {
	font-size: 20pt;
	border-bottom: 2px solid #613931;
}

.program-day-link em {
	display: block;
	font-size: 12pt;
	margin-top: 0.5rem;
}



.program-day-title {
	margin: 2rem 0;
	border-bottom: 1px solid #b9998f;
	color: #b9998f;
}

.program-day-nav-link {
	text-decoration: none;
	font-size: 2.5em;
	position: absolute;
	font-weight: bold;
	top: 4rem;
}

#program-previous-day-link {
	left: 2rem;
}

#program-next-day-link {
	right: 2rem;
}

@media screen and (max-width: 500px) {
	.program-day-nav-link {
		top: 2.5rem;
	}

	#program-previous-day-link { left: 0.8rem; }
	#program-next-day-link { right: 0.8rem; }
}


.program-day-session-link {
	text-decoration: none;
	color: #222;
	margin-bottom: 1rem;
}

.program-day-session-link:hover {
	background-color: #d3c5b8;
	box-shadow: 0 0 5px #d3c5b8;
}

.program-day-session-link .this-header {
	background-color: #835648;
	overflow: hidden;
	padding: 0.3rem 1rem;
	display: block;
	color: #f9f7f6;
}

.program-day-session-link .this-time {
	font-size: 1.1em;
	font-weight: bold;
	float: left;
}

.program-day-session-link .this-category {
	font-style: italic;
	float: right;
	font-size: 0.9em;
}

.program-day-session-link .this-banner {
	display: block;
	border-top: 2px solid #2e221e;
	border-bottom: 2px solid #2e221e;
	margin: 0;
}

.program-day-session-link .this-body {
	padding: 0.5rem 1rem;
}

.program-day-session-link hr {
	width: 70%;
	margin: 0.2rem auto;
}


.program-day-session-link .this-date {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

.program-day-session-link .this-summary {
	display: block;
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}

.program-day-session-link .this-title {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}


.file {
	text-indent: 0.2rem;
	list-style-type: square;
	display: list-item;
	margin-left: 0.5rem;
}

.file a {
	font-weight: bold;
}




.merchant p {
	margin: 0.2rem 0;
}

.merchant .this-title {
	font-weight: bold;
	font-size: 1.2em;
}

.merchant .this-summary {
	font-style: italic;
}

.merchant .this-content {
	border-top: 1px solid #e7dfd8;
	margin-top: 0.5rem;
	padding-top: 0.5rem;
}



.news-entry {
	margin: 3rem 0;
}

.news-entry .this-banner {
	border-top: 5px solid #2e221e;
	display: block;
	margin: 1rem -2rem;
	max-width: calc(100% + 4rem);
}

.news-entry .this-title {
	font-size: 2rem;
	font-weight: bold;
	margin: 0;
}

.news-entry .this-summary {
	margin: 0.2rem 0;
	font-size: 1.2rem;
	font-style: italic;
}

.news-entry .this-content {
	line-height: 1.3;
	font-size: 1.1rem;
}




.event-session-block {
	background-color: #f5f1f0;
	text-align: center;
	text-decoration: none;
	color: #2e221e;
	border: 1px solid #835648;
}

.event-session-block:hover {
	background-color: #d3c5b8;
	box-shadow: 0 0 0.5rem #b9998f;
}

.event-session-block span {
	display: block;
	padding: 0.1rem 0.5rem;
}

.event-session-block hr {
	width: 70%;
	margin: 0 auto;
}

.event-session-block .this-reservation-msg {
	background-color: #ef9457;
	font-weight: bold;
	border-bottom: 5px solid #2e221e;
	font-size: 1.2rem;
}

.event-session-block .this-time {
	font-size: 1.3em;
	font-weight: bold;
}

.event-session-block .this-date {
	font-weight: bold;
	text-transform: uppercase;
}

.event-session-block .this-location {
}

.event-session-block .this-target-audience {
	font-style: italic;
}

.event-session-block .this-category {
	background-color: #b9998f;
	font-size: 1.1em;
}

.this-blocked {
	cursor: not-allowed;
	filter: brightness(0.8);
	user-select: none;
}



#message {
	margin: 1rem;
	padding: 1rem;
	border: 1px dashed #b9998f;
	font-size: 1.2em;
}

#message strong {
	font-size: 1.3em;
}
