/*
	Theme Name: TosattiWeb
	Theme URI: http://www.isayweb.com/
	Description: Nuovo template per il blog di Tosatti Marco
	Version: 1.0
	Author: Roberto Paris - isayweb.com
	Author URI: http://www.isayweb.com/
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	/*font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: 'Open Sans', sans-serif !important;
	color:#000000;
}

.container-fluid{
	padding-right: 0px !important;
	padding-left: 0px !important;
}

/*## inizio settaggi home ##*/

.banColor{
	background-color: #269c93;
	padding: 10px 0px 10px 0px;
}


.home section{
	margin-top: 125px;
}

#myCarousel .list-group {
	position:absolute;
	top:0;
	right:0;
}


#myCarousel .list-group-item {
	border-radius:0px;
	cursor:pointer;

}
#myCarousel .list-group .active {
	background-color:#eee;	
}


.CatColor{ 
	background-color: #269c93; 
	list-style: none; 
	padding: 20px 50px 20px 50px;
	position: relative;
	bottom: 60px;
	right: 120px;
	z-index: 1;
	height: 100%
}
.CatColor span ul li{
	list-style-type: none;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.CatColor span ul li a{
	color: #ffffff;
}

#murales{
	height:auto;
}

#murales img{
	margin:0 auto;
	display: block;
}

#murales span ul li a, .muroSmall span ul li a{
	color: #ffffff;
	text-transform: uppercase;
	background-color: #269C93;
	padding:5px;
}
/*.muroInfo span ul li:first-child, 
.CatColor span ul li:first-child
{
	display: none;
}*/

#murales span ul li, .muroSmall span ul li{
	list-style:none;
}

#murales span ul, .muroSmall span ul{
	padding-left: 0px!important;
}
.muroSmall{
	height:auto;
	/*margin-bottom: 390px;*/
}
.muroSmall .fa-comment, .muroSmall .comments,
.murales .fa-comment, .murales .comments,
.muroSmall .shareOn, .murales .shareOn,
.muroSmall .fa-google-plus-g, .murales .fa-google-plus-g,
.muroSmall .fa-facebook-f, .murales .fa-facebook-f,
.muroSmall .fa-twitter, .murales .fa-twitter
{
	display: none;
}


#murales span.date, .muroSmall span.date{
	color:#000000;
}
#murales h5 a.colorTitle, .muroSmall h5 a.colorTitle{
	font-weight: 600;
	
}
#murales span.muroCat a{
	float: :left;
}

.muroTitle{
	font-weight: 600;
	font-size: 19px;
	color:#000000;
}


#murales .col-lg-8,
#murales .col-lg-4{
	background-image: url('https://www.marcotosatti.com/wp-content/uploads/2019/03/bgMuro.jpg');
	background-repeat: repeat;
	border: 1px solid #ffffff;
	padding: 10px;
}

.colorTitle{
	font-weight: 800;
	font-size: 19px;
	color: #ffffff;
}
span.date{
	color: #ffffff;
	font-size:14px;
}
.dateRecentPost{
	color:#000;
}

.CatColor span ul{
	padding-left: 0px !important;
}

.pics img{ 
 	margin: 0 auto; 
 	display: block; 
}

.txtComments{
	margin-bottom: 20px;
	border-bottom: 2px solid #f4f7f6;
	float: right;
	display: block;
	position: relative;
	width: 55%;
	bottom: 70px;
	left: 240px;
	padding-bottom: 5px;
	background-color: #ffffff;
}

.fa-google-plus-g, .fa-facebook-f, .fa-twitter, .shareOn{
	display: inline;
position: relative;
left: 300px;
margin-right: 5px;
color:#000000 !important;
}

.textColor{ 
	margin: 20px; 
	color:#060606;
	text-align: left;
	font-size: 16px !important;
	position: relative;
	 right: -20px;
	 padding: 0px 60px 0px 60px;
	 font-weight:300;
}
.textColor a{
	color:#269c93;
	font-style: italic;
}

.pagination{
	background-color: #f4f7f6;
	padding: 10px 0px 13px 0px !important;
	border-radius: 0px !important;
	display: block !important;
	text-align: center;
	margin-bottom: 20px;
}
.pagination a{
	font-size: 14px;
	color: #000000;
	margin-right: 20px;
}

.pagination .current{
	background-color: #269c93;
	padding: 10px;
	color: #fff;
	text-align: center !important;
	margin-right: 10px;	
}
.pagination .next, .pagination .prev{display: none;}

