/*
Theme Name: lovecraft-enfant
Template: lovecraft
*/

@import url("../lovecraft/style.css");


body
{
      color: #555555;
      font-family: arial,sans-serif !important;
}

body a {
    color: #904B72;
    text-decoration: none;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin: 25px 0 10px;
  font-family: arial,sans-serif;
  line-height: 22px;
  font-weight: bold;
}

.post-content h1 {
  font-size: 38px;
}

h1, h2, h3, h4, h5 {
  color: #222222;
  font-weight: bold;
}
h1
{
    font-size: 30px;
    margin-bottom : 10px;
}

h3 {
  font-size: 20px;
   margin-bottom: 5px;
}
h4
{
    color:#888888;
    margin-bottom:5px;
}
body > div.wrapper.section > div > div.content > ul > li > h4 a
{
    color:#888888;
}

p {
  font-size: 14px;
  line-height: 22px;
}

a:hover {
  color: #904B72 !important;
}
a {
  color: #904B72;
  text-decoration: none;
}
.main-menu
{
    margin:0;
}

.main-menu li.current-menu-item a {
  color: #904B72;
}

.main-menu .current a, .menu li:hover > a {
  color: #904B72;
}

.main-menu a {
  color: #222222;
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0;
}


.main-menu > li + li:before {
	content: "";
}

.main-menu > .menu-item-has-children > a::after {
  border-top-color: #7E3E63;

}

.main-menu ul a:hover { color: #7E3E63; }
.main-menu li:hover > a { color: #7E3E63; }
.sub-menu
{
    top: 20px!important;
}
.main-menu ul li 
{
    background:white;
    border:1px black solid;
}

.main-menu ul li
{
    border-top:none;
}
.main-menu ul li:first-child
{
    border-top:1px black solid;
}
.main-menu ul li a
{
    color:black;
}
.main-menu > .menu-item-has-children > a::after {
  border-top-color: black;
}

.header-image
{
    display:none;
}


.header > div:nth-child(1)
{
    text-align: left;
}

.blog-logo
{
    float:left;
    max-width: 25%;
    height:auto;
}

#logo2
{
    float:right;
    max-width: 75%;
    height:auto;
}



.navigation 
{
    border-top: 1px solid #7E3E63;
    border-bottom: 1px solid #7E3E63;
}

.wrapper
{
    background-color:white;
}
.post {
    border: none;
}
.post-title {
  font-family: arial,sans-serif;
  font-size: 28px;
  color: #111;
}

/**auteur date de l'article*/

.post-meta {
    border-top: none;
    margin:0;
    padding:0;
    display:none;
}
 .post-meta h3 {
  color: #888888;
  font-size: 22px;
}

.post-meta a {
    color: #555555;
    border: none;
}
.post-meta a:hover {
    border: none;
}

 .post-meta h2 a {
    color: #222222;
    border: none;
}

.post-title
{
    display:none;
}

.post-inner 
{
    padding: 0px 0px;
    width:783px;
    max-width: 100%;
}

  

.content 
{
    margin-top: 0px;
    font-family: arial,sans-serif !important;
}

.post-content .alignleft, .post-content .alignright
{
    max-width:100%;
}

.post-content
{
    font-family: arial,sans-serif !important;
      font-size: 14px;
  line-height: 22px;
    margin-top: 0;
}
.post-header + .post-content {
  margin-top: 0;
}

.post-content a
{
    display:inline-block;
    color: #7E3E63  !important; 
}

.post-content h3
{
    margin:0 0 10px;
}

.post-content h5 
{
  font-size: 20px;
}
.post-content hr
{
      background-color: #7E3E63;
      border: 0 none;
      color: #7E3E63;
      height: 1px;
      width: 783px;
      max-width: 100%;
      display: block;
      margin: 0.5em auto;
}
hr
{
      background-color: #7E3E63;
      border: 0 none;
      color: #7E3E63;
      height: 1px;
      width: 783px;
      max-width: 100%;
      display: block;
      margin: 0.5em auto;
}
.post + .post, .infinite-wrap .post:first-child {
  margin-top: 30px;
}

.sidebar {
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
    padding:1%;
}

.page-title
{
    height:auto;
    background-color: white;
    border: 1px solid #7E3E63;
    padding: 23px 0 23px 0;
    margin-bottom:23px;
}
.page-title h4 {
  font-family: arial,sans-serif;
  color: #7E3E63;
  font-size: 15px;     
  font-weight: bold;   
  letter-spacing: auto; 
  text-shadow: none;
}

.page-title span {
  color:#888888;
}

.post-title a, .archive-title {
  color: #222222;
  font-size: 26px;
}

.post-content img {
    padding: 5px;
    border: none;
}

.post-content address {
  padding: 0;
  background: none;
    font-style: italic;
    margin-bottom: 0;
}

.credits.section {
    padding: 10px 0px;
    border-top:1px #7E3E63 solid;
}

.bg-dark{
    background-color: #ffffff;
}

.credits p {
    padding-bottom: 5px;
    font-family: arial,sans-serif;
    color: #888888;
    font-size: 12px;
    font-weight: 700;
    text-align: auto;
    text-transform: none;
    letter-spacing: 1px;
}

.credits p a {
    color: #7E3E63;
}

.copyright {
  float: left;
}

.design {
  float: right;
}

ol, ul {
  font-size: 14px;
  line-height: 22px;
  list-style: none outside none;
  margin: 0 0 15px;
}
li {
  list-style-type: none;
}
.post-content li {
    margin-bottom: auto;
    line-height: 22px;
}

.post-image
{
    display:none;
}

div.comments-container
{
    display:none;
}
div.post-header > a.sticky-post
{
    display:none;
}

/*Page d'accueil*/
body > div.wrapper.section > div > div.content > ul > li > img
{
    margin-right:5px;
    margin-bottom:5px;
    float:left;
}
body > div.wrapper.section > div > div.content > ul > li hr
{
    background-color: #7E3E63;
      border: 0 none;
      color: #7E3E63;
      height: 1px;
      width: 783px;
      max-width: 100%;
      display: block;
      margin: 1em auto;
}

/*Lire la suite */
.post-content .more-link:hover {
  background-color: white;
}
.post-content .more-link {
    border:1px #7E3E63 solid;}


div.post-content > p > a
{
    display:block;
}


@media (max-width: 600px)
{
    .toggle {
      position: relative;
    }
}

