/*
    Theme Name: Agency Child Theme
	Theme URI: http://www.studiopress.com/themes/agency
	Description: Agency is a two or three column child theme created for the Genesis Framework.
    Author: StudioPress
    Author URI: http://www.studiopress.com/
 
    Version: 2.0
 
    Tags: black, blue, gray, silver, white, dark, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Home Welcome
* Home Slider
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Agency Green
* Agency Orange
* Agency Red

*/

#landing-header {
	margin: 0 15px;
	border-top: solid 2px #083250;
	border-bottom: solid 6px #083250;
	}
#landing-header img {
	width: 100%;
	}	


/* Import Fonts
------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=PT+Sans);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #333;
    font: normal normal normal 12px/1.75 Arial,Helvetica,sans-serif;
    font-size-adjust: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #2361A1;
	text-decoration: underline;
}

a:hover {
	color: #990000;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: #000;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background: #FFF;
	margin: 10px auto;
	width: 960px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 115px;
	overflow: hidden;
	width: 100%;
}

#title-area {
	min-height: 100px;
	overflow: hidden;
	padding: 0;
	margin: 10px 15px 0;
	width: 930px;
}

#title, #description {
    font-family: 'Times New Roman',Times,serif;
	font-size: 40px;
	line-height: 1;
	float:left;
	color: #133051;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
}

#title a,
#title a:hover {
	color: #083250;
	text-decoration: none;
}

#description {
	clear:left;
	font-size: 30px;
}

p#description {
	color: #083250;
}

#header .widget-area {
	float:right;
	margin-right:10px;
	width: 240px;
	height: 286px;
	background: url("images/quick_contact_bg.jpg") no-repeat center top;
	position:relative;
	z-index: 10;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 115px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 350px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {

}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
#nav {
width: 930px;
margin: 0 15px;
}

#subnav {
display: none;
}

.menu-primary,
.menu-secondary,
#header .menu {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header .menu li {
}

#header .menu li li {
	border: none 0;
}

#header .menu {
background: rgb(16,87,135); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(16,87,135,1) 40%, rgba(5,29,49,1) 90%, rgba(8,50,80,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(16,87,135,1)), color-stop(90%,rgba(5,29,49,1)), color-stop(100%,rgba(8,50,80,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105787', endColorstr='#083250',GradientType=0 ); /* IE6-9 */
}

#header #nav .menu {
	height:36px;
	}

.menu-primary li a,
.menu-secondary li a,
#header .menu li a {
	color: #FFF;
	display: block;
	font-size: 12px;
	padding: 6px 18px 4px;
	position: relative;
	text-decoration: none;
	border-right: 1px solid #70A2BD;
}

#header .menu li a.sf-with-ul {
background: url("images/btn-arw.png") no-repeat 95% 50%;
	padding: 6px 24px 4px 16px;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: #083250;
	border-bottom: 1px solid #70a2bd;
	color: #FFF;
	font-size: 13px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 138px;
	line-height: 1.2;
}

#header .menu li li a.sf-with-ul,
#header .menu li li a.sf-with-ul:link,
#header .menu li li a.sf-with-ul:visited 
 {
background: #083250 url("images/btn-sub-arw.png") no-repeat 95% 50%;
}
#header .menu li li a.sf-with-ul:hover 
 {
background: #CCC url("images/btn-sub-arw.png") no-repeat 95% 50%;
}

.menu-primary li li:last-child a,
.menu-secondary li li:last-child a,
#header .menu li li:last-child a {
	border: none;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	color: #083250;
	background: #CCC;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #000;
	border-radius: 5px;
	height: auto;
	left: -9999px;
	margin: -5px 0 0;
	padding: 0;
	position: absolute;
	width: 158px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 130px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -34px 0 0 149px;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	color: #777;
	float: right;
	font-size: 14px;
	padding: 7px 15px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #777;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background-color: #fff;
	margin: 0 15px;
}

#inner .wrap {
	padding: 0;
}


/* Home Welcome
------------------------------------------------------------ */

#home-welcome {
	padding: 20px 30px;
}

#home-welcome,
#home-welcome p {
	color: #777;
	font-size: 18px;
	text-align: center;
	text-shadow: 1px 1px #000;
}


/* Home Slider
------------------------------------------------------------ */

#home-slider {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px #999;
	margin: 0 0 20px;
	width: 100%;
}

#home-slider p {
	padding: 0 0 25px;
}

.agency #genesis-responsive-slider {
	-webkit-font-smoothing: antialiased;
	border: none;
	margin: 5px;
	padding: 5px 0;
}

