/* Print Style Sheet */
@media print {
	body.page-id-2151 .fc-day-grid-container.fc-scroller {
	    height: 100% !important;
	}
	body.page-id-2151 .vc_column_container > .vc_column-inner {
	    padding-left: 30px;
	}
	body.page-id-2151 #content-container .box {
	    margin-bottom: 0 !important;
	}
	body.page-id-2151 header#featuredbox,
    body.page-id-2151 .fc-toolbar .fc-left,
    body.page-id-2151 .fc-toolbar .fc-right,
	body.page-id-2151 .wpfc-calendar-search,
	body.page-id-2151 .schedule-print-button-textarea {
	    display: none;
	}
	body.page-id-2151 .wpfc-calendar-search {
	    display: none !important;
	}
	body.page-id-2151 .wpfc-calendar {
        width: calc(100% - 20px);
        margin: 0 auto;
	}
	body.page-id-2151 *:not(.fc-event) {
	    background-color: transparent !important;
	}
	body.page-id-2151 .fc-basic-view .fc-body .fc-row {
	    min-height: 0px;
	}
}