/* Default calendar style */
/* IGNORED by sweethomecalendar.com and the hub (see seasonal-frameless.css and hub.css) */

html, body {
	height: auto;
	overflow: auto;
}
html.home{
    margin-top:150px;
}
#content {
	width: 1px;
	min-width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.results {
	border: 1px solid #c6d2dd;
	position: relative;
	margin: auto;
}
input[type="submit"] {
    background: none repeat scroll 0 0 #a46960;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    overflow: visible;
    padding: 10px;
    width: 100%;
}

p.error {
    background: #fe6767;
    text-align: center;
    display: block;
    padding: 6px;
    color: #e9e9e9;
    line-height: 25px;
    font-weight: 700;
    margin-bottom:6px;
}
.error{
    box-shadow:0 0 0 2px #fe6767;
}
.calRow {
	width: 100%;
}
.row2 {
	background-color: #dceaf6;
}
.row1 {
	background-color: #F7F7F7;
	border-top: 1px solid #c6d2dd;
	border-bottom: 1px solid #c6d2dd;
}
#editForm {
	display: none;
}
.resOne {
	width: 10%;
	position: relative;
	top:-35px;
}
.resOne div.date {
	background-color: #7BCEA3;
	border: 1px solid #569976;
	margin: 5%;
}
.resOne p.date {
	font-size: 1.3em;
}
.resOne .day {
	border-top: 1px solid #569976;
	color: #274658;
}
.resOne .month {
	font-size: .7em;
}
.resOne p {
	color: white;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.resTwo {
	width: 15%;
	text-align: center;
	font-weight: bold;
	position: relative;
	top:-30px;
}
.divider {
	width: 0;
	border-right: 1px solid #c6d2dd;
	height: 75px;
	display: inline-block;
}
.resThree {
	width: 45%;
	font-weight: bold;
	position: relative;
	top:-30px;
}
.resFour {
	width: 28%;
	font-weight: bold;
	position: relative;
	top:-30px;
}
.calRow .details {
	color: #274658;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.calRow {
	white-space: nowrap;
	height: 75px;
	z-index: 1;
	position: relative;
}
.calRow:hover {
	cursor: pointer;
	background-color: #c6d2dd;
/*
    -webkit-filter: saturate(140%)contrast(120%)brightness(90%);
    filter: saturate(140%)contrast(120%)brightness(90%);
*/
}
.expContent {
	position: relative;
	width: 100%;
	display: block;
	background-color: #F7F7F7;
	height: 0;
	overflow: hidden;
}
.expShare {
	color: #518974;
    font-size: 20px;
    margin-bottom: 5px;
}
.expContent span, .expContent a {
	display: block;
	margin-left: 10px;
}
.expContent .mapBtn {
	text-decoration: none;
	background-color: #5e7da9;
	border-radius: 5px;
	height: 25px;
	width: 100px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 0 0 0;
	text-align: center;
	margin: 10px 0 10px 10px;
}
.expContent .mapBtn:hover {
	background-color: #7BCEA3;
	color: #274658;
}
.expContent a {
	color: #0064BC;
	margin-left: 0;
}
.expHead {
	color: #518974;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
	margin-top: 10px;
}
.expVenue {
	font-weight: 700;
	font-size: 85%;
	color: #274658;
	line-height: 18px;
}
.expAddr, .expCity {
	font-size: 85%;
	line-height: 18px;
}
.expDesc, .expPhone, .expSite, .expMail {
	color: #274658;
	font-size: 18px;
	display: block;
}
.expContent p {
	font-weight: 700;
	color: #274658;
	display: block;
	margin-left: 10px;
	font-size: 18px;
	margin-bottom: 0;
}
.shareButtons a {
	display: inline-block;
}
.shareButtons img {
	width: 32px;
	margin: 5px 10px;
	vertical-align: middle;
}
h2 {
	width: 70%;
	text-align: center;
	margin: auto;
	display: inline-block;
	margin-top: 10px;
	font-size: 1.2em;
}
.prev, .next {
    width: 25%;
    height: 100%;
    display: inline-block;
    text-align: center;
    vertical-align:text-bottom;
    font-weight: bold;
    box-sizing: border-box;
}
.prev a, .next a {
    display: block;
    line-height: 60px;
    cursor: pointer;
}
.prev a:hover, .next a:hover {
    background: #87E0B2;
}
.dropdown:hover { 
	background: #fff;
}
.next.bottom{
    width:100%;
    background: #87E0B2;
}
.conHead img {
	width: 30px;
}
.conHead {
	position: fixed;
	-webkit-transform: translateZ(0);
	top: 0;
	z-index: 2000;
	/*height: 120px;*/
	height: auto;
	padding-bottom: 10px;
	width: 100%;
	background-color: #7bcea3;
	color: #274658;
	border-bottom: 1px solid #c6d2dd;
	white-space: nowrap;
}
.conHead a {
	color: #274658;
}
.dropdown {
	width: 60%;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding-top:3px;
	font-size: .9em;
	line-height: 1.3em;
	vertical-align: top;
	font-weight: bold;
    height: 75%;
    box-sizing: border-box;
	
    border-style:solid;
	border-color:#bbb #888 #666 #aaa;
	border-width:3px 4px 4px 3px;
	border-radius: 10px;
	/*background:#fbf57b;*/
	background: #dceaf6;
	color:#333;
	line-height:2;
	text-align:center;
	text-decoration:none;
	font-weight:900;
	margin-top: 10px;
}
.dropdown img {
	vertical-align: sub;
	position: relative;
	top: 0px;
    transition:.2s linear;
}
.dropdown.active img {
    transform: rotate(180deg);
}
.dropdown:hover {
	cursor: pointer;
}
.dropContent {
	display: none;
	position: fixed;
	top:50px;
	z-index: 4000;
	background-color: #6abd92;
	width: 100%;
}
#filter {
	overflow: hidden;
	width: 90%;
	margin: 10px auto;
}
#filter select {
	width: 100%;
	margin: 10px 0;
}
#filter label {
	font-weight: bold;
}
.dropContent.open {
	top: 120px;
	display: block;
}
.subheader {
	font-size: 25px;
	color: #518974
}
.calTitle {
	background: none repeat scroll 0 0 #7bcea3;
    color: #274658;
    font-size: 35px;
    margin: 0 0 10px;
    padding-bottom: 5px;
    padding-top: 4px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}
