/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
.content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-top:1.8em;
}

.standard-content {
  max-width: 700px;
  margin: 0 auto;
}

.post-entry-type-page {
  max-width: 700px;
  margin: 0 auto;
}

.slide-entry-wrap {
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: justify;
    hyphens: auto;
}

#top .comment_text {
    font-size: 0.9em;
    line-height: 1.6em;
    max-width: 700px;
    text-align: justify;
}

.inner_sidebar {
    font-size: 0.9em;
}

.blog-meta {
    float: left;
    margin-right: 50px;
    display: none !important;
}

.av-main-nav > li > a {
  font-size:1em;
}

a:hover, a:focus, a:visited { 
   outline: 0;
   text-decoration: none;
}

.logo > a > img {
   display: none !important;
 }

.subtext {
font-size:2.5em;
font-family: 'Comfortaa';
text-decoration:none;
text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
display:block;
}
.header_color {
text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
}



.source::before {
    content: '\f08e ';
    font-family: 'fontello';
    margin-right: 0.3em;
}
cite.source, .source a {
	font-size:1em;
	font-family:'helvetica neue', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.source {
	margin-top: 1em;
	display: block;
}

q {
    padding-left: 0.9em;
    font-style: oblique;
    margin-left: 0.3em;
    quotes: none;
    position: relative;
    background-color: rgba(88,213,0,0.06);
    border: none;
}

q::before {
  content: '\f10d';
  font-family: 'fontello';
  display: block;
  position: absolute;
  left: -0em;
  top: -0.5em;
  font-size: small;
}

q::after {
  content: ' \f10e';
  font-family: 'fontello';
  position: relative;
  font-size: small;
  bottom: -0.25em;
  margin-inline-end: 0.4em;
}

blockquote {
  margin: auto;
  quotes: none;
  position: relative;
  background-color: rgba(88,213,0,0.06);
  border: none;
  clear: both;
}

blockquote {
  max-width: 95%;
  padding: 1em;
  text-align: justify;
  margin-bottom: 10px;
  margin-inline-end: 1em;
  font-family: 'Arvo', serif;
  font-size:0.9em;
  margin-top: 1em;
}

blockquote::before {
  content: ' \f10e';
  font-family: 'fontello';
  font-size: 2em;
  left: -0.3em;
  top: -0.15em;
  display: block;
  position: absolute;
}

.aparte {
  background-color: #F3F3F3;
  font-family: 'Arvo', serif;
  font-size: 0.9em;
  padding: 1em;
  padding-left: 2em;
  margin-block-start: 2em;
  margin-bottom: 10px;
}

.aparte::before {
  content: 'en aparté';
  transform: scale(1.5) translate(-10px,-20px);
  display: block;
  position: absolute;
  opacity: 0.8;
  color: #2c2c2c;
}

ul.xoxo.blogroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  
}
ul.xoxo.blogroll img {max-height: 32px;}

abbr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.modo {
  background-color: lightgreen;
}
.modo::before {
  content: '[modération on] ';
  color: darkgreen;
  font-weight: bold;
}
.modo::after {
  content: ' [modération off/]';
  color: darkgreen;
  font-weight: bold;
}