@charset "utf-8";
/*
Theme Name: Atlanta Bankruptcy Attorney
Theme URI: https://atlanta-bankruptcy-attorney.com/
Author: Rent My Brain, LLC
Author URI: https://rent-my-brain.net/
*/


/* RESETS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html, body {
	margin: 0 !important;
	padding: 0 !important;
	}
	
	
	

/* MAIN BODY STYLES */

body {
	font-family: Calibri, 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #111;
}

.container {
	width: 990px;
	margin: 0 auto;
}




/* HEADER STYLES */

#skyline {
	height: 443px;
	background: url(images/skyline.jpg) center top;
}

#header {
	height: 111px;
	padding-top: 17px;
	background-color: rgba(10,14,40,.9);
	border: 1px solid #161616;
	box-shadow: 1px 0px 3px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 1px 0px 3px 3px rgba(0,0,0,.4);
  	-webkit-box-shadow: 1px 0px 3px 3px rgba(0,0,0,.4);
  	position: relative;
	z-index: 99;
	margin-top: -28px;
}

#logo {
	width: 274px;
	height: 144px;
	background-image: url(images/logo_bg.png);
	position: relative;
	top: -10px;
	float: left;
	z-index: 99;
}

#logo a {
	width: 366px;
	height: 154px;
}

#logo img {
	margin-top: 8px;
}

#social {
	float: right;
	height: 50px;
	padding: 18px 0 5px 0;
}

#social li {
	padding: 0 0 0 3px;
	float: left;
	list-style: none;
}

#social li a:hover {
	opacity:0.7;
}

#phone {
	color: #fff;
	font-family: Calibri, 'Source Sans Pro', sans-serif;
	text-align: center;
	font-size: 60px;
	float: left;
	text-shadow: 0 0 10px #323952, 0 0 20px #323952, 0 0 30px #323952, 0 0 40px #131c38, 0 0 70px #131c38, 0 0 80px #131c38, 0 0 100px #131c38, 0 0 150px #131c38;
	font-weight: bold;
	line-height: 46px;
	margin-top: 105px;
	margin-right: 180px;
}

#phone p {
	margin-bottom: -5px;
}

#phone a {
	color: #ccc;
	text-decoration: none;
}


.header-border {
	height: 2px;
	background-color: #a8aca8;
	clear: both;
	position: relative;
	top: -46px;
	box-shadow: 1px 0px 1px 2px rgba(20,20,20,.5);
	-moz-box-shadow: 1px 0px 1px 2px rgba(20,20,20,.5);
  	-webkit-box-shadow: 1px 0px 1px 2px rgba(20,20,20,.5);
}

#case-eval {
	width: 298px;
	height: 294px;
	float: right;	
	background-color: rgba(183,183,183,.8);
	border: 1px solid #9e9e9e;
}

#case-eval-title {
	height: 35px;
	width: 280px;
	background-image: url(images/contact_title.png);
	text-align: center;
	margin: 0 auto;
	margin-top: -1px;
}

#case-eval-title p{
	padding-top: 4px;
	font-family: Calibri, 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #eee;
}

#button-bg {
	height: 65px;
	background-color: rgba(17,26,47,.75);
  	border: 1px solid #1a1c2e;
  	clear: both;
  	position: relative;
  	z-index: 99;
}

.button {
	width: 329px;
	height: 65px;
	border-left: 1px solid #131522;
	float: left;
}

.button-last {
	width: 328px;
	height: 65px;
	border-left: 1px solid #131522;
	border-right: 1px solid #1a1c2e;
	float: left;
}

.button-contact a, .button-case a, .button-results a {
	width: 328px;
	height: 65px;
	display: block;
}





/* MAIN NAV */

#nav {
	width: 700px;
	height: 27px;
	float: right;
	font-size: 16px;
	color: #dedede;
	margin-right: -10px;
}

#nav ul {
	height: 27px;
	list-style: none;
	display: table;
	float: right;
}

#nav ul li {
	height: 27px;
	float: left;
	padding: 0 10px 0 10px;
}

#nav .current-menu-item, #nav .current-page-ancestor, #nav .current_page_parent {
	background: url(images/nav_marker.png) center bottom no-repeat;
	position: relative;
	z-index: 99;
}

#nav ul li a {
	text-decoration: none;
	color: #dedede;
}

#nav ul li a:hover{
	color: #9e0b0f;
}

#nav ul li ul {
	list-style: none;
	width: 100px;
	margin: 10px 0 0 -10px;
	position:absolute;
	z-index:500;
	background: #161F3E;
	color: #fff;
	padding: 0px;
	}

#nav ul li ul li {
	float:none;
	height: 30px
	padding: 0px;
	background: #161F3E;
	}
	
#nav ul li ul li a {
	display:block;
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
	height: 20px;
	padding: 10px;
	}

#nav ul li ul li a:hover {
	color:  #9e0b0f;
	}
	
