/*
Theme Name: Presidio Golf Course
Theme URI: https://www.presidiogolf.com
Version: 1.0
Text Domain: presidio
Template: fairwaygreen
*/


.qodef-title--breadcrumbs {
	display: none;
}

/*////////////////////////
Events Calendar
////////////////////////*/

.tribe-events-meta-group a {
    color: #cd4f30;
}

.tribe-events-event-meta a:focus,
.tribe-events-event-meta a:hover {
    color: #cd4f30;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	border: 1px solid #cd4f30;
	color: #cd4f30;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #cd4f30;
    color: #f9f1db;
}

.tribe-events-content a {
	border-bottom: 1px solid #cd4f30;
	color: #cd4f30;
}
.tribe-events-content a:active, .tribe-events-content a:focus, .tribe-events-content a:hover {
    border-bottom: 1px solid currentColor;
    color: #cd4f30;
}

.tribe-events .tribe-events-c-view-selector__button:before {
    background-color: #cd4f30;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    background: #1f4d25;
}


.tribe-event-schedule-details span {
	font-size: 17px;
}

.tribe-events-list-separator-month {
    text-align: center;
}

#tribe-events .tribe-events-button, .tribe-events-button {
	display: none;
}

.single-tribe_events .tribe-events-single-event-title {
    background: none;
    color: #000000;
}
.tribe-events-schedule h2 {
    margin-top: 0;
    margin-bottom: 1em;
}
.tribe-events-schedule h2 span {
    font-size: 1em;
}

.event-deets {
	margin-left: 20px;
	margin-right: 20px;
}

.tribe-events-list h2.tribe-events-page-title {
	text-align: left;
}
#tribe-events .tribe-events-content img.alignright {
	float: right;
}


input.rc-button, a.rc-button {
	background: #4892dc;
	border-radius: 2px;
    border: 1px solid #ffffff;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    text-indent: 0;
    color: #ffffff;
    line-height: 20px !important;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 40px !important;
	margin: 10px 0;
    text-shadow: 0px 1px 1px rgba(000,000,000,0.3), 0px 1px 0px rgba(255,255,255,0.3);
}
a.rc-button span {
    font-size: 13px;
	padding: 0 !important;
	line-height: 20px !important;
}