/*
 Theme Name:   WeStand Child
 Theme URI:    http://example.com/westand-child/
 Description:  WeStand Child Theme
 Author:       Kurt Metzler
 Author URI:   http://example.com
 Template:     westand
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  westand-child
*/

/* 2022-03-09 Added by Ittichai (Zebra Technologies) to work around CS Theme option > Donation issue
 This CSS is hard coded to hide the second list of the modal
*/
.modal-body ul li:first-child + li {
   display:none;
}

/* 2022-12-06 Added by Ittichai (Zebra Technologies) to work around CS Theme option 
 * Hide the Upcoming Events and latest news
 * If future change, just repeat with number of elements until hidden
*/
/* Hide Upcoming Events at 5th position */
/* 2022-12-29 5th to 3rd & 4th */
.element_size_33~.element_size_33~.element_size_33, .element_size_33~.element_size_33~.element_size_33 {
   display:none;
   visibility: hidden;
}

/* Hide Latest News at 7th position */
.element_size_100~.element_size_100~.element_size_100~.element_size_100~.element_size_100~.element_size_100~.element_size_100 {
   display:none;
   visibility: hidden;
}


