.widget {
	color:#747474;
	margin-bottom:60px;
}

.widget a {
	color:#fff;
}

	.widget a:hover {
		color:#01f2d1;
	}
	
.widget ul {
	padding:0;
	list-style: none;
}

.widget ul li {
	padding:10px 0;
	border-bottom: solid 1px #171717;
}
	.widget ul li:last-child {
		border-bottom: none;
	}

.widget img {
	max-width:100%;
	height:auto;
}

.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #747474; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
#wp-calendar tbody { color: #747474; }
#wp-calendar tbody td { border: 1px solid #171717; text-align: center; padding:8px;}
#wp-calendar tbody #today { background: #01f2d1; color: #000; }
#wp-calendar tbody td:not(.pad):hover { background: #01f2d1; }
#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; }
#wp-calendar tfoot #next a, 
#wp-calendar tfoot #prev a{
    color:#747474;
}

.widget ul[class*="menu"] {
}

.widget ul[class*="menu"] li {
	border-bottom: none;
	margin:0;
	padding:0;
}

.widget ul[class*="menu"] li a {
	border-bottom: solid 1px #171717;
	padding:10px 0;
	display: block;
}

.widget .sub-menu {
	position:static;
}

.widget .sub-menu:before {
	content:none;
}

.widget select {
	padding: 0 2px;
}

.widget ul.sub-menu li a{
	padding-left:15px;
}

.widget ul.sub-menu li a:before{
	content:" - ";
	margin-right:5px;
}
.widget input[type=submit] {
	margin:0;
}

.widget .btn { margin:0; }

.widget .WcontactForm input { margin:0; }

.widget .WcontactForm textarea {
	margin-top: -2px;
	margin-bottom: -11px;
}

.widget .WcontactForm input, 
.widget .WcontactForm textarea, 
.widget .WcontactForm button {
	position:relative;
	z-index:1;
} 

.widget .WcontactForm input:focus, 
.widget .WcontactForm textarea:focus, 
.widget .WcontactForm button:focus {
	z-index:2;
} 

.widget .WcontactForm textarea {
	min-height:130px;
	max-height:130px;
}

.tweet { display:none; }
.tweet strong { color:#fff; }