
/* ********************************************************************** */
/* Garage Sale Calendar css 2018 */
/* ********************************************************************** */

#BreadCrumbContainer {
	padding: 0px 10px 10px 10px;
	display: block;
	max-width: 500px;
}
#BreadCrumbContainerMobile {
	padding: 10px 10px 10px 10px;
	display: none;
}


@media screen and (max-width: 825px) {

	#BreadCrumbContainer {
		padding: 0px 10px 10px 10px;
		display: none;
	}
	#BreadCrumbContainerMobile {
		padding: 10px 10px 10px 10px;
		display: block;
	}
}

#ListingContent {
	background-color: white;
}

.HeadingTable {
	display: inline-block;
	max-width: 1000px;
}
.HeadingTableInfo {
	display: inline-block;
	padding: 0px 10px 0px 0px;
	vertical-align: middle;
}
.HeadingTableCalendar {
	display: inline-block;
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
}

h1.PageHeading {
	display: inline-block;
	font-family: 'Carter One';
	font-style: normal;
	font-weight: 400;
	font-size: 2em;
	color: #ff9900;
	letter-spacing: 0px !important;
	line-height: 1 !important;
	margin: 10px 10px 0px 10px;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
}

h2.PageHeading {
	font-family: 'Kalam';
	font-style: normal;
	font-weight: 400;
  	font-size: 1.4em;
	color: #000000;
	line-height: 1.25;
	letter-spacing: 0px;
  	margin: 10px 10px 10px 10px;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

h3.EventDateTimeDisplay {
	font-weight: 400;
  	font-size: 1.2em;
	color: #ff0000;
	line-height: 1.1;
	letter-spacing: 0px;
  	margin: 10px 0px 10px 0px;
	-ms-word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

h4.PostedBy {
	font-size: 1.1em;
	font-style: italic;
	font-weight: 600;
	line-height: 1.3;
  	margin: 0px 0px 10px 0px;
}

h4.PostedBy a { color: #0066cc; }
h4.PostedBy a:hover { color: #ff9900; }
h4.PostedBy a:active { color: #ff0000; }


.EventDescription {
	padding: 10px 0px 10px 0px;
	max-width: 1000px;
	display: inline-block;
	hyphens:auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
}

#YouTubeEmbed {
	padding: 10px 0px 10px 0px;
}

.PageHeadingLocation, .PageHeadingLocation span {
	font-family: Open Sans, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-style: italic;
	line-height: 1.3;
	font-weight: 800;
	color: #000000;
	text-decoration: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

.PageHeadingLocation span img {
	display: inline;
}

.PageHeadingDate {
	color: #0066cc;
	font-style: italic;
	font-size: 28px;
	font-weight: 800;
}

.left-pointing-prevnext-triangle::after {
	content: "\25c4";
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	width: 1.1em;
}

.right-pointing-prevnext-triangle::after {
	content: "\25ba";
	color: #ffffff;
	width: 1.1em;
	text-shadow: 1px 1px 1px #000000;
}


.PrevNextButton {
	background-color: #0066cc;
	margin: 3px 3px 3px 3px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid #ff0000;
	box-shadow:	inset 0 0 0 3px #ffffff;
	display: inline-block;
}

.PrevNextButtonMenuText {
	-webkit-transform:scale(1.2,1) !important; /* Safari and Chrome */
	-moz-transform:scale(1.2,1) !important; /* Firefox */
	-ms-transform:scale(1.2,1) !important; /* IE 9 */
	-o-transform:scale(1.2,1) !important; /* Opera */
	transform:scale(1.2,1) !important; /* W3C */
	display:inline-block;
	color: white;
	text-shadow: 1px 1px 1px #000;
	font-family: 'Boogaloo';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	white-space: nowrap;
	letter-spacing: .5px;
	margin-bottom: 6px !important;
	margin-top: 4px !important;
}



#BreadCrumbLinkContainer {
	max-width: 600px;
	padding: 0px 20px 0px 20px;
	display: table-cell;
}

#BreadCrumbLinkContainerMobile {
	display: none;
}

#PrevNavLinkTable, #NextNavLinkTable {
	width: 190px;
}


@media screen and (max-width: 600px) {

	#BreadCrumbLinkContainer {
		display: none;
	}

	#BreadCrumbLinkContainerMobile {
		display: block;
	}

	#PrevNavLinkTable {
		width: 150px;
	}
	
	#NextNavLinkTable {
		width: 120px;
	}
}

