/*
Theme Name: branding personality 
Description: Custom WP theme for Brandingpersonality.com	
Author: Branding Personality
Version: 1.3

*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0;}
/*---------------------------CSS RESET---------------------------CSS RESET----*/
 /*clear floats class */
 .clear {float: none; clear: both }
/*---------------------------Typography-------------------------typography----*/
a {
	color:	#e65a00;
	text-decoration: none;
}
a:hover {
	color:	#e65a00;
	text-decoration: underline;
}
a img {
	border: none;
}
h1 a{
	color: #1EB397;
}
body {
	background: url(images/bg1.jpg) fixed center repeat;
	background-color: #ff8403;
	background-size: 100% 100%;
	font-family: Century Gothic, helvetica, arial,  sans-serif;
	font-size: 16px;
 	line-height: 1.625;
}
p {
	margin:10px 0 10px 0;
}
iframe {
	border: 0px solid #fff;
}
.main_headers {
	color: #1eb397;
	border-bottom: 1px solid #e3e3e3;
	font-size: 20px;	
}
.home_blog_titles {
	color: #696969; 
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 4px;
} 
.home_timestamp {
	color: #575564;
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 7px;
}
.home_excerpt {
	color: #696969;
}
/*--------------alignment for wordpress images in posts-----------------------*/
.alignleft {
	float: left;
	margin: 6px;
}
.alignright {
	float: right;
	margin: 6px;
}
.wp-caption-text {
	font-weight: bold;
}
/*------------------------------- homepage banner element---------------------*/
#home_banner {
	color: #ffffff;
	position: relative;
}
#selling-points {
	font-size: 30px;
	line-height: 150%;
	font-weight: normal;
	position: absolute;
	top: 70px;
	left: 27px;
	width: 260px;
}
#home-form {
	font-size: 18px;
	font-weight: normal;
	height: 300px;
	padding: 10px;
	position: absolute;
	right: 60px; 
	top: 120px;
	width: 220px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
