a,
a:visited {
  color: #E4002B;
}


a.zpbutton-wrapper{
	border-radius: 5px;
}

/* Link Hover-Interaction Style */
/*
a:hover,
a:active,
a:focus {
	color: #E4002B;
	text-decoration: underline;
}

.theme-menu a:hover,
.theme-menu a:active,
.theme-menu a:focus {
	text-decoration: none;
}

.zpelem-button a:hover,
.zpelem-button a:active,
.zpelem-button a:focus {
    text-decoration: none;
}
*/


.theme-blog-container-column .theme-blog-container .theme-blog-cover-img-container .theme-blog-cover-img-container-inner {
    background-color: #fff
}

/* Blog Image Cover */
/*
.theme-blog-container-column .theme-blog-container .theme-blog-cover-img-container .theme-blog-cover-img-container-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
*/