/*
Theme Name: cicero
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: cicero
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 cicero is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom:15px;
}
ul, ol {
	margin:0 0 1em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	width:335px;
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	margin-right:17px;
	width:85px;
	float:right;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding:8px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width:335px;
	height:260px;
	padding:8px;
}

/* Links */
a {
	color:#767676;
}
a:hover,
a:focus,
a:active {
	color:#979797;
	text-decoration:underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	width:auto !important;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
}
.wp-caption-text {
	text-align:left;
}
.wp-caption .wp-caption-text {
	padding:10px;
	background-color:#aca482;
	line-height:17px;
	color:#fff;
	font-size:11.67px;
	font-family: 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/**----------------------------------------------- CICERO STYLE----------------------------------------------- **/
/**----------------------GLOBALS----------------------**/
@font-face {
    font-family: 'mercurydisplay_roman';
    src: url('fonts/mercury-displayroman-webfont.eot');
    src: url('fonts/mercury-displayroman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mercury-displayroman-webfont.woff') format('woff'),
         url('fonts/mercury-displayroman-webfont.ttf') format('truetype'),
         url('fonts/mercury-displayroman-webfont.svg#mercurydisplay_roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
.wrapper{
	width:960px;
	position:relative;
	margin:0 auto;	
	padding:0 60px;
}
#main .wrapper{
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	padding:0 60px 20px 0;
	width:1020px;
	position:relative;
	background:url(images/subpage-wrapper-bg.png) top left repeat-y #fff;
}
.home #main .wrapper{
	padding:33px 38px 0 74px;
	width:965px;
}
.blank{
	clear:both;
	height:0px;
}
ul li{
	list-style-image:url(images/bullet.png);
	list-style-position:outside;
	margin-left:15px;
}
p,ul li{
	font-family:'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#767676;
	font-size:13.75px;
	line-height:25.47px;
}
#post-56 p{
	margin-bottom:30px;	
}


#masthead{
	width:100%;
	height:126px;
	background-color:#fff;
}

#logo{
	margin:18px 0 0 35px;
	float:left;	
}

#nav{
	float:right;
	margin:40px 0 0;
}
#nav li{
	list-style:none;	
	display:inline-block;
	padding:20px 5px;
	margin:0 5px;
}
#nav li a{
	color:#616161;
    font-family: 'mercurydisplay_roman';
	font-size:16.67px;
	text-decoration:none;
	font-weight:100;
	text-transform:uppercase;
}
#nav li.current_page_item a{
	color:#252525;
}


#footer .main{
	background-color:#e6dfc0;
	clear:both;
    color:#626262;
    height:170px;
    padding-top:30px;
    width:100%;
}
#footer .copyright{
	background-color:#aca482;
	clear:both;
    width:100%;
}

#footer .copyright a{
	color:#d8d5c7;
	text-decoration:none;
	padding:22px 0 20px;
	display:inline-block;
	font-size:12.5px;
}
#footer .section {
    background: url(images/footer-sep.jpg) no-repeat scroll right 10px rgba(0, 0, 0, 0);
    color: #626262;
    float: left;
    margin: 0 20px 20px 0;
    min-height: 110px;
    padding:0 20px 8px 0;
    width: 220px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer .section.first{
	width:302px;	
    padding:0 0 8px 0;
}
#footer .section.second{
	width:210px;	
}
#footer .section.third{
	width:230px;	
}
#footer .section.last{
	width:115px;
    padding:0 0 8px 0;
	background:none;
	margin:0;
}
#footer .section h3{
	font-family: "brandon-grotesque",sans-serif;
	color:#6b654b;
	font-size:20.83px;
	font-weight:500;
	margin-bottom:10px;
}
#footer .section p,
#footer .section ul{
	font-size:12.5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
}