#home-form input[type=text]:focus {
	opacity: 1;	
}
#home-form p {
	margin-bottom: 40px;
}
#home-form input[type=text] {
	border: 0px; 
	color: #777;
	font-size: 22px;
	margin-bottom: 15px;
	opacity: 0.9;
	padding: 5px;
	width: 250px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-webkit-box-shadow: inset 1px 1px 1px 1px #999999;
	-moz-box-shadow: inset 1px 1px 1px 1px #999999;
	box-shadow: inset 1px 1px 1px 1px #999999;  
}
#home-form input[type=submit] {
	height: 46px;
}
a.home-read {
	float:right;
}
input.button {
   border: 1px solid #ffffff;
   background: #d15e00;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff8800), to(#d15e00));
   background: -webkit-linear-gradient(top, #ff8800, #d15e00);
   background: -moz-linear-gradient(top, #ff8800, #d15e00);
   background: -ms-linear-gradient(top, #ff8800, #d15e00);
   background: -o-linear-gradient(top, #ff8800, #d15e00);
   background-image: -ms-linear-gradient(top, #ff8800 0%, #d15e00 100%);
   padding: 8px;
   padding: 10px 21px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #707070 0 1px 0;
   color: #ffffff;
   font-size: 17px;
   text-decoration: none;
   vertical-align: middle;
}
input.button:hover {
   border: 1px solid #000000;
   text-shadow: #707070 0 1px 0;
   background: #ff8800;
   background: -webkit-gradient(linear, left top, left bottom, from(#d15e00), to(#ff8800));
   background: -webkit-linear-gradient(top, #d15e00, #ff8800);
   background: -moz-linear-gradient(top, #d15e00, #ff8800);
   background: -ms-linear-gradient(top, #d15e00, #ff8800);
   background: -o-linear-gradient(top, #d15e00, #ff8800);
   background-image: -ms-linear-gradient(top, #d15e00 0%, #ff8800 100%);
   color: #ffffff;
}
input.button:active {
   border: 1px solid #000;
   background: #ff8800;
   background: -webkit-gradient(linear, left top, left bottom, from(#bf5504), to(#ff8800));
   background: -webkit-linear-gradient(top, #bf5504, #ff8800);
   background: -moz-linear-gradient(top, #bf5504, #ff8800);
   background: -ms-linear-gradient(top, #bf5504, #ff8800);
   background: -o-linear-gradient(top, #bf5504, #ff8800);
   background-image: -ms-linear-gradient(top, #bf5504 0%, #ff8800 100%);
	-webkit-box-shadow: inset 0px 0px 10px 2px #333;
	-moz-box-shadow: inset 0px 0px 10px 2px #333;
	box-shadow: inset 0px 0px 10px 2px #333; 
}
#home-form p#error {
	color: red;
	display: none;
	font-size: 10px;
} 
.needsfilled {
	background: red;
	color: #fff;
}
#formResponse-home {
	font-size: 18px;
	position: absolute;
	right: 30px;
	width: 300px;
	top: 90px;
	text-align: center;
}
/*---------------------------homepage packages section -----------------------*/
#home-packages-wrap {
	background-color: #eaeaea;
	border: solid 1px #999;
	margin-bottom: 18px;
	margin-top: 9px;
	overflow: hidden;
}
#our-packages {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	margin-left: 19px;
}
.home-package {
	float: left;
	margin: 10px;
	margin-bottom: 18px;
	margin-left: 0px;
	margin-right: 18px;
	padding: 0px;
	width: 280px;
}
.home-package img {
	border: solid 1px #9b9b9b;
	margin-bottom: 4px;
	width: 280px;
}
.home-last {
	margin-right: 1px;
}
.home-first {
	margin-left: 18px;
}
.package-name {
	border-bottom: 2px solid #E3E3E3;
	color: #1EB397;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p.package-summary {
	height: 122px;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	
}


/*----------------------------Layout------------------------------------------*/
#main_container {
	color: #555555;
	margin: 0 auto;
	margin-top: -16px;
	position: relative;
	width: 960px;
}
#test {
	background-color: #ffffff;
	-webkit-box-shadow: 6px 6px 7px  #383238;
	-moz-box-shadow: 6px 6px 7px #383238;
	box-shadow: 6px 6px 7px #383238; 
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	height: 320px;
	left: 20px;
	opacity: 0.47;
	-moz-border-radius: 6px;
	margin-left: -12px;
	-webkit-border-radius: 6px;
	position: absolute;
	top: 56px;
	width: 225px;
}
#wrapper {	
	background-color: #fff;
	margin: 0 auto;
	margin-left: 22px;
	overflow: hidden;
	margin-top: -16px;
	text-align: left;
	width: 916px;
}
.page {
	padding-top: 20px;
	padding-left: 20px;
}
#white_wrapper {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
}
#logo_wrap {
	background-color: transparent;
	height: 108px;
}
#logo_wrap img {
	margin-top: 24px;
}
#login_cart {
	color: #CE2D1B;
	float: left;
	margin-top: -90px;
	margin-left: 710px;
	text-align: right;
	width: 240px;
}
#login_cart a:hover {
	text-decoration: underline;
}
#login_cart a{
	border: 0px;
	color: #CE2D1B;
}
#nav_cart {
	float: right; 
	width: 100px;
}
#text_home{
	border: 0px;
	width: 70px;
}
#submit_home {
	border: 0px;
	width: 40px;
}
#phone {
	color: #CE2D1B;
	font-size: 20px;
	font-weight: bold;
}
.status{
	font-size: 11px;
	word-spacing: 2px;
	margin-top: -1px;
}
#google-plus {
	float: right;
	margin-top: -80px;
	width: 48px;
}
#access {
	background-color: #ce2d1b;
	color: #fff;
	height: 38px;
	line-height: 35px;
	margin: 0 auto;
	width: 100%;
	display:block;
	float:left;
}
#access img {
	vertical-align: middle;
}
#social-wrap {
	float: right;
	margin-right: 10px;
}
div#social-wrap a {
	display: inline;
	padding: 0;
	margin: 0;
}
#access .menu-header {
	font-size: 17px;
}
#access .menu-header ul {
	list-style: none;
	margin: 0;
} 
#access .menu-header li {
	float:left;
	position: relative;
	z-index: 9999;
} 
#access a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 12px;
	padding-right: 24px;
	padding-left: 24px;
	line-height:38px;
	z-index: 9999;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	z-index: 99999;
} 
#access ul ul ul {
	left:100%;
	top:0;
	z-index: 9999;
}
#access ul ul a {
	background-image: url(images/bg.jpg);
	font-size: 15px;
	height:auto;
	line-height:1.2em;
	padding:4px;
	width: 128px;
	text-align: center;
	z-index: 9999;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#EF7A2B;
	z-index: 9999;
}
#access ul li:hover > ul {
	display:block;
	z-index: 9999;
}

