/* Recent Comments */
.pm-sidebar #recentcomments {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.05) !important;
	border-radius: 0 20px 20px 20px !important;
	margin: 10px 0 20px !important;
	overflow:hidden;
}

.pm-sidebar .recentcomments {
	font-size:12px;	
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%);
	border-radius:none !important;
	border-bottom:1px double #E8E8E8;
	float:none !important;
	padding:9px 15px;
}

.pm-sidebar .recentcomments:hover {
	background-color:#f5f5f5;	
}

.pm-sidebar .recentcomments:last-child {
	border:none !important;
}

/* Archives */
.pm-sidebar .widget_archive ul {
	margin: 10px 0 20px !important;
	overflow:hidden;
	padding:0px;
}

.pm-sidebar .widget_archive ul li {
	font-size:12px;	
	border-radius:none !important;
	border-bottom:1px double #E8E8E8;
	float:none !important;
}


.pm-sidebar .widget_archive ul li:last-child {
	border:none !important;
}

/* Calendar */
.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { 
	background: #f5f5f5; 
	border: 1px solid #fff; 
	text-align: center; 
	padding:8px; 
}
/*#wp-calendar tbody td a:hover {color:white;}
#wp-calendar tbody td:hover { background: #fff; color:white; }*/
#wp-calendar tbody .pad { background: none; }
#wp-calendar tbody .pad:hover { background: none !important; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

/* Categories and archives */
.pm-sidebar select {
	padding: 7px !important;
}



/* Meta */
.pm-sidebar .widget_meta ul {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.05) !important;
	border-radius: 0 20px 20px 20px !important;
	margin: 10px 0 20px !important;
	overflow:hidden;
}

.pm-sidebar .widget_meta ul li {
	font-size:12px;	
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%);
	border-radius:none !important;
	border-bottom:1px double #E8E8E8;
	float:none !important;
	padding:9px 15px;
}

.pm-sidebar .widget_meta ul li:hover {
	background-color:#f5f5f5;	
}

.pm-sidebar .widget_meta ul li:last-child {
	border:none !important;
}

/* Pages */
.pm-sidebar .widget_pages ul {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.05) !important;
	border-radius: 0 20px 20px 20px !important;
	margin: 10px 0 20px !important;
	overflow:hidden;
}

.pm-sidebar .widget_pages ul li {
	font-size:12px;	
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%);
	border-radius:none !important;
	border-bottom:1px double #E8E8E8;
	float:none !important;
	padding:9px 15px;
}

.pm-sidebar .widget_pages ul li:hover {
	background-color:#f5f5f5;	
}

.pm-sidebar .widget_pages ul li:last-child {
	border:none !important;
}

.pm-sidebar .widget_pages ul li .children {
	border: 0px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: none !important;
	border-radius: none !important;
	margin: 10px 0 0 40px !important;
	overflow:visible;
}

.pm-sidebar .widget_pages ul li .children li {
	background:none;	
	border-bottom:0px double #E8E8E8;
	padding:9px 0px;
}

.pm-sidebar .widget_pages ul li .children li a:hover {
	text-decoration:underline;	
}

/* Menu */

/*.pm-sidebar #menu-all-pages a {
	color:orange;	
}*/

.pm-sidebar .widget_nav_menu .menu {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.05) !important;
	border-radius: 0 20px 20px 20px !important;
	margin: 10px 0 20px !important;
	overflow:hidden;
}

.pm-sidebar .widget_nav_menu .menu li {
	font-size:12px;	
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%);
	border-radius:none !important;
	border-bottom:1px double #E8E8E8;
	float:none !important;
	padding:9px 15px;
}

.pm-sidebar .widget_nav_menu .menu li:hover {
	background-color:#f5f5f5;	
}

.pm-sidebar .widget_nav_menu li:last-child {
	border:none !important;
}

.pm-sidebar .widget_nav_menu .menu li .sub-menu {
	border: 0px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: none !important;
	border-radius: none !important;
	margin: 10px 0 0 40px !important;
	overflow:visible;
}

.pm-sidebar .widget_nav_menu .menu li .sub-menu li {
	background:none;	
	border-bottom:0px double #E8E8E8;
	padding:9px 0px;
}

.pm-sidebar .widget_nav_menu .menu li .sub-menu li a:hover {
	text-decoration:underline;	
}

.pm-video-widget-text a {
	text-transform:uppercase;
	font-family:'Roboto' !important;
	
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
}

.pm-video-widget-text a:hover {
	color:#c9c5c1;
}

.pm-video-widget-play-btn {
    background-image: url("img/play-btn.png");
    height: 40px;
    left: 38%;
    position: absolute;
    top: 38%;
    width: 65px;
}

/* Eventon overrides */
.ajde_evcal_calendar .calendar_header p {
    color: #696969 !important;
    float: left !important;
    font-size: 20px !important;
    font-weight: normal;
    height: 36px;
    line-height: 30px;
    margin: 0 !important;
    padding-bottom: 0;
    padding-top: 1px;
    text-transform: uppercase;
    width: 100% !important;
    display: block;
    float: none;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows {
    background-color: transparent !important;
	width: 30px !important;
	height: 30px !important;
}

.ajde_evcal_calendar #evcal_prev {
    margin-left: 0px !important;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
    font-size: 20px !important;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows {
	border: 1px solid #696969 !important;	
}

.ajde_evcal_calendar .calendar_header .evcal_arrows i {
	color:#696969 !important;	
}

.widget_categories ul {
	padding:0px;	
	list-style:none !important;
}

.widget_categories ul li {
    background-image: url("img/ul-arrow-2.png");
    background-position: 3px 25%;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding-bottom: 7px;
    padding-left: 25px;
    width: 100%;
}