#footer .section p{
	line-height:20.83px;	
}
#footer .section .col{
	float: left;
    margin: 0 15px 0 0;
    width: 145px;
}
#footer .section ul{
    margin:0;
}
#footer .section ul li{
	font-size:12.5px;
	margin-bottom:7px;
	line-height:12.75px;	
}
#footer .section .col.right{
	margin:0;	
	width:125px;
}
#footer .section a{
	color:#626262;
	font-weight:bold;
	text-decoration:none;	
}
#footer .section.first a{
	font-weight:normal;
}	
#footer .section.last a{
	color:#9d977a;
}
#footer .section a:hover{
	color:#7f7f7f;
}
#footer .section.last a:hover{
	color:#b5ae8f;
}


#footer .section.last p{
	color:#9d977a;
	font-weight:bold;
	font-size:15.8px;
	line-height:25px;
	margin:0;
}



.media{
	width:183px !important;
	background:url(images/btn-media.png) no-repeat top left;
}
.howwework{
	width:183px !important;
	background:url(images/btn-howwework.png) no-repeat top left;
}
.sml-business{
	background:url(images/smlbusiness-btn-sml.png) no-repeat top left;
}
.sml-business.large{
	background:url(images/smlBusSprite.png) no-repeat top left;
}
.btn{
	width:190px;
	height:95px;
	display:block;
	margin:40px 0 60px 25px;
	text-indent:-9999px;
}
.btn:hover{
	background-position:bottom;	
}
.btn.large{
	width:300px;
    left: -45px;
    position: relative;
	margin-bottom:0;
}
/**----------------------HOME----------------------**/
body.home {
	background:url(images/homebanner.jpg) no-repeat top center;
}	
body {
	background:url(images/subbanner.jpg) no-repeat top center;
}	
.home #banner{
	height:305px;
	width:100%;
} 
#banner{
	height:104px;
	width:100%;
}

#banner h1{
	margin:115px 0 0;	
	color:#f8d1d3;
	font-size:45.65px;
	font-family: 'Great Vibes', cursive;
	text-align:center;
	width: 100%;
	display:inline-block;
}
#banner h1 span{
	color:#bdbd9c;
}

.home #main .wrapper{
	background:url(images/home-sidebar-shadow.png) top right no-repeat #fff;	
}
#main .entry-content{
	margin:0;
}
.home #main .entry-content{
	width:615px;	
	float:left;
	padding-right:18px;
	padding-top:0;
}
#main h3{
	color:#a6252b;
	font-size:20.68px;
	margin-bottom:13px;
	display:inline-block;
}
.home #main h3{
    font-family: 'mercurydisplay_roman';
}
.home #main h3 a{
	color:#a6252b;
	text-decoration:none;
}
.home #main h3 a:hover{
	color:#c93a40;
}
.home #main p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	line-height:23.47px;
}

.home #main .home-news{
	width:300px;
	float:left;
	padding-left:30px;
	border-left:1px solid #e5e5e5;
	padding-top:49px;
	top:-33px;
	position:relative;
}
.home-news #latest-posts{
	margin:0 0 18px;
	background:url(images/home-news-bg.png) no-repeat bottom right;
	padding-bottom:1px;
}
.home-news #latest-posts li{
	list-style:none;
	margin:0 0 20px;	
	height:75px;
	overflow:hidden;
}
.home-news #latest-posts.our-news li{	
	height: auto;
    margin: 0;
}
.home-news #latest-posts.our-news li img{
	float:left;
	width:48px;
	height:48px;	
	margin:0 10px 0 0;
}
.home-news #latest-posts.our-news li h3{
	float:left;
	display:inline-block;	
}
.home-news #latest-posts .more-fb{
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0 0 10px;
	color:#a6252b;
	display:block;
}
.home-news #latest-posts .more-fb:hover{
	color:#c93a40;
}
.home-news #latest-posts li h3,
.home-news #latest-posts li span{
	color:#474747;
	font-weight:bold;
	font-size:16.67px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:0;
}
.home-news #latest-posts li h3 a,
.home-news #latest-posts li span a{
	color:#5b5b5a;
	text-decoration:none;
}
.home-news #latest-posts li h3 a:hover,
.home-news #latest-posts li span a:hover{
	color:#797979;
	text-decoration:none;
}
.home-news #latest-posts li span{
}	
.home-news #latest-posts li p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
}
.home-news #latest-posts li p a{
	color:#818181;
	text-decoration:none;
}
.home-news #latest-posts li p a:hover{
	color:#9f9f9f;
	text-decoration:none;
}
.social_links a{
	margin:14px 12px 0 0;	
}