#home-banner {
  background-image: url(images/goodwill-santa-ana.jpg);
  height: 400px;
  position: relative;
  text-align: justify; 
  width: 960px; 
}
#home-banner-quote {
  color: #fff;
  font-size: 30px;
  /*font-weight: bold;*/
  position: absolute;
  top: 90px;
  left: 115px;
  width: 710px;
  line-height: 1;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#home-banner-cite {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 260px;
  left: 615px;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#cite-name {
  font-weight: bold;
  margin-bottom: 2px;
}
.home-box-3col {
  background-color: #fff;
  border: solid 1px #e3e3e3;
  color: #3b3b3b;
  height: 358px;
  float: left;
  margin-bottom: 30px;
  margin-left: 21px;
  margin-top: 14px;
  position: relative;
  width: 290px;
  border-radius: 5px 5px 0 0;
}
div#firstbox {
  margin-right: 0px;
}
div.home-box-top {
  background-color: #CE2D1B;
  color: #fff;
  height: 60px;
  line-height: 1.1;
  font-size: 24px;
  text-align: center;
  padding-top: 6px;
  border-radius: 5px 5px 0 0;
}
p.home-box-content {
  margin-left: 16px;
  margin-right: 16px;
  text-align: justify;
}
a.css3button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000;
  display: block;
  background-color: #ffbf00;
  padding: 8px 20px;
  width: 180px;
  text-align: center;
  position: absolute;
  right: 16px;
  top: 299px;
  background: -moz-linear-gradient(
    top,
    #ffbf00 0%,
    #ff9401);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#ffbf00),
    to(#ff9401));
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #faee00;
  font-weight: bold;
}
a.css3button:hover {
  text-decoration: none;
  background: -moz-linear-gradient(
    top,
    #FF5A01 0%,
    #FFBF00);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#FF5A01),
    to(#FFBF00));
}
.status strong {
  margin-right: 4px;
  margin-left: 4px;
}
#side-a {
  float: left;
  margin-right: 31px;
  margin-left: 22px;
  width: 596px;
}
#side-b {
  float: left;
  width: 290px;
}
#content { 
  float: left;
  margin-right: 20px;
  width: 235px;
}
#content { 
	float: left;
	margin-right: 20px;
	width: 235px;
}
/*---------------facebook plugin customization --------------*/
.fan_box .full_widget {
	border: solid 1px #fff;
}
.fan_box .connections {
	min-height: 255px;
}
.fan_box .full_widget a{
	color: #1EB397;
}
.element.style {
	height: 255px;
}
.latest_blogs {
	border-bottom: 1px solid #e3e3e3;
	float: left;
	padding-bottom: 9px;
	margin-top: 15px;
	width: 600px;
}
.latest_blogs p{
	margin-top: -2px;
}
.latest_blogs img {
	display: block;
	float: left;
	margin-right: 9px;
}
#logos {
	/*margin-left: 10px;*/
	margin-top: 18px;
	width: 960px;
}
.testimonial_thumb {
	float: left;
}
.testimonial_name {
	font-weight: bold; 
	margin-left: 40px;
	margin-top: -26px;
	margin-bottom: -3px;
}
.testimonial_inc {
	margin-left: 40px;
}
.picture_top_spacer {
	margin-top: 15px;
	padding-bottom: 2px;
	width: 290px;
}
.picture_top_spacer2 {
	border: solid 1px #D5D5D5;
}
.fan_box .full_widget .connect_top {
	background-color: #fff;
}
.fan_box .connections {
	padding: 0px;
}
#newsletter_bar {
	background-color: #f9f9f9;
	color: #555256;
	height: 50px;
}
#footer {
	clear: both;
	background: #f9f9f9;
	font-size: 12px;
	padding: 6px;
	text-align: center;
}
#footer dt {
	color: #ffb28c;
	font-size: 15px;
	font-weight: bold;
}
#footer dd a{
	color: #ffb28c;
}
#footer_bottom{
	padding-top: 30px;
	width: 950px;
}
#footer-1{
	float: left;
	margin: 14px;
	margin-left: 17px;
	text-align: left;
	width: 170px;
} 
#footer-2{
	float: left; 
	margin: 14px;
	margin-right: 20px; 
	text-align: left;
	width: 170px;
}  
#footer-3{
	float: left;
	margin: 14px;
	margin-right: 20px; 
	text-align: left;
	width: 170px;
}
#footer-4{
	float: left;
	margin: 14px;
	margin-right: 20px; 
	text-align: left;
	margin-right: 30px;
	width: 150px;	
} 
#footer-5{
	float: left;
	margin: 14px;
	margin-right: 20px; 
	text-align: left;
	width: 110px;	
}     
.quote {
	color: #00c8c8;
	font-size: 80px;
	margin-left: -6px;
	font-family: Trebuchet MS;
}
.quote_close {
	color: #00c8c8;
	font-size: 80px;
	float: right;
	font-family: Trebuchet MS;
	margin-top: -12px;
	margin-right: 20px;
}
.quote_wrap {
	width: 250px;
	margin-bottom: 70px;
}
.citation {
	color: #dc2b21;
}
#quoted_text {
	font-size: 20px;
	margin-top: -40px;
}
#blog_banner {
	display: block;
	height: 148px;
	width: 960px;
}
.fb_banner {
	background-image: url(images/facebook.jpg);
}
.ppc_banner {
	background-image: url(images/ppc.jpg);	
}
.seo_banner {
	background-image: url(images/seo.jpg);	
}
.goog_banner {
	background-image: url(images/google-maps.jpg);	
}
/*-----------------Products page----------------------------------------------*/
#products_container {
	overflow: hidden;
	text-align: left;
	margin-bottom: 40px;
	min-height: 350px;
	padding: 0px;
	border:0;
	width: 960px;
}
#leftportfolio {
	float: left;
	width: 250px;
}
#middle {
	float: left;
	width: 250px;
}
#left {
	float: left;
	margin-left: 24px;
	width: 605px;
}
#left2{
	margin-left: 20px;
}
#right {
	margin: 0;
	margin-left: 59px;
	margin-top: 20px;
	float: left;
	width: 250px;
}
.BPproduct {
	border-bottom: dashed 1px #00C8C8;
	margin-top: 20px;
	padding-bottom: 59px;
}
.BPproduct ul {

}
.BPproduct ul, ol {
	margin-left: 28px;
	margin-bottom: 14px;
}
.BPproduct li {
	margin-bottom: 5px;
}
.BPproduct h3, .BPproduct h2 {
	padding-top: 12px;
	margin-bottom: 12px;
	font-size: 22px;
}
.product_image {
	float: left;
	padding-bottom: 90px;
	margin-right: 22px;
}
.product_sumary {
	margin-left: 4px;
	padding-bottom: 12px;
}
.info_bold {
	font-weight: bold;
}
.view_details {
	float: right;
}
#page_header {
	color: #009D98;
}
.product_header {
	color: #009D98;
}
.product_header a{
	color: #009D98;
}
.catalog_product_img {
	float: left;
	margin: 8px;	
}
.button_wrap {
	padding-top: 20px;
}
.cart_add{
	float: left;
}
.details dd{
	margin-bottom: 8px;
}
#right_gradient {
	background-image: url(images/product_gradient.jpg);
	background-repeat: no-repeat;
	height: 218px;
	width: 255px;
}
/*---------------------blog----------------------------*/
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left; 
	}
