

.vvcommunity .vvcommunity-form-section-header {
	font-size: 16px;
	line-height: 1.4;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
}
.vvcommunity .vvcommunity-form-input-label {
	margin-bottom: 5px;
	margin-left: -20px;
	font-size: 14px;
}
.vvcommunity .vvcommunity-form-input-block {
	margin-left: 10px;
	margin-bottom: 20px;
}
.vvcommunity .vvcommunity-form-input-block span {
	font-size: 13px;
	font-style: italic;
    color: #b4b0b0;
}
.vvcommunity .vvcommunity-form-input-block .vvcommunity-time-block select {
	height: 30px;
}
.vvcommunity .vvcommunity-form-input-block .vvcommunity-time-block #rideshare_time_option {
	width: 160px;
	height: 30px;
}
.vvcommunity .vvcommunity-form-input-block .vvcommunity-time-block select {
	width: 55px;
	height: 30px;
}
.vvcommunity .vvcommunity-form-input-block .vvcommunity-time-block #rideshare_time_ampm {
	width: 65px;
}
.vvcommunity .vvcommunity-form-input-block .error {
	margin-left: 10px;
	font-style: italic;
	color: #ff0000;
}

.vvcommunity .vvcommunity-form-input-block #travelshare_month {
	width: 65px;
}
.vvcommunity .vvcommunity-form-input-block #travelshare_year {
	width: 100px;
}

.vvcommunity .vvcommunity-form-input-block #wantad_title {
	width: 500px;
}

.vvcommunity .vvcommunity-form-share-card {
	max-width: 500px;
	margin: auto;
	margin-bottom: 20px;
}

.vvcommunity .vvcommunity-route-header,
.vvcommunity .vvcommunity-direction-header {
	margin-top:20px;
	margin-bottom: 10px;
}
.vvcommunity .vvcommunity-route-header h3,
.vvcommunity .vvcommunity-direction-header h3 {
	margin-bottom: 0;
}

.vvcommunity .rideshare-part {
}
.vvcommunity .rideshare-part-date,
.vvcommunity .tradeshare-part-datemonth,
.vvcommunity .wantad-part-type,
.vvcommunity .wantad-part-title {
	font-weight: bold;
}
.vvcommunity .rideshare-part-timeoption {
}
.vvcommunity .rideshare-part-time {
}
.vvcommunity .rideshare-part-message,
.vvcommunity .travelshare-part-notes,
.vvcommunity .wantad-part-notes {
	color:#999;	
}
.vvcommunity .rideshare-part-contact,
.vvcommunity .travelshare-part-contact {
	color:#999;	
	font-style: italic;
}
.vvcommunity .vvcommunity-route-rideshares table td,
.vvcommunity .vvcommunity-direction-travelshares table td {
	vertical-align: top;
}

.vvcommunity .vvcommunity-share-card {
	border: 1px solid #d3d3d3;
    border-bottom-color: #c4c4c4;
    border-bottom-width: 2px;
    border-radius: 4px;
    background-color: #f8f8f8;
    padding: 5px;
    padding-left: 70px;
    text-indent: -65px;
    margin-bottom: 5px;
}
.vvcommunity .vvcommunity-rideshare-card {
    padding-left: 65px;
    text-indent: -60px;
}
.vvcommunity .vvcommunity-travelshare-card {
    padding-left: 80px;
    text-indent: -75px;
}
.vvcommunity .vvcommunity-wantad-card {
    padding-left: 80px;
    text-indent: -75px;
}
.vvcommunity .vvcommunity-message {
	text-align: center;
	max-width: 500px;
	margin: auto;
	margin-bottom: 20px;
}
.vvcommunity .vvcommunity-message .vvcommunity-message-header {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}
.vvcommunity .vvcommunity-message .vvcommunity-message-body {
	text-align: center;
}
.vvcommunity .vvcommunity-message .vvcommunity-message-body ol {
	text-align: left;
}
.vvcommunity .vvcommunity-message .vvcommunity-message-share-card-title {
	text-align: left;
	padding: 5px;
	text-transform: uppercase;
}
.vvcommunity .vvcommunity-message .vvcommunity-message-share-card {
	text-align: left;
	padding: 5px;
	margin-bottom: 20px;
}
.vvcommunity .vvcommunity-message .vvcommunity-message-share-card-warning {
	color:rgb(146, 111, 20);
	border-style: solid;
	border-color: rgb(146, 111, 20);
	border-width: 2px;
	background-color: khaki;
	text-align: left;
	padding: 5px;
	margin: 10px;
}


.vvcommunity .vvcommunity-wantads-type {
	padding-bottom: 30px;
}
.vvcommunity .wantad-part-contact {
	font-style: italic;
}
.vvcommunity .vvcommunity-wantads-type-menu {
	padding-bottom: 30px;
	text-align: right;
}