.footer {
	padding: 50px;
	background-color: #269c93; 
	color:#fff;
	text-align: center;
}
.footer p{
	text-transform: uppercase !important;
}

.NewsRecent{
	padding-left:0px;
	margin-top:20px;
}
.NewsRecent li{
	list-style-type: none;
}
.NewsRecent li img, .wpp-list img{
	float: left;
margin-right: 20px;
display: block;
}

.wpp-list {
	margin-top: 20px;
}

.NewsRecent p, a.wpp-post-title {
	display: inline-block;
position: relative;
left: 55px;
bottom: 60px;
font-weight: bold;
padding: 0px 50px 0px 30px;
font-size: 11px;
font-family: 'Open Sans', sans-serif !important;
}

.NewsRecent span, span.wpp-date{
	color: #ababab;
	position: relative;
left: 85px;
bottom: 150px;
}

div.bios{
	border:2px solid #269c93;
	z-index: 0;
	margin-bottom: 30px;
}
.bioFoto{
	border-radius: 50%;
position: relative;
top: 90px;
z-index: 1;
background-color: #fff;
width: 70%;
height: 70%;
left: calc(15%);
}
div.bios p{
	text-align: center;
	margin:0px 20px 0px 20px;
	color: #ababab;
}

div.bios h4{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 20px;
}
div.bios p{
	margin-bottom: 20px;
	color:#000000;
	font-size: 12px;
}

div.sost{
	border:2px solid #269c93;
	z-index: 0;
	margin-bottom: 30px;
}
.bioFoto{
	border-radius: 50%;
position: relative;
top: 90px;
z-index: 1;
background-color: #fff;
width: 70%;
height: 70%;
left: calc(15%);
}

div.sost p{
	text-align: center;
	margin:0px 20px 0px 20px;
	color: #ababab;
}

div.sost h4{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.sost p{
	margin-bottom: 20px;
	color:#000000;
	font-size: 12px;
}

.titleNews{
	display: none;
}


#custom_html-2 h3{
	display: none;
}
# ul{
	padding-left: 0px;
}
#categories-2 ul li{
	list-style-type:none;
	margin:10px 0px 10px 0px;
	border-bottom: 1px solid #f4f7f6;
	padding-bottom: 10px;
}

#categories-2 ul li a{
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-size: 10.5px;
}




.bgDown{
	border-bottom: 2px solid #269c93;
display: block;
position: relative;
width: 18%;
left: 40%;
}

#categories-2 h3, 
#recent-posts-5 h3, 
#tag_cloud-3 h3, 
#wpp-3 h3, 
#nls_form_widget-3 h3, 
.relatedPost h3,  
.jetpack_subscription_widget h3,
#facebook-likebox-3 h3,
#twitter_timeline-3 h3{
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 15px;
}


#search-3 form{
	text-align: right;
	position: relative;
	top:80px;
	right: 20px;
}
#search-3 h3{
	display: none;
}

#search-3 .search-input{
	background-color: #e6e6e6;
border: none;
padding: 10px;
}

#search-3 .search-submit, #subscribe-submit input{
	background-color: #269c93;
border: none;
padding: 10px;
color:#fff;
margin-left: -4px;
width: 40px;
}

#newsletter_form2 button, #subscribe-submit input {
	background-color: #269c93 !important;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0px 10px 0px;
}
#newsletter_form2 input, #subscribe-field-blog_subscription-7{
	background-color: #f4f7f6;
	border:none;
	
	box-shadow: none;
	border-radius: 0px;
	font-size: 12px;
	text-align: center;
}

#subscribe-field-blog_subscription-7{
	height: 50px;
	padding: 0px 0px 0px 5px !important;
}

#newsletter_form2 h4, #subscribe-text{
	font-size: 12px;
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
}
#newsletter_form2 h2, #newsletter_form2 .newsletter_form2_social,#newsletter_form2 span.newsletter_form2_section-icon{
	display: none;
}
#newsletter_form2 section{
	margin-top: 0px;
}
#newsletter_form2  .form-group{
	margin-bottom: 0px;
}


.post_count{
	color:#269C93;
	font-weight: 600;
}

.unisciti{
	font-size: 12px;
	margin: 20px !important;
}

.shareOn{
	font-size: 12px;
	color:#a4a4a4;
}


