/*
	Theme Name: Buono & Brumer, APC
	Theme URI: http://frankshanley.com
	Description: Custom theme, utilizing Todd Motto's HTML5Blank barebones
	Version: 1.0
	Author: Frank Shanley
	Author URI: http://frankshanley.com
*/

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

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 12px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3, h4, h5, p, span {
	float: left;
}
ul {
	padding: 0px;
	list-style: inside;
}

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

/* wrapper */
.wrapper {
	width:100%;
	float: left;
}
/* header */
.header {
	background: #212332; /*#1c1d2a*/
	width: 100%;
	padding: 15px 0px 15px 0px;
}
.header-content {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;

}
/* logo */
.logo {
	float: left;
	width: 360px;
	height: 86px;
	margin: 25px 0px 0px 0px;
}
.logo-img {

}
/* phone */
.header-phone {
	float: right;
	margin: 25px 0px 0px 0px;
}
	.header-phone img {
		float: left;
		margin: 6px 10px 0px 0px;
		width: 11px;
	}
	.header-phone span {
		font-size: 22px;
		font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		color: #306b82;
		font-weight: 400;
	}
#mobile-call {
	display: none;
}
#mobile-call a {
	color: #306b82;
}
/* nav */
.nav {
	float: right;
	clear: right;
	margin: 10px 0px 5px 0px;
	display: inline;
}
	.nav ul {
		list-style: none;
		float: left;
	}
	.nav li {
		float: left;
		margin: 0px 8px 0px 9px;
	}
	.nav a {
		color: #fff;
		font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0.02em;
	}
	.nav a:hover {
		color: #306b82;
	}
	.nav ul.children {
		display: none;
		position: absolute;
		padding: 10px 0px 5px 0px;
		background: #212332;
		margin: 0px 0px 0px -15px;
	}
	.nav ul.children li {
		float: left;
		clear: both;
		margin: 0px;
		background: url(img/arrow-sm.gif) no-repeat right 15px center;
		width: 100%;
	}
	.nav ul.children a {
		text-transform: none;
		font-weight: 100;
		font-size: 17px;
		padding: 9px 15px 9px 15px;
		float: left;
		width: 200px;
	}
	.nav ul.children a:hover {
		background: #306b82;
		color: #fff;
	}
	
.nav .menu {
	float: left;
}
.search-ico {
	float: right;
	width: 17px;
	height: 16px;
	background: url(img/search.gif) no-repeat;
	text-indent: -9999px;
	margin: 15px 0px 0px 10px;
}
#mobilenav {
	display: none;
}

/* main content */
#main-content {
	float: left;
	width: 100%;
	overflow: hidden;
}
/* banner */
#banner {
	background: #3c86a3;
	float: left;
	width: 120%;
	box-shadow: inset 0px 0px 30px #333;
	-moz-box-shadow: inset 0px 0px 30px #333;
	-webkit-box-shadow: inset 0px 0px 30px #333;
	margin: 0% 0% 0% -10%;
}
.banner-content {
	margin: 0px auto;
	max-width: 1000px;
	width: 100%;
}
	.banner-content h3, .banner-content h2 {
		color: #fff;
		font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-weight: 300;
		font-size: 40px;
		text-transform: uppercase;
		text-shadow: 1px 1px 5px #000;
		/*-moz-text-shadow: 3px 3px 5px #000;
		-webkit-text-shadow: 3px 3px 5px #000;*/
		margin: 0px;
	}
	.banner-content h3 {
		margin: 100px 0px 0px 0px;
	}
	.banner-content h2 {
		font-size: 50px;
		float: left;
		clear: both;
		display: block;
		margin: 5px 0px 30px;
	}
	.large-btn {
		float: left!important;
		clear: both;
		background: url(img/large-btn-reg.jpg) repeat-x;
		color: #fff;
		font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
		padding: 16px 15px 10px 15px;
		margin: 0px 0px 25px 0px;
		width: auto;
		height: 55px;
		text-decoration: none!important;
	}
	.banner-content .large-btn {
		width: 240px;
		height: 55px;
		padding: 15px 15px 10px 15px;
		margin: 0px 0px 45px 0px;
		background: url(img/large-btn.jpg) repeat-x;
		font-weight: 400;
	}
	.banner-content .large-btn:hover {
		color: #1c1d2a;
	}
	.banner-content img {
		float: right;
		width: 600px;
		height: auto;
		vertical-align: top;
	}
