/*
Theme Name:     VenueX Child Theme
Theme URI:      
Description:    Child theme for VenueX
Author:         ThemeCanon
Author URI:     http://www.themecanon.com
Template:       venuex
Version:        1.0.0
*/


/* Theme customization starts here
-------------------------------------------------------------- */

#fb-root.fb_reset {
	display: block;
}
#fb-root.fb_reset .fb_iframe_widget span iframe[style] {
	max-width: 384px !important;
}

.read__more_btn  {
	display: flex;
  	justify-content: center;
}
.read__more_btn div.btn:hover {
	background-color: #809f0f;
 	border-color: #809f0f !important;
}
.read__more_btn div.btn {
	display: none;
	width: 200px;
}
@media screen and (max-width: 767px){
	.read__more_btn div.btn {
		width: 100%;
		max-width: 0 40px;
	}
}
.read__more_btn div.btn.active {
	display: block;
}
.pb-block-schedule li.toggle_event.hidden_event {
	display: none;
}