#PreviousEventLink {
	display: inline-block;
	vertical-align: top;
	padding: 6px 16px 6px 8px;
	margin-top: 0px;
}


#NextEventLink {
	display: inline-block;
	vertical-align: top;
	padding: 6px 8px 6px 16px;
	margin-top: 0px;
}


#PreviousEventLinkContainerMobile {
	padding: 12px 10px 0px 0px;
}

#NextEventLinkContainerMobile {
	padding: 12px 0px 0px 10px;
}

#EventLocationLabel, #EventWebsiteLabel {
	-webkit-transform:scale(1.2,1) !important; /* Safari and Chrome */
	-moz-transform:scale(1.2,1) !important; /* Firefox */
	-ms-transform:scale(1.2,1) !important; /* IE 9 */
	-o-transform:scale(1.2,1) !important; /* Opera */
	transform:scale(1.2,1) !important; /* W3C */
	display:inline-block;
	color: #ff0000;
	font-family: 'Boogaloo';
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.2;
	width: 80%;
	max-width: 700px;
}

.GoogleMapImage {
 	width: 94%;
 	max-width: 800px;
	border: 3px solid  #ffffff;
	outline: 2px solid  #0066cc;
	padding: 0;
	margin: 10;
}



.RedSubHeading {
	font-family: 'Permanent Marker';
	font-style: normal;
	font-weight: 400;
	font-size: 2em;
	color: #ff0000;
	line-height: 1;
	margin: 10px 0px 0px 0px;
}

.BlackSubHeading {
	-webkit-transform:scale(1.2,1) !important; /* Safari and Chrome */
	-moz-transform:scale(1.2,1) !important; /* Firefox */
	-ms-transform:scale(1.2,1) !important; /* IE 9 */
	-o-transform:scale(1.2,1) !important; /* Opera */
	transform:scale(1.2,1) !important; /* W3C */
	display:inline-block;
	color: #000000;
	font-family: 'Boogaloo';
	font-style: normal;
	font-weight: 400;
	font-size: 1.75em;
	letter-spacing: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.2;
	width: 80%;
	max-width: 700px;
}

.QuestionInstructions, .QuestionInstructions span {
	max-width: 800px;
	font-weight: 600;
	font-style: italic;
	display: inline-block;
}

/* ***************************************************************** */
/* ***************************************************************** */
/* ***************************************************************** */

.InfoTable {
	display: Table;
	border-top:  0px;
	border-left:  0px;
	border-bottom: 0px;
	border-right: 0px;
	margin: 10px 10px 10px 10px;
}

