/* 
Theme Name: BigMikeBailBonds - Responsive
Theme URI: http://www.BigMikeBailBonds.com/
Author: TheeDesign Studio
Author URI: http://www.theedesign.com/
Description: WordPress theme
Version: 1.0

    Fonts
    font-family: 'Oswald', sans-serif;
    
*/
/******************************************************
    [ GENERAL ]
*******************************************************/
* {
	-moz-box-sizing:    border-box;   /* Firefox 1, probably can drop this */
	-webkit-box-sizing: border-box;   /* Safari 3-4, also probably droppable */
	box-sizing:        border-box;   /* Everything else */
}


body {
	background: url(images/bail-bonds-1.jpg) top center no-repeat #000;
	color: #ebebeb;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#wrapper {
}

/* Headings */

h1,h2,h3,h4,h5,h6 {
    font-family: 'Cabin Condensed', Arial, Helvetica, sans-serif;
	font-weight: normal;
    color: #fff;
	margin: 0;
	padding: 0;
}

h1 { font-size: 40px; }

h2 { font-size: 30px; }

h3 { font-size: 20px; }

h4 { font-size: 16px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }

/* Paragraps */

p { 
	margin: 0 0 15px 0;
	text-align: left;
	line-height: 1.4em;
}

ul, ol	{
	margin: 0 0 15px 30px;
	padding: 0;
}

li	{
	line-height: 1.3em;
	margin: 0 0 15px 0;
	list-style: disc;
}
#wrap-sidebar-primary li	{
	list-style: none;
	list-style-type: none;
}

/* Links */
a {
    color: #e30b0b;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #af0202;
    text-decoration: none;
}

a:focus { 
    outline: none;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.float-left, .alignleft,
img.alignleft	{
	float: left;
	margin: 0 15px 10px 0;
}

.float-right, .alignright,
img.alignright	{
	float: right;
	margin: 0 0 10px 15px;
}
.float-center, .aligncenter  {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

strong	{
	font-weight: bold;
}

hr.main	{
	margin: 10px 10px 30px 0;
}


/******************************************************
    [ LAYOUT ]
*******************************************************/

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#wrap-sidebar-primary {
	overflow: hidden;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 22px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}
.btn-primary {
    color: #fff;
    background-color: #a30a16;
    border-color: #6d0008;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active {
    color: #fff;
    background-color: #6d0008;
    border-color: #440105;
}

/******************************************************
    [ HEADER ]
*******************************************************/
.hdr-top h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 33px;
    line-height: 33px;
    letter-spacing: 1px;
}
.header {
    padding: 15px 0 0 0;
    margin-bottom: 20px;
}
.logo {
    padding-bottom: 15px;
}

.inner-logo {
    padding-bottom: 0;
}
.hcol-2-inner {
    overflow: visible;
    background: url(images/bail-bonds-inner.png) top right no-repeat;
    padding-top: 75px;
    margin-top: -56px;
    min-height: 230px;
}
.hcol-2 img {
    float: right;
    margin: 15px 0 0 0;
    padding: 0;
}
.hcol-2-inner img  {
    float: right;
    margin: 30px 0 0 0;
    padding: 0;
}
.hcol-2 h2,
.hcol-2-inner h2 {
    float: right;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin: -10px 0 0 0;
    padding: 0;
    letter-spacing: 1px;
}
/******************************************************
    [ Menus ]
*******************************************************/
/**** Menu Secondary ****/

.wrap-menu-secondary {
    position:relative;
    height: 50px;
    z-index: 300;
    background: url(images/menu-secondary-bail-bonds.png) center top no-repeat;
    padding: 0;
}

.menu-secondary {}

ul.menu-secondary  {
    width: 100%;
    display: table;
}

/* First Level */
.menu-secondary li {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #fff;
	text-decoration: none;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;

    float:none;
    display: table-cell;
}
.menu-secondary li a {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 0px 27px;
    text-decoration: none;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus, 
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
    color: #fff;
    background: url(images/menu-secondary-bail-bonds.png) left -148px repeat-x;
    outline: 0;
}

