/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.

You're the boss, so have fun editing!

--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Global Styles
2.0 - Responsive media queries (mobile styles)
	2.1 - MAXIMUM width of 720 pixels (phones landscape)
	2.2 - MAXIMUM width of 350 pixels (phones portrait)
	2.3 - MINIMUM width of 721 pixels (tablets+)
	2.4 - MINIMUM width of 1040 pixels (desktops and laptops)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Global Styles
--------------------------------------------------------------*/

/* Menu icons */
ul#menu-sidebar li.menu-item-home .fa:before {
    content: '\f073';
}
body:not(.left-menu-open) .menu-panel #nav-menu > ul > li > a:after, body:not(.left-menu-open) .menu-panel #header-menu > ul > li > a:after, body:not(.left-menu-open) .menu-panel ul li .menupop > a:after, body.left-menu-open #nav-menu > ul > li > a:after, body.left-menu-open #left-panel .menupop > a:after {
	height:0;
}

/* Events Calendar */
.tribe-grid-allday {
	display: none;
}
.type-tribe_events .label {
	background-color: #fff;
    padding: 4px 8px;
    display: inline-block;
    float: right;
    border-radius: 10px;
}
.recurringinfo {
	display: none;
}
.tribe-events-ical {
	display: none!important;
}
.type-tribe_events.tribe-events-category-wedo h2 {
	padding-left: 0!important;
}
.tribe-grid-body div[id*="tribe-events-event-"][class*="tribe-events-category-"].tribe-events-week-hourly-single {
	border-right: 0!important;
}
.tribe-events-venue .tribe-events-venue-meta a.tribe-events-gmap:before, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.tribe_events, .events-archive.events-gridview #tribe-events-content table.tribe-events-calendar tbody td div.type-tribe_events, .tribe-events-grid .tribe-grid-header .tribe-week-today {
	background-color: #f3f3f3!important;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	padding-right: 0;
}
.tribe-events-tooltip, .tribe-bar-disabled {
  display: none !important;
}

/* week */
.type-tribe_events {
	background-color: #f3f3f3!important;
	border-radius: 3px;
}
.tribe-grid-allday .tribe-events-week-allday-single h3.entry-title, .tribe-grid-body .tribe-events-week-hourly-single h3.entry-title, .tribe-grid-allday .tribe-events-week-allday-single h3.entry-title, .tribe-grid-body .tribe-events-week-hourly-single h3.entry-title {
	background-color: #f3f3f3!important;
	border-color: #f3f3f3!important;
}
.page .tribe-events-grid .type-tribe_events h3.entry-title, .tribe-events-grid .type-tribe_events h3.entry-title {
	    padding: 4px 6px 4px 2px;
}
.tribe-events-grid .tribe-scroller {
	height: 600px;
}

/*
.just_an_example {
	color: black;
}
*/

/* PDF embeder interface */
div.pdfemb-toolbar {
	position: static;
}
button.pdfemb-zoomout, button.pdfemb-zoomin,.pdfemb-poweredby {
	display: none!important;
}
div.pdfemb-toolbar div, div.pdfemb-toolbar button, div.pdfemb-toolbar button[disabled] {
	float: none!important;
}
div.pdfemb-toolbar {
	text-align: center;
}


/*--------------------------------------------------------------
2.0 - Responsive media queries (mobile styles)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 - MAXIMUM width of 720 pixels (phones landscape)
--------------------------------------------------------------*/
@media screen and (max-width: 720px) {


	/*
	.just_an_example {
		color: black;
	}
	*/


}/* don't delete this closing bracket */





/*--------------------------------------------------------------
2.2 - MAXIMUM width of 350 pixels (phones portrait)
--------------------------------------------------------------*/
@media screen and (max-width: 350px) {


	/*
	.just_an_example {
		color: black;
	}
	*/


}/* don't delete this closing bracket */





/*--------------------------------------------------------------
2.3 - MINIMUM width of 721 pixels (tablets+)
--------------------------------------------------------------*/
@media screen and (min-width: 721px)  {


	/*
	.just_an_example {
		color: black;
	}
	*/


}/* don't delete this closing bracket */





/*--------------------------------------------------------------
2.4 - MINIMUM width of 1040 pixels (desktops and laptops)
--------------------------------------------------------------*/
@media screen and (min-width: 1040px)  {


	/*
	.just_an_example {
		color: black;
	}
	*/


}/* don't delete this closing bracket */
