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

.HeadingWrapper {
	display: table;
}
.HeadingWrapperTR {
	display: table-row;
}
.HeadingTD {
	display: table-cell;
	vertical-align: center;
}

h1.PageHeading {
	font-family: 'Carter One';
	font-style: normal;
	font-weight: 400;
	color: #ff9900;
	letter-spacing: 0px !important;
	line-height: 1 !important;
	hyphens:none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	font-size: 36px;
	margin: 0px 10px 0px 10px;
}

.PageHeadingLocation, .PageHeadingLocation span {
	font-family: Open Sans, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 36px;
	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;
}

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


.AnnounceYours {
	padding: 5px 5px 5px 5px;
	max-width: 800px;
}
.AnnounceYours a {
	font-family: 'Kalam';
	font-style: normal;
	font-weight: 400;
  	font-size: 1.2em;
	line-height: 1.25;
	letter-spacing: 0px;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	color: #cc0000;
}
.AnnounceYours a:hover {
	color: #0066cc;
}
.AnnounceYours a:active {
	color: #ff9900;
}



.ButtonWrapper {
	width: 120px;
}

.CalendarNavButtonDesktop {
	background-color: #0066cc;
	padding: 7px 7px 7px 7px;
	margin: 5px 5px 5px 5px;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	border-radius: 21px;
	border: 2px solid #ff0000;
	box-shadow:	inset 0 0 0 3px #ffffff;
	width: auto;
	display: inline-block;
}

.CalendarNavButtonDesktop:hover {
	background-color: #ff0000;
}
.CalendarNavButtonDesktop:active {
	background-color: #000000;
}

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

.EventCountWrapper {
	margin: 10px 0px 0px 0px;
}

.EventStars {
	color: #ffd971;
	padding: 0px 4px 0px 0px;
	line-height: 1 !important;
}

.NumberOfEvents {
	padding: 2px 0px 0px 0px;
	color: #ffffff;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.2 !important;
	font-size: 18px;
}

.NumberOfEvents::before { 
	content: "\2605";
	/* content: "\25b6"; */
	/* content: "\25c0"; */
	display: inline;
	width: 1.1em;
	padding-right: 2px;
	color: #ffd971;
}