/* Child Levels */

.menu-secondary li li a {
	color: #373737;
    background: #E6E8E8;
    padding: 10px;
    margin: 0;
}

.menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus, 
.menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
	color: #7C1916;
    background: #F7F7F7;
    outline: 0;
}

/* Arrows */

.menu-secondary .sf-sub-indicator {
    background: url(images/menu-secondary-arrows.png) 0 0 no-repeat;    
}

/* Shadows */

.wrap-menu-secondary .sf-shadow ul {
    background:	url('images/menu-secondary-shadow.png') no-repeat bottom right; 
}

/******************************************************
    [ Home CONTENT ]
*******************************************************/
.banner-content {
    padding: 0 0 60px 0;
    overflow: hidden;
}
.bcol-1-inner {
    margin: 40px 0 0 15px;
}
.home-content {
    background: url(images/bail-bonds-hbox.png);
    border-top: 2px solid #858585;
    overflow: hidden;
}
.hbox {
    border-right: 1px solid #858585;
    min-height: 216px; 
}
.hbox:first-child {
    border-left: 1px solid #858585;
    padding: 0 15px;
}

.hbox-1,
.hbox-2,
.hbox-3 {
    padding: 35px 0;
}
.hbox h3 {
    background: url(images/bail-bonds-hbox-h.png) no-repeat;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-left: 28px;
    margin-bottom: 15px;
}
.hbox .hbox-desc {
    font-size: 13px;
    line-height: 1.5em;
    min-height: 110px;
}
/******************************************************
    [ MAIN CONTENT ]
*******************************************************/
.main-content {
    padding: 40px 0;
    overflow: hidden;
}

.content {
    font-size: 16px;
    padding-right: 20px;
}

.wrap-post {
    padding-bottom: 20px;
    margin-bottom: 10px;
    background: url(images/post-separator.png) center bottom no-repeat;
}

.wrap-post-single, .wrap-post-page {    
    border-bottom: 0;
    margin-bottom: 0;
}

.wrap-post-page {
    background: none;
    padding-bottom: 0;
}

.post {}

.title {
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: bold;
}

.title a {
    color: #fff;
    text-decoration: none;
}

.title a:hover {
    color: #af0202;
    text-decoration: none;
}

.featured_image {
    border-color: #E9ECED;
    background: #fff;
    border-right: 2px solid #DBDFE1;
    border-bottom: 2px solid #DBDFE1;
}

.entry {
    line-height: 1.4em;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
    margin-bottom: 20px;
    line-height: 1.1em;
}

.entry img {
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.3);
    border: 2px solid #000;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.entry p.wp-caption-text {
    text-align: center;
}
.generic {
    color: #fff;
    background: url(images/bg-generic.png) left top no-repeat;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    padding: 10px 0 20px 16px;
}