.intro {
	float: left;
}
/* page content */
.page-content {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	display: block;
	clear: both;
}
	.page-content article {
		width: 67%;
		float: left;
	}
	.page-content h1 {
		float: left;
		clear: both;
		font-size: 30px;
		font-family: 'Noto Serif', 'Helvetica Neue', Helvetica, Arial, serif;
		font-weight: 400;
		color: #333;
		margin: 45px 0px 15px 0px;
		padding: 0px 0px 10px 0px;
		border-bottom: 1px solid #ccc;
		width: 100%;
	}
	.page-content p {
		font-size: 14px;
		font-weight: 400;
		line-height: 170%;
		width: 100%;
		margin: 0.6em 0em;
	}
	.page-content a {
		float: left;
		display: inline;
	}
	.page-content article a {
		float: none;
		font-weight: 600;
		text-decoration: underline;
	}
	.page-content article a:hover {
		text-decoration: none;
	}
	.page-content article ul {
		float: left;
		clear: left;
		width: 100%;
		margin: 0px;
	}
	.page-content article li {
		font-size: 14px;
		font-weight: 400;
		margin: 4px 0px;
		padding: 0px 5px;
		float: left;
		width: 100%;
		clear: left;
	}
	.page-content article li span {
		float: left;
	}
	.page-content article ul li ul {
		margin: 5px 0px 5px 15px;
	}
	.page-content article ul li ul li:last-child {
		margin: 6px 0px 0px 0px;
	}
	.page-content article ul li ul li ul {
		margin: 5px 0px 0px 30px;
	}
	.page-content article blockquote p {
		margin: 0.3em 0em;
	}
h1, h2, h3, h4, h5 {
	float: left;
	clear: both;
	display: block;
	width: 100%;
}
.page-content article h2 {
	margin: 15px 0px 2px 0px;
	font-size: 20px;
}
.page-content article h3 {
	font-size: 17px;
}
.page-content article h4 {
	font-size: 15px;
}
.page-content article h5 {
	font-size: 13px;
}
a.post-edit-link {
	float: left;
	clear: both;
	display: block;
}
/* sidebar */
.sidebar {
	float: right;
	width: 30%;
	vertical-align: top;
	background: #cecece;
	color: #1c1d2a;
}
.sidebar img {
	float: right;
	width: 100%;
}
.sidebar-content {
	/*background: url(img/sidebar-bg.png) no-repeat center;*/
	padding: 30px 20px;
	float: left;
	width: 100%;
}
	.sidebar-content h2 {
		font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 19px;
		font-weight: 400;
		text-transform: uppercase;
		width: 100%;
		margin: 20px 0px 10px 0px;
		text-align: center;
	}
	.sidebar-content > section {
		float: left;
		clear: both;
		width: 100%;
	}
	.sidebar-content ul {
		list-style: none;
	}
	.sidebar-content li {
		padding: 0px 0px 0px 20px;
		background: url(img/chevron.png) no-repeat left 6px;
		font-size: 14px;
		font-weight: 400;
		margin: 8px 0px;
	}
