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


h1 {
	font-family: 'Permanent Marker';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	color: #0066cc;
	line-height: 1;
	margin: 0px 0px 0px 0px;
	display:inline-block;
}

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: #000000;
	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;
}

#WelcomePic {
	width: 94%;
	max-width: 500px;
	float: right;
    margin: 0px 0px 0px 10px;
}

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



.BackToTop {
	max-width: 1000px;
}
.BackToTop a { color: #0066cc !important; }
.BackToTop a:hover { color: #ff9900 !important; }
.BackToTop a:active { color: #ff0000 !important; }

.FAQWrapper {
	max-width: 1000px;
}

.FAQstars {
	vertical-align: top !important;
}

.FAQstar {
	font-size: 1.6em;
	line-height: 1.25;
	color: #ff9900;
	display: inline-block;
    padding: 0px 8px 8px 8px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
	vertical-align: top !important;
}
.FAQstar a {
	color: #ff9900;
}

.FAQstar a:active {
	color: #ff0000 !important;
}

.FAQstarHovered {
    padding: 0px 8px 8px 8px;
	color: #0066cc !important;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.FAQ {
	font-size: 1.2em;
	font-weight: 600;
	padding: 6px 0px 4px 8px;
}
.FAQ a { color: #000000 !important; padding: 8px 8px 8px 0px; }
.FAQ a:hover { color: #0066cc !important; }
.FAQ a:active { color: #ff0000 !important; }

.FAQHovered {
	color: #0066cc !important;
}

.FAQ2 {
	font-size: 1.4em;
    padding: 10px 0px 20px 0px;
}

.FAQ2 a { color: #0066cc !important; }
.FAQ2 a:hover { color: #ff9900 !important; }
.FAQ2 a:active { color: #009966 !important; }

.GSSLink {
	color: #ff0000 !important;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: 700;
	line-height: inherit;
}

.GSSLink:hover {color : #ff9900 !important; text-decoration: none}
.GSSLink:active {color : #0066cc !important; text-decoration: none}

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

	h1 {
		font-size: 8vw;
	}

	h2 {
		font-size: 6vw;
	}

	#WelcomePic {
		width: 94%;
		max-width: 740px;
		float: none;
    	margin: 0 auto;
		display: block
	}
}

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

	h3 {
		font-size: 8vw;
	}
}


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

.InfoTextWrapper {
	max-width: 1000px;
}
.InfoText {
	padding: 10px 0px 10px 0px;
}
.InfoText a { color: #0066cc !important; }
.InfoText a:hover { color: #ff9900 !important; }
.InfoText a:active { color: #009966 !important; }


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

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

.AccountDescription {
	max-width: 800px;
}

.QuestionLinks {

}

.BodyContentTB {
	display: table;
	margin: 0px 10px 0px 0px;
}
.BodyContentTR {
	display: table-row;
}
.BodyContentTD {
	display: table-cell;
	padding: 10px;
}


.QuestionLinks br {
	display: none;
}

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

	.FAQ {
		font-size: 1em;
		padding: 6px 4px 4px 4px;
	}

	.FAQstar, .FAQstarHovered {
		font-size: 1.3em;
		padding: 4px 4px 4px 4px;
	}

	.QuestionLinks br {
		display: inline;
	}

	.FAQ2 {
		font-size: 1.2em;
	}
}

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

	.BodyContentTB {
		display: block;
	}
	.BodyContentTR {
		display: block;
	}
	.BodyContentTD {
		display: block;
	}
}

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

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

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

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

.MemberItemLink {
	display: inline-block;
	width: 49%;
	max-width: 200px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
	vertical-align: top;
}

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


.MemberItemLinkIMG {
	border: 3px solid white;
	width: 100%;
	max-width: 200px;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.MemberItemLinkIMGHovered {
	-webkit-animation: glow .25s alternate infinite;
	animation: glow .25s alternate infinite;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.MemberItemWrapperTable {
	display: table;
}

.MemberItemWrapperTR {
	display: table-row;
}

.MemberItemImageWrapper, .MemberItemInfoWrapper {
	padding: 0px 0px 0px 0px;
	display: table-cell;
	vertical-align: middle;
}

.MemberItemImageWrapper {
	height: 210px;
	width: 210px;
	line-height: 140px; 	
}


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

.ButtonContainer {
	height: 56px;
}

.SpinnyThings {
	display: none;
	width: 100% !important;
}

.svg-spinners {
	-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);}
}