.postmeta-primary {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.postmeta-secondary {
    color: #666;
    font-size: 11px;
    padding: 0 0 10px 0;
}

.meta_date, .meta_author, .meta_comments, .meta_edit, .meta_categories, .meta_tags {
    padding:3px 0 3px 20px;
    background-position:left center;
    background-repeat: no-repeat;
}

.meta_date {
    background-image: url(images/time.png);
}

.meta_author {
    background-image: url(images/author.png);
}

.meta_comments {
    background-image: url(images/comments.png);
}

.meta_edit {
    background-image: url(images/edit.png);
}

.meta_categories {
    background-image: url(images/cat.png);
}

.meta_tags {
    background-image: url(images/tags.png);
}

.wrap-readmore {
    margin-bottom: 10px;
    float: right;
}

a.readmore {
    color: #fff;
    background: url(images/bail-bonds-readmore.png) left top repeat-x;
    padding: 6px 14px;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    display: block;
    -moz-border-radius: 14px;
    -khtml-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

a.readmore:hover {
    color: #fff;
    background: url(images/bail-bonds-readmore.png) left -130px repeat-x;
    text-decoration: none;
}

.navigation {}

/* Featired Posts */

.featuredposts {
    margin: 0 0 20px 0;
    width: 624px;
}

.fp-label {
    color: #606060;
    padding: 0 0 10px 0;
    margin: 0 15px 10px 0;
    text-decoration: none;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd;
}

.fp-slides {
    width: 620px !important;
    border: 2px solid #e2e4e5;
    background: #FBF9F9 url(images/bail-bonds-featured.png) left bottom repeat-x;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.fp-post {
    margin: 10px
}

.fp-thumbnail {
    max-width: 600px;
    overflow: hidden;
}

.fp-content {
    padding: 10px 0;
    float: left;
    width: 520px;
}

.fp-title {
    color: #120E0A;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 2px 0;
    margin: 0;
    text-transform: uppercase;
}

.fp-title a {
    color: #120E0A;
    text-decoration: none;
}

.fp-title a:hover {
    color: #af0202;
    text-decoration: none;
}

.fp-content p {
    color: #6F6F6F;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 16px;
}

.fp-more,  .fp-more:hover{
    color: #333;
    font-weight: bold;
}

.fp-nav {
    margin-top: 6px;
    width: 626px;
    height: 14px;
    text-align: center;
    
}

.fp-pager a { 
	background-image: url(images/featured-pager.png); 
	cursor:pointer;  
	margin: 2px 6px 0 0; 
	padding: 0;
	display: inline-block;
	width: 14px; 
	height: 14px;
	overflow: hidden;
	text-indent: -999px; 
	background-position: 0 0;
	float: none;
	line-height: 0;
}
.fp-pager a:hover, .fp-pager a.activeSlide  { 
    text-decoration: none;
    background-position: 0 -114px;
}


.fp-prev {
	float:left;
	margin: 20px 10px 0 0;
	width:29px;
	height:29px;
	background:url(images/featured-prev.png);
}


.fp-next {
	float:right;
	width:29px;
	height:29px;
	margin: 20px 0 0 10px;
	background:url(images/featured-next.png);
}
.entry > .location-wrap {
    margin-top: 30px;
}
.location-wrap {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #858585;
    min-height: 300px;
}
.location-wrap:last-child {
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.loc-1,
.loc-2 {
    float: left;
}
.loc-1{
    width: 335px;
    padding-right: 15px;
}
.loc-2 {
    width: 250px;
    padding-right: 0;
}
.loc-2 iframe {
    width: 98%;
    max-width: 98%;
}
ul.agent-photo {
    margin: 0;
    padding: 0;
}
ul.agent-photo p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    margin-left: 4px;
}
ul.agent-photo li {
    display: inline-block;
    list-style: none;
}
ul.agent-photo li:nth-child(even) {
    margin-left: 20px;
}
ul.agent-photo a {
    font-size: 13px;
    text-decoration: none;
    margin-left: 0px;
}
/******************************************************
    [ SIDEBAR(S) ]
*******************************************************/
.col-2 {
    background-color: rgb(133,133,133);
    background-color: rgba(133,133,133,0.6);
    border: 2px solid #000;
}
.sidebar {
    padding: 20px 16px;
}

.sidebar-primary {
	color: #fff;
	font-size: 14px;
}

.sidebar-primary a {
	color: #fff;
	text-decoration: none;
}

.sidebar-primary a:hover {
	color: #000000;
	text-decoration: none;
}

.sidebar {}


.hiddenlink {
  color: #FFFFFF; 
  text-decoration: none; 
}

/******************************************************
    [ WIDGET(S) ]
*******************************************************/

.widgetized {}

/*  General Widgets Styling */

.wrap-widget {
    list-style-type: none;
    list-style: none;
    margin: 0 0 35px 0;
    padding: 0;
}

.sidebar h3.widget-title {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 20px 0;
    text-transform: none;
    padding: 10px;
    background-color: #000;
}

.sidebar h3.widget-title a, .sidebar h3.widget-title a:hover {
    color: #fff;
    text-decoration: none;
}

/*  Default Widgets */

.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    padding: 10px 0 10px 0;
    margin: 0 10px;
    border-top: 1px solid #858585;
}

.widget ul li:first-child {
    padding-top: 0; 
    border-top: none;
}

.widget ul li ul {
    margin-top: 15px;
}

/* Search */

#wrap-search {
    width: 300px;
    padding: 20px 0;
}

