/*  
Theme Name: Speyer - Elder Care Planning
Theme URI: http://speyerlaw.com/
Description: Custom theme for Elder Care Planning
Version: 1.0
Author: LISI
*/


/*---------------------------------------------------------------------
 *  RESET
 *---------------------------------------------------------------------*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*---------------------------------------------------------------------

	Colors:


 *---------------------------------------------------------------------*/
 



/*---------------------------------------------------------------------
 *  HTML ELEMENTS
 *---------------------------------------------------------------------*/
 
body {
	background: #ede9e6;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
} 




/*---------------------------------------------------------------------
 *  GLOBAL ELEMENTS
 *---------------------------------------------------------------------*/
  
.clear {
	clear: both;
}



/*---------------------------------------------------------------------
 *  SITE LAYOUT
 *---------------------------------------------------------------------*/

#wrapper {
	position: relative;
	margin: 0;
	z-index: 1;
}

#top {
	position: relative;
	margin: 0 auto 1px auto;
	background-color: #fff;
}

#top_int {
	position: relative;
	margin: 0 auto 1px auto;
	background-color: #fff;
}

.top_bar {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 80px;
}

.logo {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 415px;
	padding: 30px 20px 0 20px;
	z-index: 10;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.logo img {
	display: block;
	width: 100%;
	height: auto;
}

.phone {
	position: relative;
	padding: 35px 20px 5px;
	color: #3D5274;
	font-size: 24px;
	line-height: 24px;
}

.phone a {
	color: #3D5274;
	text-decoration: none;
}

#quote {
	display: none;
	position: absolute;
	top: 100px;
	bottom: 0;
	right: 25px;
	z-index: 10;
	width: 400px;
	text-align: right;
}

#quote2 {
	display: none;
	position: absolute;
	top: 100px;
	bottom: 0;
	right: 25px;
	z-index: 10;
	width: 420px;
	text-align: right;
}

#button {
	display: none;
	position: absolute;
	top: 250px;
	bottom: 0;
	right: 25px;
	z-index: 10;
	width: 420px;
	text-align: right;
}

#button .q_content {
	width:100%;
	text-align: center;
}

.button {
	background-color: #5b8383;
	padding: 8px 16px;
	color: #ffffff;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}

.button:hover {
	background-color: #958071;
}

.q_content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #5b8383;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 33px;
	line-height: 35px;
}

.q_author {
	position: relative;
	margin: 10px 0 0 0;
	color: #cadeee;
	font-size: 14px;
	line-height: 14px;
}

.top_img {
	overflow: hidden;
	margin: 0 1px;
	background: transparent url('images/main_image_bg.png') no-repeat;
	background-size: 100% 100%;
}
.top_img.sub {
	overflow: hidden;
	background: transparent url('images/sub_image_bg.png') no-repeat;
	background-size: 100% 100%;
}

.top_img img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 480px;
	max-width: 979px;
	height: auto;
}
.top_img img.mobile {
	display: none;
}

#content {
	display: flex;
	position: relative;
	max-width: 1200px;
	padding: 1px 0 0;
	margin: 0 auto;
}

#left {
	flex: 1;
	position: relative;
	padding: 30px;
	background-color: #fff;
	font-size: 13px;
	line-height: 22px;
	color: #8b7b6f;
}

#left a {
	color: #70a1a1;
	text-decoration: none;
}

#left a:hover {
	color: #517575;
	text-decoration: underline;
}

#left strong {
	color: #62544a;
}

#left p {
	padding: 0 0 15px 0;
}

#left h1 {
	color: #554940;
    font-family: 'Gotham Book';
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
	padding: 0 0 15px 0;
}

#left h2 {
    font-family: 'Gotham Book';
	font-size: 18px;
	color: #554940;
	line-height: 1;
	padding: 0 0 10px 0;
}

#left h3 {
	color: #554940;
	font-size: 16px;
	line-height: 1;
	padding: 0;
}

#left blockquote {
	position: relative;
	color: #8ca5be;
	font-style: italic;
	padding: 0 20px;
}

#left ul {
	position: relative;
	margin: 0 0 15px 30px;
	list-style: disc;
}

#left ol {
	position: relative;
	margin: 0 0 5px 30px;
	list-style: decimal;
}

#left li {
	padding: 0 0 0 0;
}

#left ul.children li {
	padding: 0;
}

#left ul li ul {
	position: relative;
	margin: 0 0 0 30px;
	list-style: disc;
}

#left ul li ul li ul {
	position: relative;
	margin: 0 0 0 30px;
	list-style: disc;
}

#right {
	position: relative;
	width: 340px;
	background-color: #faf6f3;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}

#right .pad {
	position: relative;
	padding: 30px;
}

#right h3 {
	color: #1f1f1f;
    font-family: 'Gotham Book';
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#right .sep {
	position: relative;
	width: 100%;
	height: 1px;
	background: url(images/bg_right_sep.png) repeat-x;
}

#right a {
	font-size: 13px;
	font-weight: bold;
	color: #a3020c;
	text-decoration: none;
}

#right a:hover {
	color: #6f0208;
}

