/*
Template: hummingbird
Theme Name: hummingbird_custom
Theme URI:http://open-cage.com/hummingbird/
*/

#searchsubmit {
	position: absolute !important;
	top: 15px !important;
}

.widgettitle {
	margin-top: 30px !important;
}

.widgettitle span {
	border: none !important;
}

.widgettitle {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) insetn !important;
}

.sidebar {
    font-size: 1.4em !important;
}

.row {
	background-color: white;
}

@media only screen and (min-width: 1100px) {
	.container-fluid{
		width: 1100px;
		margin: 20px auto;
	}

	.row {
		padding: 15px;
	}
}

@media only screen and (max-width: 1100px) {
	.container-fluid{
		margin: 0;
		padding: 0;
	}

	.col-xs-12 img{
		width: 100% !important;
	}

	.col-xs-12 span{
		margin-top: 10px !important;
		margin-left: 15px !important;
		background-color: gray;
		color: white;
		padding: 2px 4px;
		font-size: 1.3em;
		font-weight: bold;
	}

	.col-xs-12 h2{
		margin-left: 15px !important;
		margin-top: 10px !important;
		padding-bottom: 10px !important;
		font-size: 2em;
	}
}
