/*
Theme Name: JJEA
Theme URI: https://www.monacchesi.com.br/portfolios/jjea
Author: Bruno Monacchesi
Author URI: https://www.monacchesi.com.br
Description: Tema moderno e elegante, feito sob medida para atender ao core-business da empresa JJEA que trabalha com estética automotiva. 
Version: 1.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: Private
License URI: none
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: jjea
*/

/* DEPENDENDENCIES */
@import 'css/header.css';
@import 'css/footer.css';
@import 'css/MCLcustomization.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%;
	font: inherit;
	vertical-align: baseline;
	font-family: Roboto Condensed, Verdana;
	font-weight: 300;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Roboto Condensed, Verdana;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
/* wp-customization for monacchesicreativelab */
.entry-footer { display: none; };
/* 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;
}
/* START WRAPPER */
html, body, #page { 
	height: 100%;
	font-family: Open Sans;
}

body > #page > #site-inner-wrapper { 
	height: auto;
	min-height: 100%; 
	display: block;
	overflow-x: hidden;
	position: relative;
}

/* GENERAL */
header .entry-title {
	display: none;
}
.dropdown-toggle {
	display: none;
}
.grecaptcha-badge {
	display: none;
}

