.card-slanted {
	display: flex;
	flex-direction: column;
	margin: 1rem auto;
	/* [disabled]box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1); */
	margin-bottom: 1.6%;
	/* [disabled]background: #fff; */
	/* [disabled]border-radius: 5px; */
	overflow: hidden;
	z-index: 0;
	/* [disabled]-webkit-box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1); */
}
.card-slanted a {
  color: inherit;
}
.card-slanted a:hover {
  /*color: #5ad67d;*/
}
.card-slanted:hover .photo {
  -webkit-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
}
.card-slanted .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.card-slanted .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform .3s;
}
.card-slanted .details,
.card-slanted .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.card-slanted .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left .3s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: .9rem;
}
.card-slanted .details a {
  text-decoration: none;
}
.card-slanted .details ul li {
  display: inline-block;
}
.card-slanted .details .author:before {
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  content: "\f007";
}
.card-slanted .details .date:before {
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  content: "\f133";
}
.card-slanted .details .tags ul:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f02b";
  margin-right: 10px;
}
.card-slanted .details .tags li {
  margin-right: 2px;
}
.card-slanted .details .tags li:first-child {
  margin-left: -4px;
}
.card-slanted .description {
	padding-top: 1rem;
	padding-right: 1rem;
	padding-left: 0rem;
	padding-bottom: 1rem;
	background-color: rgba(255,255,255,0.94);
	position: relative;
	z-index: 1;
}
.card-slanted .description h1,
.card-slanted .description h2 {
	/* [disabled]font-family: Poppins, sans-serif; */
}
.card-slanted .description h1 {
	line-height: 1;
	/* [disabled]margin: 0; */
	font-size: 1.7rem;
}
.card-slanted .description h2 {
	font-size: 1.7rem;
	font-weight: bolder;
	/* [disabled]text-transform: uppercase; */
	color: #868686;
	padding: 0px;
	margin-top: 5px;
	line-height: 1.2;
	width: 100%;
}
.card-slanted .description h3 {
	font-size: 1.2rem;
	font-weight: bolder;
	text-transform: uppercase;
	color: #6A6A6A;
	margin-top: 22px;
	padding-top: 6px;
	/* [disabled]padding-right: 4px; */
	padding-left: 20px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	text-align: left;
	margin-left: -0px;
	letter-spacing: 2px;
	margin-right: 0px;
	background-color: #ECECEC;
	width: 100%;
}
.card-slanted .description .button {
	margin: 2px;
	text-align: right;
}
.card-slanted .description .button a {
	display: inline-block;
	position: relative;
	padding-top: 12px;
	padding-right: 28px;
	padding-left: 28px;
	padding-bottom: 12px;
}
.card-slanted .description .button-style-1 a {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	min-width: 300px;
}
.card-slanted .description .button-style-2 a {
	color: #FFFFFF;
	background-color: #328621;
	margin-top: 10px;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 20px;
	font-size: 110%;
}
.card-slanted .description .button-style-1 a:hover, .card-slanted .description .button-style-2 a:hover {
	background-color: #0112BE;
}

.card-slanted .description .button a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin .3s, opacity .3s;
}
.card-slanted .description .button a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.card-slanted p {
	position: relative;
	color: #7C7C7C;
	margin-left: 15px;
}
.card-slanted p:first-of-type {
	/* [disabled]margin-top: 1.25rem; */
}
/*.card-slanted p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #5ad67d;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}*/
.card-slanted:hover .details {
  left: 0%;
}
.price-label {
	background-color: #0017FE;
	float: right;
	margin-left: 10px;
	padding: 6px 16px;
	color: #fff;
	font-weight: bolder;
	font-size: 1rem;
	border-radius: 4px;
	outline: 2px solid #fff;
	position: relative;
	z-index: 100;
}

@media (min-width: 640px) {
  .card-slanted {
	flex-direction: row;
	/* [disabled]max-width: 700px; */
  }
  .card-slanted .meta {
	flex-basis: 35%;
	/* [disabled]height: auto; */
	max-height: 300px;
  }
  .card-slanted .description {
	flex-basis: 65%;
	padding-left: 30px;
  }
  .card-slanted .description:before {
    /*-webkit-transform: skewX(-3deg);
            transform: skewX(-3deg);*/
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .card-slanted.alt {
    flex-direction: row-reverse;
  }
  .card-slanted.alt .description:before {
    left: inherit;
    right: -10px;
    /*-webkit-transform: skew(3deg);
            transform: skew(3deg);*/
  }
  .card-slanted.alt .details {
    padding-left: 25px;
  }
	
	.card-slanted .description h1 {
		line-height: 1.2;
		font-size: 1.7rem;
	}
	.card-slanted .description h2 {
	font-size: 2.2rem;
	}
	.card-slanted .description h3 {
	line-height: 1.2;
	font-size: 1.4rem;
	}	
}
