/**********************************************************
// Block >> Sidebar >> Entry
**********************************************************/
.Block-Sidebar-Entry {
	padding: 30px 0;
	text-align: center;
	}

.Block-Sidebar-Entry > h2 {
	padding: 0 !important;
	line-height: 1.5em;
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	}

/**********************************************************
// Block >> Sidebar >> Entry >> Rate
**********************************************************/
.Block-Sidebar-Entry-Rate { padding-top: 25px; }

.Block-Sidebar-Entry-Rate h3 {
	padding: 0 !important;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	}

.Block-Sidebar-Entry-Rate-Stars i { margin: 0 1px; }
.Block-Sidebar-Entry-Rate-Stars {
	margin-top: 10px;
	color: #FFDF17;
	display: inline-block;
	}

/**********************************************************
// Block >> Sidebar >> Entry >> Links
**********************************************************/
.Block-Sidebar-Entry-Links { padding-top: 30px; }
.Block-Sidebar-Entry-Links h3 {
	padding: 0 !important;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	}

.Block-Sidebar-Entry-Button {
	margin: 10px auto 0 auto;
	padding: 12px 10px;
	border-radius: 4px;
	background: #EA1B21;
	color: #FFF;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	display: block;
	}

.Block-Sidebar-Entry-Button:hover,
.Block-Sidebar-Entry-Button:focus {
	background: #123A82;
	color: #FFF;
	}

.Block-Sidebar-Entry-Link {
	margin: 15px auto 0 auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	color: #EA1B21;
	display: inline-block;
	}

.Block-Sidebar-Entry-Link:hover,
.Block-Sidebar-Entry-Link:focus { color: #123A82; }

/**********************************************************
// Block >> Sidebar >> Entry >> Comments
**********************************************************/
.Block-Sidebar-Entry-Comments { padding: 20px 0 0 0; }

.Block-Sidebar-Entry-Comment {
	margin: 20px auto 0 auto;
	width: 100%;
	display: flex;
	align-items: flex-start;
	}

.Block-Sidebar-Entry-Comment-Left {
	margin-left: 0;
	width: 60px;
	}

.Block-Sidebar-Entry-Comment-Right {
	padding-top: 5px;
	padding-left: 20px;
	text-align: left;
	flex: 1;
	}

.Block-Sidebar-Entry-Comment-Avatar {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	}

.Block-Sidebar-Entry-Comment-Avatar:after {
    padding-bottom: 150%;
    content: '';
    display: block;
	}

.Block-Sidebar-Entry-Comment-Avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: top center;
	}

.Block-Sidebar-Entry-Comment-Right h4 {
	padding: 0 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	color: #123A82;
	}

.Block-Sidebar-Entry-Comment-Msg {
	line-height: 1.5em;
	font-weight: 500;
	font-size: 12px;
	}