.side_blog {
	/*background: url(images/icon_blog.png) no-repeat;*/
	position: relative;
	background: url(images/icon_news.png) no-repeat;
	margin: 15px 0 0 0;
	padding: 0 0 0 40px;
	min-height: 30px;
}

.side_news {
	position: relative;
	background: url(images/icon_news.png) no-repeat;
	margin: 15px 0 0 0;
	padding: 0 0 0 40px;
	min-height: 30px;
}

.all {
	position: relative;
	margin: 15px 0 0 0;
	padding: 0 0 0 40px;
}

img.alignleft {
	position: relative;
	float: left;
	padding: 3px;
	background: #ffffff;
	margin: 0 20px 10px 0;
}

img.alignright {
	position: relative;
	float: right;
	padding: 3px;
	background: #ffffff;
	margin: 0 0 10px 20px;
}

#footer {
	position: relative;
	max-width: 1200px;
	border-top: 1px dashed #eae6e3;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #ccc;
	color: #000;
	font-size: 11px;
	line-height: 12px;
}
#footer .inner {
	margin: 0 auto;
	padding: 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer .right {
	float: right
}

.chat {
	position: relative;
}

.chat a {
	display: block;
	max-width: 280px;
}
.chat a img {
	display: block;
	width: 100%;
	height: auto;
}

.sidebar-contact_wrapper {
	max-width: 280px !important;
	margin: 0 auto !important;
}

.map {
	position: relative;
	float: right;
	width: 270px;
	padding: 0 0 20px 20px;
}

.service {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #ccc;
}

.post {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #ccc;
}

#map {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0 0 30px 0;
}

.email {
	position: relative;
	margin: -15px 0 15px 0;
}

.attorney {
	position: relative;
	margin: 0 0 10px 0;
}


/*---------------------------------------------------------------------
 *  QUESTIONS
 *---------------------------------------------------------------------*/

.faq {
	position: relative;
	padding: 10px 10px 0 10px;
	border: 1px solid #e7e7e7;
	margin: 0 0 20px 0;
}

.question {	
	width: 100%;
	font-weight: bold;
	color: #738CA6;
	cursor: pointer;
	padding: 0 0 10px 0;
}

.question:hover {
	color: #3D5274;
}
	
.answer {	
	width: 100%;
	padding: 0 0 0 0;
}

.faq_on {
	color: #3D5274;
}

.faq_over {
	background: #fafafa;
}


/*---------------------------------------------------------------------
 *  NAVIGATION
 *---------------------------------------------------------------------*/

.new_nav {
	position: relative;
	text-align: center;
	background: #958071;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-transform: uppercase;
	font-weight: 300;
	color: #ffffff;
	font-size: 15px;
	line-height: 1;
}

.new_nav .mobile_nav {
	display: none;
	text-align: left;
}
.new_nav .mobile_nav a {
	display: inline-block;
	margin: 0 0 0 7px;
	padding: 12px 23px 12px;
	color: #fff;
	text-decoration: none;
}
.new_nav .mobile_nav a svg {
	float: left;
	margin: 1px 6px 0 0;
}

.new_nav ul {
	max-width: 1200px;
	margin: 0 auto;
}

.new_nav li {
	position: relative;
	float: left;
	letter-spacing: 1px;
}

.nav_sep {
	padding: 15px 1px 15px 3px;
	opacity: .5;
}

.new_nav li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 15px 23px;
}

.new_nav li a:hover {
	color: #d3f2f7;
}

.new_nav li a.sub_toggle {
	display: none;
}

.new_nav li.active {
	background: #78675b;
}

.subnav {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	background: #958071;
	z-index: 1000;
	text-align: left;
	padding: 0 0 5px 0;
	text-transform: none;
}

.new_nav li.active .subnav {
	background: #78675b;
}

.subnav li {
	white-space: nowrap;
	float: none;
}

.subnav span {
	padding: 0 0 0 10px;
}

.subnav li a {
	padding: 10px 23px;
}


/*---------------------------------------------------------------------
 *  FORMS
 *---------------------------------------------------------------------*/


.gform_wrapper input[type='text'] {
	position: relative;
	border: 1px solid #DFDFDF;
	background-color: #fafafa;
	height: 33px;
	padding: 0 5px;
	text-align: left;
	color: #666;
	font-size: 16px !important;
	width: 100% !important;
	margin: 0;
}

.gform_wrapper textarea {
	position: relative;
	border: 1px solid #DFDFDF;
	background-color: #fafafa;
	height: 150px !important;
	padding: 5px;
	text-align: left;
	color: #666;
	font-size: 16px !important;
	width: 80%;
	margin: 0;
}

.gform_wrapper li.gfield_error input[type='text'] {
	border-color: #bc0000;
}

.gform_wrapper input[type='submit'] {
	display: inline-block;
	color: #ffffff;
	background: #958071;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 20px;
	border: none;
	outline: none;
}

.gform_wrapper input[type='submit']:hover {
	background: #3D5274;
	cursor: pointer;
}

.gform_footer {
	margin:0 !important;
}