.agency .slide-excerpt {
	filter: alpha(opacity=100);
	margin: 0;
	padding: 22px 40px 22px 20px;
	opacity: 1.0;
}

html > body.agency .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

.agency .slider-next, 
.agency .slider-previous {
	margin: 0 -40px;
}

.agency .flex-control-nav {
	margin: 20px 0;
}


/* Home
------------------------------------------------------------ */

#home {
	font-size: 14px;
}

#home p {
	font-size: inherit;
}

.home-left {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.home-middle {
	float: left;
	width: 280px;
}

.home-right {
	float: right;
	width: 280px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: #ddd url(images/gradient.png) repeat-x;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin: -5px 0px 20px 0px;
	padding: 15px 30px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 698px;
	margin: 0 10px 10px 0;
}

.agency-landing #content-sidebar-wrap,
.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


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

#content {
	float: left;
	padding: 0;
	width: 410px;
}

.page-template-media-php #content {
	width: 100%;
}

.home #content {
	padding: 0;
	width: 702px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 640px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 100%;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

.post {
	padding-bottom: 10px;
	margin: 0 0 10px;
}

.entry-content {
}

.entry-content p {
	margin: 0 0 25px;
}

p.subscribe-to-comments {
	margin: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #133051;
    font-family: "Times New Roman",Times,serif;	font-weight: normal;
	margin: 0 0 10px;
	line-height: 1.25;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 30px;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h2 a:hover {
	color: #5397b4;
	text-decoration: none;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.widget-area h4 {
	margin: 0 0 5px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	padding: 10px 0 0;
	color: #FFF;
}

#home-welcome h4 {
	color: #fff;
	font-size: 36px;
	line-height: 1;
	text-align: center;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 14px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}

.glossary .post-meta {
	border-top: none 0;
	padding: 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: url(images/widget.png) repeat-x;
	border: 1px solid #eee;
	margin: 0 0 40px;
	overflow: hidden;
}

.author-box p {
	font-size: 14px;
}

.author-box div {
	border: 1px solid #fff;
	padding: 15px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.featuredpage img,
.featuredpost img {
	margin: 0 0 10px;
}

.avatar,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 15px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 0 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background: url(images/button.png) 0 0;
	border: 1px solid #6297ad;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	padding: 5px 8px;
	text-decoration: none;
	text-shadow: 1px 1px #47819b;
}

.navigation li a:hover,
.navigation li.active a {
	background: url(images/button.png) 0 -40px;
	border: 1px solid #6297ad;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 265px;
}

#sidebar-alt {
	float: left;
	width: 225px;
	margin-left:10px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar h3, .sidebar h4 {
	text-align: center;
	font-size: 21px;
}

.sidebar p {
	font-size: inherit;
	margin: 0 0 10px;
}

.sidebar .widget {
	margin: 0 0 15px;
}

.sidebar #text-20 .widget {
	margin: 0;
}

.sidebar .widget-wrap {
text-align:center;
}

.sidebar.widget-area ol ol,
.sidebar.widget-area ul ul {
	margin: 0 0 0 15px;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin: 0 0 5px;
	word-wrap: break-word;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 5px;
	overflow: hidden;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"],
#home-slider a.more-link {
	background: url(images/button.png) 0 0;
	border: 1px solid #6297ad;
	color: #fff;
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	padding: 6px 7px;
	text-decoration: none;
	text-shadow: 1px 1px #47819b;
}

#home-slider a.more-link {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	padding: 8px 15px;
}

input:hover[type="button"],
input:hover[type="submit"],
#home-slider a.more-link:hover {
	background: url(images/button.png) 0 -40px;
	border: 1px solid #6297ad;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
}

#nav .searchform {
	float: right;
}

.s {
	border: 1px solid #aaa;
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0 -7px 0 0;
	padding: 6px 5px;
	width: 170px;
}

#nav .s {
	background-color: #fff;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #f5f5f5;
	border: 1px solid #aaa;
	color: #666;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0 -7px 0 0;
	padding: 6px 5px;
	width: 160px;
}

#footer-widgets .enews #subbox {
	margin: 0 -7px 0 0;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	clear: both;
	font-size: 14px;
	margin: 20px auto 0;
	width: 100%;
}

#footer-widgets .wrap {
background:#000;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

#footer-widgets .widget {
	margin: 0 0 15px;
	color: #FFF;
	font-size:12px;
	line-height: 16px;
}

#footer-widgets a, #footer-widgets a:visited {
	color: #69DEF8;
}

