/* Related Articles Shortcode */

.lelo-related-articles{
  display: inline-block;
  float: left;
  margin: 25px;
  margin-left: 0;
  background-color: #F5F5F5;

  width: 220px;  /* Default Size */

  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.lelo-related-articles.small{
  width: 220px;
}

.lelo-related-articles.large{
  width: 50%;
}

.lelo-related-articles.full{
  width: 100%;
  /*min-height: 330px;*/
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.lelo-related-articles-anchor{
  text-decoration: none !important
}

.lelo-related-articles .lelo-related-articles_image img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: table;
}

.lelo-related-articles .lelo-related-articles_content h3{
  font-size: 18px;
  font-family: 'Muli';
  font-weight: 300;
  line-height: 26px;
  color: #000;
  margin: 0;
  margin-bottom: 5px;
}

.lelo-related-articles .lelo-related-articles_content{
  padding: 10px;
}

.lelo-related-articles .lelo-related-articles_content p{
  padding: 0 !important;
}

.lelo-related-articles .lelo-related-articles_content .lelo-related-articles_readmore{
  font-size: 12px;
  text-decoration: none;
  color: #000 !important;
}

/* Hover Effects */

.lelo-related-articles:hover{
  cursor: pointer;
  background-color: #CCC;
}

.lelo-related-articles:hover .lelo-related-articles_content .lelo-related-articles_readmore{
  text-decoration: underline !important;
  font-weight: bold;
}

/* Related Articles Shortcode */
