/*
 Theme Name:     Divi Child
 Theme URI:      https://intranet.laloupioteduweb.fr/wp-themes
 Description:    Divi Child Theme
 Author:         Antoine MOSQUERA
 Author URI:     https://laloupioteduweb.fr
 Template:       Divi
 Version:        1.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
	padding-top: 15px;
}

.post-template-default.single.et_right_sidebar #main-content .container:before {
	display: none;
}

.lldw-bad-icon {
  color: attr(data-color);
}

.paywall-teaser {
    position: relative;
    max-height: 10em;
    overflow: hidden;
    line-height: 1.6;
    font-size: 1.05em;
	margin-bottom: 50px;
}

.paywall-teaser-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4em;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}


/* metas */

.lldw-bad-metas {
	background-color: #f9f9f9;
	padding: 10px 20px;
	border-radius:5px;
	display: flex;
	margin: 0 15px 20px 15px !important;
}

.lldw-bad-metas > * {
	margin-right: 20px;
}

.lldw-bad-meta {
	display: flex;
  align-items: center;
}

.lldw-bad-meta_icon {
	flex: 0 0 auto;
  font-size: 1.5em;
  margin-right:10px;
}

.lldw-bad-meta_labels {
	flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.lldw-bad-meta_label {
  line-height: 1em;
  font-weight: 900;
}

.lldw-bad-meta_icon-label {
  font-size: .8rem;
  font-weight: 400;
}
