/*
Theme Name: Inspiro Enfant
Template: inspiro
Version: 1.0
*/

/** H1 page liste article blog + liste catégorie portfolio **/

body.blog h1.page-title {
  font-size: 26px;
  margin-top: -3px;
  padding-top: 4px;
}


@media (max-width: 768px) {
body.blog h1.page-title {
  font-size: 26px; 
  }
}

@media (max-width: 768px) {
  body .inner-wrap .entry-title {
    font-size: 26px !important;
  }
}


/** H2 page liste article blog + liste catégorie portfolio **/

body.blog h2.entry-title {
  font-size: 24px;	
}

@media (max-width: 768px) {
    body.blog h2.entry-title {
    font-size: 24px !important;
  }
}

/** H1 liste catégorie blog **/

body.archive h1.page-title,
body.category h1.page-title {
  font-size: 26px;
  margin-top: -3px;
  padding-top: 4px;
}

@media (max-width: 768px) {
body.archive h1.page-title,
body.category h1.page-title  {
  font-size: 26px; 
  }
}

/** H2 liste catégorie blog **/

.entry-header h2.entry-title {
  font-size: 24px;
  
}

@media (max-width: 768px) {
    .entry-header h2.entry-title {
    font-size: 24px !important;
  }
}

	

/** p footer **/

.footer-column > p:first-of-type  {
	color:white;
	font-weight:bold;
}

/** Mise en page bouton blog **/

.entry-summary .more-link {
display: inline-block;
margin-bottom: 2em;
}

/** Mise en page fil d'Ariane blog et catégorie **/

.breadcrumb {
  margin-bottom: 2em;
}

/** fil d'Ariane article **/

.custom-breadcrumb-article {
  padding-top: 25px;
  height: 50px;
  line-height: 50px;
}

/** Bas de page article prev next **/

.post-navigation-wrapper {
  display: flex;
  justify-content: center;
  width: 900px;
  margin: 0 auto 50px auto;
  gap: 20px;
}

.nav-previous, .nav-next {
  flex: 1;
  display: flex;
  justify-content:center;
  align-items: center;
  text-decoration: none;
  padding: 15px;
  border: 1px solid #ddd;
  color: #000;
}

.nav-thumb {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
  border-radius: 4px;
}

.nav-title {
  font-weight: bold;
  font-size: 1rem;
}

.post-navigation-title {
  width: 900px;
  margin: 40px auto 20px auto;
  text-align: left;
}

@media (max-width: 768px) {
  .post-navigation-wrapper {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }
	
  .nav-previous, .nav-next {
  justify-content:left;
  }
	
  .nav-thumb {
    margin-right: 10px;
    width: 60px;
    height: 60px;
  }

  .nav-title {
    font-size: 0.8rem;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .post-navigation-title {
    width: 100%;
    padding: 0 20px;
  }
}


/** Header post portfolio **/

body.single-portfolio_item .title-overlay {
    position: absolute;
    left: 0;
    right: 0;
	bottom:7px;
    margin: 0 auto;
    max-width: 1140px; /* même que .inner-wrap */
    box-sizing: border-box;
}

@media (max-width: 768px) {
  body.single-portfolio_item .title-overlay {
    padding-left: 30px;
  }
}

@media (max-width: 425px) {
  body.single-portfolio_item .title-overlay {
    padding-left: 18px;
  }
}

@media (max-width: 375px) {
  body.single-portfolio_item .title-overlay {
    padding-left: 15px;
  }
}

@media (max-width: 320px) {
  body.single-portfolio_item .title-overlay {
    padding-left: 10px;
  }
}


/** Supprimer bouton play Home **/

.wpzoom-video-play-button {
    display: none !important;
}


/** Ajout blog dans fil d'Ariane **/
