/*
Theme Name: Campaign Child Theme
Template: campaign
*/

@import url("../campaign/style.css");

#header #searchform {
	margin-top: 0;
}
#slides_wrap {
	min-height: 412px;
	padding-bottom: 43px;
}

#slides {
	height: 412px;
}

.slides_container {
	height: 410px;
}

element.style {
	height: 410px;
}

.slides_container div {
	height: 410px;
}

.slides_container
.slides_image_wrap {
	height: 410px;
}

ul.pagination {
	margin-top: 2px;
}

#slide_widget {
	
}
#home_widgets {
	margin: 17px -30px 30px;
}

.post ul li {
    padding: 0.4em;
}

.aligncenter img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) { 
	/* Set the .body_span styles for responsive */

	#slide_widget {
		margin-top: 50px;
	}
}

