/*FONT SIZE MIXIN */
/* BREAKPOINTS MIXIN */
/* DEVICES BREAKPOINTS */
.info-card {
  background: #fff;
  position: relative;
}
.info-card .info-card-inner {
  display: flex;
}
.info-card .info-card-thumbnail {
  max-width: 33%;
}
.info-card .info-card-thumbnail .thumbnail {
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.info-card .info-card-content {
  float: right;
  padding: 29px 35px 20px 25px;
  width: 100%;
}
.info-card .info-card-content .title {
  margin-bottom: 20px;
}
.info-card .info-card-content .title a {
  font-size: 20px;
  font-weight: bold;
  color: #63666a;
  text-transform: uppercase;
}
.info-card .info-card-content .read-more-button {
  position: relative;
  bottom: inherit;
  margin-top: 20px;
}
.info-card.no-thumbnail .info-card-thumbnail {
  display: none;
}
.info-card.no-thumbnail .info-card-content {
  max-width: 100%;
}
.info-card .social-buttons {
  float: right;
}
.info-card .social-buttons .like-button, .info-card .social-buttons .addtoany_tooltip_box {
  position: relative;
  top: initial;
  right: initial;
  display: inline-block;
  margin-left: 5px;
}
.info-card .social-buttons .addtoany_tooltip_box {
  float: right;
}

.block-user-profile h2 {
  text-align: center;
}

#block-likedarticles {
  background-color: #e7e9e9;
  padding-bottom: 20px;
}

.liked-carousel {
  -webkit-box-shadow: 0px -1px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -1px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 7px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.liked-carousel * {
  outline: none;
}
.liked-carousel .slick-prev, .liked-carousel .slick-next {
  background-image: url(../images/liked-articles-arrow.png);
  z-index: 9999;
}
.liked-carousel .slick-prev {
  left: -50px;
}
.liked-carousel .slick-next {
  right: -50px;
  background-position: center right;
}

.carousel-dots {
  text-align: center;
  margin-top: 10px;
}
.carousel-dots .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel-dots .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.carousel-dots .slick-dots li.slick-active button {
  background-color: #56a6d2;
}
.carousel-dots .slick-dots li button {
  text-indent: -9999em;
  display: inline-block;
  width: 10px;
  height: 12px;
  background-color: #d0d3d4;
  border-radius: 50%;
  border: none;
  transition: all 250ms ease;
}

/*# sourceMappingURL=cards.css.map */