/**----------------------SUBPAGES----------------------**/
#sidebar{
	float:left;
	background:url(images/subpage-sidebar-bg.png) no-repeat top right ;
	width:244px;
	padding:40px 0 65px 40px;
	border-top-left-radius:20px;
	margin-right:50px;
	min-height:360px;
}
#sidebar .sidebar-title{
	color:#fff;
	font-size:20.83px;
	margin-bottom:20px;
	margin-left:34px;
    font-family:'mercurydisplay_roman','Open Sans',"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sidebar-menu{
	margin:0 15px 0 0;
	padding:0 0 25px 34px;
	border-bottom:1px solid #8C3336;
}
.sidebar-menu li{
	list-style:none;	
	margin:0 0 8px;
}
.sidebar-menu li a{
	text-decoration:none;
	color:#fff;
	font-size:13.75px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sidebar-menu li.current_page_item a{
	background:url(images/subpage-sidebar-selected.png) no-repeat center left;
	padding-left:13px;
	color:#aca482;
	font-weight:bold;
}
#sidebar-testimonial{
	margin:50px 0 0 12px;
	padding:0;
	color:#fff; 
	font-family: 'Open Sans', sans-serif;
	font-size:16.67px;
	font-weight:400;
	font-style:italic;
	width:170px;
	
	/*background:url(images/quote-open.png) top left no-repeat;*/
}


.quote-close {
    position: absolute;
    z-index: 2;
	margin-left: -7px;
    margin-top: -25px;
}
#sidebar-testimonial .author,
#sidebar-testimonial .position{
	text-align:right;
	font-style:normal;
	font-size:12.5px;
	display:block;
	font-weight:400;
}
#sidebar-testimonial .author{
	font-size:16.7px;
	margin-top:23px;
}	
#sidebar-testimonial .position{
    float: right;
    width: 120px;
}

.entry-content,
.blog-posts{
	float: left;
    width: 670px;	
	padding-top:40px;
}
h1.entry-title{
	color:#a6252b;
	font-size:19.68px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-bottom:20px;	
}
.post-24 .entry-content h1.entry-title{
	margin-bottom:40px;	
}


.page-child #main h3{    
	font-size:16px;
    font-weight:500;;
}


/**----------------------ACCORDION----------------------**/
#accordion{
	font-family: 'Open Sans', sans-serif;
    margin:0;
    width: auto;
}
#accordion .header {
    background: url(images/acc-closed.png) no-repeat 95% 50%;
    border:1px solid #e2b7b9;
    margin:30px 0 0;
    padding:20px 0 20px 25px;
	border-radius:17px;
	box-shadow:1px 1px 5px #f1f1f1;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	height:56px;
}
#accordion .header.ui-accordion-header-active{
    background: url(images/acc-open.png) no-repeat 95% 50%;
}
#accordion .header h2{
	margin:6px 0 0;
    font-family:'mercurydisplay_roman','Open Sans',"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#85161a;
    font-size:30px;
	z-index:10;
	position:relative;
}
#accordion .acc_content {
    display: none;
}
#accordion .acc_content.ui-accordion-content {
    display: block;
	margin:25px 0 0 25px;
}

