/*
Theme Name: Canja 2019
Author: Candy Shop
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }
body {	line-height: normal; }
ol, ul {list-style: none; }
blockquote, q {quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {content: '';	content: none; }
table {border-collapse: collapse;	border-spacing: 0; }
a {text-decoration:none; }
a img { -webkit-transform: rotate(0); -moz-transform: rotate(0); transform: rotate(0);	}

a {transition: all 0.2s; -moz-transition: all 0.2s; /* Firefox 4 */	-webkit-transition: all 0.2s; /* Safari and Chrome */ -o-transition: all 0.2s /* Opera */ }

@font-face {
	font-family: 'Numberplate-Belgium';
	src: url('fonts/Numberplate-Belgium.woff2') format('woff2'),
			url('fonts/Numberplate-Belgium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Salome';
	src: url('fonts/Salome.woff2') format('woff2'),
			url('fonts/Salome.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


/* --------------------------------------- END RESET -------------------------- */
body {
	background: url("img/bg.jpg") top center repeat;
	font-family: 'Numberplate-Belgium', sans-serif;
	color: #000000;
	font-weight: 500;
}

.content-wrap {
	width: 1315px;
	margin: 0 auto;
}

@media screen and (max-width: 1335px) {
	.content-wrap {
		width: 95%;
		margin: 0 auto;
	}
}

/* --------------------------------------- CSS TOPO --------------------------- */
header {
	width: 100%;
	margin: 0 auto;
	position: absolute;
}

header .content-wrap {
	max-width: 77.10%;	
	position: relative;
}

header .logo {
	width: 100%;
	max-width: 1686px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 15px 0 0 0;
	z-index: 9;
	text-align: center;
	pointer-events: none;
}

header .logo a {
	max-width: 15.20%;
	display: inline-block;
	pointer-events: all;
}

header .menu {
	width: 100%;
	height: 109px;
	position: relative;
	z-index: 8;
}

#nav {
	margin: 0;
	padding: 0;
	line-height: 0;
}

#nav li {
	line-height: normal;
	display: inline-block;
	margin: 0 7px;
	text-align: center;
	vertical-align: top;
	position: relative;
	width: calc(20% - 20px);
	padding: 1% 0 0 0;
}

#nav li a {
	font-family: 'Numberplate-Belgium', sans-serif;
	font-size: 23px;
	color: #2e251d;
	display: inline-block;
	text-transform: uppercase;
}

#nav li a:hover {
	text-decoration: underline;
}

.header-mobile {
	width: 0;
	overflow: hidden;
	transition: all 0.2s; 
	-moz-transition: all 0.2s; /* Firefox 4 */	
	-webkit-transition: all 0.2s; /* Safari and Chrome */ 
	-o-transition: all 0.2s; /* Opera */
}



@media screen and (max-width: 880px) {
	header .content-wrap {
		max-width: 100%;	
	}
	
	header .logo {
		width: 100%;
		display: block;
		position: absolute;
		top: -12%;
		left: 0;
		margin: 0 auto;
		padding: 0 0 0 0;
		z-index: 9;
		text-align: center;
		pointer-events: none;
	}

	header .logo a {
		max-width: 31.49%;
		display: inline-block;
		pointer-events: all;
	}
	
	header .menu {
		width: 0;
		height: auto;
		float: none;
		margin: 0 0 0 0;
		padding: 10px 0 10px 0;
		position: absolute;
		top: 120%;
		left: 0.75%;
		z-index: 999;
		background: url("img/bg-02.jpg") top center repeat;
		overflow: hidden;
		transition: all 0.2s; 
		-moz-transition: all 0.2s; /* Firefox 4 */	
		-webkit-transition: all 0.2s; /* Safari and Chrome */ 
		-o-transition: all 0.2s; /* Opera */
	}

	#nav {
		margin: 0;
		padding: 0;
		text-align: right;
		line-height: 0;
	}

	#nav li {
		line-height: normal;
		display: block;
		margin: 0;
		height: auto;
		text-align: left;
		vertical-align: top;
		position: relative;
	}
	
	#nav li.space {
		display: none;
	}

	#nav li a {
		font-family: 'Numberplate-Belgium', sans-serif;
		font-size: 23px;
		color: #f2ebe7;
		border-bottom: none;
		padding: 10px 20px 10px 20px;
		height: auto;
		display: block;
	}
	
	#nav li a:hover {
		border: none;
		text-decoration: underline;
	}

	.header-mobile {
		width: 7.87%;
		float: left;
		margin: 10px 0 0 20px;
	}
	
	.header-mobile a {
		background: url(img/mobile-icon-01.png) center center no-repeat;
		background-size: contain;
		width: 100%;
		display: block;
	}
	
	.bnt-mobile-h {
		background: url(img/mobile-icon-02.png) center center no-repeat !important;
		background-size: contain !important;
		width: 100% !important;
		display: block !important;
	}	
	
	.menu-sliding {
		width: 180px !important;
		overflow: visible !important;
	}
}


