@import url("../flat/style.css");

/* 
Theme Name:     Flat Child for jais
Theme URI:      
Description:    Thème enfant pour le thème Flat
Author:         Lopin
Author URI:     
Template:       flat                             
Version:        0.1.0
*/

/*Global - Site logo/title*/
#masthead .site-title {
font-size:500%;
}

#masthead .site-description {
font-size:100%;
}

/*Hide widget button*/
#masthead .toggle-sidebar{
	display:none;
}

/*Hide additional scroll bar*/
body {
	overflow-y:visible;
}

/*WP Auto Album style*/
.entry-content pre {
	border-width:0px;
	background-color:transparent;
}
.entry-content ul {
	border-width:0px;
}

/*Menu*/
#site-navigation .fa a {
	padding-left: 10px;
}
#site-navigation li.fa:before {
	border-right: 0px;
}
#site-navigation .fa-plus-square-o {
	padding-left: 35px;
}
#site-navigation .fa-plus-square-o a {
	padding-left: 5px;
}

/*Content*/
#content .page{
	padding-top:10px;
	/*min-height:700px;*/
}

/*Autoalbum*/
.autoAlbums-lightbox{
	background:rgba(0,0,0,1);
}



/*#site-navigation .sub-menu, #site-navigation .children{
display:block;}*/

/*Gallery - Hide slideshow/thumbnails switching button*/
.eazyest-gallery .button.small { display:none; }

/*Gallery - Always show thumbnails caption (no more hover)*/
.gallery-caption{
	opacity:1;
	margin-bottom:10%;
	margin-left:20px;
	text-align:right;
	padding-right:30px;
}

/*Gallery - Thumbnail object */
.entry-content .gallery-item{
	border-width:5px;
	border-style:solid;
	width:209px;
	/*float:center;
	margin:auto;*/
}

.gallery-item:hover{
border-color:grey;
}

/*Gallery root - Article container */
.galleryfolder{
	position:relative;
	overflow:auto;
	top:0px;
	margin-top:-1%;
	padding-top:0px;
	padding-bottom:1%;
}

/*Gallery root - header container */
.archive-header{
	text-align:center;
	padding-bottom:3%;
}

/*Gallery root - title H1 */
.archive-title{
	font-size:300%;
}

/*Gallery root - post title container */
.entry-header-archive{
	float:right;
	width:60%;
	margin-top:8%;
}

/*Gallery root - post title H2 */
.entry-header-archive .entry-title{
	text-align:left;
	margin-top:1%;
}

/*Gallery subfolder - title H1*/
.entry-header .entry-title{
	margin-top:4%;
	}
