/*
	Theme Name: Cherry Red Custom Theme
	Theme URI: http://inner-circle.co.nz
	Description: Custom theme for Cherry Red
	Version: 1.0
	Author: John Fenton
	Author URI: http://inner-circle.co.nz
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
}
body {
	font-family:"PT Serif", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color:#040000; font-size: 16px; line-height: 30px; background: #fff;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#98012e;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
 	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color:#4e071c;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1486px;
	padding: 0 10px;
	width:100%;
	margin:0 auto;
	position:relative;
	background:#fff;
}
/* header */
.header {
    border-top: 8px #98012e solid;
border-bottom: 4px #000 solid;
position: fixed;
display: block;
overflow: none;
width: 98.6%;
z-index: 999;
background: #fff;
max-width: 1466px;
		-webkit-transition: all 0.5s ease;
 	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}


.contact-details {
    display: block;
    position: relative;
	color: #737373; 
	font-family: "Vollkorn", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 16px;
}

.header-address {
    float: right;
    margin: 5px 0;
}

.header-phone {
    display: inline-block;
    margin: 5px 0;
}






/* logo */
.logo {
    text-align: center;
    padding: 30px 10px 56px;
	-webkit-transition: all 0.5s ease;
 	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.logo-img { width: 362px; 	
	-webkit-transition: all 0.5s ease;
 	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; } 

.sticky .logo-img  { width: 200px; }

.sticky .logo {
    padding: 0px 10px 20px;
}
.sticky nav li a {
    font-size: 16px;
	padding: 10px;}




/* nav */

nav { border-top: 1px #000 solid; }

nav ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
nav li { display: inline-block; list-style-type: none; font-family: "Vollkorn", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";

}

nav li a {
    font-size: 18px;
    display: block;
    padding: 14px;
    margin: 0 5px;
	color: #000;
	-webkit-transition: all 0.5s ease;
 	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}
nav li a:hover { color: #98012e; }

.current_page_item a {
    color: #98012e;
}


#mobile-head, .mob-banner { display:none; }

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/

.page-template-landing main {
    padding-top: 300px;
}


.hero {
position: relative;
height: 652px;
}

.hero img { position:absolute;
}

.hero h2 { position: absolute; color:#fff; font-weight: normal; bottom:87px; left:74px; font-size:30px; max-width: 720px; line-height: 37px;
}

.section.group.hero-bit {
margin: -78px 70px 0;
position: relative;

}

#post-9 {margin: 180px 0 40px 40px; }

.intro-text {
    margin: 0 auto;
    max-width: 750px;
}

.home-heading h2 { color:#605e5f; font-size:24px; text-align: center; border-top:1px #0d0d0d solid; border-bottom: 4px #0d0d0d solid; padding: 32px 20px; font-weight:normal; margin: 30px 0 54px; }

.home-boxes h3 {
    font-size: 16px;
    font-weight: normal;
	font-family: "Vollkorn", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin: 30px 0 18px;
	color:#7b787a;
}

.home-boxes h2 {
    font-weight: normal;
}

.home-blog h3 {
    font-size: 16px;
    font-weight: normal;
	font-family: "Vollkorn", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin: 30px 0 18px;
	color:#7b787a;
	text-align: center;
}

.home-blog h2 {
    font-weight: normal;
	text-align: center;
}

.home-blog p { text-align: center; font-size:14px; line-height: 18px; padding: 0 20px;
}


.view {
   width: 100%;
   height: 100%;
   margin: 0 0 28px;
   float: left;
   border: none;
   overflow: hidden;
   position: relative;
   cursor: pointer;
   display: block;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}

.view p {
	font-family: "Vollkorn", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; 
    color: #fff !important;
	font-weight:300;
    font-size: 16px;
	line-height:23px;
    padding: 35% 30px 20px;
    position: relative;
    text-align: center;
	margin: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
	   -webkit-transition: all 0.5s ease-in-out 0.5s;
   -moz-transition: all 0.5s ease-in-out 0.5s;
   -o-transition: all 0.5s ease-in-out 0.5s;
   -ms-transition: all 0.5s ease-in-out 0.5s;
   transition: all 0.5s ease-in-out 0.5s;
}

.view-sixth img {
   -webkit-transition: all 0.5s ease-in-out 0.5s;
   -moz-transition: all 0.5s ease-in-out 0.5s;
   -o-transition: all 0.5s ease-in-out 0.5s;
   -ms-transition: all 0.5s ease-in-out 0.5s;
   transition: all 0.5s ease-in-out 0.5s;
}
.view-sixth .mask {
   background-color: rgba(152, 1, 46, 0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}



.view-sixth:hover .mask {
	background-color: rgba(152, 1, 46, 0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover img {  transform: scale(1.1);

   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}

.view-sixth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
	opacity: 1;}








.see-all { text-align: center; display: block; margin: 0 0 60px; }

/*------------------------------------*\
    PAGES
\*------------------------------------*/

main { padding-top: 300px; }

.page-template-default main,
.page-template-about main, 
.page-template-who-we-are main, 
.page-template-staff main, 
.page-template-services main,
.page-template-contact main,
.single-service main,
.single-staff-bio main,
.type-post main
{
    min-height: 800px;
    max-width: 1200px;
    margin: 0 auto;
}

.featured-image img {
    max-width: 100%;
	width: 84%;
    margin: 14px 50px;
}

.page-template-about h1 {
    text-align: center;
    margin: 60px;
	font-weight: normal;
 
}



#post-14 {
    margin: 50px;
}

.error404 article {
    min-height: 300px;
}

/*------------------------------------*\
    WHO WE ARE
\*------------------------------------*/

.staff-profiles img {
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.staff-profiles h2 {
    text-align: center;
    font-weight: normal;
    margin: 20px 20px 0;
}
.staff-profiles h3 {
	font-size: 16px;
	font-weight: normal;
	font-family: "Vollkorn", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin: 0px 0 18px;
	color: #7b787a;
	text-align: center;
	line-height: 26px;
}

.staff-bio {
    margin: 0 0 0 30px;
}

.staff-bio h1 {
    margin: 0 0 5px;
    border-bottom: 1px #000 solid;
    padding: 0 0 20px;
}

.staff-bio h3 {
	font-size: 16px;
	font-weight: normal;
	font-family: "Vollkorn", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin: 0px 0 18px;
	color: #7b787a;
}

.new-row { margin-left: 0 !important;}

.view-about img {
   -webkit-transition: all 0.5s ease-in-out 0.5s;
   -moz-transition: all 0.5s ease-in-out 0.5s;
   -o-transition: all 0.5s ease-in-out 0.5s;
   -ms-transition: all 0.5s ease-in-out 0.5s;
   transition: all 0.5s ease-in-out 0.5s;
}
.view-about .mask {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	margin: 0 auto;
   background-color: rgba(152, 1, 46, 0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}



.view-about:hover .mask {
	background-color: rgba(152, 1, 46, 0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
	border-radius: 50%;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-about:hover img {

   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}

.view-about:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
	opacity: 1;}

.staff-profiles .view p {
    padding: 45% 30px 20px !important;
}

#wpcf-field-phone-number {
    display: inline;
}

#wpcf-field-phone-number:before { content: "Ph: "; }


/*------------------------------------*\
    SERVICES
\*------------------------------------*/

.additional-services h2 {
    font-weight: normal;
    font-size: 30px;
	text-align: center;
	border-top: 1px #0d0d0d solid;
	border-bottom: 4px #0d0d0d solid;
	padding: 32px 20px;
	margin: 30px 0 54px;
}

#post-18 {
    margin: 100px auto 0;
    max-width: 900px;
}


.page-template-services .home-boxes h2 {
    font-weight: 700;
	margin:0 0 20px;
}

.service-copy { margin:50px;}

.single-service h1 {
    text-align: center;
    margin: 60px auto;
    font-weight: normal;
	line-height: 40px;
}

.service-img img {
    max-width: 100%;
	width: 84%;
	margin: 36px 50px;

}

.service-copy .see-all {
    text-align: center;
    display: block;
    margin: 60px 0 60px;
    border-top: 1px #000 solid;
    padding: 20px;
}

.additional-services h3 {
    color: #000;
    font-size: 20px;
}



/*------------------------------------*\
    BLOG
\*------------------------------------*/

.blog-title h1 {
    margin: 60px 20px 90px;
    text-align: center;
}

.post-categories { margin:0; padding:0; }

.post-categories li { list-style-type:none; text-align: center; }

.post-categories a {
	font-size: 16px;
	font-weight: normal;
	font-family: "Vollkorn", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin: 30px 0 18px;
	color: #7b787a;
	text-align: center;}

.blog-archive h2 {  
	font-weight: normal;
	text-align: center; }

.blog-archive h2 a { color:#000; }

.excerpt-text { 
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;}

.blog-post-box p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    padding: 20px;
}

.blog-post-box .mask p {  padding: 35% 30px 20px;}


.blog-single { max-width:1200px; margin: 0 auto;}

.blog-single h1 {
    text-align: center;
    margin: 20px auto 15px;
    max-width: 500px;
    line-height: 42px;
}

.blog-byline {
    text-align: center;
    padding: 15px;
    margin: 0 0 40px;
    font-size: 14px;
}

.post-content-single {
    max-width: 900px;
    padding: 20px;
    margin: 40px auto;
}

.cats {
    border-top: 1px #000 solid;
    margin: 60px auto 30px;
    padding: 20px;
    text-align: center;
}

.blog-post-box {
    min-height: 750px;
}


/*------------------------------------*\
	FORMS
\*------------------------------------*/

.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
    color: #000;
    display: block;
    font-family: "Vollkorn", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; 
	font-weight:normal;
    font-size: 17px;}
	
.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="phone"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
    background-color: #ffffff;
    border-color: #a6a6a6;
    border-radius: 0;
    border-style: solid;
    border-width: 1px; }
	
.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_style_formidable-style.with_frm_style .chosen-container {
    font-family: "PT sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 0;
} 

.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="file"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select {
    height: 46px; }
	
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type="submit"], .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"], .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"] {
    background: #ffffff none repeat scroll 0 0;
    border-color: #a6a6a6;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px #eeeeee;
    box-sizing: border-box;
    color: #444444;
    cursor: pointer;
    font-family: "Vollkorn", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 20px;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin: 10px 0;
    padding: 15px 11px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    width: 100%;
}






/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1 { font-weight:normal;}

h3 { font-size:24px; color: #605e5f; line-height: 38px; }

.title h1 {
    margin: 20px 0px 42px;
    text-align: center;
    border-bottom: 1px #000 solid;
    padding: 0px 20px 32px;
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer-bg { width:100%; background: #720022; position: relative; margin: 140px 0 0; }

.footer-main {
    max-width: 1486px;
    margin: 50px auto;
    width: 100%;
    padding: 60px 20px 60px;
	font-family: "Vollkorn", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; 
}

.footer-logo {
    width: 100%;
    max-width: 257px;
}

.footer-contact {
    float: right;
    color: #fff;
    text-align: right;
    line-height: 20px;
    font-size: 16px;
}

.credits {
    background: #430115;
    position: relative;
	color:#fff;
}

.copyright { 
	max-width: 1486px;
    margin: 0px auto;
    width: 100%;
    padding: 5px 20px 5px;
	font-size:12px;
	
}

.copyright a { color:#fff; text-decoration: underline; }

.inner { float:right;}

.social { margin: 40px 0 0;  }

.social a { margin: 0px 0 0 11px; }


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
	
	
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 824px) {
	
.header { display:none; }
	
#mobile-head { 
	background: #fff none repeat scroll 0 0;
	display: block;
	height: 80px;
	padding: 10px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	box-shadow: 0px 4px 16px #000;

	}

.mob-logo { float: left;  margin: 18px 0 0 8px; width: 160px; height:auto; display:block; text-decoration: none; }

.mobmenu{ width:34px; height:28px; background:url(img/open.png) top no-repeat; display:block; float:right; cursor: pointer; margin: 16px 14px 0;}
	
main {
    padding-top: 100px;
}
	
.page-template-landing main {
    padding-top: 66px;
}
	
.section.group.hero-bit {
    margin: -78px 16px 0;
    position: relative;
}
	
h3 {
    font-size: 18px;
    color: #605e5f;
    line-height: 32px;
}
	
.home-boxes h2 {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
	
	
.blog-archive h2 a {
	font-weight: normal;
    font-size: 16px;
    line-height: 20px;
		
	}

	
.hero h2 {
    position: absolute;
    color: #fff;
    font-weight: normal;
    bottom: 87px;
    font-size: 24px;
    max-width: 720px;
    line-height: 34px;
	left: 4%;
	padding: 0 10px;
}

	
.staff-bio {
    margin: 30px 30px 0 30px;
}

	
}

@media only screen and (max-width: 682px) {

.footer-contact {
    float: none;
    color: #fff;
    text-align: left;
    line-height: 20px;
    font-size: 16px;
    margin: 50px 0;
}

	.social {
    margin: 40px 0 0;
    text-align: center;
}

.inner {
    float: none;
}
	
}


@media only screen and (max-width: 600px) {
		
#post-9 { margin: 100px 0 0; }

body {
    font-family: "PT Serif", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #040000;
    font-size: 14px;
    line-height: 22px;
}
	
.hero {
    position: relative;
    height: 573px;
}

.featured-image img, 
.service-img img {
    max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

#post-14 {
    margin: 12px;
}
	
.service-copy {
    margin: 12px;
}

.page-template-who-we-are main { max-width: 72%; }

.staff-bio {
    margin: 30px 10px 0 10px;
}
	
.footer-main a {
    color: #f57498;
}
	

	
}



	