body{
	background-image: url('https://www.marcotosatti.com/wp-content/uploads/2018/05/SanPietroBlog2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
     background-attachment: fixed;
}

.bgpics{
	background-color: #fff;
	padding-right: 0px;
	padding-left: 0px;
}



body.home div.container-fluid div.container.bgpics main.container div.row div.container, 
body.home div.container-fluid div.container.bgpics header.header.clear.container, main.container{
	padding-right: 0px;
	padding-left: 0px;
}



body.home div.container-fluid div.container.bgpics main.container div.row, 
body.single div.container-fluid div.container.bgpics main.container div.row,
body.category div.container-fluid div.container.bgpics main.container div.row,
body.tag div.container-fluid div.container.bgpics main.container div.row,
body.search div.container-fluid div.container.bgpics main.container div.row
{
	margin-right: 0px;
	margin-left: 0px;
}

/*### slide Home ##*/

#featured.upzslider{
	width: 100% !important;
	height: 320px !important;
}
#featured.upzslider ul#upz-slideshow-navigation li img{
	display: none;
}
#featured.upzslider div#upz-slideshow-display a img{
	/*margin:0 auto !important;*/
	display: block !important;
	width: 850px;
}

#featured.upzslider div#upz-slideshow-display{
	width: 100% !important;
}

#featured.upzslider div#upz-slideshow-display .fragment-slide{
	width: 100% !important;
	height: 320px !important;
}

#featured.upzslider .info{
	display: none;
}
#featured.upzslider ul#upz-slideshow-navigation li{
	background-color: #1d1e20;
	border-bottom: 1px solid #18191b;
	height: 80px!important;
}
#featured.upzslider ul#upz-slideshow-navigation li span{
	text-transform: uppercase;
	color:#fff;
	padding: 10px;
	font-weight: bold;
	width: 100% !important;
}


#featured.upzslider ul#upz-slideshow-navigation{
	width: 320px!important;
}
#featured.upzslider ul#upz-slideshow-navigation li.activeSlide{
	background-color: #555553 !important;
}
#featured.upzslider ul#upz-slideshow-navigation li.activeSlide span{
	color:#269c93 !important;
}
#featured.upzslider ul#upz-slideshow-navigation li.activeSlide:before{
	content: '';
	width: 0;
height: 0;
border-style: solid;
border-width: 7px 10px 7px 0;
border-color: transparent #555553 transparent transparent;
position: relative;
right:10px;
display: block;
z-index: 10;
top:30px;
}

.tagcloud a{
	display: inline-block;
margin: 5px;
border: 2px solid #eeeeee;
padding: 4px;
font-size: 12px !important;
text-transform: uppercase;
}
.tagcloud a:hover{
	border: 2px solid #a8d7d4;
	text-decoration: none;
}

.tagcloud{
	margin-top: 10px;
}

#wpp-3 ul{
	padding-left: 0px;
}

/*### fine settaggi home ###*/


.relatedPost a img{
	float:left;
	display: block;
	margin-right: 20px;
}

.relatedPost ul li{
	list-style-type: none;
}

.imgTest{
	
	display: block;
	position: relative;
	top:-100px;
}

.imgTest img{
	display: block;
	margin: 0 auto;

}

.relatedPost ul li a p{
	display: inline-block;
position: relative;
left: 50px;
bottom: 55px;
font-weight: bold;
padding: 0px 50px 0px 30px;
font-size: 10px;
font-family: 'Open Sans', sans-serif !important;
color: #000000 !important;
}
.relatedPost ul li a p span{
	display: block;
	margin-bottom: 5px;
	color: #ababab;
}

.socialIcon .fa-facebook-f, .socialIcon .fa-twitter{
 text-align: center;
 display: inline;
 margin: 15px 10px;
 position: relative;
 left:0px;
 color: #fff;
}

p.copyright{
	letter-spacing: 2px;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}



#comments ul li{
	list-style: none;
	margin-bottom: 20px;
	word-wrap: break-word;
}
#comments iframe {width:100%; max-width:100%} 
#comments ul li ul.children{
	padding-left: 30px;
}
#comments ul{
	padding-left: 0px;
}
#comments h3{
	font-size: 20px;
	border-bottom: 2px solid #269C93;
	padding-bottom: 10px;
}
#comments .comment-author, .comments .comment-author a, .comments .comment-author a.url{
	text-transform: uppercase;
	color: #269C93;
}
#comments .comment-author span.says{
	display: none;
}

#comments .commentmetadata{
	color:#ADABAF;
	font-size: 11px;
}


#commentCustomform input#submit{
	background-color: #269C93;
	border:none;
	color:#fff;
	padding: 10px;
}

