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

h1 {
	line-height: 0;
}

.PageHeading2 {
	font-family: 'Carter One';
	font-style: normal;
	font-weight: 400;
	font-size: 1.2em;
	letter-spacing: 0px !important;
	line-height: 1.2 !important;
	margin: 10px 10px 0px 10px;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	color: #ff9900;
}

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

.PageHeading3 {
  	margin: -10px 0px 0px 0px;
	font-family: Open Sans, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: 1.3;
	font-weight: 500;
	color: #000000;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

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

.PageHeading4, .PageHeading4 a {
	font-family: 'Kalam';
	font-style: normal;
	font-weight: 400;
  	font-size: 1.4em;
	color: #ff0000;
	line-height: 1.15;
	letter-spacing: 0px;
  	margin: 10px 10px 0px 10px;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
a.PageHeading4 {color : #ff0000; text-decoration: none }
a.PageHeading4:hover {color : #ff9900; text-decoration: none }
a.PageHeading4:active {color : #0066cc; text-decoration: none }


#AccountCoverImage {
	width: 96%;
	max-width: 576px;
	border: 3px solid white;
	outline: 2px solid #0066cc;
}


h2 {
	-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: #0066cc;
	font-family: 'Boogaloo';
	font-style: normal;
	font-weight: 400;
	font-size: 2em;
	letter-spacing: 0px;
	margin: 0px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	line-height: 1.1;
	width: 80%;
	max-width: 700px;
}

h4 {
	font-family: 'Carter One';
	font-style: normal;
	color: #0066cc;
	font-weight: 400;
	font-size: 1.75em;
	letter-spacing: 0px !important;
	line-height: 1 !important;
	margin: 10px 10px 20px 10px;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

h5 {
	font-family: 'Carter One';
	font-style: normal;
	color: #0066cc;
	font-weight: 400;
	font-size: 1.3em;
	letter-spacing: 0px !important;
	line-height: 1 !important;
	margin: 10px 10px 20px 10px;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

.BlueField {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,0066cc+13,0066cc+20,0066cc+80,0066cc+87,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #0066cc 13%, #0066cc 20%, #0066cc 80%, #0066cc 87%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%,#0066cc 13%,#0066cc 20%,#0066cc 80%,#0066cc 87%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%,#0066cc 13%,#0066cc 20%,#0066cc 80%,#0066cc 87%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	padding: 5px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	max-width: 800px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.BlueFieldContainer {
	border-top: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	max-width: 800px;
}

.AccountDescription {
	max-width: 800px;
}

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

	.PageHeading1 {
		font-size: 5.5vw;
	}
	.PageHeading2 {
		font-size: 8vw;
	}
	.PageHeading3 {
		font-size: 18px;
	}
}
.Impressions {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}

.ReportButton {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}

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

	.Impressions {
		white-space: normal;
	}
	.ImpressionTable, .ImpressionTR, .Impressions, .ReportButton {
		display: block;
	}
}


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

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

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

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

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

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



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


.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}


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

#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);}
}


@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;
	}
}

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

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

.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}

#ItemLocationName {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
    max-width: 350px;
    width: 80vw;
}

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

.MemberItemLinkContainer {
	display: block;
	vertical-align: bottom !important;
}
.MemberItemLink {
	display: inline-block;
	vertical-align: bottom !important;
}


.ItemLinkContainer {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.ItemInfo {
	font-size: 0.8em;
	font-style: italic;
	min-height: 60px;
}

