/*
 Theme Name: PraticoTheme-ArtInf

 Description:  Tema realizzato in Html5.
 Version: 1.0
 Author: Antoniangelo Flore
 Site: http://antoniangeloflore.it
 */
/* Reset.css */

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;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.alignnone {
	/*width:auto !important;*/
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	max-width: 100%;
	height: auto;
}

.alignnone1 {
	/*width:auto !important;*/
	width: 50%;
	float: left;
	height: auto;
	margin: 10px;
	padding: 0;
}

/*** General ***/
body {
	color: #666;
	font: 16px/28px;
	font-family: 'Open Sans', sans-serif;
	background: #e2e2e0;
}

/* Typography */
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	color: #000000;
}
a:active {
	outline: none;
}
p, dl, hr, h1, h2, h3, ol, ul, dd, pre, table, fieldset {
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	text-shadow: 0 1px 0 #000000;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
	color: #000000;
}
h3 {
	font-size: 26px;
	letter-spacing: -1px;
}
h4 {
	font-size: 21px;
	margin-bottom: 15px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-weight: normal;
	font-size: 14px;
}

/* Structure */
#wrapper {
	width: 100%;
	margin: 0 auto;
	/*background: #fff;*/
	/*background-color: rgba(255,255,255,0.5);*/

}

#header {
	width: 100%;
    font-family: nosifer_capsregular;
	padding: 20px 20px 20px 20px;
	background-repeat: repeat;
	background-position: top center;
}
#mainmenu {
	width: 100%;
	float: left;
	background: #888;
	opacity:0.8;
}
#main {

	float: left;
	padding: 20px 20px 20px 20px;
	background-color: rgba(255,255,255,0.0);
	border: 2px solid;

    margin-top: 0px;
}
.wow {
	background-color: rgba(255,0,0,0.5);
}
.center {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}
#content {
        background-color: rgba(255,255,255,0.5);
	float: left;
}
#sidebar {

        padding-top: 0px;
        padding-right: 15px;
        padding-bottom: 20px;
        padding-left: 15px;
        background-color: rgba(255,255,255,0.5);
        margin-right: 0px;
/***	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #b9b9b9;***/
}
#footer {
	width: 100%;
	float: left;
	background: #888;
	opacity:0.8;
}
.parallax-window {
    min-height: 200px;
    background: transparent;
}
/*** Header ***/
#site-title a {
	font-family: nosifer_capsregular;
	text-transform: uppercase;
	float: left;
	color: #89000d;
}
#motto {
	font-family: nosifer_capsregular;
	color: #FFFFFF;
	float: left;
}
#site-title img {
	width: 100px;
	border: 0px solid #d2d2d2;
	position: relative;
	display: inline;
}
#site-title a:hover {
	background: none;
}

/*** Menu ***/

#mainmenu ul {
	margin: 0px 0 0px 0px;
	float: left;
	width: 100%;
	list-style: none;
}
#mainmenu ul li {
	float: left;
	margin: 0 0px 0 0;
	position: relative;
}
#mainmenu a {
	color: #fff;
	display: block;
	font: 14px;
	padding: 14px 20px;
	font-family: oswald;
	text-transform: uppercase;
}
#mainmenu a:hover {
	background: #666;
}

/* Search */
.search {
	float: right;
	margin-top: -15px;
}
.top-search {
	width: 160px !important;
	color: #999;
	float: right;
	background: #eee;
	border: none;
	padding: 10px;
}

/* Button Responsive Menu*/
.btn-responsive-menu {
	display: none;
	float: right;
	padding: 5px;
	cursor: pointer;
	margin: -15px 20px 0 0;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	margin: 5px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.show {
	display: block !important
}

/*** Post ***/
.post {
	padding: 0px 0 0px 0;
}

/* Post title */

.post .entry-title a {
	display: block;
	font-weight: bold;
}
.post .entry-title1 a {
	display: block;
	font-weight: bold;
	color:#550000;
}
.index-thumb {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

hr {
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 25px 0 20px 0;
}


.widget li {
	line-height: 35px;
	list-style-type: none
}

/*** Footer ***/
#footer {
	color: #fff;
}
#footer a {
	font: 14px;
}

