/*
Theme Name: SFILEN 
Theme URI: https://github.com/bencarlson/wp-bootstrap
Description: A wordpress 3.9+ theme built on Bootstrap 3
Author: Design Action Collective
Author URI: http://designaction.org
Version: 1.3
*/
@import url("sass/stylesheets/sass_style.css");

#secondary #resource-filter input[type="checkbox"] {
	margin:0;
	position:relative;
	top:-2px;
}
#secondary #resource-filter label {
	font-size:20px;
	font-weight:400;
	margin:5px 0 10px 5px;
}

#gform_wrapper_1 label {
	display: none;

}

ul#gform_fields_1 input{
    -moz-osx-font-smoothing: grayscale;
    color: black;
    font-size: 30px;
    font-weight: 400;
    padding: 15px;
}

.homepage-highlight {
    color:#E54A15;
    font-size:34px;
    padding: 20px 15px 40px;
    line-height:1.2;
    text-transform: uppercase;
}

@media (min-width:768px) {
	.single-tribe_events .tribe-events-event-image {
		float:right;
		max-width:300px;
		margin-left:30px;
	}
	.tribe-events-schedule.tribe-clearfix:after {
		content:none;
	}
	.single-tribe_events .tribe-events-event-meta {
		clear:both;
	}
}