/*
Theme Name: Niyon 2022
Theme URI: virdis.com.br
Author: Bruno Monacchesi
Author URI: https://www.monacchesi.com.br
Description: Layout feito exclusivamente para empresa Niyon
Version: 2.0
Tags: fluid navigation, one page scroll site.
Text Domain: Virdis
*/

@import 'assets/css/core.css';
@import 'assets/css/mobile.css';

/* HARD RESET */
html, body, div, span, applet, object, iframe,
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%;
	vertical-align: baseline;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #000;
}
p, span {
	color: #000;
}
.clear {
	clear: both;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
/* Wraping Content over Footer */
body {
	overflow-x: hidden;
}
html,
body {
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#mainContent {
	padding-bottom: 740px;
}
footer {
	position:absolute;
	bottom:0;
}
/* GENERAL */
header .entry-title, 
header .edit-link {
	display: none;
}

.dropdown-toggle {
	display: none;
}
.grecaptcha-badge {
	display: none;
}
.site-main {
	width: 100%;
	height: auto;
	display: block;
}