ol.commentlist {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-indent: 0;
}
ol.commentlist li {
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
	border-bottom: 1px dotted #999;
	padding: 1em;
}
ol.commentlist li.comment div.comment-author {
}
ol.commentlist li.comment div.vcard {
	font-size: 16px;
}
ol.commentlist li.comment div.vcard cite.fn {
	font-style: normal;
}
ol.commentlist li.comment div.vcard cite.fn a.url {
}
ol.commentlist li.comment div.vcard img.avatar {
	border: 5px solid #ccc;
	float: right;
	margin: 0 0 1em 1em;
}
ol.commentlist li.comment div.vcard img.avatar-32 {
}
ol.commentlist li.comment div.vcard img.photo {
}
ol.commentlist li.comment div.vcard span.says {
}
ol.commentlist li.comment div.commentmetadata {
}
ol.commentlist li.comment div.comment-meta {
	font-size: 9px;
}
ol.commentlist li.comment div.comment-meta a {
	color: #ccc;
}
ol.commentlist li.comment p {
	font-size: 11px;
	margin: 0 0 1em;
}
ol.commentlist li.comment ul {
	font-size: 11px;
	list-style: square;
	margin: 0 0 1em 2em;
}
ol.commentlist li.comment div.reply {
	font-size: 11px;
}
ol.commentlist li.comment div.reply a {
	font-weight: bold;
}
ol.commentlist li.comment ul.children {
	list-style: none;
	margin: 1em 0 0;
	text-indent: 0;
}
ol.commentlist li.comment ul.children li {
}
ol.commentlist li.comment ul.children li.alt {
}
ol.commentlist li.comment ul.children li.bypostauthor {
}
ol.commentlist li.comment ul.children li.byuser {
}
ol.commentlist li.comment ul.children li.comment {
}
ol.commentlist li.comment ul.children li.comment-author-admin {
}
ol.commentlist li.comment ul.children li.depth-2 {
	border-left: 1px solid #ccc;
	margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-3 {
	border-left: 1px solid #999;
	margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-4 {
	border-left: 1px solid #ccc;
	margin: 0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-5 {
}
ol.commentlist li.comment ul.children li.odd {
}
ol.commentlist li.even {
	background: #fff;
}
ol.commentlist li.odd {
	background: #f6f6f6;
}
ol.commentlist li.parent {
	border-left: 1px solid #ccc;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}

/*** Misc ***/
.alignleft {
	margin: 0 20px 20px 0;
}
.alignright {
	margin: 0 0 20px 20px;
}
.clear {
	clear: both;
}
.sep {
	padding: 0 5px;
}
.hide {
	display: none;
}
.alert {
	background-color: #fef9c7;
	border-color: #fcdd4a;
	color: #3b3601;
	border-radius: 0 5px 5px 0;
	padding: 10px 14px;
	margin: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#sendtop {
	width: 100px;
	border: 1px solid #d2d2d2;
	background: #7F7F7F;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	z-index: 9999;
	border-radius: 4px;
}
#sendotop {
	width: 100px;
	border: 1px solid #d2d2d2;
	background: #7F7F7F;
	text-align: center;
	padding: 5px;
	bottom: 100px;
	right: 100px;
	position: fixed;
	cursor: pointer;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
		display: none;
}
#fixedbtmenu {
	width: 100px;
	border: 1px solid #d2d2d2;
	background: #7F7F7F;
	text-align: center;
	padding: 5px;
	position: fixed;
	top: 80px;
	right: 10px;
	cursor: pointer;
	display: block;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
}
#Mylogo {
	width: 50px;
	border: 0px solid #d2d2d2;
	position: relative;
	display: inline;
}
.fisso {
	position: fixed;
	top: 0;
	z-index: 999;
}
/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block {
	display: none;
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
.textimage {
	width: 100%;
	border: 2px solid;
  border-radius: 15px;
}
/*@font-face {
    font-family: 'nosifer_capsregular';
    src: url('http://arteinferno.it/wp-content/themes/PraticoTheme-ArtInf/fonts/nosifercaps/nosifercaps-regular-webfont.woff2') format('woff2'),
         url('http://arteinferno.it/wp-content/themes/PraticoTheme-ArtInf/fonts/nosifercaps/nosifercaps-regular-webfont.woff') format('woff'),
         url('http://arteinferno.it/wp-content/themes/PraticoTheme-ArtInf/fonts/nosifercaps/NosiferCaps-Regular.ttf') format('truetype'),
         url('http://arteinferno.it/wp-content/themes/PraticoTheme-ArtInf/fonts/nosifercaps/NosiferCaps-Regular.eot'); 
    font-weight: normal;
    font-style: normal;

}*/