/* Start custom CSS for shortcode, class: .elementor-element-6efe6c0 */.hr-devider{
    border-top: 1px solid #808080;
}

.image-col {
  max-width: 220px;
}

.date-image {
  height: 200px;
  width: 200px;
  color: white;
  background-image: url("/wp-content/plugins/laxixa-auction/images/calendar.png");
  background-size: cover;
}

.col.date-image-year {
  font-size: xx-large;
  text-align: center;
  padding-top: 12px;
}

.col.date-image-date {
  font-size: xxx-large;
  text-align: center;
  color: black;
}

.col .row{
  margin-right: 0px;
  text-align: justify;
}

a.black-text{
  color: #282828;
}

@media only screen and (max-width: 1024px) {
    .image-col {
        max-width: 110px;
    }
    .date-image {
  height: 100px;
  width: 100px;
  color: white;
  background-image: url("/wp-content/plugins/laxixa-auction/images/calendar.png");
  background-size: cover;
}

.col.date-image-year {
  font-size: large;
  text-align: center;
  padding-top: 5px;
}

.col.date-image-date {
  font-size: x-large;
  text-align: center;
  color: black;
}

.col .row{
  margin-right: 0px;
  text-align: justify;
}
}/* End custom CSS */