#footer-widgets a:hover {
	color: #F00;
}

.footer-widgets-1 {
background:#FFF;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;	
}
#philly, #miami, #new-york, #los-angeles, #west-palm-beach {
	text-align:center;
	background: url("images/footer.jpg") no-repeat center bottom #11598b;
	height: 155px;
	margin:10px;
}

.footer-widgets-2, .footer-widgets-3, .footer-widgets-4, .footer-widgets-5 {
	float: left;
	width: 21%;
	margin:10px 2%;
}
#footer-widgets .footer-widgets-6, #footer-widgets .footer-widgets-6 .widget {
	width:100%;
	clear:both;
	margin:0;
}

/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-size: 14px;
	margin: 0 auto 15px;
	width: 96%;
	padding: 0 2%;
	background: #FFF;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#footer .wrap {
	border-top: solid 1px #333;
	overflow: hidden;
	padding: 10px 0;
	text-align:center;
}

#footer p {
	font: 12px/14px Arial,Helvetica,sans-serif;
	color:#333;
	padding:6px 0;
}

#footer a,
#footer a:visited {
	padding: 0 6px;
	color: #333;
}

#footer a:hover {
	color: #5397b4;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 20%;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 75%;
}
#why_inside p {
    color: #CCCCCC;
    margin:0;
}
#why_inside h2 {
    font-size: 14px;
    margin-bottom: 12px;
    color: #CCCCCC;
}
#footer p#k-sig, #footer p#k-sig a {
    color: #666666;
    font-size: 10px;
    font-style: italic;
    margin-top: 6px;
    text-align: right;
}

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

#comments,
#respond {
	margin: 0 0 30px;
}

#author,
#comment,
#email,
#url {
	background: #eee;
	border: 1px solid #ddd;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0 15px;
	width: 98%;
}

#comments ol,
#pings ol {
	padding: 0;
}

#comments .navigation {
	display: none;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	background: url(images/widget.png) repeat-x;
	border: 1px solid #eee;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.comment-list li ul li {
	border-left: none;
	border-right: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children li.comment {
	background-color: #fff;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author {
	border: 1px solid #fff;
	border-bottom: none;
	padding: 15px 15px 0;
}

.comment-meta {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 15px 10px;
}

.comment-content {
	padding: 0 15px;
}

.reply {
	font-weight: normal;
	overflow: hidden;
	padding: 0 15px 10px;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/* killino adds
------------------------------------------------------------ */

#newsHead, #content h1 .home #content h2 {
	font-size: 32px;
}
#content h2 {
	font-size: 24px;
}

#media_center {
    background: url("images/media_center.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 250px;
    margin: 17px 0 0;
    width: 233px;
    overflow: hidden;
    text-indent: -999px;
}
#media_center a {
    display: block;
    height: 250px;
    width: 225px;
}
#menu-practices.menu a, #menu-practices.menu .current ul a, #menu-practices.menu .current-cat ul a, #menu-practices.menu .current-menu-item ul a, #menu-miami-practices.menu a, #menu-miami-practices.menu .current ul a, #menu-miami-practices.menu .current-cat ul a, #menu-miami-practices.menu .current-menu-item ul a,
#menu-la-practices.menu a, #menu-la-practices.menu .current ul a, #menu-la-practices.menu .current-cat ul a, #menu-la-practices.menu .current-menu-item ul a {
    border: solid 1px #CCC;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    letter-spacing: 0;
    line-height: 22px;
    padding: 1px 0 0 14px;
    text-decoration: none;
    text-transform: none;
	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(5,13,23,0.15) 85%, rgba(0,0,0,0.35) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(85%,rgba(5,13,23,0.15)), color-stop(100%,rgba(0,0,0,0.35))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(5,13,23,0.15) 85%,rgba(0,0,0,0.35) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(5,13,23,0.15) 85%,rgba(0,0,0,0.35) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(5,13,23,0.15) 85%,rgba(0,0,0,0.35) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(5,13,23,0.15) 85%,rgba(0,0,0,0.35) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#59000000',GradientType=0 ); /* IE6-9 */
}
#menu-practices.menu a:hover, #menu-practices.menu .current ul a:hover, #menu-practices.menu .current-cat ul a:hover, #menu-practices.menu .current-menu-item ul a:hover, #menu-miami-practices.menu a:hover, #menu-miami-practices.menu .current ul a:hover, #menu-miami-practices.menu .current-cat ul a:hover, #menu-miami-practices.menu .current-menu-item ul a:hover,
#menu-la-practices.menu a:hover, #menu-la-practices.menu .current ul a:hover, #menu-la-practices.menu .current-cat ul a:hover, #menu-la-practices.menu .current-menu-item ul a:hover {
    color: #FFFFFF;
    border: solid 1px #083250;
