
.testimonial-content{

}
article.masonry-entry blockquote{
	width: 100%;
}


article.masonry-entry blockquote{
	border: #5255C5 2px solid;
	border-radius: 20px;
	overflow-y:hidden;
	margin: 10px 0 0;
	display: block;
}
article.masonry-entry blockquote p{
	width: 100%;
	padding:0 30px;
}
article.masonry-entry blockquote cite{
	width: 100%;
	position: relative;
	display: block;
	padding:10px 30px 30px;
	font-weight: 900;
	font-style: normal;
  margin-bottom: -1px;
}
article.masonry-entry blockquote:after{
	position: absolute;
	right: 30px;
	height: 50px;
	width: 80px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

article.blockquote-icon img{
    position: absolute;
    right: 15px;
    bottom: 40px; 
    width: 60px;
    height: 49px;
    background-size: cover;
    background-position: center;
}
  .masonry-entry{
  width: calc(50% - 20px);
  margin:0 10px 12px;
  padding: 0px 0px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition:all ease-in-out 0.4s;
  transform: scale(1);
}
article.masonry-entry:last-child {
    margin-bottom: 150px;
}


/*--------- Hi Lite  COLOURS------ */
.feature-dark-red blockquote cite{
  border-bottom: 20px #E2011B solid;
  color: #E2011B;
  text-shadow:1px 0 0 #E2011B;
}
.feature-red blockquote cite{
  border-bottom: 20px #FF5157 solid;
  color: #FF5157;
  text-shadow:1px 0 0 #FF5157;
}

.feature-dark-orange blockquote cite{
  border-bottom: 20px #E95D0F solid;
  color: #E2011B;
  text-shadow:1px 0 0 #E2011B;
}
.feature-orange blockquote cite{
  border-bottom: 20px #FF8B00 solid;
  color: #FF8B00;
  text-shadow:1px 0 0 #FF8B00;
}

.feature-dark-yellow blockquote cite{
  border-bottom: 20px #FFC000 solid;
  color: #FFC000;
  text-shadow:1px 0 0 #FFC000;
}
.feature-yellow blockquote cite{
  border-bottom: 20px #FFDD01 solid;
  color: #FFDD01;
  text-shadow:1px 0 0 #FFDD01;
}

.feature-dark-green blockquote cite{
  border-bottom: 20px #509F25 solid;
  color: #509F25;
  text-shadow:1px 0 0 #509F25;
}
.feature-green blockquote cite{
  border-bottom: 20px #5DBA3B solid;
  color: #5DBA3B;
  text-shadow:1px 0 0 #5DBA3B;
}

.feature-dark-blue blockquote cite{
  border-bottom: 20px #0185C5 solid;
  color: #0185C5;
  text-shadow:1px 0 0 #0185C5;
}
.feature-blue blockquote cite{
  border-bottom: 20px #2D8FF2 solid;
  color: #2D8FF2;
  text-shadow:1px 0 0 #2D8FF2;
}

.feature-purple blockquote cite{
  border-bottom: 20px #803689 solid;
  color: #803689;
  text-shadow:1px 0 0 #803689;
}
.feature-indigo blockquote cite{
  border-bottom: 20px #5255C5 solid;
  color: #5255C5;
  text-shadow:1px 0 0 #5255C5;
}
.feature-violet blockquote cite{
  border-bottom: 20px #9771EB solid;
  color: #9771EB;
  text-shadow:1px 0 0 #9771EB;
}

/*--------- ICON COLOURS------ */

  .icon-heart-dark-red img{
    background: url(../images/blockquotes/blockquote-heart-dark-red.svg) no-repeat;
  }
  .icon-palette-dark-red img{
    background: url(../images/blockquotes/blockquote-palette-dark-red.svg) no-repeat;
  }
  .icon-splat-dark-red img{
    background: url(../images/blockquotes/blockquote-splat-dark-red.svg) no-repeat;
  }
  .icon-pencil-dark-red img{
    background: url(../images/blockquotes/blockquote-pencil-dark-red.svg) no-repeat;
  }
  .icon-smile-dark-red img{
    background: url(../images/blockquotes/blockquote-smile-dark-red.svg) no-repeat;
  }
  .icon-star-dark-red img{
    background: url(../images/blockquotes/blockquote-star-dark-red.svg) no-repeat;
  }


/*--- red--*/
  .icon-heart-red img{
    background: url(../images/blockquotes/blockquote-heart-red.svg) no-repeat;
  }
  .icon-palette-red img{
    background: url(../images/blockquotes/blockquote-palette-red.svg) no-repeat;
  }
  .icon-splat-red img{
    background: url(../images/blockquotes/blockquote-splat-red.svg) no-repeat;
  }
  .icon-pencil-red img{
    background: url(../images/blockquotes/blockquote-pencil-red.svg) no-repeat;
  }
  .icon-smile-red img{
    background: url(../images/blockquotes/blockquote-smile-red.svg) no-repeat;
  }
  .icon-star-red img{
    background: url(../images/blockquotes/blockquote-star-red.svg) no-repeat;
  }

/*--- dark orange--*/
  .icon-heart-dark-orange img{
    background: url(../images/blockquotes/blockquote-heart-dark-orange.svg) no-repeat;
  }
  .icon-palette-dark-orange img{
    background: url(../images/blockquotes/blockquote-palette-dark-orange.svg) no-repeat;
  }
  .icon-splat-dark-orange img{
    background: url(../images/blockquotes/blockquote-splat-dark-orange.svg) no-repeat;
  }
  .icon-pencil-dark-orange img{
    background: url(../images/blockquotes/blockquote-pencil-dark-orange.svg) no-repeat;
  }
  .icon-smile-dark-orange img{
    background: url(../images/blockquotes/blockquote-smile-dark-orange.svg) no-repeat;
  }
  .icon-star-dark-orange img{
    background: url(../images/blockquotes/blockquote-star-dark-orange.svg) no-repeat;
  }
/*--- orange--*/
  .icon-heart-orange img{
    background: url(../images/blockquotes/blockquote-heart-orange.svg) no-repeat;
  }
  .icon-palette-orange img{
    background: url(../images/blockquotes/blockquote-palette-orange.svg) no-repeat;
  }
  .icon-splat-orange img{
    background: url(../images/blockquotes/blockquote-splat-orange.svg) no-repeat;
  }
  .icon-pencil-orange img{
    background: url(../images/blockquotes/blockquote-pencil-orange.svg) no-repeat;
  }
  .icon-smile-orange img{
    background: url(../images/blockquotes/blockquote-smile-orange.svg) no-repeat;
  }
  .icon-star-orange img{
    background: url(../images/blockquotes/blockquote-star-orange.svg) no-repeat;
  }

/*--- dark yellow--*/
  .icon-heart-dark-yellow img{
    background: url(../images/blockquotes/blockquote-heart-dark-yellow.svg) no-repeat;
  }
  .icon-palette-dark-yellow img{
    background: url(../images/blockquotes/blockquote-palette-dark-yellow.svg) no-repeat;
  }
  .icon-splat-dark-yellow img{
    background: url(../images/blockquotes/blockquote-splat-dark-yellow.svg) no-repeat;
  }
  .icon-pencil-dark-yellow img{
    background: url(../images/blockquotes/blockquote-pencil-dark-yellow.svg) no-repeat;
  }
  .icon-smile-dark-yellow img{
    background: url(../images/blockquotes/blockquote-smile-dark-yellow.svg) no-repeat;
  }
  .icon-star-dark-yellow img{
    background: url(../images/blockquotes/blockquote-star-dark-yellow.svg) no-repeat;
  }
/*--- yellow--*/
  .icon-heart-yellow img{
    background: url(../images/blockquotes/blockquote-heart-yellow.svg) no-repeat;
  }
  .icon-palette-yellow img{
    background: url(../images/blockquotes/blockquote-palette-yellow.svg) no-repeat;
  }
  .icon-splat-yellow img{
    background: url(../images/blockquotes/blockquote-splat-yellow.svg) no-repeat;
  }
  .icon-pencil-yellow img{
    background: url(../images/blockquotes/blockquote-pencil-yellow.svg) no-repeat;
  }
  .icon-smile-yellow img{
    background: url(../images/blockquotes/blockquote-smile-yellow.svg) no-repeat;
  }
  .icon-star-yellow img{
    background: url(../images/blockquotes/blockquote-star-yellow.svg) no-repeat;
  }

/*--- dark green--*/
  .icon-heart-dark-green img{
    background: url(../images/blockquotes/blockquote-heart-dark-green.svg) no-repeat;
  }
  .icon-palette-dark-green img{
    background: url(../images/blockquotes/blockquote-palette-dark-green.svg) no-repeat;
  }
  .icon-splat-dark-green img{
    background: url(../images/blockquotes/blockquote-splat-dark-green.svg) no-repeat;
  }
  .icon-pencil-dark-green img{
    background: url(../images/blockquotes/blockquote-pencil-dark-green.svg) no-repeat;
  }
  .icon-smile-dark-green img{
    background: url(../images/blockquotes/blockquote-smile-dark-green.svg) no-repeat;
  }
  .icon-star-dark-green img{
    background: url(../images/blockquotes/blockquote-star-dark-green.svg) no-repeat;
  }

/*--- green--*/
  .icon-heart-green img{
    background: url(../images/blockquotes/blockquote-heart-green.svg) no-repeat;
  }
  .icon-palette-green img{
    background: url(../images/blockquotes/blockquote-palette-green.svg) no-repeat;
  }
  .icon-splat-green img{
    background: url(../images/blockquotes/blockquote-splat-green.svg) no-repeat;
  }
  .icon-pencil-green img{
    background: url(../images/blockquotes/blockquote-pencil-green.svg) no-repeat;
  }
  .icon-smile-green img{
    background: url(../images/blockquotes/blockquote-smile-green.svg) no-repeat;
  }
  .icon-star-green img{
    background: url(../images/blockquotes/blockquote-star-green.svg) no-repeat;
  }

/*--- dark blue--*/
  .icon-heart-dark-blue img{
    background: url(../images/blockquotes/blockquote-heart-dark-blue.svg) no-repeat;
  }
  .icon-palette-dark-blue img{
    background: url(../images/blockquotes/blockquote-palette-dark-blue.svg) no-repeat;
  }
  .icon-splat-dark-blue img{
    background: url(../images/blockquotes/blockquote-splat-dark-blue.svg) no-repeat;
  }
  .icon-pencil-dark-blue img{
    background: url(../images/blockquotes/blockquote-pencil-dark-blue.svg) no-repeat;
  }
  .icon-smile-dark-blue img{
    background: url(../images/blockquotes/blockquote-smile-dark-blue.svg) no-repeat;
  }
  .icon-star-dark-blue img{
    background: url(../images/blockquotes/blockquote-star-dark-blue.svg) no-repeat;
  }
/*--- blue--*/
  .icon-heart-blue img{
    background: url(../images/blockquotes/blockquote-heart-blue.svg) no-repeat;
  }
  .icon-palette-blue img{
    background: url(../images/blockquotes/blockquote-palette-blue.svg) no-repeat;
  }
  .icon-splat-blue img{
    background: url(../images/blockquotes/blockquote-splat-blue.svg) no-repeat;
  }
  .icon-pencil-blue img{
    background: url(../images/blockquotes/blockquote-pencil-blue.svg) no-repeat;
  }
  .icon-smile-blue img{
    background: url(../images/blockquotes/blockquote-smile-blue.svg) no-repeat;
  }
  .icon-star-blue img{
    background: url(../images/blockquotes/blockquote-star-blue.svg) no-repeat;
  }

/*--- purple--*/
  .icon-heart-purple img{
    background: url(../images/blockquotes/blockquote-heart-purple.svg) no-repeat;
  }
  .icon-palette-purple img{
    background: url(../images/blockquotes/blockquote-palette-purple.svg) no-repeat;
  }
  .icon-splat-purple img{
    background: url(../images/blockquotes/blockquote-splat-purple.svg) no-repeat;
  }
  .icon-pencil-purple img{
    background: url(../images/blockquotes/blockquote-pencil-purple.svg) no-repeat;
  }
  .icon-smile-purple img{
    background: url(../images/blockquotes/blockquote-smile-purple.svg) no-repeat;
  }
  .icon-star-purple img{
    background: url(../images/blockquotes/blockquote-star-purple.svg) no-repeat;
  }

/*--- indigo--*/
  .icon-heart-indigo img{
    background: url(../images/blockquotes/blockquote-heart-indigo.svg) no-repeat;
  }
  .icon-palette-indigo img{
    background: url(../images/blockquotes/blockquote-palette-indigo.svg) no-repeat;
  }
  .icon-splat-indigo img{
    background: url(../images/blockquotes/blockquote-splat-indigo.svg) no-repeat;
  }
  .icon-pencil-indigo img{
    background: url(../images/blockquotes/blockquote-pencil-indigo.svg) no-repeat;
  }
  .icon-smile-indigo img{
    background: url(../images/blockquotes/blockquote-smile-indigo.svg) no-repeat;
  }
  .icon-star-indigo img{
    background: url(../images/blockquotes/blockquote-star-indigo.svg) no-repeat;
  }

/*--- violet--*/
  .icon-heart-violet img{
    background: url(../images/blockquotes/blockquote-heart-violet.svg) no-repeat;
  }
  .icon-palette-violet img{
    background: url(../images/blockquotes/blockquote-palette-violet.svg) no-repeat;
  }
  .icon-splat-violet img{
    background: url(../images/blockquotes/blockquote-splat-violet.svg) no-repeat;
  }
  .icon-pencil-violet img{
    background: url(../images/blockquotes/blockquote-pencil-violet.svg) no-repeat;
  }
  .icon-smile-violet img{
    background: url(../images/blockquotes/blockquote-smile-violet.svg) no-repeat;
  }
  .icon-star-violet img{
    background: url(../images/blockquotes/blockquote-star-violet.svg) no-repeat;
  }


  @media screen and (max-width:750px){
    .masonry-entry {
      width:100%;
    }
  }