/* review notice */

.wpdeveloper-review-notice {
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
	margin: 15px;
	border-left: 4px solid transparent;
	display: flex;
	align-items: center;
}

.wpdeveloper-review-notice:after {
	content: '';
	display: table;
	clear: both;
}

.wpdeveloper-notice-thumbnail {
	width: 90px;
	float: left;
	padding: 5px;
	text-align: center;
	border-right: 4px solid transparent;
}

.wpdeveloper-notice-thumbnail img {
	width: 72px;
	opacity: .85;
	transition: all .3s;
}

.wpdeveloper-notice-thumbnail img:hover {
	opaci