.container.page .submenu h2 a {
	color: inherit;
}
.container.page .submenu a:hover {
	color: #f00;
	text-decoration: none;
}

.container.page .submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
}
.container.page .submenu ul li {
	margin: 0;
	color: #6B6B6B;
}

.container.page .submenu ul ul {
	margin-left: 1.5em;
}

.container.page .submenu ul li a::after {
    content: "  >";
    color: #f04e37;
}

.container.page .submenu ul li a {
	color: inherit;
}

.container.page .submenu ul li span {
	color: #aaa;
}


div.blog-date {
background-color: #e7e6e1;
    margin: 0px;
    padding: 20px 15px 0px 15px;
    font-weight: 300;
    font-size: 12px;
}
/*
a.blog-link:hover img {
    -webkit-filter:brightness(50%);
    -moz-filter:brightness(50%);
    filter: url(#brightness); /* required for FF *//*
    filter:brightness(50%);
}*/

div.blogposts h2 {
    color: #f04e37;
    background-color: #e7e6e1;
    margin: 0px;
    padding: 15px 15px;
    font-weight: 300;
    font-size: 28px;
}
div.blogposts p {
    background-color: #e7e6e1;
    margin: 0;
    padding: 0 15px 20px 15px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
     text-overflow: ellipsis;
    width: 100%;
}
.blogposts .col-md-6 .innerblog{
    background-color: #e7e6e1;
    height: 100%;
    width:100%;
        padding-bottom: 15px;
}
.blogposts .col-md-6{
        margin: 0 0 30px 0;
}
.blogposts:hover > .col-md-6{
    opacity: 0.5;
    transition: all 300ms;
}
.blogposts:hover > .col-md-6:hover {
    opacity: 1.0;
    transition: all 300ms;
}

div.blogposts a.h2:hover {
	text-decoration: underline;
	color: #f04e37;
}
div.row.blogpost {
	font-size: 12px;
}
div.row.blogpost a {
	color: #f04e37;
	font-weight: bold;
}
div.row.blogpost span {
	color: #ccc;
}

p {
	font-size: 17px;
}