background: rgb(8,50,80); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(8,50,80,1) 0%, rgba(5,29,49,1) 10%, rgba(16,87,135,1) 60%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(8,50,80,1)), color-stop(10%,rgba(5,29,49,1)), color-stop(60%,rgba(16,87,135,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(8,50,80,1) 0%,rgba(5,29,49,1) 10%,rgba(16,87,135,1) 60%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(8,50,80,1) 0%,rgba(5,29,49,1) 10%,rgba(16,87,135,1) 60%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(8,50,80,1) 0%,rgba(5,29,49,1) 10%,rgba(16,87,135,1) 60%); /* IE10+ */
background: linear-gradient(top,  rgba(8,50,80,1) 0%,rgba(5,29,49,1) 10%,rgba(16,87,135,1) 60%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083250', endColorstr='#105787',GradientType=0 ); /* IE6-9 */
}

#featured_cases, #news {
margin: 17px 0 0 0;
}

.featured_cases_box {
    background: url("images/featured_cases_box.jpg") no-repeat scroll 0 0 transparent;
    border: 1px solid #BCBCBC;
    margin: 15px 0 0;
    padding: 5px;
    background: -moz-linear-gradient(left,  rgba(246,246,246,0.01) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(246,246,246,0.01)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(246,246,246,0.01) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(246,246,246,0.01) 0%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(246,246,246,0.01) 0%,rgba(0,0,0,0.2) 100%); /* IE10+ */
background: linear-gradient(left,  rgba(246,246,246,0.01) 0%,rgba(0,0,0,0.2) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03f6f6f6', endColorstr='#33000000',GradientType=1 ); /* IE6-9 */
}

.featured_cases_box h3 {
	font: 22px/20px "Times New Roman",Times,serif;
}

.featured_cases_box p {
	font: 12px/18px Arial,Helvetica,sans-serif;
}

.featured_cases_box img {
    margin: 0;
    float: right;
}

#featured_cases a:hover, #featured_cases a:active {
    color: #579DCD;
    font-weight: bold;
    text-decoration: underline;
}

#featured_cases a:link, #featured_cases a:visited {
    color: #000033;
    font-weight: bold;
    text-decoration: underline;
}

.submit_case {
    background: url("images/btn_cases.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    overflow:hiddden;
    text-indent: -999px;
    float: right;
    height: 24px;
    margin: 0 10px 5px 0;
    width: 140px;
}
.submit_case:hover {
    background-position: 0 -24px;
}

#homelist {
    float: right;
    margin: 10px 0 0 10px;
    width: 200px;
}
#content_right #homelist li {
    background: url("images/bullet_list_2.gif") no-repeat scroll 0 6px transparent;
    font: 12px/14px Arial,Helvetica,sans-serif;
    margin: 0 0 0 10px;
    padding: 0 5px 10px 15px;
}
ul, ol {
    list-style: none outside none;
}
#news #blurb_3_body ul {
    margin: 0 0 10px;
}
#news #blurb_3_body li {
    background: url("images/icon_news.gif") no-repeat scroll 0 14px transparent;
    color: #999999;
    font-size: 13px;
    padding: 8px 0 12px 24px;
}

#move-right {
float:right;
width:399px;
}
#move-left {
float:left;
width:283px;
}

#wrap #genesis-responsive-slider {
border: none 0;
border-bottom: solid 6px #133D6E;
padding: 0;
margin: 0 15px;
}

#contact_form {
    margin: 0;
    padding: 0 0 0 12px;
    width: 220px;
}

#contact_form h3 {
    color: #FFF;
    margin: 3px 0 0;
    font-size: 24px;
}

#contact_form input.textInput, #contact_form input#answertoquestion {
    border: 1px solid #DDDDDD;
    color: #999999;
    height: 14px;
    margin: 6px 0 0 0;
    padding: 2px 4px;
    width: 210px;
}
#contact_form input#answertoquestion {
    width: 110px;
}
#contact_form select.select_states {
    border: 1px solid #DDDDDD;
    color: #999999;
    font-family: inherit;
    font-size: 13px;
    height: 20px;
    margin: 0 0 6px;
    padding: 2px;
    width: 210px;
}
#contact_form textarea.quick_comments {
    border: 1px solid #DDDDDD;
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 44px;
    padding: 0 4px;
    width: 200px;
}

