/*
Theme Name: Calendrier de l'avent
Theme URI: 
Description: Child theme based on ImageGridly for a calendar design
Author: <a href="://christian.aubry.org/" title="Aller sur la page de l’auteur">Christian Aubry</a>
Author URI: http://christian.aubry.org/
Template: imagegridly
Version: 1.0
*/

/* parent style imported by functions.php */

/* Header
-------------------------------------------------------------- */

/* Top menu */

.main-navigation ul.sub-menu li {
  display: block;
	padding: 0;
	line-height: 0.2;
	float: right;
}
                
/* Top menu responsive */
.center-main-menu {
    max-width: 335px;
}

.logo-container {
	max-width: 70%;
}

.featured-img-box {
	min-height: 354px;
}

.featured-img-box .entry-date {
	color: #ddd;
}

.site-description {
	font-size: 16px;
	color: #666;
	font-style: italic;
	padding: 0;
	margin-bottom: 1em;
}

.site-info {
	display:none;
}

/* TOUS NOS ENTRANTS */
.listing-item {
	float:left;
	width:25%;
	font: 80% Georgia, serif;
	height: 200px;
	text-align:left;
}

.listing-item img {
	display:block;
	margin-bottom:1ex;
}

.single h1.entry-title {
	font-size:2.2em;
}

div#auteurs {
	font-size:90%;
	width:90%;
	margin:auto;
}

div#auteurs a {
	font-weight:700;
}

blockquote {
	font-size: 110%;
	font-family: "Times New Roman", Times, serif;
}

div.entry-content p {
	text-align:justify;
}

article h2, article h3, article h4, article h5 {
	font-weight: 700;
}
/* LIENS DANS ARTICLES */
.single .entry-content a {
	background-color: #dddbd4;
}

.single .entry-content a:visited {
	background-color: transparent;
}

.cadrage {
	background-color:#DDD;
	padding:1em;
	border:solid 1px #333;
	overflow: hidden;
}

li .post-date {
	font-size: 0.7em;
}

li .post-date:before {
  content: "[";
}

li .post-date:after {
  content: "]";
}

/* LÉGENDES */

.wp-caption-text {
	line-height:125%;
	font-size:80%;
	font-family:"Times New Roman", Times, serif;
}

/* EASY FOOTNOTES */
div.easy-footnote-title h4 {
	margin-top: 2em;
	font-size:18px;
	font-weight:bold;
}

.easy-footnotes-wrapper {
	font-size:90%;
	line-height:initial;
}

ol.easy-footnotes-wrapper li {
	margin:8px 0;
}

.nav-links .nav-next, .nav-links .nav-previous {
    max-width: 49%;
}

.entry-discipline {
	font-size: 80%;
	text-align: center;
	margin-bottom: 3em;
}

.entry-discipline ul {
	list-style: none;
	padding:0;
	margin: 0;
	display:inline;
}

.entry-discipline ul li {
	display:inline;	
}

.entry-illustration {
	font-size: 90%;
	line-height:135%;
}

.footer-column-three p {
	color: #ccc;
}

.footer-column-left {
  max-width: 35%;
	min-width: 330px;
}

.footer-column-middle {
  max-width: 37%;
	min-width: 330px;
}

.footer-column-right {
  max-width: 27%;
	min-width: 330px;
}

div.footer-column-right .widget ul li {
	border-bottom: none;
	padding: 2px 0;
	display:block;
}

div.footer-column-middle .widget p {
	padding: 0;
	margin: 0;
}
/* ACF image_credit */

/* YOUTUBE WIDGET */

.erd-youtube-responsive.erd-ytlazyload {
	display:none;
	margin-bottom: 1.5em !important;
}

/* WP-AUDIO PLAYER */
.wp-audio-shortcode {
	margin-bottom: 1.5em;;
}

/* RESPONSIVE IFRAME */
.iframe-4-3-container {
  overflow: hidden;
  /* Calculated from the aspect ratio of the content (in case of 16:9 it is 9/16= 0.5625) */
  padding-top: 75%;
  position: relative;
}
 
.iframe-16-9-container {
  overflow: hidden;
  /* Calculated from the aspect ratio of the content (in case of 16:9 it is 9/16= 0.5625) */
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-4-3-container  iframe {
	border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
	margin-bottom:1.5em;
}

.iframe-16-9-container iframe {
	border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
	margin-bottom:1.5em;
}

/* ENCADRÉ ÉDITORIAL */

p.editorial {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: .5em .8em;
    margin: 0 0 1.5em;
    font-size: 80%;
    line-height:135%;
}

/* ENCADRÉ DARK */

div.dark {
  background: #000;
	color: #fff;
	padding: .5em .8em;
  margin: 0 0 3em;
}

.dark span.easy-footnote a {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

/* DEPRECATED */
ul.illustration {
	list-style: initial;
  margin: initial;
  padding: 0 0 0 25px;
  display: block;
}

ul.illustration li {
  display: list-item;
}

