@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
.helping-habit * {
	box-sizing: border-box;
}

.helping-habit {
	font-size: 16px;
	width: 100%;
}

.helping-habit .filter {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.helping-habit .filter > li {
	display: inline-block;
	margin-bottom: 4px;
}

.helping-habit .filter > li > input {
	display: none;
}

.helping-habit .filter > li > input + label {
	border: 1px solid #d5d5d5;
	display: block;
	padding: 5px 10px;
}

.helping-habit .filter > li > input:checked + label {
	background: #d5d5d5;
	border: 1px solid #c5c5c5;
}

.helping-habit .hh-events {
	list-style: none;
	margin: 0;
	padding: 0;
}

.helping-habit .hh-events > li {
	margin-bottom: 15px;
	border: 1px solid #f3f3f3;
	list-style: none !important;
	margin-left: 0px !important;
	position: relative;
}

.helping-habit .hh-events > li.hh-date {
	border: 0;
}

.helping-habit .hh-events > li.hh-date .h3 {
	padding: 15px 0;
	font-size: 18px;
	font-weight: bold;
}

.helping-habit .hh-events > li:before,
.helping-habit .hh-events > li:after {
	display: table;
	content: "";
	width: 0px !important;
	height: 0px !important;
}

.helping-habit .hh-events > li:after {
	clear: both;
}

.helping-habit .hh-events > li > .imgs {
	float: left;
	height: 170px;
	width: 170px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	border-right: 1px solid #f3f3f3;
}

.helping-habit .hh-events > li > .imgs a {
	background: none !important;
	display: block;
	line-height: 0px;
}

.helping-habit .hh-events > li > .imgs img {
	height: 170px;
	width: 170px;
	opacity: 0;
}

.helping-habit .hh-events > li > .context {
	margin-left: 185px;
	margin-right: 160px;
	max-width:390px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.helping-habit .hh-events > li > .context h3 {
	font-size: 18px;
}

.helping-habit .hh-events > li > .context h3,
.helping-habit .hh-events > li > .context p {
	margin-top: 0px;
	margin-bottom: 6px;
}

.helping-habit .hh-events > li > .context h3 {
	padding-top: 0px;
	padding-bottom: 6px;
}

.helping-habit .hh-events > li > .context p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 19px;
}

.helping-habit .hh-events > li > .context a.sign {
	border: 1px solid;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 3px;
	text-decoration: none;
}

.helping-habit .share {
	float: right;
	width: 160px;
	top: 50%;
	position: absolute;
	right: 0px;
	transform: translateY(-50%);
	text-align: center;
	padding: 16px;
}

@media(max-width: 768px) {
	.helping-habit .share {
		float: left;
		position: initial;
		transform: initial;
		text-align: left;
		top: initial;
		width: 100%;

	}
}

@media(max-width: 620px) {
	.helping-habit .hh-events > li > .context,
	.helping-habit .hh-events > li > .imgs {
		width: 100%;
		margin-left: 0;
        margin-right: 0;
	}
	.helping-habit .hh-events > li > .context {
		padding-left: 15px;
		padding-right: 15px;
	}
	.helping-habit .hh-events > li > .imgs{
		border-right: 0;
		border-bottom: 1px solid #f3f3f3;
		margin-bottom:15px;
		float: none;
		background: none;
		height: auto;
	}
	.helping-habit .hh-events > li > .imgs img{
		opacity: 1;
		width: 100%;
		height: auto;
	}
}


.helping-habit .share a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #ddd;
	border-radius: 50%;
	text-decoration: none;
}

.helping-habit .share a i.fa {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
	color: #fff;
}

.helping-habit .share .fa-facebook {
	background: #4c6fa7
}

.helping-habit .share .fa-twitter {
	background: #6abcee
}

.helping-habit .share .fa-envelope {
	background: #a6a5aa
}

.helping-habit .event-details {
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.helping-habit .event-details-top {}

.helping-habit .event-image-phone,
.helping-habit .event-info {
	float: left;
	width: 50%;
	padding: 15px;
}

.helping-habit .event-image {
	float: right;
	width: 50%;
}

.helping-habit .event-image-phone img,
.helping-habit .event-image img {
	opacity: 0;
	max-height: 342px;
}

.helping-habit .event-image-phone {
	display: none;
}
@media(max-width: 768px) {
	.helping-habit .event-image-phone {
		display: block;
	}
	.helping-habit .event-image {
		display: none;
	}
	.helping-habit .event-image, .helping-habit .event-image-phone, .helping-habit .event-info {
		width: 100%;
	}
}


.helping-habit .event-image-phone,
.helping-habit .event-image {
	background-size: cover !important;
}
.helping-habit .event-info {}

.helping-habit .event-info h3,
.helping-habit .event-info h4 {
	margin-top: 0px;
	padding-top: 0px;
}

.helping-habit .event-name {}

.helping-habit .event-organization {}

.helping-habit .event-time {}

.helping-habit .event-labor {}

.helping-habit .event-signup-social {
	position: relative;
}

.helping-habit .event-signup-social p {
	margin-top: 0px;
}

.helping-habit .event-signup {
	float: left;
	width: 50%;
}

.helping-habit .event-social {
	float: left;
	width: 50%;
}

.helping-habit .event-social.share {
	position: initial;
	text-align: left;
	transform: none;
	padding: 0px;
}

.helping-habit .event-details-bottom {
	padding: 15px;
	border-top: 1px solid #d5d5d5;
}

.helping-habit .event-description h4 {
	margin-top: 0px;
	padding-top: 0px;
}

.helping-habit .event-signup a,
.helping-habit .event-signup-button a {
	border: 1px solid;
	display: inline-block;
	padding: 2px 15px;
	border-radius: 3px;
	text-decoration: none;
}
.helping-habit .event-signup a {
text-align: center;
}

.helping-habit .event-loaction {}

.helping-habit .event-age {}

.helping-habit .event-contact ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.helping-habit .event-contact ul li .fa {
	display: inline-block;
	margin-right: 8px;
}

.clear:before,
.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both
}

.calendar th {
    background: #f9b04b;
    color: #fff;
    padding: 4px 0;
    text-align: center;
    border: solid #fff;
    vertical-align: center;
    width: 1%;
    font-size: 11px;
}
.calendar td {
    vertical-align: top;
    border: 1px solid #fff;
    background: #efeeee;
    text-align: left;
    font-size: 11px;
    text-decoration: none;

}
.calendar td a {
	text-decoration: none !important;
}


.sig_event {
margin-bottom: 8px;
}


.sig_event:before {
    content: "";
    margin: 2px 2px 0 0;
    height: 10px;
    width: 10px;
    background: #6700ce;
    display: inline-block;
    float: left;
}


.sig_event_hover {
	background: #fff;
	position: absolute;
	padding: 10px;
	border: 1px solid #d5d5d5;
	display: none;
	margin-top: -10px;
	width: 325px;
}
.sig_event_hover h4,
.sig_event_hover h3 {
	margin:0px;
	margin-bottom: 5px;
	    text-transform: initial;
}
.sig_event_hover p {
	margin-bottom: 5px;

}
.sig_event:hover .sig_event_hover {
	display: block;
}


.sig_event_hover a.btn {
    border: 1px solid;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 3px;
    text-decoration: none;
}

.volunteerShiftsBoxSec .shiftsBoxes {
	float: left;
	margin-right: 20px;
	border: 1px solid #d4d5d5;
	padding: 15px;
}