#right ul {
	list-style-type: none;
}
.content-wrap ul {
	margin-left: 40px;
	padding-bottom: 20px;
}
h1.full-width-title { 
	color: #009D98;
	margin-bottom: 12px;
	padding-bottom: 8px;
	padding-top: 16px;
}
/* End Images */

#commentform {
	margin-left: 24px;
}
.comment_numbers {
	font-size: 11px;
	font-style: italic;
	float: right;
}
.blog_date {
	font-size: 11px;
	font-style: italic;
} 
#generic{
	padding: 24px; 
}20px;
#generic li {
	list-style-type: disc;
	margin-left:50px;
}
#generic blockquote {
	font-style: italic;
	margin: 0 auto;
	text-align: justify;
	width: 90%;
}
#generic ul {
	margin-bottom: 12px;
	margin-top: 12px;
}
#commentform textarea {
	width: 550px;
}
#trackback_wrap {
	margin-left: 24px;
	margin-top: -40px;
	padding-bottom: 12px;
	width: 618px;
	}
#recent_posts li{
	border-bottom: 1px solid #e4e4e4;
	padding-top: 14px;
	padding-bottom: 14px;
}
.recent_title {
	text-align: left;
}
.view_post {
	margin-top: 6px;
}
.sidebar_date {
	background-color: #f8f8f8;
	border: 1px solid #e4e4e4;
	color: #009d98;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-right: 8px;
	margin-bottom: 6px;
	padding: 2px;
	width: 40px;
	height: 30px;
}
#category_sidebar {
	margin-top: 10px;
	margin-bottom: 10px;
}
#category_sidebar li {
	border-bottom: 1px dotted #e4e4e4;
	padding-top: 8px;
	padding-bottom: 8px;
}
.side_categories {
	color: #E65A00;
}
#webhost {
	margin-bottom: 12px;
	margin-left: 20px;
	padding-top: 14px;
}
#webhost li {
	display: inline;
}
#webhost li a{  
	font-size: 16px;
	display: inline;
	margin-right: 38px;
}
#contact-area p{
	margin-left: 20px;
}
#contact-area {
	width: 580px;
	margin-left: 20px;
	margin-top: 25px;
}
#contact-area h1{
	margin-left: 22px;
}
#contact-area input, #contact-area textarea {
	-webkit-transition-property: color, background-image, box-shadow; 
	-webkit-transition-duration: .2s, .2s; 
	-webkit-transition-timing-function: linear, ease-in;
	padding: 5px;
	width: 451px;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}
#contact-area input[type="checkbox"] {
	width: auto;
}
#contact-area textarea {
	height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus {
	-webkit-box-shadow: 6px 6px 5px #888; 
	border: solid 1px #D11217;
}
#contact-area input.submit-button {
	width: 100px;
	background-color:#F5D2B2;
	float: right;
}
#contact-area input.submit-button:hover{
	-webkit-box-shadow: 6px 6px 5px #DDE3E8; 
	width: 100px;
	border: solid 1px #D11217;
	float: right;
}
.submit-button {
	background-color: #F5D2B2;
}
#contact-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 18px;
}
.address {
	margin-bottom: 10px;
}
/*--------------- goals calculator ----------------------*/
table.calculator {
	font-size:14px;
}
table.calculator td {
	margin:5px;
	padding:5px;
	border-bottom:1px solid #ccc;
	vertical-align:text-top;
	width:50%;
}
input.calculator_percent {
	width:30px;
}
input.calculator_dollars {
	width:50px;
}

/*-----------------------comments section-----------------*/
#comments {
	font-size: 18px;
	margin-top: 6px;
}
.commentlist li {
 	padding: 5px 18px 22px 18px;
	margin-top:15px;
	background: #fff;
	border-bottom: 1px dashed #00C8C8;	
	}
