.pa-menu-piccat {
	position: initial !important;
}
.pa-menu-piccat > a > span {
	background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    border: 1px solid #fff;
    display: block;
    height: 56px;
    margin-top: 12px;
    width: 56px;
}

.pa-menu-piccat > a:hover > span {
	border: 1px solid #37b8eb;
}

.pa-menu-piccat > ul.sub-menu {
	background: #2d2d2d none repeat scroll 0 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 2px solid #37b8eb;
    box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
    color: #999;
    display: none;
    padding: 0;
    position: absolute;
    z-index: 205;
	width: 200px;
	top: 77px;
}

.pa-menu-piccat.menu-item-has-children:after {
	border-color: transparent !important;
}

.pa-menu-piccat > ul.sub-menu li:hover a {
	text-decoration: underline;
	padding-left: 7px !important;
	padding-right: 7px !important;
}

.pa-menu-piccat:hover .pa-recentposts-box {
	display: block;
}


.pa-menu-piccat .pa-recentposts-box {
	display: none;
	position: absolute;
	left: 0;
	top: 77px;
    z-index: 2000;
	width: 100%;
	background: #2d2d2d none repeat scroll 0 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 2px solid #37b8eb;
    box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
    color: #999;
    padding: 25px 25px 5px;
}

#menu-main-menu .pa-menu-piccat:nth-child(1n+22) .pa-recentposts-box,
#menu-main-menu .pa-menu-piccat:nth-child(1n+22) ul.sub-menu {
 top: 150px;
}

.pa-recentposts-outer-link {
	float: left;
}

.pa-recentposts-outer-link a {
	background: none !important;
}

.pa-recentposts-box a {
	border: none !important;
}

.pa-recentposts-box .pa-menu-recentposts-bigpost {
	float: left;
    margin-right: 3%;
    width: 25%;
}

.pa-menu-recentposts-bigpost .pa-menu-recentposts-title {
	color: #37b8eb;
    font-size: 23px;
    margin-bottom: 10px;
}

.pa-menu-recentposts-bigpost .pa-recentposts-image {
	display: block !important;
	width: 100%;
	height: 230px !important;
	background-size: cover !important;
	background-position: center center !important;
}

.pa-menu-recentposts-bigpost .pa-recentposts-outer-link {
	width: 100%;
	margin-top: 10px;
}

.pa-recentposts-box .pa-recentposts-link {
	float: left;
	color: #ccc !important;
	padding: 0 !important;
	font-size: 15px;
	line-height: 21px !important;
	height: initial !important;
	margin-bottom: 8px;
}

.pa-recentposts-box .pa-recentposts-link:hover {
	text-decoration: underline;
}

.pa-recentposts-time {
	float: left;
	width: 250px;
	background: url("../images/clock.png") no-repeat left center;
	color: #aaa;
    display: inline-block;
    font-size: 10px;
	padding: 2px 0 0 18px;
	margin-bottom: 10px;
}

.pa-recentposts-box .pa-menu-recentposts-smallpost {
	float: left;
	width: 24%;
	height: 90px;
	margin-top: 40px;
	padding-right: 10px;
	box-sizing: border-box;
}

.pa-menu-recentposts-smallpost .pa-recentposts-outer-link {
	width: 200px;
}

.pa-menu-recentposts-smallpost .pa-recentposts-image {
	float: left;
	width: 110px;
	height: 75px !important;
	background-size: cover !important;
	background-position: center center !important;
	margin-right: 12px;
}


.pa-menu-piccat.current-menu-item .pa-menu-recentposts-bigpost a.pa-recentposts-image {
	width: 100% !important;
	height: 330px !important;
}

.pa-menu-piccat.current-menu-item  .pa-menu-recentposts-smallpost a.pa-recentposts-image {
	width: 110px !important;
	height: 75px !important;
}

.pa-menu-piccat.current-menu-item .pa-menu-recentposts-smallpost a,
.pa-menu-piccat.current-menu-item .pa-menu-recentposts-bigpost a {
	text-indent: 0 !important;
	width: inherit !important;
	height: inherit !important;
}

@media screen and (max-width: 768px) {
	.cat_img, .pa-recentposts-box, #slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows {
		display: none !important;
	}
	
	#slide-out #mobile-menu li,
	#slide-out #mobile-menu li a {
		float: left;
		width: 100%;
	}
	
	.cat_img {
		display: block !important; 
		float: left;
		margin-top: 0 !important;	
	}
	
	#slide-out #mobile-menu a h2 {
		font-size: 13px;
		float: left;
		margin-top: 20px;
		margin-left: 10px;
	}
	
}




