/*
Theme Name:         The Whole Partnership 2016
Theme URI:          http://www.docandtee.com/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.4.0
Author:             Roots
Author URI:         http://www.docandtee.com/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/


.section-block .content-block {
	padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.content-block-inner--text h2 {
	padding-top: 40px;
	padding-bottom: 20px;
}

.row.fix {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.clientlogo {
	padding: 1rem 2rem;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.clientlogo img {
	width: 100%;
}

.test {
	color: blue;
}