/**CASE STUDIES**/
#accordion .header .header-bg{
	height:98px;
    position: absolute;
    left:0;
	top:0;
    z-index:1;	
}
#accordion .header .fade-bg{
	float:none;
    height:98px;
    margin:0;
    position:absolute;
    left:0;
	top:0;
    z-index:2;
}
#accordion .header .case-logo{
	position:absolute;
	z-index:5;
	right:10%;
	top:25px
}	

/**----------------------CONTACT----------------------**/
.contact-form{
	float:left;
	width:370px;
	margin-right:20px;
	margin-bottom:30px;
	margin-bottom:50px\9;
}
.contact-form p{
	margin-bottom:8px;	
}
div.wpcf7-validation-errors{
	border:2px solid #d1252b;
}
span.wpcf7-not-valid-tip{
	border:1px solid #d1252b;
}
/**----------------------BLOG----------------------**/
.blog-posts article{
	border-bottom:1px solid #eee;	
	position:relative;
}
.blog-posts .attachment-thumbnail{
	float:left;
	margin:0 16px 16px -60px;
	position:relative;
	z-index:1;
}
.blog-posts h2{
	clear:none;
	color:#a6252b;
	font-size:16.68px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-bottom:10px;	
}
.blog-posts h2 a{
	color:#a6252b;
	text-decoration:none;
}
.blog-posts h2 a:hover{
    color:#d32830;
	text-decoration:none;
}
.date_wrapper{
	width:45px;
	height:50px;
	position:relative;
	float:left;	
	margin-right:15px;
	margin-bottom:40px;
}
.posted_date{
    background-color:#a6252b;
    color:#fff;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	text-align:center;
	line-height:14px;
    width:35px;
    height:40px;
    padding:10px 5px 0;
    position:absolute;
    left: 0;
    top:0;
    z-index: 20;
}
.posted_date .date{
	font-size:25px;	
}
.posted_date .month{
	font-size:13px;	
}
.read-more{
	float:right;
	text-transform:uppercase;
	font-size:14px;
    color:#85161a;
	font-family: 'Open Sans', sans-serif;
	margin-right:10px;	
	text-decoration:none;
}
.read-more:hover{
    color:#d32830;
	text-decoration:none;
}

.attachment-blog-image.wp-post-image {
    position: relative;
    margin:-90px 0 30px;
}
.blog-posts.single .entry-content{
	padding-top:0;	
}
.read-more.back{
	float:left;
	margin:15px 0 30px;
}
.blog-posts.single article{
	border:none;	
}

#main .gallery img{
	border:none;
	box-shadow:1px 1px 4px #d8d7d3;
}


#comments{
	color:#767676;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}
.form-allowed-tags{
	display:none;	
}
#comments label{
	clear:both;
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}	
#comments textarea, 
#comments input{
	width:635px;	
	
}
#comments #submit{
	width:auto;
	float:right;
}
h2.comments-title{
	display:none;	
}
#comments ol{
}
#comments li.comment{
	margin:0 0 20px;	
}
#comments .comment-body{
	margin:0 0 8px;	
}
#comments cite{
	font-size:14px;
}
.comment-metadata{
	margin:3px 0 10px;
	font-size:12px;
}
.comment-meta{
	width:50%;	
}


#sidebar-testimonial {
    z-index: 1;
	min-height:300px;
}
/*#sidebar-testimonial .wrapper .background {
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}*/
#sidebar-testimonial .wrapper {
    display: none;
    height: 100%;
    width:170px;
    position: absolute;
    z-index: 2;
	background:url(images/sidebar-test-bg.jpg) no-repeat top left;
	padding:18px 0 0 16px;
}
#sidebar-testimonial .wrapper.active {
    display: block;
    z-index: 3;
}
#sidebar-testimonial .wrapper.fading {
    z-index: 4;
}

.blog #sidebar-testimonial .wrapper,
.single #sidebar-testimonial .wrapper{
	background:url(images/quote-open.png) top left no-repeat;
}

#post-24 p{
	line-height:22px;
}