/*
* Widgets CSS
*/

.widget {
	margin-bottom: 30px;
}

.footer .widget {
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Custom Recent Posts Widget */
.recentpostitem {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #e2e2e2;
	line-height: 18px;
}
.footer .recentpostitem {
	border: none;
	padding: 0;
}
.recentpostsdate {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding-top: 13px;
}

/* Custom Menu Widget */
.widget_nav_menu .menu-main-menu-container {
	width: 100%;
	margin: 0;
}
.widget_nav_menu .menu-main-menu-container .current-menu-item {
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: bold;
}
.widget_search label {
	display: none;
}
.widget_search #s {
	width: 100%;
}

/* Calendar Widget */
.widget_calendar {float: left; width: 100%;}
#calendar_wrap {margin-top: -45px;}
.footer #calendar_wrap {margin-top: -33px;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; font-size: 12px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #a5a5a5; background: #fff; }
#wp-calendar tbody td { background: #f4f4f4; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#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; }

/* Gallery Widgets */
.widget-gallery-item {
	width: 35px;
	height: 35px;
	padding: 2px;
	float: left;
	margin: 0 5px 5px 0;
	border-radius: 3px;
	border: 2px solid rgba(255,255,255,0.1);
	opacity: .75;
}

/* Contact Info Widget */
.contact-info-widget-left {
	width: 50%;
	float: left;
}
.contact-info-widget-right {
	width: 50%;
	float: left;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.footer .widget {
		margin-bottom: 10px;
		margin-top: 20px;
	}
}