#nav ul li ul li a:active{
	background-image: none;
}

#nav ul li ul,
#nav ul li:hover ul ,
#nav ul li ul li:hover ul
{ display: none; }

#nav ul li:hover ul,
#nav ul li ul li:hover ul ,
#nav ul li ul li ul li:hover ul
{ display: block;}






/* BODY CONTENT */

#bg {
	background-color: #131C39;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

#content {
	width: 625px;
	float: left;
	padding: 30px 28px 20px 32px;
	line-height: 18px;
	background: #efefef;
	box-shadow: -1px 0px 3px 3px rgba(30,30,30,.4);
	-moz-box-shadow: -1px 0px 3px 3px rgba(30,30,30,.4);
  	-webkit-box-shadow: -1px 0px 3px 3px rgba(30,30,30,.4);
}

.post-content p {
	margin-bottom: 12px;
	line-height: 22px;
}

.post-content li {
	margin-left: 40px;
	line-height: 22px;
}

.post-content ul {
	margin-bottom: 15px;
}

.post-content ul ul {
	margin-bottom: 0;
}

.post-content img {
	border: 1px solid #0b0c30;
}
.post-meta {
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #A7ACA8;
}

.post-meta p{
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	font-style: oblique;}

.post-date {
	font-size: 12px;
}

.older {
	float: left;
	margin-bottom: 15px;
}

.newer {
	float: right;
	margin-bottom: 15px;
}





/* SIDEBAR */

#sidebar {
	width: 300px;
	border-left: 5px solid #929292;
	float: right;
	color: #dadadb;
	background-image: url(images/sidebar_bg.png);
	padding-bottom: 30px;
	box-shadow: 1px 0px 2px 2px rgba(30,30,30,.4);
	-moz-box-shadow: 1px 0px 2px 2px rgba(30,30,30,.4);
  	-webkit-box-shadow: 1px 0px 2px 2px rgba(30,30,30,.4);
  	font-size: 16px;
}

.widget {
	width: 272px;
	margin: 0 auto;
	margin-top: 32px;
	}

.widget li {
	margin-left: 8px;
	list-style: none;
}
	
.widget img {
	box-shadow: 0px 0px 16px 0px rgba(255,255,255,.7);
	-moz-box-shadow: 0px 0px 16px 0px rgba(255,255,255,.7);
  	-webkit-box-shadow: 0px 0px 16px 0px rgba(255,255,255,.7);
  	margin-left: 21px;
  	text-align: center;
}

#location {
	text-align: center;
}

#sidebar li {
	list-style: none;
	background: url(images/bullet.png) top left no-repeat;
	padding: 0px 0 0 16px;
	}
	
#sidebar .menu li ul{
	display: none;
}

#sidebar .menu .current_page_ancestor > ul, #sidebar .current_page_item  > ul{ 
	display: block;
}

#sidebar .menu li ul li {
	font-size: 11px;
	line-height: 28px;
	margin-left: 15px;
	list-style: none;
}

#sidebar ul.menu li ul li, #sidebar ul.menu li ul li:hover {
	background: none;
}

#sidebar .menu li ul li a:hover {
	color: #adadad;
	text-decoration: none;
}

.location {
	float: left;
	margin: 0 10px 0 10px;
}

/*
#menu-faq-menu {
	width: 242px;
	margin: 0 auto;
}


.faq .widget {
	width: 272px;
	margin: 0 auto;
	margin-top: 32px;
}

.faq .menu {
	font-size: 15px;
	margin-left: -7px;
	width: 270px;
}

.faq .menu-item {
	margin-bottom: 5px;
}

*/

.screen-reader-text {
	display: none;
}

#searchform {
	width: 233px;
	margin: 0 auto;
}

#searchform input[type="text"] {
	width: 166px;
}

/* FOOTER */

.border {
	height: 4px;
	background-color: #474a51;
	clear: both;
	box-shadow: -1px 0px 1px 1px rgba(20,20,20,.5);
	-moz-box-shadow: -1px 0px 1px 1px rgba(20,20,20,.5);
  	-webkit-box-shadow: -1px 0px 1px 1px rgba(20,20,20,.5);
	position: relative;
}

#footer {
	clear: both;
	min-height: 202px;
	background-color: rgba(14,23,52,.7);
  	color: #cdcdcf;
  	text-align: center;
  	font-size: 13px;
  	padding: 0 0 20px 0;
  	margin: 0 auto;
}

#footer-logo {
	width: 192px;
	height: 102px;
	position: relative;
	top: -23px;
	background-image: url(images/footer_logo_bg.png);
	float: left;
}

#footer-phone {
	margin-top: 16px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	float: left;
}

#footer div {
	margin-bottom: 16px;
}

#footer-nav {
	text-align: center;
	clear: both;
	margin-bottom: 25px;
	}

