/* Articles ---------------------*/ 
.article-wrap {
  margin-top: 0;
}
.article-content {
  margin-top: 0;
}

.read-next {
  margin: 25px 0 -15px 0;
  font-size: 18px;
}

@media (min-width: 768px) {
  .article-content {
    margin-top: 0;
    border-left: 1px solid #A1A1A1;
    padding-left: 1em;
  }
}
.article-side {
  height: 100%;
}
.art-published {
  padding: 0.6em;
}
.art-published time {
  font-weight: 500;
  display: block;
}

.article-side .bg-lgrey {
  height: 100%;
  background-color: #ebebeb;
}

.article-head {
  position: relative;
  margin-bottom: 2em;
  margin-top: 0;
}
.article-head img {
  width: 100%;
  height: auto;
}

.author-card {
  border-bottom: 1px solid #A1A1A1;;
  padding-bottom: 1em;
}

.art-author {
  min-height: 48px;
  padding: 5px;
}
.art-author .name, .art-author .twitter {
  padding: 0;
}
.item_photo_user {
  width: 32px !important;
  height: 32px;
  border-radius: 50%;
  float: left;
  margin-right: 6px;
}
.art-author img {
  margin-top: 6px;
}

/* TODO: All .article-side's should be like this:*/
.layout_advancedarticles_article_meta_info_block aside {
  padding: 0 8px; 
  margin-bottom: 10px;
}

.article-tags, .article-share {
  border-bottom: 1px solid #A1A1A1;;
  padding: 0 0 10px 10px;
}
.article-tags span.first {
  display: block;
}
.share img {
  width: 22px;
  height: 22px;
}

.art-source {
  margin-bottom: 0.6em;
}
.art-source span.first, 
.article-share span.first {
  display: block;
}
.article-share span.first {
  margin-bottom: 0.5em;
}

h1.article-head-titles {
  margin-bottom: 0.4em;
  color: #101010;
}
h2.article-head-titles {
  color: #fff;
}
.article-edit, .article-tags, .article-share {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.article-body {
  margin-left: 0em;
}
.article-body p:first-of-type {
  color: #1a1a1a;
}
#a_acomments {
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%;
}

.article-body blockquote {
  padding-bottom: 0em;
  display: block;
  border-top: 1px solid #215D69;
  border-bottom: 1px solid #215D69;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.article-body blockquote.quote {
  border: none;
  padding-left: 2.2em;
}
.article-body blockquote p, .article-body blockquote div {
  padding: 0.75em 0 0.25em 0;
  margin-bottom: 0.5em;
  color: #215D69 !important;
}
.article-body blockquote.quote p:before {
  position: relative;
  left: -0.25em;
  top: 0.25em;
  font-size: 300%;
  content: open-quote;
  font-style: italic;
}
.article-body blockquote.quote p:after {
  font-size: 300%;
  content: close-quote;
  font-style: italic;
  position: relative;
  top: 0.25em;
  left: 0.05em;
}

.layout_advancedarticles_user_info > h3, .layout_advancedarticles_arhive_block > h3 {
  border-bottom: none !important;
  font-size: 0.85em;
  font-weight: bold;
}

/* Polls inside articles */
main.article-body .polls_view {
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 2em;
}
main.article-body .poll_desc {
  font-size: 21px;
  margin-top: -15px;
  margin-bottom: 15px;
}
main.article-body .polls_view label, main.article-body .poll_option {
  font-size: 21px;
}