.commentlist cite {
	display: inline;
	font-style:normal
	}
.commentlist p {
	padding: 9px;
}
.commentlist cite a:link, .commentlist cite a:visited {
	text-decoration:none;
	}
.commentlist cite a:hover, .commentlist cite a:active {
	text-decoration:underline;
	}
textarea {
	border: 1px solid #333;
}
textarea:focus {
	border: 2px solid #e65a00;;
}
.fbconnect_head_share{
	margin: 6px;
}
#directions {
	margin-left: 22px;
	margin-top: 40px;
}
#freeways {
	margin-left: 20px;
}
#freeways li {
	margin-bottom: 10px;
	margin-left: 10px;
}
input.wpcf7-text {
	border: solid 1px #009295;
    box-shadow: 2px 2px 5px #9E9E9E inset;
	font-size: 18px;
	padding: 5px;
	width: 220px;
	-webkit-transition-property: color, background-image, box-shadow; 
	-webkit-transition-duration: .2s, .2s; 
	-webkit-transition-timing-function: linear, ease-in;
}
input.wpcf7-text:focus {
	box-shadow:6px 6px 5px #888; 
	-webkit-box-shadow: 6px 6px 5px #888; 
	border: solid 1px #D11217;
}
form.wpcf7-form p span.wpcf7-form-control-wrap textarea {
	border: solid 1px #009295;
    box-shadow: 2px 2px 5px #9E9E9E inset;
	font-size: 18px;
	height: 50px;
	padding: 5px;
	width: 220px;
	-webkit-transition-property: color, background-image, box-shadow; 
	-webkit-transition-duration: .2s, .2s; 
	-webkit-transition-timing-function: linear, ease-in;	
}
input.wpcf7-quiz{
	border: solid 1px #009295;
	display: block;
	width: 220px;
	padding: 4px;
	border: solid 1px #009295;
   box-shadow: 2px 2px 5px #9E9E9E inset;
}
input.wpcf7-quiz:focus {
	box-shadow: none;
}
#right span.wpcf7-not-valid-tip {
	color: #E65A00;
}
form.wpcf7-form p span.wpcf7-form-control-wrap textarea:focus {
	box-shadow:6px 6px 5px #888; 
	-webkit-box-shadow: 6px 6px 5px #888; 
	border: solid 1px #D11217;	
}
div#cf7_form_box {
	background-color: #E65A00;
	color: #ffffff;
	margin-bottom: 18px;
}
input.wpcf7-submit {
	cursor: pointer;
	width: 230px;
}
html body div#main_container div#white_wrapper div#wrapper div#right div#cf7_form_box div#wpcf7-f1-w1-o1.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap select.wpcf7-select {
	width: 230px;
}
div.chat {
	position: fixed;
	right: 0;
	top: 40%;
	text-indent: -9999px;
}
h2.indicate-required {
	background-color: #ff8901;
	color: #fff; 
	font-size: 30px;
	padding: 10px;
	width: 100%;
	text-align: center;
	border-radius: 8px;
	box-shadow: 1px 1px 3px 3px #cbcbcb; 
	-moz-border-radius: 8px;
}
input#mce-EMAIL , input#mce-FNAME {
	border: 1px solid red;
	box-shadow: 2px 2px 5px #cbcbcb inset;
	font-size: 20px;
	width: 400px;
	margin-bottom: 12px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
input#mce-EMAIL:focus , input#mce-FNAME:focus {
	box-shadow: none;
}
input#mc-embedded-subscribe {
    background-color: #00979A;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    padding: 7px;
    width: 200px;
	border-radius: 4px;
	-moz-border-radius: 4px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
}
 input#mc-embedded-subscribe:hover {
	box-shadow: 0px 0px 8px 0px #ffd75c; 
}
.discover {
	font-size: 24px;
	font-weight: bold;
}
#ebook-restaurant {
	font-size: 20px;
	font-weight: bold;
	list-style-type: none;
}
#ebook-restaurant li {
	list-style-type: none;
}
/*--------------------landing page -------------------*/
#landing-wrap form {
	background-color: #FF8B00;
	color: #ffffff;
	margin-bottom: 14px;
	margin-top: -13px;
	padding: 10px;
	padding-top: 0px;
   	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#landing-wrap input[type=submit] {
	background-color: blue;
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
    background-color: #00979A;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 7px;
}
#landing-wrap input[type=submit]:active {
	border: 0px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
