#main-content {
  width: 100%;
  margin: auto;
  padding: 10px 10px 20px 10px;
}

.wrapper-header-content-sidebar {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.wrapper-header-content {
  width: 80%;
  padding: 30px;
  padding-top: 30px;
  background-color: white;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
}

.wrapper-header-content h1 a {
  color: black;
}

.wrapper-header-content h1 a:hover {
  color: #039;
  text-decoration: none;
}

.wrapper-header-content h2 {
  padding-top: 10px;
}

.wrapper-header-content h3 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.wrapper-header-content p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
}

.wrapper-header-content li {
  list-style-position: outside;
  margin-left: 40px;
}

.wrapper-header-content .entry-content a, .wrapper-header-content .post-subtitles a {
  color: #1D3B7A;
  text-decoration: none;
}

.wrapper-header-content .entry-content a:hover {
  color: #800000;
  text-decoration: underline;
}

.wrapper-header-content .post-subtitles a:hover {
  color: #800000;
  text-decoration: underline;
}

.wrapper-header-content figure {
  margin-top: 10px;
  margin-bottom: 10px;
}

.notes-list p {
  font-size: 16px;
  padding: 3px;
}

.notes-list a {
  text-decoration: none;
}

.notes-list a:hover {
  text-decoration: underline;
  color: #800000;
}

.info-box {
  display: none;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
  background-color: #F7F7F7;
  padding: 10px;
  margin: 10px 0px 10px 0px;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  line-height: 1.2;
}

.info-box a {
	text-decoration: none;
}

.info-box a:hover {
	text-decoration: underline;
	color: #800;
}

.box-title {
  text-align: center;
  font-weight: bold;
  color: #004225;
}

.box-items {
  margin-bottom: 5px;
  font-size: 17px;
}

.table-bible {
  margin: auto;
  border: 1px solid black;
  margin: 10px 0px 10px 0px;
  table-layout: fixed;
  width: 100%;
}

.sommaire-apostasy {
  margin: auto;
  border: 1px solid black;
  margin: 10px 0px 10px 0px;
  width: 100%;
}

th p {
  font-weight: bold;
  text-align: center;
}

td {
  border: 1px solid black;
  padding: 10px;
}

.wrapper-last-post-title-content h2 {
  font-size: 22px;
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
}

.wrapper-last-post-title-content h2 a {
  text-decoration: none;
  color: black;
}

.wrapper-last-post-title-content h2 a:hover {
  color: #1E5184;
  text-decoration: underline;
}

.wrapper-last-post-title-content p {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mhfm-response {
  background-color: #DFDEBB;
  width: 70px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
  text-align: center;
  font-weight: bold;
}

.wrap-answer {
  background: -webkit-linear-gradient(left, #f1f0e2, rgba(241, 240, 226, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f1f0e2, rgba(241, 240, 226, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f1f0e2, rgba(241, 240, 226, 0));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f1f0e2, rgba(241, 240, 226, 0));
  /* Standard syntax (must be last) */
}

.wrap-notes-title {
  background: -webkit-linear-gradient(left, #f1f0e2, rgba(241, 240, 226, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f1f0e2, rgba(241, 240, 226, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f1f0e2, rgba(241, 240, 226, 0));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f1f0e2, rgba(241, 240, 226, 0));
  /* Standard syntax (must be last) */
}

.cat-list::before {
  content: \f02e;
  font-family: FontAwesome;
  color: #485F77;
}

.cat-list {
  line-height: 1.2;
}

.cat-list a {
  text-decoration: none;
}

.tag-list::before {
  content: \f02c;
  font-family: FontAwesome;
  color: #485F77;
}

.tag-list {
  margin-top: 5px;
  line-height: 1.2;
}

.tag-list a {
  text-decoration: none;
}

.entry-content .heps-contents li {
  font-weight: normal;
  list-style-type: none;
}

.entry-content .heps-contents ul li {
  font-weight: normal;
  list-style-type: circle;
  margin-left: 20px;
}

.comment-prier-rosaire th, .comment-prier-rosaire td {
  width: 50%;
  border: 1px solid black;
  padding: 15px;
  text-align: center;
  line-height: 22px;
  font-size: 18px;
}

.comment-prier-rosaire {
  border-collapse: collapse;
  margin: 20 70px auto;
  border: 3px solid black;
}

.comment-prier-rosaire th {
  font-weight: bold;
}

.question {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
  margin: 20px 40px 20px 40px;
  padding: 5px 30px 20px 10px;
  background-color: #F4F4EF;
}

.question-quote {
  font-size: 100px;
  color: grey;
  margin-top: 15px;
}

.question-content {
  width: 100%;
}

.question-content blockquote {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-left: 5px;
  color: #404040;
}

.at4-recommended-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.at4-recommended-item {
  width: 140px;
}

.post-counter {
  text-align: center;
  margin-top: 10px;
}

.post-counter i {
  color: grey;
}

.video-title a {
  text-decoration: none;
  color: #039;
}

.video-title a:hover {
  text-decoration: underline;
  color: #900;
}

.wrapper-related-article {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.related-article {
  width: 256px;
  padding: 5px;
  margin: 5px;
  border: 1px solid #A0A0A0;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
}

.related-article-content {
  padding: 5px;
  margin-bottom: 3px;
}

.related-article-content a {
  padding-bottom: 10px;
  line-height: 1.2;
  font-size: 15px;
}

@media screen and (max-width: 1000px) {
  .wrapper-header-content {
    width: 100%;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
    border-right: 0px solid black;
    border-left: 0px solid black;
    border-bottom: 2px solid black;
    padding: 30px 10px 30px 10px !important;
  }
  #main-content {
    padding: 0px;
    margin-top: 20px;
  }
  #main-content .ajax-load {
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.6);
  }
}

@media screen and (max-width: 1024px) {
  .entry-content {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.quotation {
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.6);
	background-color: #F4F4EF;
	margin: 20px 40px 20px 40px;
    padding: 10px 30px 10px 30px;
}
@media screen and (max-width: 1000px) {
    .quotation {
    	margin: 20px 10px 20px 10px;
        padding: 10px 10px 10px 10px;
    }
}