a.EventLinks {color: black !important; text-decoration: none}
a.EventLinks:hover {color : #FF0000 !important; text-decoration: none}
a.EventLinks:active {color : #D5BF27 !important; text-decoration: none}


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

.CalendarMobileTable {
    display: none;
}

.CalendarTable {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
}


.CalendarTableHeading
{
	font-size: 20px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #184499;
	background-color: #ffd971;
	text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	height: 60px;
    vertical-align: middle;
    text-align: center;
	border: 4px solid white;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
}

.CalendarTableHeadingTable {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

.CalendarTableDayCell {
	width: 140px;
	height: 40px;
	font-size: 20px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #14b649;
    margin: 0px;
    padding: 2px;
    vertical-align: middle;
    text-align: center;
	height: 40px;
	border: 4px solid white;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
    overflow:hidden;
}


.CalendarTableBlankCell
{
	width: 140px;
	height: 100px;
	text-decoration: none;
	border: 4px solid white;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
    padding: 5px;
    background-color: #ffffff;
}


.CalendarTableCell
{
	width: 140px;
	height: 100px;
	font-size: 18px;
	text-decoration: none;
	border: 4px solid white;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
    padding: 5px;
    text-align: center;
    background-color: #e1e1e1;
}

.CalendarTableCell:hover {
    background-color: #ffd971;
	color: #ffffff;
}

.CalendarTableCellWithEvents {
	width: 140px;
	height: 100px;
	font-size: 18px;
	text-decoration: none;
	border: 4px solid white;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
    padding: 5px;
    text-align: center;
    background-color: #ff0000;
}

.CalendarTableCellWithEvents:hover {
    background-color: #ff000;
	color: #ffffff;
}

.CalendarTableCellToday
{
	width: 140px;
	height: 100px;
	font-size: 18px;
	text-decoration: none;
	border: 4px solid white;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
    padding: 5px;
    text-align: center;
    background-color: #ffd971;
    position: relative;
}
.CalendarTableCellToday:hover {
	background-color: #99ffcc;
	color: #ffffff;
}
.CalendarTableCellToday:hover a {
	background-color: #ff7185;
	color: #ffffff;
 	text-shadow: 1px 1px #333333;
 }

.datecell {
	width: 36px;
	height: 30px;
	font-size: 20px;
	font-weight: 600;
	/* position: absolute; */
	/* top: 0px; */
	/* left: 0px; */
	color: #fdce4a;
	padding: 0px 4px 6px 4px;
	background-color: #0054a7;
    border-style: solid;
	border-color: #ffffff;
    border-width: 2px;
}

.datecell a {
	color: #fdce4a;
}


.CalendarEvent ul {
	margin: 0px;
}
.CalendarEvent ul li {
	margin: 0px;
    text-indent: -4px;
    position: relative;
}



.CalendarLinks {
	font-size: 18px;
	line-height: 1.25;
    display: block;
	height: 100%;
}

a.CalendarLinks {color: #184499; display: block; text-decoration: none}
a.CalendarLinks:hover {color : #ffffff; display: block; text-shadow: 1px 1px #333333;}

.CalendarLinks2 {
	font-size: 24px;
	line-height: 1.25;
    display: block;
	height: 100%;
}

a.CalendarLinks2 {color: #184499; display: block; text-decoration: none}
a.CalendarLinks2:hover {color : #ffffff; display: block; text-shadow: 1px 1px #333333;}



.DateTimeDescription {
	font-size: 16px;
	font-style: italic;
}
.TimeZoneDescription {
	font-size: 14px;
}
.EventLocation {
	font-size: 16px;
	font-weight: bold;
}
.Presenter {
	font-size: 16px;
	font-style: italic;
	padding: 0px 0px 0px 0px;
}


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

	.CalendarTableDayCell {
		width: 120px;
		height: 36px;
		font-size: 18px
	}
	.CalendarTableCell {
		width: 120px;
		height: 90px;
		font-size: 16px
	}
	.CalendarTableBlankCell {
		width: 120px;
		height: 90px;
	}
	.CalendarTableCellToday {
		width: 120px;
		height: 90px;
		font-size: 16px
	}
	.datecell {
		width: 32px;
		height: 26px;
		font-size: 18px;
	}
	.CalendarLinks {
		font-size: 16px;
	}
}

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

	h1.PageHeading {
		font-size: 30px;
	}

	.PageHeadingLocation, .PageHeadingLocation span {
		font-size: 30px;
	}

	.PageHeadingMonth {
		font-size: 22px;
	}

	.CalendarTableDayCell {
		width: 100px;
		height: 30px;
		font-size: 16px
	}
	.CalendarTableCell {
		width: 100px;
		height: 80px;
		font-size: 14px
	}
	.CalendarTableBlankCell {
		width: 100px;
		height: 80px;
	}
	.CalendarTableCellToday {
		width: 100px;
		height: 80px;
		font-size: 14px
	}
	.datecell {
		width: 30px;
		height: 24px;
		font-size: 16px;
	}
	.CalendarLinks {
		font-size: 14px;
	}

	.NumberOfEvents {
		font-size: 16px;
	}
}

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

	.CalendarTableDayCell {
		width: 80px;
		height: 20px;
		font-size: 14px
	}
	.CalendarTableCell {
		width: 80px;
		height: 60px;
		font-size: 12px
	}
	.CalendarTableBlankCell {
		width: 80px;
		height: 60px;
	}
	.CalendarTableCellToday {
		width: 80px;
		height: 60px;
		font-size: 12px
	}
	.datecell {
		width: 26px;
		height: 20px;
		font-size: 12px;
	}
	.CalendarLinks {
		font-size: 12px;
	}
	
	.NumberOfEvents {
		font-size: 14px;
	}
}

@media screen and (max-width: 600px) {
	
	.CalendarTable {
		display: none;
	}
	.CalendarMobileTable {
		display: table;
		margin: 0px 6px 20px 0px;
		border-top: 1px solid #0054a7;
		border-left: 1px solid #0054a7;
	}
	.CalendarMobileTable > tr {
		display: table-row;
		border-bottom: 1px solid #0054a7;
		border-right: 1px solid #0054a7;
	}
	.CalendarMobileTable > td {
		display: table-cell;
		width: 500px;
		height: auto;
	}
	.CalendarMobileDateCell, .CalendarMobileDateCellWithEvents
	{
		height: auto;
		margin: 2px 1px 2px 2px;
		padding: 6px 4px 6px 4px;
		background-color: #0054a7;
		border-style: solid;
		border-color: #ffffff;
		border-width: 2px 1px 2px 1px;
		display: table-cell;
	}

	.CalendarMobileDateCell > div, .CalendarMobileDateCellWithEvents > div
	{
		font-size: 20px;
		line-height: 1;
		color: #fdce4a;
		display: block;
		width: 60px;
		padding: 0px 0px 0px 4px;
	}
	
	.CalendarMobileDateCellWithEvents a {
		color: #fdce4a;
	}

	.CalendarMobileWeekDayCell
	{
		height: auto;
		width: 500px;
		font-size: 20px;
		line-height: 1;
		color: #ffffff;
		margin: 2px 0px 2px 0px;
		padding: 6px 4px 6px 4px;
		background-color: #14b649;
		border-style: solid;
		border-color: #ffffff;
		border-width: 2px 0px 2px 0px;
		display: table-cell;
	}
}

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

.CalendarNavButton {
    background-color: #4a78bc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#163d76), to(#7cb1ff));
    background-image: -moz-linear-gradient(top, #163d76 0, #7cb1ff);
    background-image: -webkit-linear-gradient(top, #163d76 0, #7cb1ff);
    background-image: -o-linear-gradient(top, #163d76 0, #7cb1ff);
    background-image: -ms-linear-gradient(top, #163d76 0, #7cb1ff);
    background-image: linear-gradient(top, #163d76 0, #7cb1ff);
    border: 1px solid #ffffff;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 #FFF inset;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
	text-shadow: 1px 1px #333333;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    outline: 0 none;
    padding: 6px 12px 6px 12px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

button.CalendarNavButton:-moz-focus-inner {
    border: 0 none;
    padding: 0; 
    
}

.CalendarNavButton:hover, .CalendarNavButton-hover {
    border: 1px solid #ffffff;
    background-color: #6dbf5c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#256418), to(#99fd84));
    background-image: -moz-linear-gradient(top, #256418 0, #99fd84);
    background-image: -webkit-linear-gradient(top, #256418 0, #99fd84);
    background-image: -o-linear-gradient(top, #256418 0, #99fd84);
    background-image: -ms-linear-gradient(top, #256418 0, #99fd84);
    background-image: linear-gradient(top, #256418 0, #99fd84);
}

.CalendarNavButton:focus, .CalendarNavButton:active, .CalendarNavButton-active {
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    color: #FFFFFF;
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#666666));
    background-image: -moz-linear-gradient(top, #000000 0, #666666);
    background-image: -webkit-linear-gradient(top, #000000 0, #666666);
    background-image: -o-linear-gradient(top, #000000 0, #666666);
    background-image: -ms-linear-gradient(top, #000000 0, #666666);
    background-image: linear-gradient(top, #000000 0, #666666);
   	outline: 0 none;
}

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

#LocationGoogleMap {
	width: 800px;
	max-width: 80vw;
    height: calc(80vw * 0.6);
	max-height: 500px;
	border: 2px solid white;
}

#LocationMap {
	display: inline-block;
	border: 2px solid #0066cc;
	margin: 10px 0px 20px 0px;
}


