/*
Theme Name:   sinatrachild
Description:  Write here a brief description about your child-theme
Author:       Administrator
Author URL:   https://poets.drifting-sands-haibun.org
Template:     sinatra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  sinatrachild
*/

/* Write here your own personal stylesheet */



.sidebar {
        float: left;
        margin-right: -100%;
        max-width: 413px;
        position: relative;
        width: 29.4118%;
    }






add_filter( "tribe_get_option_tribeEventsTemplate", 'tec_ce_template_override', 10, 3 );

function tec_ce_template_override( $value, $optionName, $default ) {

	if ( ! tribe_is_community_my_events_page() && 'default' == $default ) {
		return $value;
	}

	return "";
}