/* --------------------------------------- CSS HOME --------------------------- */
.slide-01 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.slide-02 {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 45px 0;
}

.subtitulo {
	font-family: 'Numberplate-Belgium', sans-serif;
	font-size: 40px;
	color: #2e251d;
	display: block;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	padding: 0 0 30px 0;
}

.subtitulo span {
	display: inline-block;
	max-width: 17px;
}

.galeria {
	text-align: center;
	line-height: 0;
	font-size: 0;
	width: 100%;
	margin: 0 auto;
}

.galeria li {
	line-height: 0;
	display: inline-block;
	margin: 0 7px 15px 7px;
	position: relative;
	max-width: 424px;
}

.galeria li .cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 1;
	display: block;
}

.galeria li:hover .cover {
	opacity: 0;
}

.galeria .gif {
	position: relative;
	z-index: 1;
	display: block;
}

.slide-03 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.slide-03 .sub-about {
	color: #f2ebe7;
	position: absolute;
	width: 100%;
	height: 40px;
	text-align: center;
	top: 1.5%;
	left: 0;
}

.about-txt {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url("img/frame-04-g.png") top center repeat-y;
}

.about-txt p {
	font-family: 'Numberplate-Belgium', sans-serif;
	font-size: 32px;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
	line-height: 34px;
	padding: 0 0 25px 0;
	max-width: 670px;
	margin: 0 auto;
}

.about-txt p strong {
	font-family: 'Salome', serif;
	color: #cd9865;
}


.img-g {
	display: block;
	line-height: 0;
}

.img-m {
	display: none;
	line-height: 0;
}

@media screen and (max-width: 880px) {
	.about-txt {
		background: url("img/frame-04-m.png") top center repeat-y;
		background-size: contain;
	}
	
	.about-txt p {
		font-family: 'Numberplate-Belgium', sans-serif;
		font-size: 26px;
		color: #ffffff;
		display: block;
		text-transform: uppercase;
		line-height: 28px;
		padding: 0 8% 25px 8%;
	}
	
	.img-g {
		display: none;
	}

	.img-m {
		display: block;
	}
	
	.galeria .no-m {
		display: none;
	}
}

/* --------------------------------------- CSS FOOTER --------------------------- */
.bg-02 {
	background: url("img/bg-02.jpg") top center repeat;
	padding: 70px 0 0 0;
}

.sub-footer {
	color: #f2ebe7;
	padding: 20px 0 20px 0;
}

footer {
	width: 100%;
	max-width: 1336px;
	margin: 0 auto;
	position: relative;
	background: url("img/footer-bg-g.png") top center no-repeat;
	background-size: cover;
	padding: 0 0 10px 0;
}

.rdp-info {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
	font-size: 0;
	padding: 35px 0 0 0;
}

.rdp-info li {
	line-height: normal;
	display: inline-block;
	margin: 0 4% 10px 4%;
}

.rdp-info li p {
	font-family: 'Numberplate-Belgium', sans-serif;
	font-size: 23px;
	color: #2e251d;
	display: inline-block;
	text-transform: uppercase;
}

.rdp-info li p a {
	color: #2e251d;
	text-decoration: none;
}

.rdp-info li p a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 880px) {
	footer {
		background: url("img/footer-bg-m.png") top center no-repeat;
		background-size: cover;
	}	
	
	.rdp-info {
		padding: 25px 0 0 0;
	}	
}



/* -------------------------------------- ÚTEIS ------------------------------------- */
.verde {color: #2e9a62 !important;}
.rosa {color: #d47287 !important;}
.black {color: #19181b !important;}

.bold, strong {	font-weight:bold !important; }
em { font-style: italic; }
.clear {  clear: both !important; }
.float-left {  float: left;  }
.img-left { float: left; margin: 0 17px 10px 0; }
.img-100 { max-width: 100%; height: auto; }
.font-01{ font-family: 'Arbutus Slab', serif; }

.css-exemplo {
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 30px 30px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 30px 30px;
}

a img.alignnone {
    margin: 5px 30px 30px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