#search {
    border: 1px solid #d8dbdc;
    background: #fff url(images/bail-bonds-search.png) left top repeat-x;
    height: 30px;
    padding: 0;
    text-align: left;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#search #s {
    background: none;
    color: #A9A9A9;
    border: 0;
    padding: 4px;
    margin:3px 0 0 4px;
    float: left;
}

#search .search-image {
    border:0; 
    vertical-align: top;
    float: right;
    margin: 8px 10px 0 2px;
}

/* Wp Calendar */
#wp-calendar {
}
#wp-calendar caption {
    background: none;
}

#wp-calendar th {
    background: none;
}

#wp-calendar td {
}

#wp-calendar td:hover, #wp-calendar #today {
    background: #464646;
    color: #fff;
}

#wp-calendar td:hover a, #wp-calendar #today a {
    color: #fff;
}

/* Flexi Ads */

.flexi-ads {
    text-align: center;
}

/* Flexi Banners 125 */

.flexi-banners {
    text-align: center;  
    margin-bottom:-10px;
}

.flexi-banners img {
    margin: 0 5px 5px 5px;
}

/* Flexi Comments */

.flexi-comments ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.flexi-comments ul li {
    list-style-type: none; 
    padding: 0 0 25px 0; 
    margin: 5px 0 0 0;
    background: url(images/widget-item-separator.png) center bottom no-repeat;
}

.flexi-comments ul li:first-child {
    margin-top: 0;
}

.flexi-comments-author {
    text-decoration: none; 
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0;
}

.flexi-comments-author:hover {}

.flexi-comments-entry { 
    line-height: 20px;
}

.flexi-comments-more {
    font-weight: bold; 
}

.flexi-comments-more:hover {}

.flexi-comments-avatar {
    border: 1px solid #ddd;
    padding: 4px;
}

.flexi-comments .alignleft {
    margin: 0 8px 0 0;
}

.flexi-comments .alignright {
    margin: 0 0 0 8px;
}

.flexi-comments .aligncenter {
    margin-bottom: 8px;
}

/* Flexi Posts */

.flexi-posts ul {
    list-style-type: none;
    padding: 0; 
    margin: 0;
}

.flexi-posts ul li {
    list-style-type: none; 
    padding: 0 0 15px 0; 
    margin: 0;
}

.flexi-posts ul li:first-child {
    margin-top: 15px; 
}

.flexi-posts-title {
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0; 
    font-size: 16px;
    line-height: 16px;
}

.flexi-posts-title a {
}

.flexi-posts-title a:hover {
    text-decoration: none;
}

.flexi-posts-meta { 
    font-style: italic;  
    padding: 0 0 5px 0;
}

.flexi-posts-entry { 
    line-height: 20px;
}

.flexi-posts-more {
    font-weight: bold;
}

.flexi-posts-more:hover {}

.flexi-posts-featured-image {
    border: 1px solid #E9ECED;  
    background: #fff; 
    padding: 4px;  
    border-right: 2px solid #DBDFE1;
    border-bottom: 2px solid #DBDFE1;
}

.flexi-posts .alignleft {
    margin: 0 8px 8px 0;
}

.flexi-posts .alignright {
    margin: 0 0 8px 8px;
}

