@charset "UTF-8";
/*
 Theme Name:   Hitchcock-Child
 Author:       Maki Nagamura
 Template:     hitchcock
*/


/*   general   *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*/

.header-image:after {
    content: "";
    display: block;
    z-index: 2;
    top: 0;
    background: #1d1d1d;
    background: -moz-linear-gradient(top, rgba(29,29,29,0.1) 0%, rgba(29,29,29,0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,29,29,0.2)), color-stop(100%,rgba(29,29,29,1)));
    background: -webkit-linear-gradient(top, rgba(29,29,29,0.1) 0%,rgba(29,29,29,0.9) 100%);
    background: -o-linear-gradient(top, rgba(29,29,29,0.1) 0%,rgba(29,29,29,0.9) 100%);
    background: -ms-linear-gradient(top, rgba(29,29,29,0.1) 0%,rgba(29,29,29,0.9) 100%);
    background: linear-gradient(to bottom, rgba(29,29,29,0.1) 0%,rgba(29,29,29,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331d1d1d', endColorstr='#1d1d1d',GradientType=0 );
}


/*   front-page   *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*/

/* gallery -----------------------------------------*/


.post-2 .post-title{
	color: #ffffff;
	font-size:2em;
	font-weight: 500;
	line-height: 130%;
	border-bottom: #ffffff double ;
}

.post-2 .post-container {
	background:none;
}

.post-2 .post-header {
	width: 100%;
	max-width: 100%;
    padding: 40px 4px 0px;
}

.post-2 .post-inner {
	width: 100%;
	max-width: 100%;
    padding: 0;
}

.ug-lightbox .ug-textpanel .ug-textpanel-description {
	text-align:center !important;
	}


/*   contact   *.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*/

.red {
	color:#c41d7e;
}

