/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./src/stylesheets/modules/m-asideArticleInfo.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.m-asideArticleInfo__item {
  padding: 17px 0;
  overflow: hidden;
  color: #fff;
  position: relative;
}
.m-asideArticleInfo__item:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea;
}
.m-asideArticleInfo__item > div:not(.m-asideArticleInfo__logo) {
  margin-top: 0;
  max-width: none;
}
.m-asideArticleInfo__item:last-of-type {
  max-width: 238px;
}
.m-asideArticleInfo__item.fc-black {
  color: #000;
}
@media (max-width: 1420px) {
  .m-asideArticleInfo__item.mb-50 {
    margin-bottom: -50px;
  }
}
@media (max-width: 768px) {
  .m-asideArticleInfo__item.mb-50 {
    margin-bottom: -25px;
  }
}
.m-asideArticleInfo__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 12px;
  color: #9d9d9d;
  margin-bottom: 5px;
}
.m-asideArticleInfo__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 16px;
  color: #333333;
}
@media (max-width: 768px) {
  .m-asideArticleInfo__title {
    font-size: 1.5rem;
    line-height: 15px;
  }
}
.m-asideArticleInfo__logo {
  margin-top: 15px;
  max-width: 170px;
}
.m-asideArticleInfo__tag {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 14px;
  color: #fff;
  background-color: #333333;
  padding: 6px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
  float: left;
  clear: both;
}
@media (max-width: 768px) {
  .m-asideArticleInfo__tag {
    float: left;
    clear: both;
    font-size: 1.2rem;
    line-height: 12px;
  }
}
.m-asideArticleInfo__tag:nth-of-type(1) {
  margin-top: 7px;
}
.m-asideArticleInfo__link {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 16px;
  color: #333333;
  line-height: 22px;
  display: inline;
  border-bottom: 1px solid #333333;
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
@media (max-width: 768px) {
  .m-asideArticleInfo__link {
    font-size: 1.5rem;
    line-height: 15px;
  }
}
.m-asideArticleInfo__calendar {
  position: relative;
  color: #000;
  display: flex;
  flex-direction: column;
}
.m-asideArticleInfo__calendar .m-offer__discount {
  margin-top: 13px;
  position: relative;
  margin-bottom: 30px;
}

.ai-calendar__item {
  font-size: 2rem;
  line-height: 20px;
  color: #9d9d9d;
  line-height: 30px;
  display: inline-block;
}
.ai-calendar__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.ai-calendar__item--cal, .ai-calendar__item--loc {
  background-image: url("/Assets/images/calendar.svg");
  background-size: 27px;
  background-position: left 1px;
  background-repeat: no-repeat;
  padding-left: 40px;
}
.ai-calendar__item--cal.sm, .ai-calendar__item--loc.sm {
  font-size: 1.2rem;
  line-height: 12px;
  background-size: 15px;
  margin-top: 0;
  line-height: 25px;
  padding-left: 27px;
  color: #333333;
}
.ai-calendar__item--cal.md, .ai-calendar__item--loc.md {
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 30px;
  color: #333333;
}
.ai-calendar__item--loc {
  margin-top: 15px;
  background-image: url("/Assets/images/loc.svg");
  background-size: 20px;
  background-position: 5px 1px;
  padding-right: 20px;
}
.photos .ai-calendar__item--loc, .m-project .ai-calendar__item--loc {
  vertical-align: top;
}
.ai-calendar__item--cal.sm {
  background-size: 20px;
  margin-left: 3px;
}
.photos .ai-calendar__item--cal, .m-project .ai-calendar__item--cal {
  background-image: url("/Assets/images/photo.svg");
  vertical-align: top;
}
.ai-calendar__item--borderB {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.ai-calendar__add {
  width: 31px;
  height: 31px;
  background-color: #333333;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  transition: background-color 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
.ai-calendar__add::before {
  content: "";
  background-color: #fff;
  height: 3px;
  width: 9px;
  position: absolute;
  top: 14px;
  left: 11px;
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
.ai-calendar__add::after {
  content: "";
  background-color: #fff;
  width: 3px;
  height: 9px;
  position: absolute;
  top: 11px;
  left: 14px;
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
.ai-calendar__add + img {
  max-height: 20px;
}
.ai-calendar__add.lg {
  width: 50px;
  height: 50px;
}
.ai-calendar__add.lg::before {
  content: "";
  background-color: #fff;
  height: 5px;
  width: 17px;
  position: absolute;
  top: 22px;
  left: 17px;
}
.ai-calendar__add.lg::after {
  content: "";
  background-color: #fff;
  width: 5px;
  height: 17px;
  position: absolute;
  top: 16px;
  left: 23px;
}
.ai-calendar__add.lg img {
  max-height: none;
}
.ai-calendar__caption {
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 16px;
  margin-top: 5px;
}
.ai-calendar__info {
  font-size: 13px;
  line-height: 1.2;
}

.hoverAvailable .m-asideArticleInfo__tag:hover {
  color: #fff;
  background-color: #b31764;
}
.hoverAvailable .m-asideArticleInfo__link:hover {
  border-bottom: 1px solid #fff;
  color: #b31764;
}
.hoverAvailable .ai-calendar__add:hover {
  background-color: #fff;
}
.hoverAvailable .ai-calendar__add:hover::before, .hoverAvailable .ai-calendar__add:hover::after {
  background-color: #333333;
  transform: rotate(-180deg);
}
.hoverAvailable .ai-calendar__add:hover::after {
  transform: rotate(180deg);
}
