/*
Theme Name: Photo Perfect Enfant 2022
Description: Thème enfant d Photo Perfect
Author: CreativeJuiz
Author URI: http://creativejuiz.com
Version: 1.0.0
Template: photo-perfect
*/
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url("../photo-perfect/style.css");

#main {
    background: none repeat scroll 0 0 #161300;
    box-shadow: none;
    padding: 25px;
}

.blocks-gallery-item img {
	box-shadow: 0 0 1px #dddddd;
}

/* cacher raccourcis */
#pbCaption {
	visibility: hidden;
}

/* changer couleur fleche changement de post */
#separator-title .fa {
	color: #666666;
}

h1 {
	font-family:"Indie Flower";
	font-size:4em;
}

h1.entry-title {
    margin-bottom: 0px;
}

h2 {
	font-family:"Indie Flower";
	font-size:2em;
}
/* masquer auteur et date */
.single-post-meta {
	visibility:hidden;
	height: 0px;
	margin-bottom: 0px;
}

/* baisser marge entre titre et contenu */
.entry-title {
    margin-bottom: 0px;
}

#main {
    padding-top: 0px;
}

/* taille et couleur de la bordure des images */
.pbWrapper > img {
	border: 5px solid #ececec;
}

/* taille max overlay */
.pbWrapper>*{border-radius:6px;border:none;max-height:95%;max-width:95%}

/* largeur max site */
/*
.site-layout-fluid #page {
    max-width: 1920px;
	margin-left: auto;
    margin-right: auto;
}
*/

a.post-thumb.popup-link {
    pointer-events: none;
}

article .post-content  i {
    display:none !important;
}
/* pleine largeur */
#primary {
    width: 100%;
    padding-left: 0px;
    padding-right:0px;
    float: none;
}
.container{
   width:100%
}

/* flèches avant après */
.fa-long-arrow-right:before {
    content: ">";
    font-family: "Indie Flower";
}

.fa-long-arrow-left:before {
	content: "<";
    font-family: "Indie Flower";
}
