/*
 Theme Name:   Super Cool Plan
 Description:  Twenty Sixteen Child Theme
 Author:       Mathieu Poisbeau
 Author URI:   https://freepius.net
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/**
 * Global
 */
.site {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.9) !important;
}

p {
  text-align: justify;
}

/**
 * Header
 */
.site-title {
  font-size: 3em;
}

.site-description {
  font-size: 1.3em;
}

/**
 * Main menu
 */
.primary-menu {
  font-size: 1.2em;
}

.primary-menu .current-menu-item > a {
  border: 2px solid #1a1a1a;
  background-color: rgba(255, 255, 255, 0.8);
}

/**
 * Sidebar
 */
.sidebar {
  padding: 1em;
  border: 2px solid #1a1a1a;
  background-color: rgba(255, 255, 255, 0.8);
}

.widget {
  border-top: 0px;
}

.widget > h2 {
  text-align: center;
  border-bottom: 1px solid #1a1a1a;
}

/**
 * Page and Article
 */
.entry-content td {
  vertical-align: top;
}

.entry-content td blockquote {
  border: 0;
  margin-left: 0 !important;
  padding-left: 0;
}

.entry-footer {
  padding: 1em;
  border: 1px solid #1a1a1a;
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  text-align: center;
}

.entry-footer > span {
  display: block;
}

.entry-footer > span:not(:last-child):after {
  content: unset;
}

.entry-footer .posted-on, .entry-footer .cat-links, .entry-footer .tags-links {
  margin-bottom: 1em !important;
}

.entry-footer .cat-links, .entry-footer .tags-links {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

.entry-footer .tags-links {
  font-weight: normal;
}

.entry-footer .cat-links {
  background-color: #ebebeb;
}

.entry-footer .avatar {
  display: block;
  width: 49px;
  height: 49px;
  margin: 0 auto !important;
}