form {
	width: 90%;
	position: relative;
	margin: auto;
}
form textarea {
	display: block;
	margin: 10px 0;
	width: 100%;
	background-color: #eee;
}
form input, form select {
	background-color: #eee;
}
.eLabel {
	background-color: #7bcea3;
	color: #274658;
	padding: 7px 3px;
	margin: 15px 0;
	width: 30%;
	display: inline-block;
	font-size: .9em;
	position: relative;
	font-weight: bold;
}
.eTime {
	display: inline-block;
	width: 30px;
}
.eYear {
	display: inline-block;
	width: 45px;
}
#eventThanks {
	width: 80%;
	margin: auto;
	text-align: center;
}
#eventThanks h1 {
	font-size: 50px;
    margin: 0;
    text-align: center;
	color: #518974;
}
#eventThanks p {
	color: #5e7da9;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
#eventThanks .eventLink {
	background: none repeat scroll 0 0 #7bcea3;
    border: 5px solid #5e7da9;
    border-radius: 5px;
    color: white;
    display: block;
    font-size: 25px;
    font-weight: bold;
    margin: 10px auto auto;
    padding: 5px;
    width: 80%;
}
.eventDetails span {
    color: #5e7da9;
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin: auto;
    text-align: left;
    width: 70%;
}
.eventDetails section {
    background: none repeat scroll 0 0 #7bcea3;
    border: 2px solid #5e7da9;
    font-size: 20px;
    margin: auto auto 10px;
    padding: 10px;
    text-align: left;
    width: 70%;
}

.filterResults {
	font-size:1.3em;
	margin-top: -5px;
}

.filterResultsCategory {
	margin-top: -80px;
}

.clickToFilter {
	margin-top: -35px;
	font-size: 1.5em;
	color: #994444;
}

@media screen and (max-width: 600px) {
	.resFour {
		width: 0;
		display: none;
		font-size: .9em;
	}
	.resThree {
		width: 50%;
		font-size: .9em;
	}
	.resTwo {
		width: 20%;
		font-size: .9em;
	}
	.resOne {
		width: 25%;
		font-size: .9em;
	}
	.conHead {
		font-size: 1em;
	}
	.prev, .next {
		vertical-align: middle;
	}
	.conHead h2 {
		margin-top: 12px;
	}
	.filterResults {
		font-size: 1.1em;
		margin-top: 10px;
	}
	.filterResultsCategory {
		font-size: .7em;
		margin-top: -60px;
	}
}

@media screen and (max-width: 768px) {
	.dropdown {
		width: 95%;
	}
	.filterResults {
		font-size: 1.3em;
	}
}

#lightbox {
	position: fixed;
	top:1em !important;
	z-index: 10000000000000000000000000;
}