#quick_contact p {
    padding: 0 0 5px;
    color: #FFFFFF;
    font-size:12px;
    line-height: 14px;
}
#contact_form input.submit_input {
    border: medium none;
    clear: left;
    float: left;
    margin-top: 6px;
    padding: 0;
}
#footer_nav {
    text-align: center;
}

#footer_nav li {
    list-style: none outside none;
    display: inline;
    font-size: 12px;
    line-height: 18px;
    border-right: 1px solid #999999;
    padding: 0 6px;
}
#footer_nav a, #footer_nav a:visited {
    color: #FFF;
}
#footer_nav a:hover {
    color: #5397B4;
}

#flash_video_area {
    background-color: #EFEFEF;
    border: 1px solid #DEDFE1;
    margin: 0 auto 10px;
    font-size: 12px;
}
#vid_container {
    float: right;
    margin: 10px;
    width: 320px;
}
#vid_desc {
    color: #5A5A5A;
    line-height: 18px;
    margin: 10px 340px 10px 10px;
}
#desc_content {
    background-color: #FFFFFF;
    border: 1px solid #DEDFE1;
    color: #5A5A5A;
    height: 192px;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 10px;
}
#desc_content {
    background-color: #FFFFFF;
    border: 1px solid #DEDFE1;
    color: #5A5A5A;
    height: 192px;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 10px;
}
#embed_link {
    background-color: #000033;
    border: 1px solid #DEDFE1;
    font-size: 14px;
    height: 26px;
    line-height: 18px;
    padding: 10px;
    text-align: center;
}
#embed_link a {
    text-decoration: underline;
    color:#CCC;
}
#embed_link a:hover {
    color:#00EDED;
}

.infopod {
font-size: 14px;
border: 1px solid #DEDEDE;
background: #DEDEDE;
}
  
.media-tab {
}

.media-tab li a, .media-tab li a:visited {
    color: #2D567E;
    line-height: 14px;
    padding: 15px 10px;
    display:block;
    text-decoration:none;
}
.media-tab li a:hover {
    color: #FFF;
	background: #083250;
}
.media-tab li a.selected, .media-tab li a.selected:hover {
    background: #EFEFEF;
    color: #2D567E;
    cursor:default;
}

#tab_content {
    background-color: #EFEFEF;
    color: #5A5A5A;
    height: 300px;
    line-height: 18px;
    overflow-y: auto;
    float: right;
    width:75%;
    border-bottom: 15px solid #EFEFEF;
    border-top: 15px solid #EFEFEF;
    padding: 0 15px;
}
.tabcontent {
    background-color: #FFF;
}

.infopod_heads {
    color: #990000;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
	
.blurb {
    padding: 0 10px;
}
.blurb a {
    padding: 10px 0;
    border-bottom: solid 1px #CCC;
    display:block;
    min-height: 60px;
}
.blurb img {
float:left;
}
.blurb h4 {
    color: #579DCD;
    font-size:14px;
    margin: 0 0 0 70px;
}

#k-contact {
	width: 270px;
	text-align: center;
	color: #083250;
	font:bold 22px/24px "Times New Roman", Times, serif;
	float:right;
	margin: 0;
}
#k-phone {
	color:  #FFF;
	font-weight: normal;
	font-size: 24px;
	height: 54px;
	padding: 6px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: rgb(16,87,135); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(16,87,135,1) 40%, rgba(5,29,49,1) 90%, rgba(8,50,80,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(16,87,135,1)), color-stop(90%,rgba(5,29,49,1)), color-stop(100%,rgba(8,50,80,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105787', endColorstr='#083250',GradientType=0 ); /* IE6-9 */
}

#k-phone a {
	color:  #FFF;
}

.entry-content p, .entry-content ul, .entry-content ol {
font-size: 14px;
}

p#k-sig {
	text-align: center;
}

#k-sig a, #k-sig a:visited {
	color: #333;
}

/* sidebar custom headers */

#sidebar_news_header, .attorneys #affiliations_header {
    background: url("images/sidebar_news.jpg") no-repeat;
    height: 93px;
    margin: 0;
    width: 270px;
}

.attorneys #sidebar_news_header {
    background: url("images/sidebar_attorneys.jpg") no-repeat;
}

.attorneys #affiliations_header {
    background: url("images/sidebar_affiliations.jpg") no-repeat;
}

#sidebar, #sidebar .affiliations {
    margin: 0;
    min-height: 300px;
}

