/*
Theme Name: Photo Theme Child
Template: Photo
Version: 1.0.0
Text Domain: Photo-child
*/

/*INGRANDISCE IL LOGO*/
.gk-logo img {
  display: block;
  height: auto;
  max-height: 128px;
}

/*ELIMINA LA DATA NEI POST*/
.single .item-info, .page .item-info {
  display: none;
}

/*ELIMINA L'AVATAR NEI POST*/
.single .item-author, .page .item-author {
  display: none;
}

/* project description block */
.single .item-header {
  padding: 100px 0 80px;
}

/*******************************************************************************/
/*MODIFICA L'HEADER DEI POST (DESCRIZIONE, LINK)*/
.item-header .item-intro-text { font-size: 18px;}
.item-header .item-basic-info {
  float: center;
  text-align: center;
  width: 100%;
}
.item-header .item-basic-info h1 {
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
}
.item-header .item-basic-info h1 small {
  display: block;
  font-size: 14px;
}
.item-header .item-intro-text {
  float: right;
  width: 0%;
  display: none;
}
.item-header .item-intro-text p { margin: 0 0 1em 0; }
.project-info > .project-description {
  color: #212529;
  float: left;
  
  padding-right: 8%;
  width: 60%;
}
.project-info > .project-details {
  float: left;
  
  margin: 0;
  width: 0%;
}
.project-info > .project-details dt { font-weight: bold; }
.project-info > .project-details dd { margin: 0 0 20px 0; }
.project-info > .project-link {
  float: left;
  width: 30%;
}
.project-info > .project-link a {
  font-size: 30px;  
  font-weight: bold;
  text-decoration: none;  
  text-transform: capitalize;  
}
/*******************************************************************************/

.book_button_div {	
	display: block;
	float: center;
    text-align: center;
}

.book_button_div a {
	font-size: 40px;  
	font-weight: bold;	
	text-align: center;	
}

.book_button {
  background: #212529;
  border-color: #a8ce86;
  color: #fff; 
  font-size: 40px;
  padding: 10px 20px 10px 20px;
  border: none;
  text-decoration: none; 
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  white-space: nowrap;
}

.book_button:hover {  
    border: 1px solid rgba(33,37,41,0.9);
	background: none;
	color: #000
}


/*Change photo height in contact page*/
.page .contact-page .entry-header {
  height: 200px;
}

/*LANGUAGE SWITCHER*/

.gk-lang-wrap {
  right: auto;
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  z-index: 998;
}
#gk-lang {
  right: 0;
  position: absolute;
  top: 70px;
}
#gk-lang .lang-switcher li {
  border: 0;
  display: block;
  float: right;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 8px;
  padding: 0 22px 0 0;
}
#gk-lang .lang-switcher li > a {
  color: #ffffff;
}
#gk-lang .lang-switcher li > a:active,
#gk-lang .lang-switcher li > a:focus,
#gk-lang .lang-switcher li > a:hover {
  color: #af292f;
}
#gk-lang .lang-switcher li.active > a {
  color: #af292f;
}

/*the title of a post was too close to the featured image*/
.entry-title,
.page-title {
  margin-top: 40px;
}

/*the height of featured image */
@media (min-height: 1080px) {
	.single .entry-header,
	.page .entry-header {
		height: 1080px!important;
	}
}
@media (max-height: 1080px) {
	.single .entry-header,
	.page .entry-header {
		height: 900px!important;
	}
}
@media (max-height: 900px) {
	.single .entry-header,
	.page .entry-header {
		height: 880px!important;
	}
}
@media (max-height: 768px) {
	.single .entry-header,
	.page .entry-header {
		height: 740px!important;
	}
}
@media (max-height: 480px) {
	.single .entry-header,
	.page .entry-header {
		height: 480px!important;
	}
}
/*NORMAL cursor in FRONT page*/
 .gk-is-wrapper-gk-photo .gk-is-slide {
     cursor: default!important;
 }
 
 .item-image-block.lazy > h2 {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

.simple > .portfolio .gk-overlay {
  background: rgba(33, 37, 41, 0.3) none repeat scroll 0 0;
}



