/* *** top */

#main-sidebar section#sidebar-top-posts-loop{
	
}

#main-sidebar section#sidebar-top-posts-loop > h2{
	
	/* display: none; */
	margin-top: 3rem;
	font-size: 3.6rem;
	text-align: center;
	
}

#main-sidebar section#sidebar-top-posts-loop article{
	
	margin-bottom: 4rem;
	position: relative;
	height: 18rem;
	overflow: hidden;
	margin-bottom: 0.6rem;
	
}

#main-sidebar section#sidebar-top-posts-loop article ins.post-categories{
	
	margin-bottom: 1rem;
	text-decoration: none !important;
	margin-bottom: 1rem;
	display: block;
	position: relative;
	
}

#main-sidebar section#sidebar-top-posts-loop article ins.post-categories a{
	
	padding: 0.2rem 1rem;
	background-color: var(--highlight-color);
	color: #fff;
	border: 1px solid #000;
	text-decoration: none !important;
	margin-right: 0.4rem;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	transition: color 1s ease;
	
}

#main-sidebar section#sidebar-top-posts-loop article ins.post-categories a:hover{
	
	background-color: #000;
	color: #fff;
	
}

#main-sidebar section#sidebar-top-posts-loop article figure {
	
	width: 100%;
	min-height: 18rem;
	margin: auto;

}

#main-sidebar section#sidebar-top-posts-loop article figure img{
	
	display: block;
	margin: 0 auto;
	width: 96%;
	height: auto;
	background-color: #fff;
	padding: 4px !important;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	opacity: 1;
	transition: opacity 0.5s ease-out 0s;
	
}

#main-sidebar section#sidebar-top-posts-loop article figure:hover img{
	
	opacity: 0.8;
	
}

#main-sidebar section#sidebar-top-posts-loop article footer{
	
	position: absolute;
	bottom: -1.4rem;
	left: 0;
	padding: 1rem;
	width: 100%;
	
}

#main-sidebar section#sidebar-top-posts-loop article h3{
	
	padding: 1rem;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 2rem;
	background-color: rgba(0, 0, 0, 0.6);
	width: 84%;
	
}

#main-sidebar section#sidebar-top-posts-loop article h3 a{
	
	color: #fff !important;
	text-decoration: none !important;
	transition: color 1s ease;
	
}

#main-sidebar section#sidebar-top-posts-loop article h3 a:hover{
	
	color: var(--highlight-color) !important;
	
}

/* *** medium */

#main-sidebar section#sidebar-medium-post{
	
}

#main-sidebar section#sidebar-medium-post h2{
	
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 4rem;
	margin-bottom: 1rem;
	transition: color 1s ease;
	width: 100%;
	
}

#main-sidebar section#sidebar-medium-post h2 a{
	
	padding: 1rem;
	display: block;
	height: 100%;
	background-color: var(--highlight-color);
	color: #fff !important;
	text-decoration: none !important;
	
}

#main-sidebar section#sidebar-medium-post h2 a:hover{
	
	background-color: #000;
	
}

#main-sidebar section#sidebar-medium-post article{
	
	margin-bottom: 4rem;
	position: relative;
	height: 18rem;
	overflow: hidden;
	margin-bottom: 0.6rem;
	
}

#main-sidebar section#sidebar-medium-post article header {

}

#main-sidebar section#sidebar-medium-post article header figure {
	
	width: 120%;
	min-height: 18rem;
	margin: auto;

}

#main-sidebar section#sidebar-medium-post article header figure img{
	
	width: 100%;
	height: auto;
	
}

#main-sidebar section#sidebar-medium-post article footer{
	
	position: absolute;
	bottom: -1.4rem;
	left: 0;
	padding: 1rem;
	width: 100%;
	
}

#main-sidebar section#sidebar-medium-post article h3{
	
	padding: 1rem;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 2rem;
	background-color: rgba(0, 0, 0, 0.6);
	width: 84%;
	
}

#main-sidebar section#sidebar-medium-post article h3 a{
	
	color: #fff !important;
	text-decoration: none !important;
	transition: color 1s ease;
	
}

#main-sidebar section#sidebar-medium-post article h3 a:hover{
	
	color: var(--highlight-color) !important;
	
}

/* *** bottom */

#main-sidebar section#sidebar-bottom-posts-loop{
	
}

#main-sidebar section#sidebar-bottom-posts-loop h2{
	
	margin-top: 3rem;
	font-size: 3.6rem;
	text-align: center;
	
}

#main-sidebar section#sidebar-bottom-posts-loop article{
	
	margin-bottom: 0.4rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.6rem;
	
}

#main-sidebar section#sidebar-bottom-posts-loop article header {

}

#main-sidebar section#sidebar-bottom-posts-loop article header figure {
	
	width: 100%;
	margin: 0;

}

#main-sidebar section#sidebar-bottom-posts-loop article header figure a {
	
	width: 100%;
	height: 7rem;
	margin: auto;
	display: block;
	overflow: hidden;

}

#main-sidebar section#sidebar-bottom-posts-loop article header figure a img{
	
	min-width: 0;
	width: 120%;
	height: auto;
	
}

#main-sidebar section#sidebar-bottom-posts-loop article h3{
	
	font-size: 1.5rem;
	font-weight: 600;
	
}

#main-sidebar section#sidebar-bottom-posts-loop article h3 a{
	
	color: #000 !important;
	text-decoration: none !important;
	transition: color 1s ease;
	
}

#main-sidebar section#sidebar-bottom-posts-loop article h3 a:hover{
	
	color: var(--highlight-color) !important;
	
}

/* *** social */

#main-sidebar section#sidebar-social{
	
	margin-top: 4rem;
	margin-bottom: 6rem;
	
}

#main-sidebar section#sidebar-social h2{
	
	margin-top: 3rem;
	font-size: 3.6rem;
	text-align: center;
	
}

#main-sidebar section#sidebar-social a{
	
	font-size: 1.4rem;
	padding: 0.2rem 0.8rem;
	text-decoration: none !important;
	transition: color 1s ease;
	text-transform: uppercase;
	width: 88%;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: var(--brand-color);
	
}

#main-sidebar section#sidebar-social a:hover{
	
	color: var(--highlight-color);
	
}