.contact .sidebar-content strong {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
}
.contact .sidebar-content p {
	font-size: 15px;
	font-weight: 400;
	margin: 0px 0px 5px 0px;
	line-height: 150%;
	color: #306b82;
}
.sidebar-image {
	float: right;
	max-width: 350px;
	overflow: hidden;
	height: 380px;
}
.sidebar-image img {
	height: 380px;
	width: auto;
	max-width: none;
}
.avvo_badge {
	float: right;
	width: auto;
	margin: 20px 10px;
}
.sidebar-badges {
	text-align: center;
	float: left;
	width: 30%;
	padding: 20px 0px;
}
.sidebar a {
	color: #459abb;
	font-weight: 600;
}
.sidebar a:hover {
	color: #222;
}
/* footer */
.footer {
	float: left;
	width: 100%;
	background: #1c1d2a;
	padding: 20px 0px;
	margin: 150px 0px 0px 0px;
}
.footer-content {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
}
	.footer-content img {
		float: left;
		width: 150px;
		margin: 20px 0px 0px;
	}
	.footer-content a {
		color: inherit;
		font-weight: 600;
	}
	.footer-content span {
		font-size: 11px;
	}
.copyright {
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	margin: 20px 0px 25px 30px;
}
.footer-contact {
	float: right;
	text-align: right;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	margin: 5px 0px 0px 0px;
}

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

/* Contact */
.wpcf7 input {
	height: 35px;
	padding: 0px 5px;
}
.wpcf7 textarea {
	width: 400px;
}
.wpcf7 p {
	margin: 10px 0px;
	font-weight: 600;
}
.wpcf7 .wpcf7-submit {
	background:url(img/large-btn.jpg) no-repeat;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 6px 10px;
	width: 240px;
	height: 54px;
	border: none;
}
.wpcf7 .wpcf7-submit:hover {
	color: #212332;
}
.wpcf7-mail-sent-ok {
	/*border: 1px solid #4cbed2!important;*/
}
.wpcf7-response-output {
	margin: 2em 0em 1em -1em!important;
	font-size: 15px!important;
	font-weight: 400!important;
	float: left;
}
.wpcf7-captchac {
	float: left;
	border: 1px solid #999;
	height: 35px;
	width: auto;
}
.wpcf7 .captcha-863 input {
	width: 100px;
	font-size: 16px;
}
span.wpcf7-list-item {
	margin: 0px;
}
.wpcf7-list-item input {
	float: left;
	height: auto;
	margin: 6px 5px 0px 0px;
}
.wpcf7 .disclaimer {
	font-weight: 400;
	float: left;
	margin: 10px 0px;
	font-style: italic;
	width: 100%;
	padding: 0% 0% 0% 0%;
	font-size: 13px;
}
.wpcf7 ul {
	float: left;
	padding: 0% 0% 0% 0%;
	margin: 0px;
}
.page-content article .wpcf7 li {
	font-style: italic;
	float: left;
	clear: both;
	width: 100%;
	font-size: 13px;
}
/* Blog */
.blog-main .sidebar {
	padding: 20px;
}
.blog-main .sidebar div {
	float: left;
	clear: both;
	margin: 5px 0px;
	width: 100%;
}
.blog-main .sidebar a {
	float: none;
}
.blog-main .widget_search h3 {
	float: left;
	width: 100%;
}
.search-input, .search-submit {
	float: left;
	height: 25px;
	display: inline;
	font-size: 13px;
	padding: 3px;
}
.search-input {
	width: 60%;
	height: 15px;
}
.blog-main .sidebar h3 {
	margin: 5px 0px 3px 0px;
}
.blog-main .sidebar ul {
	float: left;
	clear: both;
	width: 100%;
}
.blog-main .sidebar li {
	float: left;
	clear: both;
	font-size: 14px;
}
.blog-main article a {
	color: #04A4CC;
}
.blog-main article a:hover {
	color: #1c1d2a;;
}
.blog-main h2 {
	margin: 35px 0px 10px 0px;
}
.blog-main h2 a {
	text-decoration: none;
	color: #1c1d2a;
}
.blog-main p {
	margin: 5px 0px;
}
.blog-main .date {
	float: left;
	clear: both;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 2px 1px;
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
}
.blog-main .categorized {
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	margin: 10px 0px;
}
#avvo_answers {
	margin: 20px 0px;
	float: left;
	width: 100%;
	height: 450px;
}

