/* =WordPress Core
-------------------------------------------------------------- */
.light-section .post-wrap a {
	color: #000;
	transition: color 0.3s ease 0s;
}
.light-section .post-wrap a:hover {
    color: #b50c2f;
    text-decoration: none;
}
.square-box .square-container ul {
    list-style: outside none none;
    margin: 0 0 19px;
    padding: 15px 0 0;
}
