#kiyoh {
    margin-top: 50px;
}
#kiyoh .reviewbox{
    background-image: url(kiyoh-circle.png);
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 150px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    justify-content: center;
}

#kiyoh .reviewbox .cijfer{
	font-family:'Ubuntu', sans-serif;
	font-size: 5em;
	font-weight:bold;
}
#kiyoh .kiyoh-footer .reviewboxsmall{
    margin-top:15px;
    /* background-size: 50px auto; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    min-height: 50px;
    /* margin-bottom: 15px; */
    display: flex;
    align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    justify-content: center;
    background-image: url(https://zoomacademy.nl/blog/wp-content/themes/bimber/kiyoh/kiyohshield.png);
}

#kiyoh .reviewboxsmall .cijfer{
	font-family:'Ubuntu', sans-serif;
	font-size: 4em;
	font-weight:bold;
	font-style:normal;
	color:#e7ac3b;
	padding-top: 10px;
}

.kiyoh-beoordeling{
  font-family:'Ubuntu', sans-serif;
  font-size: 1.8em;
}


.kiyoh-footer .kiyoh-foot .kiyoh-sidebox {
    flex-direction: row;
    box-shadow: none;
    height: 40px;
    align-items: flex-start;
    justify-content: center;
    box-shadow: none;
    width: 100%;
	text-align: center;
}
.kiyoh-first{
  padding-right:10px;
}

.kiyoh-footer .kiyoh-foot .kiyoh-sidebox .review {
  	font-family:'Ubuntu', sans-serif;
  	font-size:1.7em;
  	box-shadow: 0 0px 5px #d4d4d4;
  	min-height: 50px;
  	max-width: 600px;
  	margin: 20px auto;
  	/* background-image: url(https://zoomacademy.nl/blog/wp-content/themes/bimber/kiyoh/kiyohshield.png); */
  	color:white;
}
@media screen and (min-width: 700px){
  .kiyoh-footer .kiyoh-foot .kiyoh-sidebox .review.home{
  	box-shadow: none;
    min-height: 190px;
    width: 280px;
    margin: 20px 8px;
  	display: inline-grid;
  }
}
@media screen and (max-width: 699px){
  .kiyoh-footer .kiyoh-foot .kiyoh-sidebox .review.home{
  	box-shadow: none;
  	min-height: 190px;
  	/* background-color: #f7f7f7; */
  	width: 280px;
  	margin: 20px 8px;
  	display: inline-grid;
  }
}

.kiyoh-footer .kiyoh-foot .kiyoh-sidebox .review .rev_text	{
	display: block;
	background-image: url(https://zoomacademy.nl/blog/wp-content/themes/bimber/kiyoh/kiyohshield.png);
}


.kiyoh-footer .kiyoh-foot .kiyoh-sidebox .review .rev_author	{
   	display: block;
   	background-image: url(https://zoomacademy.nl/blog/wp-content/themes/bimber/kiyoh/kiyohshield.png);
}

.kiyoh-footer .kiyoh-foot .kiyoh-sidebox .review .rev_date{
	color: #a2a2a2;
	margin-left: 10px;
}
		
.kiyoh-footer .kiyoh-foot .kiyoh-sidebox .kiyoh-star .star-container {
    max-width: 75px;
}

.kiyoh-footer .kiyoh-foot .kiyoh-sidebox .kiyoh-star .star-container {
    width: 75px;
    height: 13px;
}

.kiyoh-sidebox .kiyoh-star .star-container {
	display:none;
    position: relative;
    width: 108px;
    height: 19px;
    background: url(star.png) left center/contain repeat-x rgb(114,114,114);
}
.kiyoh-sidebox .kiyoh-star .star {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(star.png) left center/contain repeat-x rgb(248,197,65);
}
.underbox{
	background-image: url(https://zoomacademy.nl/blog/wp-content/themes/bimber/kiyoh/kiyohshield_bottom.png);
	padding:0;
	height: 60px;
	/* background-color: white; */
	background-repeat: no-repeat;
}
.rev_author, .rev_text{
	padding: 15px;
}
.rev_text{
	min-height:150px;
}
.readall{
	font-family:'Ubuntu', sans-serif;
	font-size:2em;
}