/* Want-Ad Masonry */
html {
  /* BOX HACKING to make auto-sizing work in Safari */
  box-sizing: border-box;
}

*, 
*:before, 
*:after {
  /* BOX HACKING to make auto-sizing work in Safari */
  box-sizing: inherit;
}

.vvcommunity .vvcommunity-masonry {
	display: grid;
	grid-gap: 1em;
	grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
	grid-auto-rows: 0;
}

.vvcommunity .vvcommunity-masonry-content {
	overflow: hidden;
}

.vvcommunity .vvcommunity-masonry-brick {
	grid-row-end: span 25; /* temp until JS recalculates */
	border: 1px solid #d3d3d3;
    border-bottom-color: #c4c4c4;
    border-bottom-width: 2px;
    border-radius: 4px;
    background-color: #f8f8f8;	
    /*color: #2f3640;*/
	/*background-color: #f5f6fa;*/
	transition: opacity .25s ease-in-out;
}

.vvcommunity .vvcommunity-masonry-brick img {
	width: 100%;
}

.vvcommunity .vvcommunity-masonry-brick img:hover {
	 opacity: .7;
}

.vvcommunity .vvcommunity-masonry-title,
.vvcommunity .vvcommunity-masonry-description {
	margin: 0;
}

.vvcommunity .vvcommunity-masonry-title {
	font-weight: bold;
	/*font-size: 1.1rem;*/
	padding: 3px 6px;
}

.vvcommunity .vvcommunity-masonry-description {
	padding: 5px 5px 10px 5px;
	/*font-size: .75rem;*/
	border-top: 1px solid #eee;
	color: #666;
}

.vvcommunity .vvcommunity-masonry-contact {
	float: left;
	padding-left: 15px;
	padding-bottom: 5px;
}
.vvcommunity .vvcommunity-masonry-date {
	float: right;
	font-size: 80%;
	padding-right: 10px;
	padding-bottom: 5px;
}


.vvcommunity .vvcommunity-wantad-summary-wrapper {
	display: grid;
	grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr) ) ;
}
.vvcommunity .vvcommunity-wantad-summary-box {
    padding: 5px;
}
.vvcommunity .vvcommunity-wantad-summary-header {
	text-transform: uppercase;
	font-weight: bold;
}
.vvcommunity .vvcommunity-wantad-summary-item {
	margin: 10px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
}

.vvcommunity .vvcommunity-wantad-summary-body {
	border: 1px solid #d3d3d3;
    border-bottom-color: #c4c4c4;
    border-bottom-width: 2px;
    border-radius: 4px;
    background-color: #f8f8f8;	
}
.vvcommunity .vvcommunity-wantad-summary-image {
	width: 40px;
	float: left;
	margin-right: 10px;
	border: 1px solid #aaa;
}
.vvcommunity .vvcommunity-wantad-summary-title {
}
.vvcommunity .vvcommunity-wantad-summary-more,
.vvcommunity .vvcommunity-wantad-summary-more a,
.vvcommunity .vvcommunity-wantad-summary-more a:visited {
	float: right;
	color: #aaa;
	margin: 10px;
}
.vvcommunity .vvcommunity-wantad-summary-none {
	float: left;
	margin: 10px;
	color: #aaa;
}
.vvcommunity .vvcommunity-wantad-summary-clear {
	clear: both;
}

.vvcommunity .vvcommunity-wantad-mini-wrapper {
	display: grid;
	grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr) ) ;
}
.vvcommunity .vvcommunity-wantad-mini-box {
    padding: 5px;
   	border: 1px solid #d3d3d3;
    border-bottom-color: #c4c4c4;
    border-bottom-width: 2px;
    border-radius: 4px;
    background-color: #f8f8f8;	

}
.vvcommunity .vvcommunity-wantad-mini-clear {
	clear: both;
}


/* admin */
.vvcommunity_page_vvcommunity_wantads thead .column-wantad_title { width: 250px; }
.vvcommunity_page_vvcommunity_wantads thead .column-wantad_type { width: 75px; }
.vvcommunity_page_vvcommunity_wantads thead .column-wantad_image { width: 75px; }
/*.vvcommunity_page_vvcommunity_wantads thead .column-wantad_notes { width: 500px; }*/
.vvcommunity_page_vvcommunity_wantads thead .column-wantad_name { width: 125px; }
.vvcommunity_page_vvcommunity_wantads thead .column-wantad_email { width: 125px; }
.vvcommunity_page_vvcommunity_wantads thead .column-wantad_status { width: 75px; }
.vvcommunity_page_vvcommunity_wantads thead .column-wantad_post_date { width: 125px; }

.vvcommunity .hidden {
	display: none !important;
}

.vvcommunity .vvcommunity-spinner {
	display: block;	
	min-width: 50px;
	min-height: 50px;
	margin: 0 auto;
	background-image: url('../images/spinner.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