#sidebar ul, #sidebar p {
	margin: 0 20px;
	}

li.widget ul {
    list-style: none;
    margin:0 10px;
    padding:0 5px 10px 15px;
    }
    
#sidebar .widget li {
    background: url("images/bullet_list_2.gif") no-repeat 0 5px;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    margin: 0 0 0 10px;
    padding: 0 5px 10px 15px;
}

#blurb_11_body {
    background: url("images/address_bg.jpg") repeat-y;
    color: #666666;
    font: italic 16px/20px "Times New Roman",Times,serif;
    margin: 10px 0 15px;
    padding: 5px 0 10px 10px;
    min-height: 155px;
}

#blurb_11_body img {
    border: 1px solid #999999;
    float: right;
    margin: 0 0 10px 10px;
    padding: 3px;
}
.attorneys #sidebar a img {
    border: 1px solid #999999;
    float: left;
    margin: 0 0 10px 20px;
    padding: 3px;
}

.post h2 a, .post h2 a:visited {
    color: #990000;
    font-size: 20px;
    height: auto;
    padding: 0;
}

.post h2 a:hover {
    text-decoration: underline;
    }
    
.entry-content p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 15px;
}

.category #content h1 {
	color: #990000;
    font-size: 24px;
    border: none 0;
    font-weight: bold;
    }
#quick_contact form {
color: #fff;
}

/* glossary rules */
.glossary_list {
background: #FFF;
margin: 10px 0;
}

#content .glossary_item .headline_area h2 {
	cursor:pointer;
	font-size:18px;
	background: url(images/arrow-state1.gif) no-repeat 0 9px;
	padding:3px 18px;
}
.glossary_item .headline_area h2:hover {
	background-image: url(images/arrow.gif);
	color: #C00;
}
.glossary_list .post_box {
border: none;
padding: 0;
border-bottom: 1px solid #999999;
}

.glossary_list .alpha_nav {
    padding: 0;
	text-align:center;
}

.glossary_list .alpha_nav ul {
	list-style:none;
}

.glossary_list .alpha_nav ul li{
	display:inline;
	margin:0 3px;
	font-size:14px;
	line-height:24px;
}

.glossary_list .alpha_nav a {

}

.glossary_list .gl_nav {
margin: 6px 0 3px 22px;
font-size:14px;
font-weight:bold;
}

h2#mediahead {
    color: #CC0000;
    font-family: 'Times New Roman',Times,serif;
    font-size: 21px;
    margin: 0 0 10px 1em;
}
#mediapod li {
    float: left;
    width: 310px;
}
#mediapod li a img {
    float: left;
    margin: 0 10px 10px 0;
}

ul.double-list {
    float: left;
    list-style: none;
    margin: 10px 0 15px 5px;
    padding: 0;
    width: 100%;
}
.entry-content ul.double-list li {
    background: url("/App_Themes/Basic/images/listarrow.gif") no-repeat scroll 0 0 transparent;
    list-style: none;
    float: left;
    margin: 0 0 5px;
    padding: 0 0 0 3%;
    width: 47%;
}

.featured-case {
    background-color: #EEEEEE;
    border: 1px solid #BDBDBD;
    float: right;
    font-size: 11px;
    margin: 10px 0 0 10px;
    padding: 10px;
    width: 238px;
}
h1.entry-title {
margin-top: 10px;
}

.left-float-image {
    border: 1px solid #000000;
    float: left;
    margin: 0 10px 5px 5px;
}

.sidebar #categories-3 h4 {
background: rgb(16,87,135); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(16,87,135,1) 40%, rgba(5,29,49,1) 90%, rgba(8,50,80,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(16,87,135,1)), color-stop(90%,rgba(5,29,49,1)), color-stop(100%,rgba(8,50,80,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105787', endColorstr='#083250',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    display: block;
    font-family: 'Times New Roman',Times,serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    z-index: 0;
}

#categories-3 ul {
    padding-top: 12px;
}
#categories-3 ul {
    list-style: none;
	text-align: left;
	}
/* Gravity Forms
------------------------------------------------------------ */

#mobile-form {
display:none;
}

#standard-form .gform_wrapper, #mobile-form .gform_wrapper {
    background-color: #EEE;
    border: 1px solid #CCC;
    padding: 20px 30px;
    max-width: 780px;
}

