.tribe-common .tribe-common-g-row {
	border-radius: 30px;
	margin:40px 40px;
	padding:20px;
	background-color: #29323a;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {width: 100%;}

/** Calendar button **/
.tribe-events-c-subscribe-dropdown__button-text {text-transform: uppercase;}
/** End Calendar button **/

.tribe-common .tribe-common-l-container, .tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {padding:0;}

/** List View Font Size **/
.tribe-events-calendar-list__event-date-tag-weekday, h3.tribe-events-calendar-list__event-title {font-size: 1em !important;}
.tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {font-size: 2.0em !important;}

@media screen and (max-width: 810px) {
	.tribe-events-calendar-list__event-date-tag.tribe-common-g-col {display:none;}
}

/* Custom Buttom Underline From Center */
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {padding:0 !important;}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button button.tribe-events-c-subscribe-dropdown__button-text {
  padding: 1em 2em !important;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;	
}
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button button.tribe-events-c-subscribe-dropdown__button-text:before {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background:#fff;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button button.tribe-events-c-subscribe-dropdown__button-text:hover:before
{
  left: 0;
  right: 0;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button button.tribe-events-c-subscribe-dropdown__button-text:hover,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button button.tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button button.tribe-events-c-subscribe-dropdown__button-text:active
{
  background:#ffde00;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5) !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within {
	background-color: inherit;
}
/* End Custom Buttom Underline From Center */