.flexi-posts .aligncenter {
    margin-bottom: 8px;
}

/* Flexi Social Connect */

.flexi-social-connect {
    background: #fff url(images/bail-bonds-social-connect.png) left bottom repeat-x;
    border: 1px solid #C8CDCF;
    padding: 10px;
}
.flexi-social-connect:hover {
   border: 1px solid #9aa1a4; 
}

.flexi-social-connect a {
    color: #555;
    font-weight: bold;
    text-decoration: none;
}

.flexi-social-connect a:hover {
    color: #990100; 
    text-decoration: none;
}

.flexi-social-connect  img {
    vertical-align:middle; 
    margin-right: 5px;
}

/* Flexi Social Share */

.flexi-social-share ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.flexi-social-share ul li {
    text-align: center;
}

.flexi-social-share ul li a {
    width: 32px; 
    height: 32px; 
    margin: 0 2px; 
    padding: 0;
}

.flexi-social-share ul li a img {
    opacity: 0.7;
}

.flexi-social-share ul li a:hover img {
    opacity: 1;
}

/* Flexi Tabs */

.flexi-tabs {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 10px 0;
    padding: 0; 
    height: 28px;
}

.flexi-tabs li {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 0 2px; 
    padding: 0; 
    float: left;
}

.flexi-tabs li:first-child {
    margin: 0;
}

