@charset "UTF-8";

.blog-sidebar .aside-list { width: 100%; float: left; margin: 0 2% 20px 0; padding: 30px; background: #e3e4e5; position: relative; font-size: 1.2em; text-decoration: none; text-transform: uppercase; line-height: 1.3em; border-radius: 5px; color: #25267B; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s;
}
.blog-sidebar .aside-list:hover {
	background: #25267B;
    color: #fff;
}
.blog-sidebar .aside-list h3 {
	position: absolute;
    padding: 10px 15px;
    background: #25267B;
    border-radius: 5px;
    top: -15px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    left: -15px;
}

.blog-sidebar .aside-list:hover h3 {
	background: #FFD600;
    color: #25267B;
}

.blog-sidebar .aside-list h3::before {
	content: '\f067';
    font-family: FontAwesome;
	font-size: 20px;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

.blog-sidebar .aside-list ul {
	margin-top: 20px;
}

.blog-sidebar .aside-list ul li {
	list-style: none;
	padding-bottom: 10px;
}

.blog-sidebar .aside-list ul li:last-child {
	padding-bottom: 0;
}

.blog-sidebar .aside-list ul li a, .blog-sidebar .aside-list ul li a:visited {
	color: #25267B;
}

.blog-sidebar .aside-list:hover ul li a, .blog-sidebar .aside-list:hover ul li a:visited {
	color: #fff;
}

.blog-container h2 a, .blog-container h2 a:visited {
	color: #25267B;
	text-decoration: none;
}

.blog-container h2 a:hover {
	text-decoration: underline;
	-webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.blog-container .post {
	clear: both;
}

.blog-container .post h2 {
	padding-top: 40px;
	padding-bottom: 10px;
}

.blog-container .post:first-child h2 {
	padding-top:0;
}

.blog-container .post img {
	float: left;
    margin-right: 20px;
    border-radius: 5px;
}

@media (min-width: 800px) {
	nav .sub-menu .sub-menu {
		top: 0;
    	left: -300px;
	}
	
	nav li ul li.menu-item-has-children>a:after {
		right:20px;
	}
}
ul.hidenewhome {
	display:none;
}