/*--
	Theme Name: theme52998
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 3.8.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.2
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */

h4 {
    font-size: 22px !important;
    font-weight: normal !important;
}
#mainCaptionHolder {
    text-shadow: 2px 2px 2px rgba(50, 50, 50, 0.25) !important;
}
.isStuck .logo { width:100% !important; }
.tribe-bar-filters { display: none; }

.tribe-events-list-separator-month span {
    background-color: rgba(255,255,255,0.0) !important;
    bottom: 20px;
    position: relative;
}
.tribe-events-event-meta {
    font-size: 15px !important;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #7a9d00 !important;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	background-color:#ffffff !important;
	border-color:#615d56;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.wpcf7-submit {
    padding: 10px 15px !important;
    background-color: #7a9d00 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;    
}
.wpcf7-submit:hover {
    padding: 10px 15px !important;
    background-color: #7a9d00 !important;
    color: #ffffff !important;
}
.wpcf7-list-item {
    display: block;
    padding-bottom: 8px;
}