/* Enter Your Custom CSS Here */
/* Cards button css - to sit in line bottom of the card*/

/*[class^='maxbutton-'] {*/
.maxbutton-generic {
    margin: 0 -10px -17px -11px;
	padding: 0px 11px 2px 11px;
    width: 100% !important;
}
/*
[class^='maxbutton-'] {
  width: 100% !important;
}
*/
/* Submenu links hover*/
a.submenu:hover
{
   background-color: #FF533D; 
}
/*End of submenu links hover*/

/* Woo Commerce fix */
.woocommerce div.product div.images img 
{ width: auto; 
}

/*Events Manager styling fix*/
table.em-calendar { width:100%; }
table.fullcalendar td{ width:14.28%; }

/*Events calendar styling to have naviagtion at top of calendar*/
.tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
   display: block;
}
/*Modify Book now button event page*/
.tribe-button {padding: 15px 30px !important;
font-size: 18px !important;
font-weight: bold !important;}

/*Remove number of tickets available when booking*/
.tribe-tickets__item__extra__available {display:none !important;}
/*.tribe-events-tickets .tribe-tickets-remaining {display:none !important;}*/

/*Centre featured image for events*/
.tribe-events-event-image{
  text-align:center !important;
  }

.tribe-common-l-container.tribe-events-l-container {
	padding-top: 0px !important;
}

.getstuffed {
	margin: 20px auto !important;
}