.navigation-bar.homepage{
	background: white;
	/*questo codice l'ho inserito io --> inizio*/
	padding-bottom: 0%;
	padding-top: 0%;
	/*fine*/
}

.logo-holder .img.custom-logo{
	max-height:180px !important;
}

/*questo codice l'ho inserito io --> inizio*/
@media (min-width: 1281px){
	.logo_col{
	max-width: 65%;
	}
}
@media (min-width: 1025px) and (max-width: 1280px){
	.logo_col{
	max-width: 65%;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.logo_col{
	max-width: 45%;
	}
}
@media only screen and (max-width:600px){
	.logo_col {
	max-width: 85%;
	}
}
.navigation-wrapper:not(.gridContainer){
	padding-left: 0%;
	padding-right: 1px;
}
.col-xs{
	padding-left: 0%;
	padding-right: 5%;
}
/*fine*/

/*
.single-post .attachment-full.size-full.wp-post-image {
    display: none;
} */

@media(max-width: 780px){
	.header-separator{
		position:relative !important;
	}
}

.header-calendar {
	overflow: hidden;
    position: relative;
    height: auto;
	max-height: 550px;
    width: 100%;	
}

/* Container holding the image and the text */
.container {
	background-color: black;
	position: relative;
	text-align: center;
	color: white;
}

.calendar-text {
	color: #FFFFFFF !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content {
  position: relative;
  padding: 30px;
  background-color: transparent;
}

body, html {
    height: 100%;
}

/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../calendar-image.jpg");

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.calendar-box {
	position: relative;
	background: #F7F7F7;
	height: full;
}


