/** Fix Footer Padding **/
.site-footer.container.cf {
    position:relative;
    top:35px!important;
}
/** Join Now Button **/
div.join_block {
}
.join_button a {
    background-color:rgba(255,0,0);
    border-radius:15px;
    padding:12px 18px;
    /** border:solid 1px #ddd; **/
    max-width:350px;
    text-align: center;
    font-size:24px;
    color:#ffffff;
}
.join_button a:hover {
    background-color:#000000;
    color:#ffffff;
}
/** ADJUST JOIN NOW FONT SIZE FOR SMALLER DEVICES **/
@media screen and (max-width: 550px) {
.join_button a {
    font-size: 1.15em;
}
}
/**** END JOIN NOW BUTTON ****/

/*
Description: Custom Ning Theme developed for WineSeekers
Purpose: Wine-Lovers Community
Author: Jen of http://ningcustomdesign.com
Default Ning Theme - Aqueous Ning 3.0 DS V.2
*/
/** Added background to delete button 10-22-2021 **/
.button-delete {
    background:#ffffff;
}
div.aboutNetwork {
    line-height:1.50em;
}
/** Hide Tags and Comments under Welcome Blog Post, on Home Page **/
.page-home .section-blogBundle-6648219-Bundle-11349 .entry-footnote {
    display:none;
}
 body,
.content-name,
.entry-title > a,
.entry-title > a:hover {
    font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important;
}
.content-name {
    font-size: 26px;
    font-weight:bold;
}
/* Link Color for Pop Ups and Small Links */
small a {
    color:#ffab38!important;
}
.mainTab-item a, .mainTab-item a:hover {
    font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important;
    text-transform:uppercase!important;
    font-weight: normal!important;
    font-size: 15px;
}
.mainTab-item.active a {
    font-weight:bold!important;
}
p {
    font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important;
    line-height: 1.65em;
}
.module-name,
.module-name a {
    font-family: 'Satisfy', cursive!important;
    font-size: 30px!important;
    padding:5px!important;
}

.header-logoImage img {
    margin-top: 10px;
}
/** ADD TAGLINE **/
.navbar > ul:before {
    content:"Exceptional Wines...Exceptional People";
    font-family: 'Satisfy', cursive;
    display:block;
    float:right;right:145px;
    position:absolute;
    bottom:3.25em;
    font-size:26px; color:#333333;
}
/** CENTER BLOG POST IMAGES on BLOG LIST PAGE AND BLOG DETAIL PAGES **/
.blogDetailPage-mainSection .blogDetailPage-image,
.blogListPage .image-contain {
    margin:0 auto!important;
    padding-bottom:20px;
}

/* Fix Padding on Photo List Page */
div.photoListPage.sheet {
    padding: 20px 5px!important;
}

/* Remove unattractive Ning Gradient from Profile Page Cover Image */
.banner-overlay:before {
    background: transparent!important;
}

.banner-info > h2, .banner-info > p {
    color: #333333;
    text-shadow: 0 0px 0 #000000!important;
}
/** Profile Page Questions **/
.aboutTab-question {
    font-weight:bold;
    color:#b90000;
    
}
.aboutTab-answer {
    font-weight:bold;
}
.aboutTab-questionAndAnswer p {
    font-weight:bold;
}
.page-who-s-sipping-what .ning-likebox:before {
    content:"Like this wine";
    font-weight: bold;
    color:#cc0000;
}
/** Winery Directory Article Page **/
.page-winery-directory a {
    text-decoration: underline;
}
/* Hide # of Articles */
.page-winery-directory .pageSearch-outer {
    display:none;
}
.page-winery-directory .content-name:after {
    content:"* CTRL F - Search List *";
    margin-left:20px;
    font-size:14px;
    color:#b90000;  
}
/** Article Module - ALL Wineries PDF Article Page **/
.page-winery-directory-a-z-all-ca-wineries-pdf .entry-title:after {
    content:"* CTRL F - Search Entire PDF * (.i.e. Locate Wineries in Sonoma...)";
    margin-left:20px;
    font-size:14px;
    color:#333333;
}
/** CSS FOR ARTICLES ON MOBILE **/
@media only screen and (max-device-width: 1024px) {
.page-winery-directory iframe {
    height:200px;
}
}

/** CSS for HTML based Directory pages, instead of PDF embedded - NOT USING **/
.page-winery-directory td strong span {
    color:#b90000;
}
.page-winery-directory td span {
    color:#333;
}
.page-winery-directory td {
    height:30px!important;
}

.page-members .ning-likebox:before {
    content:"Like this member";
    font-weight: bold;
    color:#cc0000;
}

/** CENTERED HOME PAGE MEMBER AVATARS **/
.page-home .section-members .membersSection-avatars {
    margin:0 auto!important;
}
.page-home .membersSection-avatars {
    padding-left:15px;
}

/* Group Header */
.groupHeader:not(.groupHeader-coverPhoto) {
    padding: 0px;
}
.page-groups .aboutGroupSection div.entry-content p {
    font-size:1.40em;
}

.groupHub-groupTitleContainer {
    height: 55.5px;
}
.groupHub-groupTitle > span {
    overflow:visible;
}
/* Mobile and Tablet View */
@media (max-width: 768px) {
.header-logoImage img {
    min-height: 133px!important;
    width: auto;
}
}
/* Mobile View */
@media (max-width: 415px) {
.header-logoImage img {
    min-height: 102px!important;
    width: auto;
    margin-top:25px;
    margin-left:10px;
}
body, body::before {
    background-position: right 180px!important;
}
}
/* Any screen below 768, remove the tagline. */
/*******  @media (max-width: 765px) {
.navbar ul:after {
    content:" ";
}
}  ********/