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

Stylesheet: Global Stylesheet

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

/*********************
HEADER
*********************/
.max400 {
    max-width: 400px;
    margin: auto;
    }
	@media screen and (max-width:424px){
		.max400{
			padding: 0 2em;
		}
	}

.max600 {
    max-width: 600px;
    margin: auto;
    }
	@media screen and (max-width:624px){
		.max600{
			padding: 0 2em;
		}
	}

.max800 {
    max-width: 800px;
    margin: auto;
    }
	@media screen and (max-width:824px){
		.max800{
			padding: 0 2em;
		}
	}

.max1000 {
    max-width: 1000px;
    margin: auto;
	}
	@media screen and (max-width:1024px){
		.max1000{
			padding: 0 2em;
		}
	}

.max1200 {
    max-width: 1200px;
    margin: auto;
    padding: 0 1em;
}

.sepa60px {height:60px;}

.over-top-bar-container {
    height: auto;
    padding: 20px 0 10px;
    background-color: #fff;
}

.over-top-bar-container-interna {
    height: auto;
    padding: 20px 0 10px;
    background-color: #fff;
}

a.social-icn img {
    display: inline-flex;
    width: 50px;
}

a.btn-topbar-dona {
    padding: 2px 8px;
    border: 1px solid #ff0000;
    border-radius: 8px;
    font: 600 18px "Open Sans";
    color: #ff0000;
	background-color: #fff;

}

a.btn-topbar-dona:hover {
    background-color: #ff0000;
    color: #fff;
}

.top-bar, .top-bar ul#main-nav {
    background-color: #fff;
}

.menu-icon::after {
    background: #ff0000;
    -webkit-box-shadow: 0 7px 0 #ff0000, 0 14px 0 #ff0000;
    box-shadow: 0 7px 0 #ff0000, 0 14px 0 #ff0000;
}
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}


/*********************
HOMEPAGE
*********************/

.giz-logo-home {display:flex}
img.img-logo-home {
    max-width: 800px;
    margin: auto;
    width: 100%;
}

.max1000.content-prima-sezione {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.giz-full-width {
    padding: 2em 0;
}

.giz-blue {
    background: #bce9f8;
}

.giz-yellow {
    /* background: #fdf1bf; */
    background: #fee6a3;
}

.giz-white {
    background: #fff;
}

.giz-full-width.giz-terza-sezione .giz-testo-right {
    margin:2em 0;
}

.giz-full-width.giz-terza-sezione .giz-testo-right .giz-container-testo {
    padding: 0 3%;
}

.giz-full-width.giz-prima-sezione .giz-container-testo {
    padding: 2em;
    background-color: #fff;
    border-radius: 3em;
}
.giz-full-width.giz-quarta-sezione .content-quarta-sezione,
.grid-x.grid-margin-x.grid-padding-x.archive-grid {
    align-items: flex-start;
}

.giz-titolo{
	font-family: "Schoolbell";
	color: #183d90;
}

ul.giz-testo-elenco {
	color: #183d90;
}

a.btn-sezioni {
	padding: 2px 8px;
	border-radius: 8px;
	font: 600 20px "Open Sans";
	color: #fff;
	background-color: #183d90;
}

p.giz-testo-news-truncate {
    overflow: hidden;
    white-space: nowrap; /* Don't forget this one */
    text-overflow: ellipsis;
}

.giz-news-text {
    height: 100px;
}

.giz-news .entry-content a {
    font-style: italic;
    font-weight: 600;
}

/*********************
Pagine interne
*********************/

.header-logo-desktop{
	max-width: 250px;
}

.header-logo-mobile{
	max-width:80%;
}

.header-logo-mobile a{
	margin: auto
}

.giz-cuore {
    margin-bottom: 2em;
}

.giz-freccia {
    margin: 3em;
}

.giz-blocco-round {
    padding: 1em;
    border-radius: 30px;
}
/*********************
NAV STYLES
*********************/
/* push the content in the content DIV a bit down to make sure the menu is shown correctly */
.content{
	padding-top: 30px;
	}
	@media screen and (min-width: 640px) {
	.content{padding-top: 150px;}
}

/* basic styling of the top bar Width 100% is important */
#giz-sticky-header{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
/* basic styling of the top bar Width 100% and z-index are important */
.title-bar{
	width: 100%;
	z-index: 9999 !important;
}
/* push the menu a bit down on smartphone to show correctly  */
.menu-spacing {
	margin-bottom: 20px;
}


/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  padding:20px 0 50px;
  background-color: #77d6f7; 
}