.gform_wrapper .gform_heading span.gform_description {
    color: #990000;
    font: bold 20px/26px "Times New Roman",Times,serif;
    padding: 0 0 10px;
}

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	font-size: 14px !important;
	padding: 2px 0 0 1% !important;
	width:98% !important;
    background-color: #F0F8FF;
    border: 1px solid #B8B8B8;
    color: #444444;
    display: block;
    height: 18px;
    margin: 0 0 10px;
}

.gform_wrapper .top_label .gfield_label {
Margin:0 !important;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

div.gform_footer input.button {
background: rgb(16,87,135); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(16,87,135,1) 40%, rgba(5,29,49,1) 90%, rgba(8,50,80,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(16,87,135,1)), color-stop(90%,rgba(5,29,49,1)), color-stop(100%,rgba(8,50,80,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105787', endColorstr='#083250',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    font-family: 'Times New Roman',Times,serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    height: 30px;
    width: 100px !important;
}
div.gform_footer input.button:hover {
background: #900;
color:#FFF;
}
div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

select#input_2_5 {
height: 26px;
}

#gform_widget-3 h4, #gform_widget-4 h4 {
background: rgb(16,87,135); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(16,87,135,1) 40%, rgba(5,29,49,1) 90%, rgba(8,50,80,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(16,87,135,1)), color-stop(90%,rgba(5,29,49,1)), color-stop(100%,rgba(8,50,80,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(16,87,135,1) 40%,rgba(5,29,49,1) 90%,rgba(8,50,80,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105787', endColorstr='#083250',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    display: block;
    font-family: 'Times New Roman',Times,serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    z-index: 0;
    }
#gform_widget-3 .gform_wrapper, #gform_widget-4 .gform_wrapper {
    border: 1px solid #666666;
    margin: 0 0 12px;
    padding: 9px;
    max-width:930px;
}

#gform_widget-3 ul, #gform_widget-4 ul {
    margin: 0;
}
#sidebar #gform_widget-3 li, #sidebar #gform_widget-4 li {
background: none;
margin:0;
padding: 0;
}
	

/* Responsive Design
------------------------------------------------------------ */

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

	body,
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.full-width-content #content,
	.home-left,
	.home-middle,
	.home-right,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 96%;
		margin:10px 2%;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
	width: 46%;
	margin: 0 2%;
	}
	
	#header .widget-area {
		padding: 10px 0 0;
	}
	
	.menu-primary,
	.menu-secondary,
	#header ul.menu,
	#header .searchform,
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	 {
		float: none;
		text-align: center;
	}
	
	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
/* 
		float: none;
 */
	}

	.menu li.right,
	.flex-direction-nav li .next {
		display: none;
	}

	.menu-primary li li,
	.menu-secondary li li,
	#header ul.menu li li {
		text-align: left;
	}

	#footer-widgets .wrap {
		padding: 0;
		width: auto;
	}
	
	/* killino responsive */
	
	#text-3 {
	display:none;
	}
	
	#header #nav .menu {
    height: auto;
	}
	#header #nav .menu li{
    width: 33%;
    border-bottom: 1px solid #70A2BD;
	}


	#header .widget-area, #content-sidebar-wrap {
    float: none;
    margin: 0 auto;
    width: 100%;
	}
	
	#move-right, #move-left {
	width:49%;
	}
	#header .widget-area {
	display: none;
	}
	#wrap #genesis-responsive-slider {
    width: 96%;
    margin: 0 2%;
	}
	#header .menu {
	margin: 0;
	}
	#nav {
    width: 96%;
    margin: 0 2%;
	}
	#header .menu {
	width: auto;
	}
	.genesis_responsive_slider .flexslider {
    background: #000000;
	}
	
	#mobile-form {
	clear: both;
	display:block;
	}
	#mobile-form h3 {
	text-align: center;
	}
	
	#tab_content {
    width:55%;
    }
    
    #text-20, #recent-posts-4 {
	display: none;
	}
	
	#sidebar {
	margin: 10px 2%;
	}
		    
}

 
@media only screen and (max-width: 800px) {
#title {
font-size: 30px;
}
#description {
font-size: 24px;
}

/*
	#home-welcome {
		background: url(images/bg-welcome.png);
		overflow: hidden;
		padding: 10px 20px;
	}
	
	#home-welcome h4 {
		font-size: 24px;
	}
	
	#home-welcome,
	#home-welcome p {
		font-size: 14px;
	}

	.agency .slide-excerpt,
	.breadcrumb {
		display: none;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.flex-direction-nav {
		display: none;
	}
 */
	
	/* killino responsive */
	
