/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://114fd7c063.nxcli.net/generatepress-child/
 Description:  GeneratePress Child Theme
 Author:       Patrick C Since 07/28/2022
 Author URI:   https:/rockridgefellowship.org
 Template:     generatepress
 Version:      Since 3.1.3
 License:      Commercial License
 License URI:  
 Tags:         
 Text Domain:  generatepress-child
*/

/**
 * SEE ALSO CUSTOM CSS IN WP EDITOR
*/

/**
 * Add italics to the "read more" link
 * 
*/
a.read-more { font-style: italic; } 

/** As of 3/11/2022: 
 * Adding CSS to disallow clicking through to 
 * all posts by author
 * (revisit as more authors/posts added)
*/
.post-author a { pointer-events: none; }

/** 
 * moved from custom css in wp admin to here 8/5/2022:
 */

a { text-decoration: underline; }
p { color:var(--global-color-10-deepblue) }
.rrf-accordion-button-alignleft { text-align: left; }

/* post excerpts */
div.dynamic-entry-excerpt p { color:var(--base-3); }
/* hiding categories/hashtags on post archives */
div.gb-grid-wrapper.gb-grid-wrapper-32757cf9 { display: none; }



/* TSML */
input#btnToggleMap {color:#fff;} /* button for the meeting change request form */

div#tsml #meetings .controls ul.dropdown-menu div.expand { display: none; }
div#tsml #meetings .controls ul.dropdown-menu ul.children { height: auto; }
div#tsml a { text-decoration: underline; font-weight:bold; color: var(--global-color-10-deepblue) !important;}
div#tsml a::hover { color: var(--global-color-pink) !important;}
div.control-region { display:none; }
div.control-search { display:none; }
div#action.btn-group.btn-group-justified { display:none; }
.region{ display: none; }
#tsml #meetings .results table tbody tr td.region { display: none; }

table.tsml_next_meetings .region { display:none; } 
table.tsml_next_meetings div.location-name { display:none; }
table.tsml_next_meetings div.attendance-online small { letter-spacing:2px; }
/* 
 * note below: 
 * had to comment out color
 * in TSML's widgets.php 
 * (made other changes there, too)
 * :-( 
 * */
.tsml-widget-upcoming .type-onl small { 
  font-weight:bolder;
  color: var(--base-3) !important;
}
.tsml-widget-upcoming {
  color: var(--base-3) !important;
}

/*
 * makes room for vertically offset icon 
 */ 
.standalone-info-container-grid {
  margin-top: 60px;
}

/* TSML UI */
#tsml-ui .location .meetings, #tsml-ui .group .meetings {
  display: none !important;
}