.inner-footer.grid-x {
    justify-content: space-evenly;
    align-items: center;
}

.inner-footer .logo-cont{
	margin:1em 0;
}

.logo-footer img {
    width: 360px;
    margin: auto;
}

.btn-footer-dona {
    margin: 2em 0;
}

.btn-footer-dona a {
    padding: 2px 8px;
    border-radius: 8px;
    font: 600 24px "Open Sans";
    color: #fff;
	background-color: #f00;
}

.btn-footer-dona a:hover  {
    background-color: #b70303;
}

.giz-container-testo-footer {
    padding: 2em;
    background-color: #fff;
    border-radius: 3em;
}

.giz-container-testo-footer-alt {
    display:none;
}

.testo-footer {
    padding: 1em 0;
    color: #183d90;
}

.testo-footer h4 {
    padding: 0;
    margin:0;
    font-size: 20px;
}

.testo-footer h3 {
    padding: 0;
    margin:0;
    font-size: 26px;
}

.testo-footer h2{
    font-weight:700;
    font-size: 35px;
}

.giz-indirizzo {
    position:relative;
    left:25px;
    
}

.giz-indirizzo:before {
    position: absolute;
    left: -25px;
    content: "";
    width: 17px;
    height: 25px;
    background-image: url("../images/punto-location.png");
}

.giz-due-colonne {
    container-type:inline-size;
    column-count: 2;
}

@media screen and (max-width:1024px){
	.giz-container-testo-footer {
		display: none;
	}
	.giz-container-testo-footer-alt {
		display: block;
		padding: 2em;
		background-color: #fff;
		border-radius: 3em;
	}
}

@media screen and (max-width:640px){
	.inner-footer{
		flex-direction: column-reverse;
	}
	.inner-footer .logo-footer{
		margin-top: 1em;
	}
	.giz-container-testo-footer-alt {
		display: none;
	}
	.giz-container-testo-footer {
		display: block;
	}
	.giz-container-testo-footer .giz-titolo,
	.giz-container-testo-footer p.copyright {
		text-align:center;
	}
	
}


/*********************
Pagine interne
*********************/

.giz-titolo-pagina.interna {
    padding: 170px 0 50px;
    background-image:url(../images/Finestra_ruotata.png);
    background-position: center right 20%;
    background-repeat: no-repeat;
    background-size: 330px;
    }
	@media screen and (max-width: 1024px) {
		.giz-titolo-pagina.interna {
		}
	}
	@media screen and (max-width: 640px) {
		.giz-titolo-pagina.interna {
		}
	}

.pagina-5x1000 .giz-titolo-pagina.interna h1 {
    font: 4em "Schoolbell";
    color: #2c43a1;
    }
	@media screen and (max-width: 1024px) {
		.pagina-5x1000 .giz-titolo-pagina.interna h1 {
			font-size:3em;
		}
	}
	@media screen and (max-width: 640px) {
		.pagina-5x1000 .giz-titolo-pagina.interna h1 {
			font-size: 2em;
		}
	}
	
.giz-titolo-pagina.interna h1 {
    font: 3em "Schoolbell";
    color: #2c43a1;
    }
	@media screen and (max-width: 1024px) {
		span.giz-sottotitolo-pagina.interna {
		}
	}
	@media screen and (max-width: 640px) {
		span.giz-sottotitolo-pagina.interna {
		}
	}
	
/*********************
Pagina 5x1000
*********************/

.giz-logo-5x1000 img {
    max-width: 500px;
    margin: 1em auto;
    display: block;
	}
	@media screen and (max-width: 640px) {
		.giz-logo-5x1000 img {
			margin: 2em;
			max-width: 80%;
		}
	}