/* 
	#move-right, #move-left {
	width:100%;
	margin: 0 auto;
	}
	
	#title {
    float: none;
	}
	
	#k-contact {
    float: none;
    width: 100%;
    margin:24px 0 0:
	}
	
	#nav {
	display:none;
	}
	
	#subnav {
	display: block;
	width:96%;
	margin: 0 2%;
	}
	#header ul.menu li {
	width: 33%;
	border: none 0;
	border-bottom:  1px solid #70A2BD; 
	float: left;
	}
 */	
}


@media only screen and (max-width: 600px) {
	#k-contact {
	width: 100%;
	}

	#vid_container, #vid_desc {
		float: none;
   		margin: 10px auto;
   		height:auto;
   		width: 320px;
   	}
	#desc_content {
   		height:auto;
   	}
   	#desc_content p {
   		margin: 0 0 6px;
   	}
   	#philly, #miami, #new-york, #los-angeles, #west-palm-beach {
	height: 190px;
	}
	#header ul.menu li {
	width: 50%;
	}
	#header #nav .menu li {
    width: 50%;
	}
	
	.entry-content ul.double-list li {
    width: 97%;
	}
}	
@media only screen and (max-width: 420px) {

	#header #nav .menu li {
	width: 100%;
	}
	
}


a.si-fb { background: url(http://www.childinjuryfirm.com/wp-content/uploads/2014/05/social-icons.png) no-repeat 0 0; display: block; height: 40px; width: 45px; float: left; }
a.si-tw { background: url(http://www.childinjuryfirm.com/wp-content/uploads/2014/05/social-icons.png) no-repeat -45px 0; display: block; height: 40px; width: 46px; float: left; }
a.si-gp { background: url(http://www.childinjuryfirm.com/wp-content/uploads/2014/05/social-icons.png) no-repeat -91px 0; display: block; height: 40px; width: 49px; float: left; }
a.si-li { background: url(http://www.childinjuryfirm.com/wp-content/uploads/2014/05/social-icons.png) no-repeat -140px 0; display: block; height: 40px; width: 48px; float: left; }
a.si-yt { background: url(http://www.childinjuryfirm.com/wp-content/uploads/2014/05/social-icons.png) no-repeat -188px 0; display: block; height: 40px; width: 37px; float: left; }

a.si-fb:hover { background-position: 0 -40px; no-repeat; }
a.si-tw:hover { background-position: -45px -40px; no-repeat; }
a.si-gp:hover { background-position: -91px -40px; no-repeat; }
a.si-li:hover { background-position: -140px -40px; no-repeat; }
a.si-yt:hover { background-position: -188px -40px; no-repeat; }


/* 20140909 - Mods */
#contact_number_banner { float: right; background: transparent url('/wp-content/themes/agency/images/consult_bg.png') no-repeat left top; text-align: center; width: 270px; height: 22px !important; padding-top: 68px; height: 90px; }
	#contact_number_banner.spanish { background-position: 0 -134px; }
.menu li a.sf-with-ul { background-position: 101% 50% !important; }
#sidebar .gform_widget .widgettitle { font-family: Tahoma; font-size: 20px; }
#sidebar .widget_recent_entries .widget-wrap { text-align: left; }
	#sidebar .widget_recent_entries .widgettitle { text-align: center; }
	#sidebar .widget_recent_entries ul { margin: 0; }
	#sidebar .widget_recent_entries ul li .post-date { display: block; }
		#sidebar .widget_recent_entries ul li .post-date:before { content: "Published date: "; }
#sidebar .gfield { display: table; width: 100%; }
#sidebar .gfield .gfield_label { float: left; width: 55px; font-size: 13px; padding-top: 2px; }
	#sidebar #field_2_7.gfield .gfield_label { width: 75px; }
	#sidebar #field_2_5.gfield .gfield_label { float: none; display: block; width: auto; margin-bottom: 3px; padding: 0; }
#sidebar .gfield .ginput_container { float: right; width: 185px; text-align: right; }
	#sidebar #field_2_7.gfield .ginput_container { float: right; width: 165px; }
	#sidebar #field_2_5.gfield .ginput_container { float: none; display: block; width: auto; }
	#sidebar .gfield .ginput_container input[type="text"], #sidebar .gfield .ginput_container select { height: 24px; text-align: left; }
	#sidebar .gfield .ginput_container textarea { text-align: left; }


#contact_number_banner { position: relative; }
#contact_number_banner .floating_phone_anchor { position: absolute; top: 0; left: 0; width: 100%; display: block; height: 67px; cursor: pointer; text-indent: -9999px; font-size: 1px; color: transparent; outline: none; }