

a.fl-button + a.fl-button {
	margin: 15px 0 0 15px;
}

.heading-decoration .fl-heading {
	background: url(/wp-content/uploads/gradient-deco-bar.png) center left no-repeat;
}

.heading-decoration .fl-heading .fl-heading-text {
	background-color: #fff;
	padding-right: 15px;
}

/* Header Search */

#header-search .widget_search form {
	width: 200px;
	float: right;
	margin-right: 15px;
}

/*#header-search .widget_search form .fl-search-input {
	background: url(/wp-content/uploads/icon-search.png) no-repeat right 10px center;
	padding-right: 30px
}*/

/* Header Menu (Shop, Donate) */

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-menu-item-donate > a.mega-menu-link {
	color: #ED2A2B;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-menu-item-donate > a.mega-menu-link:hover {
	color: #01ADA8;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-menu-item-shop > a.mega-menu-link {
	color: #01ADA8;
}

/* gMap iframe */

.iframe-container {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.iframe-container iframe {
	position: absolute;
	/* top: 0; */
	/* left: 0; */
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

/* Footer */

.cpf-footer-badges {
	text-align: right;
	font-size: 14px;
}

.cpf-footer-badge {
	opacity: 0.5;
}

#fl-main-content > div > div > header > div.tribe-events-c-top-bar.tribe-events-header__top-bar > div.tribe-events-c-top-bar__datepicker > button {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 6px;
}

#tribe-events-search-filters-container {
	padding-right: 15px;
}

#fl-main-content > div > div > header > div.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border > div.tribe-events-c-events-bar__views > div > button > span.tribe-events-c-view-selector__button-text.tribe-common-a11y-visual-hide {
	color: white;
}

select {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #4d4d4d;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.gform_wrapper ul {
	padding-left: 0;
}
.gfield_checkbox br{
	display: none;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0;
}