/*
Theme Name: Name
Theme URI: http://www.a2area.it/name
Author: Alessandro Alessio
Author URI: http://www.a2area.it/
Description: -
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: -
Text Domain: -
*/

/* 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%;
	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: 1;
	margin: 0;
	padding: 0;
}
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;
}

/* Theme resets custom */
form,
a{ display: inline-block; }
a:focus{
	outline: none;
}

h1,h2,h3,h4,h5{
	display: block;
	margin: 0;
}
input:focus{
	outline: none;
}

/* Header */

header{
	margin-bottom: 30px
}

/* Navigation */

#primary-nav{
	display: block;
	margin: 0;
	padding: 0;
}

#primary-nav li{
	display: inline-block;
}

#primary-nav-mobile{
	display: none;
}

/* Article */

article.post{
	margin-bottom: 15px;
}

/* Widget */

.widget{
	list-style: none;
}

/* Home OWL Carousel */

.owl-carousel .overlay{
	position: absolute;
	bottom: 10px;
	left: 1%;
	width: 98%;
	padding: 20px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}

.owl-carousel .overlay h2{
	display: block;
	width: 100%;
	font-size: 24px;
}

/* Events */

.calendar-day{
	background: #cfcfcf;
	color: #000;
	display: block;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 4px;
	padding: 4px;
}

.calendar-day span{
	display: block;
}

/* Video */

.video-thumb .overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
}

.video-thumb .overlay .fa{
	font-size: 85px;
	padding-top: 20%;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	text-shadow: 0px 0px 25px #000;
}

/* Module */

.owl-theme .owl-nav{
    margin-top: 0px;
    position: absolute;
    width: 100%;
    top: 0px;
}

.owl-theme .owl-nav [class*=owl-]{
	font-family: 'FontAwesome';
	color: #fff;
    font-size: 28px;
    padding: 12px 24px;
    background: rgba(4, 4, 4, 0.7);
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}

.owl-theme .owl-nav .owl-prev{
	position: absolute;
	margin-top: 10%;
	left: 10px;
}

.owl-theme .owl-nav .owl-prev:before{
	content: '\f104';
}

.owl-theme .owl-nav .owl-next{
	position: absolute;
	margin-top: 10%;
	right: 10px;
}

.owl-theme .owl-nav .owl-next:before{
	content: '\f105';
}

/* Classes */

.relative{
	position: relative;
}

img.unveil{
	opacity: 0;
	transition: opacity .3s ease-in;
}