.page.frontpage div[calender-element] div[bottom] > p {
  display: none;
}
@media only screen and (max-width: 1025px) {
  section[content-slider][type="calendar"] div[calender-element] {
    height: calc(100% - 30px) !important;
  }
}
section[content-slider][type="calendar"] div[calender-element] > div[bottom] {
  position: absolute;
  bottom: 10px;
}
@media only screen and (min-width: 1025px) {
  section[content-slider][type="calendar"] div[calender-element] > div[bottom] {
    bottom: 20px;
  }
}
div[calender-element] {
  border: 1px solid #e8e8e8;
  padding: 20px !important;
}
div[calender-element].clickable {
  cursor: pointer;
}
div[calender-element] h2 {
  color: #3b3b3b;
  margin-bottom: 15px;
}
div[calender-element][highlighted="true"] > div[bottom] p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  div[calender-element][highlighted="true"] > div[bottom] p {
    margin-bottom: 60px;
  }
}
div[calender-element] > div[top] h3 {
  margin-top: 20px;
  color: #3b3b3b;
}
div[calender-element] > div[top] p {
  color: #a0a0a0;
}
div[calender-element] > div.images {
  min-height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  div[calender-element] > div.images {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
div[calender-element] > div.images img {
  width: 100%;
  height: auto;
}
div[calender-element] > div[bottom] {
  padding-right: 20px;
}
div[calender-element] > div[bottom] > div[sponsored] {
  margin-bottom: 30px;
}
div[calender-element] > div[bottom] > div[sponsored] p {
  margin-bottom: 5px;
}
div[calender-element] > div[bottom] > div[sponsored] img {
  width: auto;
  max-width: 50%;
  height: auto;
}
div[calender-element] > div[bottom] > p {
  color: #3b3b3b;
  margin-bottom: 15px;
}
div[calender-element] > div[bottom] > p a {
  border-bottom: 1px solid #bfbfbf;
}
@media only screen and (min-width: 1025px) {
  div[calender-element] > div[bottom] > p a {
    will-change: border-bottom;
    -webkit-transition: border-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: border-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: border-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: border-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  div[calender-element] > div[bottom] > p a:hover {
    border-bottom: 1px solid #f2f2f2;
  }
}
*[round-plus-button] {
  position: relative;
}
*[round-plus-button]:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: -14px;
  bottom: -14px;
  left: -14px;
  right: -14px;
}
*[round-plus-button] i {
  width: 29px;
  height: 29px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: block;
  float: left;
  background: #3b3b3b;
  border: 1px solid #fff;
  will-change: border, background;
  -webkit-transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1), background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1), background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1), background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1), background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1), background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
}
*[round-plus-button] i:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 13px;
  width: 1px;
  background: #dddede;
  height: 9px;
}
*[round-plus-button] i:after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 9px;
  width: 9px;
  background: #dddede;
  height: 1px;
}
*[round-plus-button] span {
  padding-left: 10px;
}
*[round-plus-button]:active i {
  background: #a0a0a0;
}
@media only screen and (min-width: 1025px) {
  *[round-plus-button]:hover i {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
    background: #fff;
    border: 1px solid #a0a0a0;
  }
  *[round-plus-button]:hover i:before,
  *[round-plus-button]:hover i:after {
    background: #a0a0a0;
    -webkit-animation: animateToUp 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -moz-animation: animateToUp 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -o-animation: animateToUp 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -ms-animation: animateToUp 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: animateToUp 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
}
