.itemBody {
	letter-spacing: 0;
}
body {
	font-weight: 300;
}
.single-page h1 {
	font-weight: 300;
}
.gkIsWrapper-gk_photo figcaption h2 {
	margin: 0 0 0 0;
}
#gk-menu-button {
	left: -10px;
}
	  
.img-overlay {
   background: rgba(0,0,0,1);
   display: block;
   width: 100%!important;
   height: 100%!important;
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;
	opacity:1;
	-webkit-transition: all 5s ease;
	transition: opacity 5s;
}

.content-loaded .img-overlay {
	opacity: 0;
}

div#easycalccheckplus label {
    float: left;
}
div#easycalccheckplus input {
    margin-top: -10px;    width: auto;
}
.img-overlay + h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-weight: bold;
	font-size: 3rem;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
@media(max-width:430px){
	.img-overlay + h1 { font-size:2rem;}
}