@media (max-width: 980px) {
	#wrapper > section {
		width: auto;
		margin: 0 15px 20px 15px;
	}
}
@media (min-width: 768px) and (max-width: 825px) {
	#top-menu a {
		font-size: 120%!important;
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	body {
		padding-left: 0;
		padding-right: 0;
		padding-top: 80px!important;
	}
	#wrapper {
		padding: 0;
	}
	#header .boxwrapper {
		padding: 0;
	}
	#services-menu .row div[class*="col-"] {
		text-align: left;
	}
	#footer [class*="col-"] {
		text-align: center;
	}
	#header-logo img {
		height: 45px;
		width: auto;
		float: left;
		max-height: none;
		margin: 10px 20px;
	}
	#quick-info .well {
		text-align: center;
		margin-bottom: 20px;
	}
	.menu-toggle, .call {
		padding-top: 6px;
	}
	.call {
		padding-top: 8px;
	}
	#footer .social-links {
		text-align: center;
		padding: 20px 0 70px 0;
		float: none;
	}
	#footer .social-links li {
		float: none;
		display: inline-block;
	}
	.home-column {
		margin-bottom: 40px;
		text-align: center;
	}
	.home-column:last-child {
		margin-bottom: 0;
	}
	.home-column .btn {
		margin: 0 auto;
	}
}
@media (orientation: portrait) and (min-width: 640px) {
	.home-column .wpcf7 .btn-primary {
		padding-left: 10px;
		padding-right: 10px;
	}
	.slideshow-wrapper .slide {
		font-size: 90%;
	}
	#header-logo img {
		margin-left: 10px;
	}
}
@media (max-width: 520px) {
	.slideshow-wrapper div.caption {
		max-width: 100%;
		font-size: 120%;
		line-height: 120%;
	}
	.slideshow-wrapper .slide .inner-pad {
		background-image: none!important;
	}
	.the-content {
		font-size: 120%;
		line-height: 140%;
		text-align: center;
	}
	.the-content h1 {
		text-align: center;
		font-size: 150%;
		margin: 20px 0;
	}
	.the-content h2 {
		text-align: center;
	}
	.single-post .the-content, #posts-wrapper .the-content {
		font-size: 120%;
	}
	.single-post .the-content, .single-post .the-content h1, .single-post .the-content h2, #posts-wrapper .the-content, #posts-wrapper h1 {
		text-align: left;
	}
	.completed-sites .site {
		margin-bottom: 40px;
	}
	img.alignleft, img.alignright {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	.the-content table td, .the-content table tr {
		display: block;
		text-align: center;
	}
	.the-content table tr {
		padding-bottom: 20px;
	}
	.the-content table h2 {
		margin: 10px 0 0 0;
		font-size: 120%;
	}
	.slideshow-wrapper {
		margin: 0 0 20px 0;
	}
	.slideshow-wrapper .slide {
		height: 100px!important;
	}
	#quick-info .well {
		font-size: 90%;
	}
	#footer {
		font-size: 80%;
	}
	.sidebar {
		padding-top: 40px;
	}
}