.giz-testo-5x1000 {
    text-align: center;
    color: #2c43a1;
}
span.giz-5x1000 {
    font: 2em "Schoolbell";
    color: #f00;
}
span.giz-codfis {
    font: 2em "Open Sans";
    color: #f00;
}
.giz-titolo-5x1000 {
    text-align: center;
    margin: 1em auto 2em;
    width: fit-content;
}
.giz-5x1000 .giz-container-testo,
.giz-5x1000 .giz-testo-5x1000-sx,
.giz-5x1000 .giz-testo-5x1000-dx {
    color: #2c43a1;
}
.giz-titolo-5x1000 span{
    font-size: 1.5em;
    font-weight: bold;
    background-color: #fee6a3;
    color: #f00;
    padding:.5em 1em;
	border-radius:25px; 
}
.giz-5x1000.giz-last .grid-x {
	align-items: flex-start; 
}
hr.giz-linea-sepa {
    height: 3px;
    width: 30%;
    margin: 2em auto;
}
/*********************
Pagina Terapeuti
*********************/

.max1000.page-terapeuti {
	position:relative;
}

.giz-palloncino-sinistro {
	position: absolute;
	top:40px;
	left:0px;
	width:128px;
	height:340px;
    background-image:url(../images/PalloncinoLeft.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index:-9;
    }
	@media screen and (max-width: 1024px) {
		.giz-palloncino-sinistro {
			top: 100px;
		}
	}
	@media screen and (max-width: 640px) {

	}

.giz-palloncino-destro {
	position: absolute;
	bottom:20px;
	right:0px;
	width:128px;
	height:340px;
    background-image:url(../images/PalloncinoRight.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index:-9;
    }
	@media screen and (max-width: 1024px) {

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

	}

.giz-intro-terapeuti {
    max-width: 600px;
    text-align: center;
    margin: 2em auto;
    color: #2c43a1;
	}
	@media screen and (max-width: 640px) {
		.giz-intro-terapeuti {
			max-width:85%;
		}
	}

.giz-container-terapeuti {
    justify-content: center;
    align-items: flex-start;
}

.giz-singolo-terapeuta, .giz-news {
    padding: 0 3%;
    margin:3% 0;
    color: #2c43a1;
	}
	@media screen and (max-width: 1024px) {
	.giz-singolo-terapeuta {padding: 0 5%;}
}
	@media screen and (max-width: 640px) {
	.giz-singolo-terapeuta {padding: 0 10%;}
}

.giz-nome-terapeuta {
    margin-top: 10px;
}

/*********************
NEWS
*********************/

.giz-titolo-pagina.interna.giz-news {
    padding: 170px 0 50px;
    background-image:url(../images/Finestra_ruotata_w.png);
    background-position: center right 20%;
    background-repeat: no-repeat;
    background-size: 330px;
    }
	@media screen and (max-width: 1024px) {
		.giz-titolo-pagina.interna {
		}
	}
	@media screen and (max-width: 640px) {
		.giz-titolo-pagina.interna {
		}
	}

section.giz-featured-image {
    position: relative;
}

.giz-catepost2, .giz-catepost3, .giz-catepost5 {
    position: absolute;
    top: 0;
    padding: 4px 10px;
    color:#fff;
    font-weight:700;
    border-radius:0px 0px 10px;
}

.giz-catepost2 {
    background-color:red;
}

.giz-catepost3 {
    background-color:#2c43a1;
}

.giz-catepost5 {
    background-color:#fdc901;
    color:#f00;
}

/*********************
Storia e Timeline
*********************/

.wp-block-getwid-content-timeline__line {
    width: 6px;
    background-color: #fee6a3;
}

.wp-block-getwid-content-timeline__bar {
    background-color: #f8c800;
}

.wp-block-getwid-content-timeline-item__point-content {
    background-color: #fee6a3;
    border: 2px solid #fee6a3;
}

.wp-block-getwid-content-timeline-item.is-active .wp-block-getwid-content-timeline-item__point-content {
    border-color: #f8c800;
}

.wp-block-getwid-content-timeline-item__card {
    filter: none;
    background-color: #dbf3fb;
}

.wp-block-getwid-content-timeline-item__meta-content {
    font: 2em "Schoolbell";
    color: #2c43a1;
}

.wp-block-getwid-person__title {
    font: 600 1.3em "Open Sans";
    color: #2C43A1;
}

.wp-block-getwid-person__subtitle {
    font: 400 1.1em "Open Sans";
    color: #2C43A1;
}

@media (max-width: 781px) {
	.wp-block-getwid-person.giz-foto-direttivo {
    	width: 300px;
    	margin: auto;
	}
}
@media (max-width: 400px) {
	.wp-block-getwid-person.giz-foto-direttivo {
    	width: 90%;
    	margin: auto;
	}
}
/*********************
POSTS & CONTENT STYLES
*********************/
.giz-single article.post {
	margin:3em 0
}

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.giz-single h1.entry-title.single-title {
	color: #2c43a1;
	font-weight: bold;
}

.giz-single .entry-content img {
  margin-right: 1.5em;
  display: inline;
  float: left;
  max-width: 50%; 
}

@media screen and (max-width: 640px) {
	.giz-single article.post {
		margin: 2em 0
	}
	.giz-single h1.entry-title.single-title, .byline {
		text-align: center;
	}
	.giz-single .entry-content img {
		float: none;
  		margin: 0 auto 1em;
  		display: block;
  		clear: both; 
		max-width: 80% 
	}
}

/*.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
  max-width: 50%; }

.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; }

/*********************
DONAZIONI
*********************/

wp-block-getwid-accordion__header a {
    color: #2c43a1;
}

.wp-block-getwid-accordion.giz-elenco .wp-block-getwid-accordion__header-wrapper {
    border: 2px solid #2c43a1;
    margin:5px auto;
    background-color: #fff;
}

.wp-block-getwid-accordion__content {
    padding: 1.5em;
    border:none;
    background-color: #fff;
}

/*********************
DICONO DI NOI
*********************/

.page-rassegna-stampa a.giz-singolo-articolo {
    display: block;
    margin: 2em 0;
    clear: both;
    height:225px;
}

.page-rassegna-stampa .giz-articolo-foto {
    float: left;
    width: 300px;
    height: 225px;
    margin-right: 2em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-rassegna-stampa .giz-articolo-testo-cont {
	text-align: left;
}

@media screen and (max-width: 600px) {
	.page-rassegna-stampa .giz-articolo-foto {
		float:none;
		margin:0 auto 1em;
		
	}
	.page-rassegna-stampa a.giz-singolo-articolo {
		display: block;
		margin: 2em auto 1em;
		height: auto;
	}
	
	.page-rassegna-stampa .giz-articolo-testo-cont {
    	text-align: center;
	}
}

/*********************
CONTATTI
*********************/

.max600-cf {
    max-width: 600px;
    margin: auto;
    }

.giz-cf .wp-block-getwid-section__wrapper {
    padding: 2em;
}

.giz-cf .giz-cf-testo-obb span {
    color: #f00;
}

.giz-cf .giz-cf-testo {
	color: #ff0000;
}

.giz-cf .giz-cf-mezzo-primo, 
.giz-cf .giz-cf-mezzo-secondo {
    width: 100%;
    display: inline-block;
	}
	@media screen and (min-width:600px){
		.giz-cf .giz-cf-mezzo-primo, 
		.giz-cf .giz-cf-mezzo-secondo {
			max-width: 47%;
		}
	}
	

.giz-cf .giz-cf-mezzo-primo {
    margin-right: 4%;
}

.giz-cf span.wpcf7-list-item-label {
    line-height: .5;
}

.giz-cf [type='checkbox'] {
  margin: 0 0.5rem 0 0; 
  }
  
.giz-btn-invia {
	margin-top: 1em;
}

/*********************
Lavora con noi
*********************/

p.has-link-color a.link-rosso {
    color: red;
}

.sepa-red-heavy{
	margin: 4em auto 2em;
	width: 40%;
}

@media screen and (max-width: 780px) {
	.giz-full-width .colonna-scuola p {
		text-align: center;
		font-size: 18px !important
	}
}

/*********************
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; }


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

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

/*********************
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; }

/*********************
404
*********************/

.content-interno-404 {
    background: #bce9f8;
}

.content-interno-404 .inner-content {
    justify-content: center;
}

.giz-notfound {
    width: 100%;
    height: 50vh;
    background-image:url(../images/BimbodiGiz-404.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.giz-tornahome {
	margin: 2em 0;
}

a.btn-giz-tornahome {
	padding: 2px 8px;
	border-radius: 8px;
	font: 600 20px "Open Sans";
	color: #fff;
	background-color: #f00;
}

/*********************
404
*********************/

.map_custom_notify p {
    margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