#landing-wrap h2 {
	background-color: #FF8B00;
	color: #fff;
	padding: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;

}
.landing {
	margin-top: 12px;
}
.landing ul {
	margin-bottom: 10px;
	margin-left: 32px;
}
.landing li {
	min-height: 32px;
	padding-left: 40px;
	margin-bottom: 10px;
}
#awesome-social {
	border: solid 1px orange;
	overflow: hidden;
	padding-left: 14px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#awesome-social ul {
	list-style-type: none;
}
#awesome-social p {
	color: #00979A;
	font-weight: bold;
}
#awesome-social li {
	float: left;
	margin-right: 4px;
	margin-left: 10px;
}
#respond input[type=submit] {
	background-color: #00979A;
	-moz-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 14px;
    margin-right: 20px;
    padding: 7px;
    width: 180px;
}
#respond input[type=text] {
	border: 1px solid #009295;
    box-shadow: 2px 2px 5px #cbcbcb inset;
	font-size: 14px;
	padding: 5px;
	-moz-border-radius: 3px;
    border-radius: 3px;
    width: 220px;
}
#respond input[type=text]:focus {
	border: 1px solid #E65A00;
	box-shadow: none;
} 
#respond textarea {
	border: 1px solid #009295;
    box-shadow: 2px 2px 5px #cbcbcb inset;
    font-size: 14px;
    padding: 5px;
   	-moz-border-radius: 3px;
    border-radius: 3px;
}
#respond textarea:focus {
	border: solid 1px #E65A00;
	box-shadow: none;
}
ol.commentlist {
	list-style: none;
}
.comment-meta  {
	float: right;
	font-size: 11px;
	width: 170px;
	margin-top: -35px;
}
div.vcard {
	vertical-align: middle;
}
div.vcard img {
	margin-right: 10px;
	vertical-align: middle;	
}
.posts-by {
	margin-bottom: 8px;
}
.author-page {
	padding-top: 22px;
}
span.says {
	display: none;
}
.port {
	height: 349px;
	position: relative; 
}
#landing-port1 {
	background-image: url(images/blf-landing.jpg);
}
#landing-port2 {
	background-image: url(images/call4bail-landing.jpg);	
}
#landing-port3 {
	background-image: url(images/fairmont-landing.jpg);	
}
#fb-port1 {
	background-image: url(images/judith-fb.jpg);	
}
#fb-port2 {
	background-image: url(images/sansai-fb.jpg);	
}
#fb-port3 {
	background-image: url(images/bear-investments.jpg);	
}
#web-port1 {
	background-image: url(images/airemasters-portfolio.jpg);
}
#web-port2 {
	background-image: url(images/kathi-kruse-web.jpg);
}
#web-port3 {
	background-image: url(images/nicoletta-web.jpg);
}
#web-port4 {
	background-image: url(images/jubilee-web.png);
}
#web-port5 {
	background-image: url(images/rollings-web.jpg);
}
#portfolio-head {
	color: #009D98;
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.slide-overlay {
	background-color: #333;
	bottom: 0;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	padding-left: 47px;
	width: 528px;
	opacity: 0.85;
	position: absolute;
}
.navigation-wrap {
	background-color: #FFF;
	overflow: hidden;
	padding: 10px;
	width: 582px;
	margin-bottom: 10px;
	line-height: 30px;
	position: relative;
}
.navigation-wrap span{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	padding-left: 20px;
}
.left-wrap {
	float: left;
	margin: 0;
}
.right-wrap {
	float: right;
	margin: 0;
}
.left-wrap a.disabled {
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent; 
	border-right:14px solid #FFF;
}
.navi, .navi1, .navi2 {
	display: inline-block;
	left: 260px;
	top: 16px;
	position: absolute;
}
.navi a, .navi1 a, .navi2 a {
	background-image: url(images/empty-state.png);
	height: 19px;
	width: 20px;
	margin-right: 4px;
	display: inline-block;
	float: left;

}
.navi a.active, .navi1 a.active, .navi2 a.active {
	background-image: url(images/active-state.png);
	height: 19px;
	width: 20px;
	margin-right: 4px;
	display: block;
	float: left;
}
.left {
	float: left;
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent; 
	border-right:14px solid #E65A00;
}
.right {
	float: right;
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #E65A00;
}
.scrollable, .scrollable2, .scrollable3 {
	position:relative;
	overflow:hidden;
	width: 600px;
	height:349px;
	border:1px solid #ccc;
}
.scrollable .items, .scrollable2 .items, .scrollable3 .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.items div {
	float:left;
	width:600px;
}
.scrollable img, .scrollable2 img, .scrollable3 img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.scrollable .active, .scrollable2 .active, .scrollable3 .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
.portfolio-name {
	color: #E65A00;
	margin-top: 40px;
}
input.submit-button {
	box-shadow: none;
}
input.fancy_button, button.fancy_button { 
 	background-color: #00979A;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    width: 200px
}
/* -------------coaching styling -----------------------------*/
#left div.package li {
	list-style-type: none;
	font-weight: normal;
}
#left #generic h1#package-quote {
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.package-list {
	padding-top: 12px;
	padding-bottom: 20px;
}
#author-gravatar {
	float: left;
	padding: 6px;
}
.bottom-p {
	margin-bottom: 50px;
}
.package-button button {
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 40px;
	width: 300px;
}
#left ul.package-list li {
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 32px;
	list-style-type: none;
	font-size: 18px;
	margin-bottom: 10px; 
}
#payment-frame {
	display: none;
}
/* ------------------------packages page---------------------*/
#package-form input[type=text]{
	display: block;
	border: 0px; 
	color: #777;
	font-size: 22px;
	margin-bottom: 15px;
	opacity: 0.9;
	padding: 7px;
	width: 500px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-webkit-box-shadow: inset 1px 1px 1px 1px #999999;
	-moz-box-shadow: inset 1px 1px 1px 1px #999999;
	box-shadow: inset 1px 1px 1px 1px #999999;  
}
#packages-content ul {
	margin: 12px;
	margin-bottom: 26px;
}
#packages-content li {
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 26px;
	font-size: 20px;
	list-style-type: none;
	margin-bottom: 12px;
}
#package-form {
	background-color: #e0e0e0;
	padding: 44px;
	padding-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
