/*
 Theme Name:     Divi Footer Child
 Theme URI:      http://
 Description:    Divi Child Theme
 Author:         Aboundant
 Author URI:     http://www.aboundant.com/
 Template:       Divi
 Version:        1.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

#tribe-events-pg-template {
  margin: 12em auto;
}


/* Print formatting for calendar page */
@media print {
    @page {
        margin: 0.25in;
    }
    
    body.events-archive #top-header,
    body.events-archive #main-header,
    body.events-archive #tribe-events-bar,
    body.events-archive #tribe-events-header,
    body.events-archive #tribe-events-footer,
    body.events-archive .tribe-events-ical,
    body.events-archive .tribe-events-after-html,
    body.events-archive #sitewide-footer,
    body.events-archive #main-footer {
        display: none !important;
    }
    
    body.events-archive .tribe-events-ical {
        color: rgba(0,0,0,0) !important;
        background-color: rgba(0,0,0,0) !important;
    }
    
    #tribe-events-content .tribe-events-calendar td,
    #tribe-events-content table.tribe-events-calendar {
        border: 2px solid #bbb !important;
    }

    body.events-archive #tribe-events-pg-template,
    body.events-archive .tribe-events-pg-template {
        max-width: unset;
    }
    
    body.events-archive #tribe-events-pg-template {
        margin: 0px;
    }
    
    	body.events-archive h2.tribe-events-page-title {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    
    body.events-archive #tribe-events-content .tribe-events-calendar td {
        height: 70px;
    }
    
    body.events-archive #tribe-events-content {
        margin: 0;
    }
}