.pagination {
	float: left;
	clear: both;
	margin: 30px 0px 0px 0px;
}
.pagination a, .pagination span {
	float: left;
	margin: 0px 3px;
}
/* single post */
.single .blog-main h2 {
	margin: 5px 0px;
}
.single .blog-main article ul {
		padding: 0px;
		float: left;
		clear: both;
		width: 100%;
		font-size: 14px;
		margin: 3px 0px;
		font-weight: 400;
		line-height: 160%;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



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

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1000px) {
	.logo {
		margin: 30px 0px 0px 15px;
	}
	.nav {
		margin-right: 20px;
	}
	.header-phone {
		margin-right: 20px;
	}
	#banner {
		width: 100%;
		margin: 0%;
	}
	.banner-content .intro {
		width: 40%;
		padding: 0% 2%;
	}
	.banner-content .intro h3 {
		font-size: 30px;
	}
	.banner-content .intro h2 {
		font-size: 35px;
	}
	.banner-content img {
		width: 60%;
		height: auto;
	}
	.banner-content .large-btn {
		width: auto;
	}
	.page-content article {
		padding: 0% 0% 0% 3%;
	}
	.footer-content {
		padding: 0% 2%;
	}
}
@media only screen and (max-width:800px) {
	.banner-content .intro {
		position: absolute;
		z-index: 9999;
	}
	.banner-content img {
		width: 80%;
		height: auto;
	}
	.page-content article h1 {
		padding: 0px 50px 10px 0px;
	}
	.header-phone span {
		display: none;
	}
	#mobile-call {
		display: block;
	}
	#mobilenav {
		display: block;
	}
	.nav {
		display: none;
	}
}
@media only screen and (max-width:630px) {
	.logo {
		margin: 30px auto 15px auto;
		float: none;
		width: 75%;
	}
	.header-phone {
		margin: 25px auto 0px auto;
		display: block;
		float: none;
		width: 170px;
	}
	.search-ico {
		float: left;
	}
	.banner-content .intro {
		width: 100%;
	}
	.banner-content img {
		width: 100%;
	}
	/*#mobilenav {
		display: block;
		float: none;
		width: 70%;
		margin: 90px auto 0px auto;
		font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-weight: 200;
	}
	#mobilenav select {
		width: 80%;
		border: 0px;
		height: 30px;
		margin: 0px;
		font-size: 17px;
		color: #666;
		margin: 0% 2% 0% 0%;
	}
	#mobilenav input {
		width: 17%;
		height: 30px;
		font-size: 16px;
		border: 1px solid #fff;
		color: #fff;
		background: none;
		text-align: center;
		padding: 0px;
	}
	#mobilenav input:hover {
		background: #306b82;
	}*/
	.page-content article {
		width: 98%;
	}
	.sidebar {
		float: left;
		clear: both;
		width: 100%;
		margin: 5% 0% 0% 0%;
	}
	.sidebar-badges {
		width: 100%;
		float: left;
		clear: both;
	}
	.footer-content a img {
		margin: 10px auto;
		display: block;
		float: none;
		position: relative;
		width: 124px;
	}
	.footer-content .copyright, .footer-content .copyright span {
		width: 100%;
		text-align: center;
	}
	.footer-content .copyright {
		margin: 20px 0px 20px 0px;
	}
	.footer-contact, .footer-contact p {
		text-align: center;
		width: 100%;
	}
	.wpcf7 textarea {
		width: 300px;
	}
}
@media only screen and (max-width:480px) {
	.banner-content .intro h3 {
		margin: 75px 0px 0px 0px;
	}
	.banner-content .intro h2 {
		margin: 5px 0px 10px;
	}
	.banner-content .intro .large-btn {
		height: 38px;
		font-size: 18px;
		padding: 7px 10px 7px 10px;
	}
	.footer-content a img {
		width: 150px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    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 {

}

/*------------------------------------*\
    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;
	}
}