#commentCustomform label{
	color:#269C93;
	text-transform: uppercase;
}


 #commentCustomform h3, #respond h2{
	font-size: 20px;
	border-bottom: 2px solid #269C93;
	padding-bottom: 10px;
}
#commentCustomform .comt, #commentCustomform #submit{
	margin-top:20px
}


#media_image-3 img{
	display: block;
	margin: 0 auto;
}

.Mgt{
	margin-top: 40px;
}
.fa-arrow-right, .fa-arrow-left{
	color:#269C93;
}

.single article img{
	display: block;
	margin:0 auto;
}

.fn {
	font-size: 15px;
}

#cookieChoiceInfo{
	padding: 15px 0px !important;
}
.italybtn{
	background-color:#fff ;
	padding:5px;
	border-radius: 2px;
	color:#269c93;
}

article p{
	font-size: 14px !important;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.menulink, a{color:#fff; font-size: 15px;}
.menulink {padding: 0 20px 0 0;}
a:hover {text-decoration: none; font-weight: 600;}

/* sidebar */
.sidebar {
 margin-top: 0px;
}

.sidebar div#wpp-3.popular-posts ul li a{
	color:#000000!important;
}

.sidebar .newsletter-api-form-theme2 .newsletter_form2_c_get_detail form {
	position: relative;
	z-index: 1;
	width: 100%;
}

.sidebar .wpp-list li {
	overflow: hidden;
	float: none;
	clear: both;
	padding: 15px 0px;
	height: 140px;
}

.sidebar .relatedPost ul{
	padding-left: 0px !important;
}

/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/




/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:320px) {
	#featured.upzslider{
		display: none !important;
	}
	.CatColor{
		bottom: 0px;
		right: 0px;
		padding:10px;
	}

	.textColor{ 
	margin: 0px;
	color:#6d6c6d;
	text-align: left;
	font-size: 15px;
	 padding: 10px;
	 font-weight:300;
	 right: 0px;
	}

	.txtComments {
    margin-bottom: 20px;
    border-bottom: 2px solid #f4f7f6;
    float: right;
    display: block;
    position: relative;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding-bottom: 5px;
	}

	.fa-google-plus-g, .fa-facebook-f, .fa-twitter, .shareOn{
		display: inline;
		position: relative;
		left: 140px;
		margin-right: 0px;;
	}

	.fa-comment{
		margin-left:10px;
	}

	.imgTest img{
	display: none;
	}

	#search-3 form {

	    text-align: center;
	    position: relative;
	    top: 0px;
	}

	#tag_cloud-4, #media_image-3{
		display: none;
	}
	
	#murales{
		display: none;
	}

	header .row{
		margin-right: 0px;
		margin-left: 0px;
	}

}
@media only screen and (max-width:480px) {
	
	#featured.upzslider{
		display: none !important;
	}
	.CatColor{
		bottom: 0px;
		right: 0px;
		padding:10px;
	}

	.textColor{ 
	margin: 0px;
	color:#6d6c6d;
	text-align: left;
	font-size: 15px;
	 padding: 10px;
	 font-weight:300;
	 right: 0px;
	}

	.txtComments {
    margin-bottom: 20px;
    border-bottom: 2px solid #f4f7f6;
    float: right;
    display: block;
    position: relative;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding-bottom: 5px;
	}

	.fa-google-plus-g, .fa-facebook-f, .fa-twitter, .shareOn{
		display: inline;
		position: relative;
		left: 150px;
		margin-right: 0px;;
	}

	.fa-comment{
		margin-left:10px;
	}

	.imgTest img{
	display: none;
	}

	#search-3 form {

	    text-align: center;
	    position: relative;
	    top: 0px;
	}

	#tag_cloud-4, #media_image-3{
		display: none;
	}

	#murales{
		display: none;
	}


	header .row{
		margin-right: 0px;
		margin-left: 0px;
	}

}
@media only screen and (max-width:768px) {
	
	.CatColor{
		bottom:0px;
		right: 0px;
	}
	.txtComments{
		bottom:0px;
		right: 0px;
		width:100%;
	}
	.bioFoto{
		max-width: 100% !important;
	}
}
@media only screen and (min-width:1024px) {
	/*.CatColor{
		bottom:0px;
		right: 0px;
	}
	.txtComments{
		bottom:0px;
		right: 0px;
		width:100%;
	}*/
	.bioFoto{
		max-width: 100%!important;
	}

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}