#footer-nav ul {
	display: table;
	margin: 0 auto;
	}

#footer-nav ul li {
	float: left;
	font-weight: bold;
	font-size: 14px;
	list-style: none;
	padding: 0 8px 0 8px;
	}
	
#footer-nav ul li a {
	text-decoration: none;
}

#footer-nav ul li a:hover {
	text-decoration: underline;
}




/* TEXT STYLES */

h1, h2, h3, h4, h5 {margin-bottom: 18px;}

h1 {
	font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-weight: bold;
	font-size: 28px;
	color: #790000;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	line-height: 32px;
}

h2, h3 {
	font-weight: bold;
	font-size: 22px;
	color: #790000;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	margin: 25px 0 18px 0;
	line-height: 26px;
}

h2 a, h3 a {
	text-decoration: none;
}

.blog h2 {
	margin-top: 0;
}

h4 {
	font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #0b0c30;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 0px 0px 3px rgba(255,255,255,.85);
	margin-bottom: 10px;
	font-weight: bold;
}

h5 {
	font-weight: bold;
	font-size: 18px;
}

h5 a {
	text-decoration: none;
}


strong {
	font-weight: bold;
}

a {
	color: #141d3e;
}

#sidebar a, #footer a {
	color: #dddddd;
}

#sidebar a, h1 a {
	text-decoration: none;
}

a:hover, #footer a:hover {
	color: #790000;
}

#sidebar a:hover {
	color: #dddddd;
	text-decoration: underline;
}


/* PAGE-SPECIFIC STYLES */

.about-left {
	float: left;
	width: 176px;
	margin: 0px 14px;
	text-align: center;
}

.about-left img {
	border: 3px solid #9e9e9e;
}

.about-left img:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	border: 3px solid #790000;
}

.about-left a {
	text-decoration: none;
}

.faq h2 a {
	text-decoration: none;
	color: #790000;
}

/*

.subpages-page-list li {
	margin-left: 30px;
	font-weight: normal;
	margin-bottom: 8px;
	list-style: decimal;
	font-size: 16px;
}

*/

.subpages-page-list li a {
	text-decoration: none;
	color: #111;
}

/*
.page-id-8 #content li {
	margin-left: 0px;
	list-style: none;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.page-id-8 #content li a {
	text-decoration: none;
	color: #111;
}

.page-id-8 #content li ul {
	margin-top: 10px;
}

.page-id-8 #content li li{
	margin-left: 20px;
	font-weight: normal;
	margin-bottom: 5px;
	list-style: circle;
	font-size: 18px;
}

*/

.page-id-8 #content a {
	text-decoration: none;
}

.page-id-8 #content li a, #content li a {
	text-decoration: none;
	color: #111;
}

.subpages-page-list a:hover, #content li a:hover {
	color: #790000;
}



/* GRAVITY FORM STYLES */

.gform_body li {
	list-style: none;
	margin-left :0;
}

#gform_wrapper_7 {
	width: 260px;
	margin: 0 auto;
	margin-top: 4px;
}

#gform_wrapper_7 .gform_body .gform_fields .gfield input[type=text] {
	width: 258px;
	height: 18px;
	margin-bottom: 3px;
	font-family: Calibri, 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-indent: 4px;
	border: 1px solid #999;
}

#gform_wrapper_7 .gform_body .gform_fields .gfield textarea#input_7_4 {
	width: 260px;
	max-height: 65px;
	font-family: Calibri, 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-indent: 4px;
}

#gform_wrapper_6 .gform_footer, #gform_wrapper_7 .gform_footer, #gform_wrapper_8 .gform_footer {
	margin-top: 0;
	padding-top: 0;
	max-height: 60px;
}

#gform_wrapper_6 li, #gform_wrapper_7 li {
	margin-left: 0;
}

#gform_wrapper_6 .gform_body .gfield {
	margin-bottom: 7px;
}

#gform_wrapper_6 .gform_body .gform_fields .gfield input[type=text], #gform_wrapper_8 .gform_body .gform_fields .gfield input[type=text] {
	height: 24px;
	font-size: 14px;
	text-indent: 5px;
}

#gform_wrapper_6 .gform_body .gform_fields .gfield textarea, #gform_wrapper_8 .gform_body .gform_fields .gfield textarea {
	text-indent: 6px;
	border: 1px solid #888;
	font-size: 14px;
	text-indent: 5px;
}	

#gform_wrapper_8 .gform_footer {
	height: 80px;
}

.gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
	font-size: 14px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
    font-size: 13px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #333;
    font-size: 13px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #333;
    font-size: 13px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #333;
    font-size: 13px;
}




/* WORDPRESS STYLES */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    text-align: center;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 0px 0px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.featured-thumbnail {
	float: left;
	margin: 0 10px 10px 0;
}

@media only screen and (max-device-width: 480px) {
	#phone {
		font-weight: normal;
		}
	}