/*
Theme Name: 	BuddyBoss Child
Theme URI: 		https://www.buddyboss.com/
Description: 	A child theme of BuddyBoss Theme. To ensure easy updates, make your own edits in this theme.
Author: 		BuddyBoss.com
Author URI: 	https://www.buddyboss.com/
License: 		GNU General Public License v3 or later
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html
Template: 		buddyboss-theme
Version: 		1.0.0
*/

/*

-- Stylesheet locations --

Add your own customizations into /css/custom.css in this child theme.

Parent styles are called from /buddyboss-theme/inc/theme/functions.php in the 
parent theme and are located in /buddyboss-theme/assets/css/ in the parent theme.


--- If you are editing CSS via the WordPress admin, do the following ---

1. Install the plugin WP Editor: http://wordpress.org/plugins/wp-editor/
2. Navigate to Appearance > Theme Editor in the WordPress admin.
3. Navigate into the /css/ folder of your child theme to edit custom.css.

*/

.bb-grid.contact-grid {
    margin-left: 20px;
    margin-right: 20px;
    gap: 20px;
}
.emailAddress .contact-grid .sm-grid-1-3{
    padding: 0px;
    width: calc(33.33% - 20px);
    flex: auto;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row{
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row:last-child{
    border-bottom: none;
    margin-bottom: 0px !important;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events section.tribe-common-l-container.tribe-events-l-container{
    padding-bottom: 40px;
}
.webinars .sm-grid-1-3.grid-webinars {
    padding: 15px 10px;
}
.entry-header .entry-title{
    text-align: center;
}



@media screen and (max-width: 800px) {
    .tribe-events .tribe-events-calendar-latest-past__event-row {
        margin-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0px;
        border-bottom: 1px solid #ddd;
    }
}

@media screen and (max-width: 480px) {
    body.post-type-archive-tribe_events .tribe-events-l-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}