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

h1 {
	font-family: 'Carter One';
	font-style: normal;
	font-weight: 400;
	font-size: 2em;
	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;
}

h2 {
	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 {
	font-weight: 400;
  	font-size: 1em;
	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;
}

h4 {
	font-family: 'Carter One';
	font-style: normal;
	color: #ff9900;
	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;
}

#PrimaryItemImage {
	max-width: 90%;
  	border: 3px solid white;
  	outline: 1px solid grey;
}

.ItemImages {
	width: 90%;
	max-width: 260px;
	vertical-align: middle;
  	margin: 10px 0px 10px 0px;
  	border: 3px solid white;
  	outline: 1px solid grey;
}

#ItemImageContainer {
	width: 100%;
  	margin: 0px;
}

.ItemImageWrapper {
	max-width: 260px;
	display: inline-block;
	margin: 0px;
	vertical-align: middle;
}

.

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

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


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





.ImpressionTable {
	display: table;
}
.ImpressionTR {
	display: table-row;
}
.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;
	}
}

.MemberNavContainer {
	display: block;
	vertical-align: bottom !important;
}
.MemberNavItem {
	display: inline-block;
	vertical-align: bottom !important;
}


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

#ItemLocationMap {
	margin: 10px 10px 10px 10px;
}

#ItemLocationMap iframe {
	width: 90%;
    height: calc(100vw * 300.0 / 600.0);
    max-height: 300px;
    max-width: 600px;
	border-color: #0066cc;
    border-width: 1px 2px 1px 1px;
    border-style: solid;
}

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

