/*
Theme Name: Drama Barroco - Procissão
Theme URI: http://www.dramabarroco.com/
Description: Template para site Drama Barroco
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Imperial+Script&family=Oooh+Baby&family=Spectral+SC:wght@500&display=swap');
@font-face {
    font-family: 'Janda Swirlygirl';
    src: url('fonts/JandaSwirlygirl.eot');
    src: url('fonts/JandaSwirlygirl.eot?#iefix') format('embedded-opentype'),
        url('fonts/JandaSwirlygirl.woff2') format('woff2'),
        url('fonts/JandaSwirlygirl.woff') format('woff'),
        url('fonts/JandaSwirlygirl.ttf') format('truetype'),
        url('fonts/JandaSwirlygirl.svg#JandaSwirlygirl') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Orange Typewriter';
    src: url('fonts/OrangeTypewriter.eot');
    src: url('fonts/OrangeTypewriter.eot?#iefix') format('embedded-opentype'),
        url('fonts/OrangeTypewriter.woff2') format('woff2'),
        url('fonts/OrangeTypewriter.woff') format('woff'),
        url('fonts/OrangeTypewriter.ttf') format('truetype'),
        url('fonts/OrangeTypewriter.svg#OrangeTypewriter') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.grecaptcha-badge {
	opacity:0 !important;
	visibility: collapse !important;  
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
} 
textarea:focus, input:focus, input, textarea, select {
    outline: 0;
}                 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul, ul li, ul { list-style:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
/*body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
html { overflow-y: scroll; }
nav ul, nav li { margin: 0; } 
strong, th { font-weight: bold; }
.ie7 img { -ms-interpolation-mode: bicubic; }
a:focus { outline: none }
/* geral */
.menu, #nav li, #nav a, .postFoto a, .thumb a, .social a, .notas a {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #fff;
	color: #333;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Orange Typewriter';
}
.fancybox-caption {
	font-family: 'Orange Typewriter' !important;
	font-size: 16px !important;
	line-height: 22px !important;
	border: 0 !important;
}
h1 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	font-family: 'Spectral SC', serif;
	letter-spacing: -2px;
}
h2 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}
h3 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 30px;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 4;
}
a:link, a:visited {
	color: #7c232f;
	text-decoration: none;
}
a:hover, a:active {
	color: #999;
}
p, .video {
	margin-bottom: 20px;
}

.logo {
	display: block;
	float: left;
	height: 60px !important;
	width: auto !important;
	margin: 15px 0;
}
.fa-bars {
	position: fixed;
	top: 10px;
	right: 10px;
	color: #7c232f;
	width: 40px;
	hright: 40px;
	line-height: 40px !important;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	z-index: 50;
	text-align: center !important;
}
.fa-times  {
	color: #7c232f;
	font-size: 25px;
	line-height: 40px !important;
	height: 40px;
	cursor: pointer;
	float: right;
	margin-top: 10px;
}
#menuWrapper {
	position: fixed;
	background: #fff url(images/grafismo03.png) right center no-repeat;
	-webkit-background-size: auto 100%;
    -moz-background-size:  auto 100%;
    -o-background-size:  auto 100%;
    background-size:  auto 100%;
	width: 250px;
	height: 100%;
	z-index: 9999;
	right: -300px;
	top: 0;
}
.menu {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 0 20px;
}
#nav {
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #ab9431;
	margin-bottom: 20px;
}
#nav li {
	display: block;
	overflow: hidden;
	text-align: right;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 20px;
	font-family: 'Spectral SC', serif;
}
.copy {
	font-family: 'Spectral SC', serif;
	font-size: 10px;
	line-height: 14px;
	position: relative;
	border-top: 1px solid #ab9431;
	color: #ab9431;
	padding-top: 20px;
}
#nav a:link, #nav a:visited {
	color: #999;
}
#nav a:hover, #nav a:active {
	color: #7c232f;
}
.social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	line-height: 34px;
	font-size: 26px;
}
.social li {
	margin: 0 10px;
}
#conteudo {
	position: relative;
	z-index: 2;
	padding: 30px 30px 0 30px;
	overflow: hidden;
	background: #fff;
}
.postFoto a, .thumb a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	color: #fff !important;
}
.postFoto a:hover, .thumb a:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.postFoto, #foto, .thumb {
	width: 100%;
	padding-bottom: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.fundo {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	width: 100%;
	padding-bottom: 100%;
}
#fotos, .gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.foto, .gallery li {
	width: 33.3333%;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#fotoWrapper {
	position: relative;
	z-index: 3;
}
.citacao {
	font-family: 'Oooh Baby', cursive;
	color: #7c232f;
	border-bottom: 1px solid #7c232f;
	margin-bottom: 20px;
	overflow: hidden;
}
.info {
	overflow: hidden;
	color: #ab9431;
}
.creditos {
	font-family: 'Spectral SC', serif;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ab9431;
	color: #ab9431;
}
.creditos a {
	color: #ab9431 !important;
	cursor: default;
	pointer-events: none;
}
.notas {
	font-family: 'Orange Typewriter';
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.musica {
	display: none;
	position: relative;
	width: 100%;
}
.musica iframe {
	border: 0 !important;
	display: block;
}
#player {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	clear: both;
	padding: 20px 0;
}
#player .fas {
	cursor: pointer;
	font-size: 30px;
}
#play {
	margin-right: 10px;
}
.postNav {
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	background: #fff;
	cursor: pointer;
	line-height: 50px !important;
	position: fixed;
	z-index: 80;
	color: #7c232f !important;
	font-size: 26px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center !important;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.postNext {
	right: -25px;
	padding-right: 20px;
}
.postPrev {
	left: -25px;
	padding-left: 20px;
}
#galeria {
	overflow: hidden;
	clear: both;
}
.notas a {
	text-decoration: underline;
}
.fotos {
	overflow: hidden;
}
.fotos img {
	display: block;
	width: 100% !important;
	height: auto !important;
}
.single-tapete .creditos {
	border: 0;
	padding-top: 10px;
}
#slideshow {
	position: relative;
	z-index: 3;
	height: 100vh;
}
.slide {
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#videoWrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%; 
	overflow: hidden;
	z-index: 2;
	display: block;
	z-index: 2;
}
#videoWrapper  video {
	min-width: 100%; 
	min-height: 100%; 
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}
.fundoVideo {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	left: 0;
	top: 0;
}
@media only screen 
and (min-width : 480px) {

}
@media only screen 
and (min-width : 640px) {

}
@media only screen 
and (min-width : 768px) {
.fotos img {
	float: left;
	width: 50% !important;
}
}
@media only screen 
and (min-width : 1024px) {
#conteudo {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.single-tapete #conteudo {
	width: 100%;
	float: none;
}
#fotoWrapper, #galeria, #fotos {
	width: 50%;
	float: right;
	clear: none;

}
.fundo {
	position: fixed;
	width: 50%;
	height: 100%;
	padding: 0;
	right: 0;
	top: 0;
}

}