/*
 Theme Name:   Blade Child
 Theme URI:    https://themeforest.net/user/greatives
 Description:  Blade Child Theme
 Version:      3.6.1
 Author:       Greatives Team
 Author URI:   https://greatives.eu
 Template:     blade
*/

@media (max-width: 900px) {

  .grve-feature-header .grve-column {
	padding-left: 5px;
	padding-right: 5px;
	} 
	.grve-section .grve-container {
		padding-left: 10px;
		padding-right: 10px
	}
	.grve-section .grve-column {
		padding-left: 10px;
		padding-right: 10px;
	}

}

body.search .grve-page-title .grve-graphic,
body.search #grve-feature-section .grve-graphic,
body.search .grve-page-title .grve-subheading,
body.search #grve-feature-section .grve-subheading,
body.search .grve-page-title .grve-title,
body.search #grve-feature-section .grve-title,
body.search .grve-page-title .grve-description,
body.search #grve-feature-section .grve-description,
body.search .grve-page-title .grve-btn,
body.search #grve-feature-section .grve-btn {
    opacity: 1 !important;
}

@media screen and (max-width: 768px) {
	.tribe-events .tribe-events-c-view-selector {
		width: auto !important;
	}
	.tribe-events .tribe-events-c-events-bar__views {
		justify-content: start !important;
	}
	.tribe-events .tribe-events-c-events-bar {
		display: block;
	}
	.tribe-events .tribe-events-c-events-bar__search-button-icon-svg path {
		fill: white !important;
	}
	.tribe-common .tribe-common-c-svgicon__svg-fill {
		fill: white !important;
	}
	.tribe-events-calendar-month  .tribe-events-calendar-month__day-cell {
  		background-color: white !important; /* your color */
	}
}

button.tribe-events-c-subscribe-dropdown__button-text.tribe-common-c-btn--clear:hover {
	background-color: #334AFF !important;
}

div.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
	background-color: transparent !important;
}

button.old.day.past {
	padding: 0.7rem !important;
}

button.active.day.current {
	padding: 0.7rem !important;
}

button.day {
	padding: 0.7rem !important;
}

section.tribe-common-l-container.tribe-events-l-container {
	padding-bottom: 50px !important;
}

.datepicker-days .day {
    background-color: white !important;
    color: black !important;
}

.datepicker-days .day.active {
    background-color: #0073ff;
    color: #fff;
}

.no-pointer-btn {
    cursor: unset !important;
}