#package-form h2 {
	border-bottom: 1px solid #adadad;
	margin-bottom: 14px;
	padding-bottom: 4px;
}
#formResponse-package {
	background-color: #e0e0e0;
	font-size: 22px;
	padding: 44px;
	padding-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 	
}
#package-price {
	font-size: 16px;
	font-weight: bold;
	margin-left: 510px;
}
#cant-decide {
	font-size: 15px;
}
/*------------------------comparison table----------------------*/
.datagrid table { 
	border-collapse: collapse; 
	text-align: left; 
	width: 100%; 
} 
.datagrid table tr td {
	border-bottom: solid 1px #333;
}
.datagrid {
	background: #fff; 
	overflow: hidden; 
	border: 1px solid #919191; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}
.datagrid table td, .datagrid table th { 
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 45px;
	width: 210px; 
}
.datagrid table td.product {
	padding: 10px;
	width: 210px;	
}
.datagrid table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF7A05), color-stop(1, #E6560E) );
	background:-moz-linear-gradient( center top, #FF7A05 5%, #E6560E 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7A05', endColorstr='#E6560E');
	background-color:#FF7A05; color:#FFFFFF; font-size: 15px; font-weight: bold; border-left: 1px solid #BF691E;
	font-size: 16px;
	padding: 10px;
	text-align: center;
} 
.datagrid table thead th:first-child { 
	border: none;
}
.datagrid table tbody td { 
	color: #7F4614;
	border-left: 1px solid #D9CFB8;
	border-bottom: 1px solid #D9CFB8;
	text-align: center;
}
.datagrid table tbody .alt td { 
	background: #F0E5CC;
	color: #7F4614;
}
.datagrid table tbody td:first-child { 
 	border-bottom: 1px solid #D9CFB8;
}
.datagrid table tbody td.price {
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
}
.datagrid table tbody td.got-it {
	background-image: url(images/checkmark-small.png);
	background-repeat: no-repeat;
	background-position: 2% 45%;
	margin-left: 10px;
	text-align: left;
}
#serve-brands {
	font-size: 15px;
}
a.button {
   border: 1px solid #ffffff;
   background: #d15e00;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff8800), to(#d15e00));
   background: -webkit-linear-gradient(top, #ff8800, #d15e00);
   background: -moz-linear-gradient(top, #ff8800, #d15e00);
   background: -ms-linear-gradient(top, #ff8800, #d15e00);
   background: -o-linear-gradient(top, #ff8800, #d15e00);
   background-image: -ms-linear-gradient(top, #ff8800 0%, #d15e00 100%);
   display: block;
   cursor: pointer;
   padding: 10px 21px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #707070 0 1px 0;
   color: #ffffff;
   font-size: 17px;
   text-decoration: none;
   vertical-align: middle;
}
a.button:hover {
   border: 1px solid #000000;
   text-shadow: #707070 0 1px 0;
   background: #ff8800;
   background: -webkit-gradient(linear, left top, left bottom, from(#d15e00), to(#ff8800));
   background: -webkit-linear-gradient(top, #d15e00, #ff8800);
   background: -moz-linear-gradient(top, #d15e00, #ff8800);
   background: -ms-linear-gradient(top, #d15e00, #ff8800);
   background: -o-linear-gradient(top, #d15e00, #ff8800);
   background-image: -ms-linear-gradient(top, #d15e00 0%, #ff8800 100%);
   color: #ffffff;
 }
     #slider-wrapper {
     	width: 359px;
     	background-image:url('http://www.brandingpersonality.com/development/wp-content/themes/dynamo/images/slider-bg.png');
     	background-repeat: no-repeat;
     	background-position: 0px 0px;
     	height: 70px;
     	margin-left: 36px;
     	margin-top: 10px;
     }
     
     #slider-left {
     	width: 200px;
     	float: left;
     }
     #slider-frame {
     	float: right;
     	display: block;
     	margin-top: 7px;
     	width: 50px;
     	height: 24px;
     	background-image:url('http://www.brandingpersonality.com/development/wp-content/themes/dynamo/images/switch-wd.png');
     	background-repeat: no-repeat;
     }
     
     #slider-bg {
     	background-image:url('http://www.brandingpersonality.com/development/wp-content/themes/dynamo/images/switch-dm.png');
     	background-repeat: no-repeat;
     	background-position: 0 50%;
     	height: 22px;
     }
     
     #slider-button {
     	display: block;
     	width: 23px;
     	height: 23px;
     	background-image:url('http://www.brandingpersonality.com/development/wp-content/themes/dynamo/images/switch-button.png');
     	background-repeat: no-repeat;
     	cursor: pointer;
     	margin-left: 1px;
     	position: relative;
     	top: -22px;
     }
     
     #dm-link {
     	float: left;
     	display: block;
     	width: 150px;
     	height: 38px;
     	margin: 0px 0 0 0 ;
     	background-image:url('http://www.brandingpersonality.com/development/wp-content/themes/dynamo/images/dm-link-on.png');
     	background-repeat: no-repeat;
     }
     
     #wd-link {
	    opacity: 0.01;
     	filter: alpha(opacity=1);
     	float: right;
     	display: block;
     	width: 159px;
     	height: 38px;
     	margin: 0px 0 0 0 ;
     	padding: 0;
     	background-image:url('http://www.brandingpersonality.com/development/wp-content/themes/dynamo/images/wd-link-on.png');
     	background-repeat: no-repeat;
		cursor: pointer;
     }
/* hire us full width layout options */
.hire-us-1 {
	overflow: hidden;
	margin-bottom: 10px;
}
.hire-us-1 p {
	float: left;
	/*width: 680px;*/
}
.hire-us-1 img {
	display: block;
	float: right;
	margin-top: 16px;
	width: 220px;
}
.hire-us-1 h2 {
	border-bottom: solid 1px #ccc;
	color: #fd5332;
	font-size: 18px;
}
.hire-us-orange {
	color: #fd5332;
	font-size: 17px;
}
/* 2nd layout module */
.hire-us-2 {
	overflow: hidden;
	margin-bottom: 10px;
}
.hire-us-2 p {
	float: left;
	width: 575px;
}
.hire-us-2 img {
	float: left;
	margin-right: 20px;
	margin-top: 16px;
	width: 300px;
}
.hire-us-2 h2 {
	border-bottom: solid 1px #ccc;
	color: #fd5332;
	font-size: 26px;
}
.hire-us-2 h3 {
	color: #fd5332;
	float: left;
	margin-top: 10px;
	width: 575px;
}
/*3rd layout module */
.hire-us-3 {
	overflow: hidden;
	margin-bottom: 10px;
}
.hire-us-3 h2 {
	border-bottom: solid 1px #ccc;
	color: #fd5332;
	color: #fd5332;
	font-size: 26px;
}
.hire-us-3 h3 {
	color: #fd5332;
	float: left;
	font-size: 18px;
	margin-left: 20px;
	margin-top: 8px;
	width: 445px;
}
.hire-us-3 h4 {
	float: left;
	font-size: 16px;
	margin-top: 8px;
	width: 445px;
}
.hire-us-3 p {
	float: left;
	width: 445px;
}
.hire-us-3 img {
	float: left;
	margin-right: 20px;
	margin-top: 16px;
	width: 445px;
}
.hire-us-3 ul {
	border: 5px #FFA08C solid;
	float: right;
	margin-left: 14px;
	padding-top: 22px;
	padding-bottom: 22px;
	width: 433px;
	border-radius: 5px;
}
.hire-us-3 li {
	margin-bottom: 10px;
	margin-left: 43px;
}

.hire-us-3 div {
	float: right;
	margin-left: 20px;
	width: 445px;
}
/*4th layou module */
.hire-us-4 {
	overflow: hidden;
	margin-bottom: 10px;
}
.hire-us-4 h2 {
	border-bottom: solid 1px #ccc;
	color: #fd5332;
	color: #fd5332;
	font-size: 26px;
}
.hire-us-4 h3 {
	color: #fd5332;
	float: left;
	font-size: 18px;
	margin-left: 20px;
	margin-top: 8px;
	width: 445px;
}
.hire-us-4 h4 {
	float: left;
	font-size: 16px;
	margin-top: 8px;
	width: 445px;
}
.hire-us-4 p {
	float: left;
	width: 445px;
}
.hire-us-4 img {
	float: left;
	margin-right: 20px;
	margin-top: 16px;
	width: 445px;
}
.hire-us-4 ul {
	float: left;
	padding-top: 22px;
	padding-bottom: 22px;
	width: 445px;
}
.hire-us-4 li {
	margin-bottom: 10px;
	margin-left: 26px;
}

.hire-us-4 div {
/*	float: right;
	width: 445px;
*/	margin-left: 20px;
	margin-top: 20px;
}
/* quotion modue layout */
.hire-us-quote {
	background-color: #fd5332;
	color: white;
	margin-bottom: 32px;
	padding: 32px;
	text-align: center;
	border-radius: 35px;
}
#generic .hire-us-quote blockquote {
	font-size: 19px;
	font-style: italic;
	text-align: center;

}
.hire-us-tagline {
	color: #fd5332;
	font-size: 18px;
	font-style: italic;
	text-align: center;
}
