/*
 Theme Name:   Baskerville Child
 Theme URI:    http://www.andersnoren.se/teman/baskerville-wordpress-theme/
 Description:  Baskerville Child Theme
 Author:       Anders Norén
 Author URI:   http://www.andersnoren.se
 Template:     baskerville
 Version:      1.0.0
 License:      GNU General Public License v2
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         blog, three-columns, right-sidebar, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, portfolio, grid-layout
 Text Domain:  baskerville-child
*/

/* Icônes pour le lien vers la fiche IFDB d'un auteur */

.author-links a.author-link-ifdb {
  background-image: url(images/compass.png);
}

/* Extrait de jeu */

.post-content pre.jeu {
  background: none;
  box-shadow: 0px 2px 5px;
  border-radius: 0px;
  color: #000000;
  font-size: 18px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* Info */

.info {
  padding: 2% 2.5%;
  padding-left: 90px;
  background: #8bd8e3;
  border-radius: 6px;
  position: relative;
}

.info::before {
  content: "*";
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  display: block;
  width: 90px;
  position: absolute;
  top: 15px;
  left: 0px;
}

/* Avertissement */

.avertissement {
  padding: 2% 2.5%;
  padding-left: 90px;
  background: #fdb72f;
  border-radius: 6px;
  position: relative;
  min-height: 88px;
}

.avertissement::before {
  content: "!";
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  display: block;
  width: 90px;
  position: absolute;
  top: 15px;
  left: 0px;
}

/* em en gras dans les titres et les légendes*/

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-weight: 700;
}

/* Image à la une centrée */

.featured-media img {
  margin: auto;
}

/* Couverture du jeu au hasard en flottant */

.arpw-thumbnail {
  float: right;
  margin-left: 5px;
}

/* Barre latérale non masquée quand l'écran est étroit */

@media (max-width: 1000px) {

.sidebar {
    display: block;
    float: none;
    width: 100%;
    margin-top: 25px
}

}

/* Marge supérieure pour Social Warfare */

.nc_socialPanel {
  margin-top: 90px !important;
}

/* Marges et bordure pour Click to Tweet */

a.swp_CTT.style3 .sw-click-to-tweet {
  border-radius: 6px;
}

.sw-click-to-tweet {
  margin-top: 0px;
  margin-bottom: 1.1em !important;
}