.InfoTableRow {
	display: table-row;
	border-top:1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.InfoTableLabel {
	display: table-cell;
	width: 220px;
	text-align: right;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	border-top:  0px;
	border-left:  0px;
	border-bottom: 0px;
	border-right: 1px solid black;
}

.InfoTableLabelMobile {
	display: none;
	padding: 0px 0px 10px 0px;
}

.InfoTableValue {
	display: table-cell;
	color: #cc0000;
	font-style: italic;
	text-align: left;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
}


/* ***************************************************************** */
/* ***************************************************************** */
/* ***************************************************************** */

.FormTextInput1 {
    max-width: 350px;
    width: 52vw;
}

.TextAreaStyle, .TextAreaStyleError {
	width: 90%;
	height: 200px;
}

@media screen and (max-width: 580px) {

	.FormTable {
		display: block;
	}
	
	.FormLabel br {
		display: none;
	}

	.FormLabels {
		display: inline-block;
		text-align: left;
		padding: 0px 2px 4px 2px;
	}
	
	.FormLabelsMobile {
		display: block;
		text-align: left;
		padding: 0px 2px 4px 2px;
	}

	.InputWrapper {
		padding: 0px 2px 2px 2px;
	}

	.FormRow {
		display: block;
	}

	.FormFields {
		display: inline-block;
	}

	.FormFieldNormal::-webkit-input-placeholder { /* WebKit browsers */ color: #red; }
	.FormFieldNormal:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #888888; opacity: 1; }
	.FormFieldNormal::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #888888; opacity: 1; }
	.FormFieldNormal:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #888888; }

	.FormFieldError::-webkit-input-placeholder { /* WebKit browsers */ color: #ffffff; text-shadow: 1px 1px 1px #ff3333; }
	.FormFieldError:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ffffff; text-shadow: 1px 1px 1px #ff3333; opacity: 1; }
	.FormFieldError::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #ffffff; text-shadow: 1px 1px 1px #ff3333; opacity: 1; }
	.FormFieldError:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #ffffff; text-shadow: 1px 1px 1px #ff3333; }

	.FormTextInput1 {
		max-width: 455px;
		width: 66vw;
	}
}

/* ***************************************************************** */
/* ***************************************************************** */
/* ***************************************************************** */

@media screen and (max-width: 600px) {

	h1.PageHeading {
		font-size: 28px;
		line-height: 1.3 !important;
	}
	
	.PageHeadingLocation, .PageHeadingLocation span {
		font-size: 26px;
	}

	.PageHeadingDate {
		font-size: 22px;
	}
}


/* ***************************************************************** */
/* ***************************************************************** */
/* ***************************************************************** */




.numberCircle {
	border-radius: 50%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	
	display: inline-block;
	min-width: 36px;
	height: 36px;
	line-height: 1;
	font-weight: 600;
	font-size: 1em;
	padding: 6px 4px 0px 4px;

	background: #fff;
	border: 2px solid #0066cc;
	color: #000;
	text-align: center;
}

.ListTableEventHeading {
	background-color: #0066cc;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	max-width: 800px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	outline-bottom: 2px solid #ff0000;
}

.ListTableEventHeadingWrapper {
	max-width: 800px;
	background-color: #ffffff;
	padding-top: 2px;
	border-top: 2px solid #ff0000;
	padding-bottom: 2px;
	border-bottom: 2px solid #ff0000;
	margin: 20px 0px 20px 0px;
}



.ListItemTable {
	display: table;
	width: 100%;
	max-width: 800px;
}

.ListItemRow {
	display: table-row;
}

.ListItemThumbNail {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
}

.ListItemDescription {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
}

.right-pointing-nav-triangle::after {
	content: "\25B6 \FE0E";
	color: #ffffff;
	width: 1.1em;
}

.ListTitle {
	padding: 0px 0px 0px 0px;
	display: table-cell;
	vertical-align:top;
}

.ListDescription {
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

.EventPlaceAddressWrapper {
	margin: 0px;
	padding: 0px;
}

.EventPlaceAddressContainer {
	display: inline-block;
}

.EventPlaceContainer {
	display: inline-block;
}

.RedButtonMenuItem {
	display: inline-block !important;
}

a.MemberLink {color: #ffffff; text-decoration: none}
a.MemberLink:hover {color : #ffcc66; text-decoration: none}
a.MemberLink:active {color : #ff6666; text-decoration: none}

/* ***************************************************************** */
/* ***************************************************************** */

@media screen and (max-width: 600px) {

	.ListItemTable, .ListItemRow, .ListItemThumbNail, .ListItemDescription {
		display: block;
	}
}

/* ********************************************************************* */
/* ********************************************************************* */
/* ********************************************************************* */

#GoToMemberSignInButtonWrapper {
	height: 80px;
}

#SpinnyThing3 {
	display: none;
}

#svg-spinner3{
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1.2s;
	-webkit-animation-name: rotate;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-transition-property: -moz-transform;
	-moz-animation-name: rotate; 
	-moz-animation-duration: 1.2s; 
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	transition-property: transform;
	animation-name: rotate; 
	animation-duration: 1.2s; 
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-webkit-keyframes rotate {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

