/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
Header STYLES
*********************/
header.h_home {
	padding-bottom: 45%;
	background: url(../images/banner-pozzo.png) no-repeat bottom right ;
	background-size: 100%;
}

#logo {
	max-width: 450px;
	margin: 0px auto 0px auto;
	z-index: 30;
	margin-top:-80px
}

#logo img {
	max-width: 95%;
	position: relative;
}

@media screen and (max-width:500px) {

	#logo {
		width: 280px;
		height:auto;
		margin: -30px auto 0px auto;
		z-index: 30;
	}

	#logo img {
		max-width: 100%;
		position: relative;
		top:4%;
	}

	header.h_home {
		position: relative;
		overflow: hidden;
		background-position: bottom center;
		background-size: cover;
		box-sizing: border-box;
		padding-bottom: 40%;
	}

}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }
  
  /* --------------- SOCIAL BLOCK ----------------- */

.content_icosocial {
	width:50px;
	position: absolute;
	top:80px;
	left:3px;
	z-index:5000;
}

.icosocial {
	display: inline-block;
	width: 40px;
	height:40px;
	border-radius:100px;
	box-sizing: content-box;
	margin: 5px 7px;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		border: 5px solid rgba(255, 255, 255, 1);
}

.icosocial img {
	width:45px;
	height:45px;
	position: relative;
	top:-2px;
	left:-2px;
	overflow: hidden;
	max-width: unset;
}

.icosocial:hover {
	border: 5px solid rgba(255, 196, 0, 1);	
}

@media screen and (max-width:500px) {

	.content_icosocial {
		position: fixed;
		width:40px;
		left:2px;
	}

	.icosocial {
		display: inline-block;
		width: 30px;
		height:30px;
	}

	.icosocial img {
		width:35px;
		height:35px;
	}

	.icosocial:hover {
		border: 4px solid rgba(255, 196, 0, 1);	
	}

}

/* page */

.section_light {
	padding:40px 0;
}

.section_dark {
	padding:40px 0;
	background-color: rgba(0, 0, 0, 0.57);
}

.section_grey {
	padding:40px 0;
	background-color: #b2b2b2;
}

.content_1200 {
	max-width: 1200px;
	min-width:280px;
	margin: 0 auto 10px auto;
	padding-left: 7px;
	padding-right: 7px;
	text-align:center;
}

.content_900 {
	max-width: 900px;
	min-width:280px;
	margin: 0 auto 10px auto;
	padding-left: 7px;
	padding-right: 7px;
	text-align:center;
}

.btn-scheda {
	background-color: #bd9919;
	display: inline-block;
	padding: 6px 26px 9px 26px;
	color:#fff;
	border-radius: 2px;
	margin: 10px 0 0 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.btn-scheda:hover {
	background-color: #ff9200;
	color:#fff;
}


/* ************************** card creazioni ***************** */

.card-creazioni {
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	max-width: 350px;
	margin: 0 8px 20px 8px;
	overflow: hidden;
	background-color: #f2f2f2;
	border-radius:1px;
	min-height: 350px;
	box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.1);
}

.card-creazioni h4 {
	font-size: 20px;
	color:#9c8f5b;
	font-weight: 300;
	text-align: center;
	}
	
.card-creazioni h6 {
	font-size: 18px;
	color: #bd752d;
	text-align: center;
	margin: 6px 0 0 0;
	font-weight: 400;
}

.card-creazioni p {
	font-size: 16px;
	color: #ff9a00;
	text-align: center;
	margin: 3px 0 0 0;
	font-weight: 400;
}
	

.card-creazioni-img {
	border-radius:1px;
	width: 250px;
	height: 250px;
	background-color: #bababa;
	overflow: hidden;
	margin: auto;
	background-size: cover;
	background-position: center;
}

/*.card-creazioni-img img {
	height: 100%;
}*/

.card-creazioni-testo {
	box-sizing: border-box;
	padding: 10px 12px;
}

.card-creazioni-orario {
	background-color: #c5c5c5;
	font-size: 22px;
	font-weight: 300;
	position: absolute;
	bottom:0px;
	width: 100%;
	height: 40px;
}


@media screen and (max-width:500px){
	.card-creazioni {
		max-width: 600px;
	}

	.card-creazioni img {
		height: auto;
		width: 100%;
	}
}

@media screen and (max-width:340px){
	.card-news-eventi-img {
		height: 190px;
	}
}

/*Testo*/

.testo-orange {
		color:#e79000 !important;
}

.testo-dark {
		color:#003700 !important;
}

h1 {
	font-weight: normal;
	font-size: 2.6em;
	color:#e79000;
	text-align: center;
}

h2 {
	font-weight: 400;
	font-size: 1.9em;
	margin-bottom: 5px;
	text-align: center;
	color:#fff;
}

h3 {
	font-weight: 300;
	font-size: 2em;
}

h4 {
	font-weight: 100;
	font-size: 1.7em;
	color:#ffffff;
}

h5 {
	font-weight: 400;
	font-size: 1.7em;
	margin-bottom: 7px;
	color:#89712e;
}

h6 {
	font-weight: normal;
	font-size: 17px;
	color:#e3b22a;
}

p {
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.4em;
}

b {
	font-weight: 400;
	color:#0696e4;
}

li {
	font-weight: 300;
	font-size: 15px;
	color:#4c4c4c;
	text-align: justify;
	list-style: square;
	list-style-position: inside;
}

.testocentrato {
	text-align: center !important;
}

a {
	font-weight: 400;
	color:#fbffcf;
	text-decoration: none;
}

a:hover {
	color:#f3ffc9;
	text-decoration: none;
}

.testo-chi-siamo {
    text-align: justify;
}

/* ************** TOP *********************** */

.btn-top:hover {
	text-decoration: none !important;
	color: #fff;
	background-color: rgba(255, 129, 0, 1);
}

.btn-top {
	z-index: 20000;
	position: fixed;
	bottom:10px;
	right:6px;
	display: block;
	width: 30px;
	height: 30px;
	padding: 10px;
	border-radius: 1000px;
	background-color: rgba(0, 2, 8, 0.68);
	text-align: center;
	margin: 30px auto;
	text-decoration: none;
	text-decoration: none !important;
}

.btn-top img {
	width: 80%;
	position: relative;
	top: 7px;
}

/*********************
FOOTER STYLES
*********************/
.footer {
	clear: both;
	position: relative;
	z-index: 10;
	padding: 40px 0;
	background-color: rgba(0, 0, 0, 0.57);
	border-top: 1px solid rgba(211, 201, 10, 1);
	color: #999;
} 

.logo_footer {
	max-width: 120px;
	margin: 0 0 10px 0;
}

.logo_footer img {
	max-width: 100%
}

/*********************
Tutte le creazioni
*********************/

.elenco-categorie h6 {
	background-color: #bd9919;
	display: inline-block;
	padding: 6px 26px 9px 26px;
	color:#fff;
	border-radius: 2px;
	margin: 10px 0 0 0;
}

.categorie_creazioni {
	border: 1px solid #bd9919;
	display: inline-block;
	padding: 4px 15px 4px 15px;
	color:#89712e;
	border-radius: 2px;
	margin: 10px;
}

.categoria-attiva {
	background-color: #bd9919;
	color:#fff;
}

/*********************
Scheda creazioni
*********************/

.creazioni-img {
    max-width: 600px;
    margin: 1em auto 2em;
}

.creazioni-gallery img {
    margin: 1em;
}