.flexi-tabs li a {
    color: #fff !important;
    background: url(images/bail-bonds-tab.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    font-size: 12px;
    padding: 8px 16px;
    display: block;
    -moz-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.flexi-tabs li a:hover, .flexi-tabs li a.flexi-tabs-current {
    color: #fff !important;
    background-position: 0 -128px;
    text-decoration: none;
}

.flexi-tabs-content {
}


.flexi-tabs-content .flexi-posts {
    margin-top: -10px;
}

/* Flexi Text */

.flexi-text {
    margin: 0; 
    padding: 0 0 0 15px;
}

/* Flexi Tweets */

.flexi-tweets ul {
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    line-height: 20px; 
}

.flexi-tweets ul li {
    list-style-type: none;
    padding: 0; 
    margin: 15px 0 0 0; 
}

.flexi-tweets ul li:first-child {
    margin-top: 5px;
}

.flexi-tweets li.tweets-bird {
    padding-left: 24px;
    background: url(images/tweets.png) left 2px no-repeat;
}

.flexi-tweets a {}

.flexi-tweets a:hover {}

a.flexi-tweets-time {
    text-decoration: underline; 
}

a.flexi-tweets-time:hover {
    text-decoration: none; 
}

/* Flexi Info Box */

.flexi-infobox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.flexi-infobox ul li {
    list-style-type: none; 
    padding: 0; 
    margin: 5px 0 0 0;
}

.flexi-infobox ul li a {
    text-decoration: none;
}

.flexi-infobox-description {
    line-height: 20px;
}

.flexi-infobox-more {
    font-weight: bold;    
}

.flexi-infobox-more:hover {   
}


.flexi-infobox .alignleft {
    margin: 0 10px 10px 0;
}

.flexi-infobox .alignright {
    margin: 0 0 10px 10px;
}

.flexi-infobox .aligncenter {
    margin-bottom: 10px;
}

.flexi-infobox .inbottom {
    margin-top: 10px;
}

/******************************************************
    [ FOOTER ]
*******************************************************/
.footer {
    background: url(images/bail-bonds-footer.jpg) top center #000;
    border-top: 2px solid #858585;
    border-bottom: 1px solid #858585;
    overflow: hidden;
}

.footer-widgets-left,
.footer-widgets-center {
    border-right: 1px solid #858585;
}
.footer-widgets-left,
.footer-widgets-center,
.footer-widgets-right {
    height: 380px;
}
.footer-widgets .widget-title {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    padding: 0;
}
.footer .wrap-widget {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 35px 15px;
}
.footer .footer-widgets-left .wrap-widget {
    padding: 35px 15px 35px 0;
}
.footer .widget ul {
    margin: 0;
    padding: 0;
}
.footer .widget ul li {
    list-style: none;
    font-size: 13px;
    border: none;
    background: none;
    padding: 0px 0 16px 0px;
}
.footer .widget ul li a {
    color: #ebebeb;
    text-decoration: none;
}
.footer .widget ul li a:hover {
    color: #e30b0b;
    text-decoration: none;
}

.footer-widgets-center {}

.footer-widgets-center p {
    font-size: 14px;
    line-height: 1.6em;
}
.footer-widgets-center img { margin-bottom: 20px;}

.footer-widgets-right {margin-left: 5px;}

.footer-widgets-right .post-wrap {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #858585;
}
.footer-widgets-right .post-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.footer-widgets-right .post-wrap img {
    float: left;
}

.footer-widgets-right .post-wrap h3,
.footer-widgets-right .post-wrap p {
    padding-left: 90px;
}
.footer-widgets-right .post-wrap h3 {
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-widgets-right .post-wrap p {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 0;
}
.bot-footer {
    padding: 25px 0 15px;
    overflow: hidden;
    font-size: 12px;
}
.bot-footer p {
   margin-bottom: 10px;
}
.bot-footer p:last-child {
   margin-bottom: 0;
}
.bot-footer a {
   color: #ebebeb;
   text-decoration: none;
}
.bot-footer a:hover {
   color: #e30b0b;
}
.bot-footer ul.social {
    float: right;
    margin: 0;
    padding: 0;
}
.bot-footer ul.social li {
    float: left;
    list-style: none;
    display: inline-block;
}
/******************************************************
    [ COMMENTS ]
*******************************************************/

#comments {
    margin-bottom: 20px;
}

h3#comments-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 20px 0;
}

.commentlist { 
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist li.comment {
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 0px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom:none;
    margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}

.commentlist .avatar {
    border: 3px solid #ffffff;
    margin-right: 10px; 
    width: 40px; 
    height: 40px; 
    vertical-align: middle;
    margin-bottom: 2px;
}

.comment-author {
    padding: 5px;
    display: block;
}

.comment-author cite {
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.fn, .fn a:link, .fn a:hover, .fn a:visited {
    font-size: 16px; 
    font-style: normal; 
    font-weight: bold;
    text-decoration: none;
}

.comment-meta {
    margin: -23px 0 0 65px;
    display: block;
    font-size: 11px;
    padding:0;
}

.comment-meta a:link,
.comment-meta a:visited {
    text-decoration: none;
}

.reply {
    text-align: right;
    margin-bottom: 10px;
}

.comment-reply-link  {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}


.commentlist .children {
    list-style: none;
    margin: 0;
}

/* Children */

.commentlist .children li {
    border: none;
    margin: 0;
}

.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    font-size: 12px;
    line-height: 18px;
    display:block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}

/* Comments form */

#respond {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

h3#reply-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 20px 0;
}

#respond .required {
    color:#FF4B33;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    display: none;
}

.children #respond {
    margin: 0 48px 0 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color:#FF4B33;
    font-weight:bold;
}

#respond label {
    font-size: 12px;
    font-weight: bold;
}

#respond input {
    margin:10px 0 0 0;
    width:98%;
}

#respond textarea {
    width:98%;
    margin:10px 0 0 0;
}

#respond .form-allowed-tags {
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond input[type=submit] {
    margin: 0;
}

#respond .form-submit {
    margin: 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 14px;
}
#respond dl {
    margin: 0 0 10px;
}

#respond dt {
    display: inline;
    font-weight: normal;
}

#respond dd {
    display: inline;
}

.bailbondsman {
  width:49%;
  display:block;
  float:left;
}


.bailbondsman2 {
  width:50%;
  display:block;
  float:right;
}

#home-header-image {
 width:100%;
 display:block;
}