/*
Theme Name: Willow NetforLawyers
Description: WordPress Theme for Internet For Lawyers
Author: nickmoline
Author URI: https://www.justia.com/marketing/law-blogs/
Version: 2.5.92
Tags: two-columns, three-columns, custom-header, custom-footer, custom-css, threaded-comments, microformats, microdata, custom-menu

License: private
License URI:

Used on Justia Client Blogs, not meant for distribution.
*/

body {
	background: #e3e3e3 !important;
	box-shadow: none !important;
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.35;
}

a {
	color: #e4202c;
}

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

.a2a_dd.addtoany_share_save.addtoany_share,
.a2a_dd.addtoany_share_save.addtoany_share:focus,
.a2a_dd.addtoany_share_save.addtoany_share:active,
.a2a_dd.addtoany_share_save.addtoany_share:hover {
	outline: none !important;
	box-shadow: none !important;
	border: 0 !important;
	text-decoration: none !important;
}

.container {
	width: 980px;
	max-width: none;
}

.cwrap {
	background: #fff;
	width: 980px;
}

#header {
	background: #fff;
	margin: 0;
	padding: 10px 10px 0;
}

#head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	min-height: 92px;
	padding: 10px 18px 0;
	background: linear-gradient(90deg, #ffffff 0%, #eefcff 42%, #d9f4ff 100%);
	border-bottom: 3px solid #6a6a6a;
	text-align: left;
}

#logo {
	padding: 0;
	margin: 0;
	display: block;
}

#logo a {
	display: block;
	font-size: 0;
	line-height: 0;
}

#logo a img {
	display: block;
	width: 330px;
	max-width: 100%;
	height: auto;
	margin: 0;
}

#tagline {
	display: none;
}

.nfl-header-search {
	padding-top: 6px;
	margin-left: auto;
}

.nfl-search-form {
	display: flex;
	align-items: center;
	gap: 6px;
}

.nfl-search-input {
	width: 181px;
	height: 24px;
	padding: 1px 10px;
	border: 1px solid #d0d0d0;
	border-radius: 14px;
	background: #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.14);
}

.nfl-search-submit {
	height: 24px;
	padding: 0 8px;
	border: 1px solid #666;
	background: #efefef;
	color: #222;
	font-size: 12px;
	font-weight: normal;
	text-shadow: none;
	box-shadow: none;
}

#topnav {
	height: 42px;
	background: #ed1020;
	overflow: hidden;
}

#topnav ul#tnav-toplevel {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
}

#topnav ul#tnav-toplevel > li:hover,
#topnav ul#tnav-toplevel > li.current-menu-item,
#topnav ul#tnav-toplevel > li.current_page_item {
	background: #be0012;
}

#topnav ul#tnav-toplevel > li > a {
	padding: 0 9px;
	line-height: 42px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

#topnav ul#tnav-toplevel > li:first-child > a {
	padding-left: 0;
	margin-left: 13px;
}

#topnav ul#tnav-toplevel > li:last-child > a {
	padding-right: 0;
	margin-right: 13px;
}

#topnav ul#tnav-toplevel ul {
	background: #4a4a4a;
	border-bottom: 0;
}

#topnav ul#tnav-toplevel ul a {
	color: #fff;
}

#main {
	background: #fff;
}

.home #main {
	padding: 0 10px;
}

.mwrap {
	padding-bottom: 0;
	width: 980px;
}

section.content {
	padding-right: 0;
}

.content .bodytext,
.content .cfrags {
	padding: 0 10px 36px;
}

.nfl-homepage {
	margin: 0;
	padding: 0;
}

.home .content .bodytext,
.home .content .cfrags {
	padding: 0;
}

.nfl-hero {
	display: grid;
	grid-template-columns: 428px minmax(0, 1fr);
	width: 960px;
	max-width: 960px;
	background: #3d3d3d;
	min-height: 222px;
	overflow: hidden;
}

.nfl-hero__photo {
	height: 222px;
	overflow: hidden;
}

.nfl-hero__photo img {
	display: block;
	width: 428px;
	height: 222px;
	margin: 0;
}

.nfl-hero__books {
	padding: 12px 16px 10px 12px;
	background: #353535;
	color: #fff;
	min-width: 0;
	overflow: hidden;
}

.nfl-hero__books-grid {
	display: grid;
	grid-template-columns: 175px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	min-width: 0;
	max-width: 100%;
}

.nfl-hero__books-grid img {
	width: 175px;
	max-width: 100%;
	margin: 0;
}

.nfl-hero__copy ul {
	margin: 0 0 12px 16px;
	padding: 0;
	font-size: 11px;
	line-height: 1.25;
	max-width: 100%;
}

.nfl-hero__copy li {
	margin-bottom: 1px;
}

.nfl-hero__authors {
	margin: 0 0 10px;
	font-size: 11px;
	color: #f3f3f3;
}

.nfl-hero__copy p {
	margin: 0 0 10px;
	color: #e4e4e4;
	font-size: 11px;
	line-height: 1.3;
}

.nfl-hero__copy {
	min-width: 0;
}

.nfl-pill-button {
	display: inline-block;
	padding: 7px 20px;
	border-radius: 999px;
	background: #ed1020;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	font-size: 11px;
}

.nfl-pill-button:hover {
	color: #fff;
	background: #c90d1a;
	text-decoration: none;
}

.nfl-home-columns {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
}

.nfl-home-column {
	display: flex;
	flex-direction: column;
	padding: 24px 16px 12px;
	border-right: 1px dotted #8c8c8c;
	min-height: 100%;
}

.nfl-home-column:last-child {
	border-right: 0;
}

.nfl-home-column h2 {
	margin: 0 0 16px;
	color: #ed1020;
	font-size: 16px;
	line-height: 1.05;
	text-transform: uppercase;
}

.nfl-home-column h2 a {
	color: inherit;
}

.nfl-home-column h2 span {
	display: block;
	font-size: 42px;
	font-weight: 700;
	line-height: 0.85;
	letter-spacing: -1px;
	text-transform: lowercase;
}

.nfl-link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nfl-link-list li {
	margin-bottom: 10px;
	padding: 0;
}

.nfl-link-list a {
	font-weight: 400;
	font-size: 11px;
	line-height: 1.25;
}

.nfl-date {
	display: block;
	color: #222;
	font-size: 11px;
}

.nfl-time {
	display: block;
	color: #222;
	font-size: 11px;
}

.nfl-section-intro {
	margin: 0 0 12px;
	font-size: 11px;
	line-height: 1.35;
}

.nfl-newsitems-page #content-area h4 {
	margin: 0 0 18px;
	color: #2d2d2d;
	font-size: 14px;
	line-height: 1.1;
	text-transform: uppercase;
}

.nfl-newsitems-page .research-tips-content {
	margin: 0 0 22px;
	color: #333;
	font-size: 12px;
	line-height: 1.35;
}

.nfl-newsitems-page header {
	position: relative;
	padding-right: 28px;
}

.nfl-newsitems-feed {
	position: absolute;
	top: 8px;
	right: 0;
}

.nfl-newsitems-table-wrap {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nfl-newsitems-table {
	width: 100%;
	border-collapse: collapse;
}

.nfl-newsitems-table thead {
	display: none;
}

.nfl-newsitems-table td {
	padding: 4px 0;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.25;
}

.nfl-newsitems-table .views-field-title {
	padding-right: 18px;
}

.nfl-newsitems-table .views-field-title a {
	color: #1239c2;
	font-weight: 400;
}

.nfl-newsitems-table .views-field-created {
	width: 110px;
	white-space: nowrap;
	text-align: right;
	color: #333;
}

.nfl-column-link {
	display: inline-block;
	margin-top: auto;
	color: #ed1020;
	font-size: 11px;
}

.nfl-column-link--social {
	align-self: flex-start;
}

.home #sc-1,
.home #sc-2 {
	display: none;
}

.home section.content {
	float: none;
	width: 100%;
	padding-left: 0 !important;
}

.page .entry-title,
.single .entry-title {
	margin: 6px 0 10px;
	color: #2d2d2d;
	font-size: 24px;
	line-height: 1.1;
}

.nfl-entry-taxonomies {
	margin: 0 0 10px;
	color: #222;
	font-size: 11px;
	line-height: 1.35;
}

.nfl-entry-taxonomies__label {
	margin-right: 6px;
	color: #222;
}

.nfl-entry-taxonomies a {
	display: inline-block;
	margin-right: 16px;
	color: #e4202c;
	font-size: 11px;
	font-weight: 400;
}

.nfl-page-taxonomies {
	margin: 0 0 14px;
	color: #222;
	font-size: 11px;
	line-height: 1.35;
}

.nfl-page-taxonomies .links.inline {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nfl-page-taxonomies .links.inline li {
	display: inline;
	margin: 0;
	padding: 0 0 0 6px;
	list-style: none;
}

.nfl-page-taxonomies .links.inline li:first-child {
	padding-left: 0;
}

.nfl-page-taxonomies a {
	color: #e4202c;
	font-size: 11px;
	font-weight: 400;
}

.book-navigation {
	margin: 24px 0 0;
	padding: 0;
}

.book-navigation-tree {
	margin: 0 0 14px;
	padding: 0 0 0 18px;
}

.book-navigation-tree__item {
	margin: 0 0 6px;
	padding: 0;
}

.book-navigation .page-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0;
	padding: 8px 0 0;
}

.book-navigation .page-links a {
	color: #e4202c;
	font-size: 12px;
	text-decoration: none;
}

.book-navigation .page-previous,
.book-navigation .page-next,
.book-navigation .page-up {
	display: inline-block;
	white-space: nowrap;
}

.book-navigation .page-previous,
.book-navigation .page-next {
	white-space: normal;
	max-width: 48%;
	line-height: 1.2;
}

.book-navigation .page-up {
	margin: 0 auto;
	text-transform: lowercase;
}

.nfl-breadcrumbs {
	margin: 16px 0 8px;
	color: #e4202c;
	font-size: 13px;
}

.nfl-breadcrumbs a {
	color: #e4202c;
	font-weight: 400;
}

.nfl-breadcrumbs span {
	color: #777;
}

div.breadcrumbs {
	margin: 12px 0 18px;
}

.page div.breadcrumbs,
.single div.breadcrumbs {
	margin: 16px 0 24px;
}

.page section.content,
.single section.content,
.search section.content,
.archive section.content,
.tax section.content {
	float: left;
	width: calc(100% - 220px);
	padding-right: 0;
	padding-left: 0 !important;
}

.error404 section.content {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0 !important;
}

.page #sc-1,
.single #sc-1,
.search #sc-1,
.archive #sc-1,
.tax #sc-1 {
	float: right;
	width: 200px;
	margin-right: 14px;
	padding-top: 14px;
}

.page #sc-2,
.single #sc-2,
.search #sc-2,
.archive #sc-2,
.tax #sc-2 {
	display: none;
}

.error404 #sc-1,
.error404 #sc-2 {
	display: none;
}

.page .content .bodytext,
.single .content .bodytext,
.search .content .bodytext,
.archive .content .bodytext,
.tax .content .bodytext {
	padding: 0 24px 40px 18px;
}

.page .entry-content,
.single .entry-content,
.search .entry-content,
.archive .entry-content,
.tax .entry-content,
.search .entry-summary,
.archive .entry-summary,
.tax .entry-summary {
	color: #2f2f2f;
	font-size: 12px;
	line-height: 1.4;
}

.error_404_page .entry-content {
	max-width: 780px;
}

.error_404_search {
	margin-top: 24px;
	max-width: 360px;
}

.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4 {
	color: #333;
}

.page .entry-content a,
.single .entry-content a,
.search .entry-summary a,
.archive .entry-summary a,
.tax .entry-summary a {
	font-weight: 400;
}

.search article,
.archive article,
.tax article {
	margin-bottom: 14px;
}

.search article .entry-title,
.archive article .entry-title,
.tax article .entry-title {
	margin: 0 0 4px;
	font-size: 17px;
	line-height: 1.2;
}

.nfl-archive-date-time {
	margin: 0 0 10px;
	color: #555;
	font-size: 11px;
	line-height: 1.2;
}

.nfl-archive-date-time__date,
.nfl-archive-date-time__time {
	display: block;
}

.search article .entry-summary,
.archive article .entry-summary,
.tax article .entry-summary {
	margin: 0;
}

.search article .entry-summary p,
.archive article .entry-summary p,
.tax article .entry-summary p {
	margin: 0;
}

.search article .author,
.archive article .author,
.tax article .author,
.search article .sharelinks,
.archive article .sharelinks,
.tax article .sharelinks,
.search article .published-date,
.archive article .published-date,
.tax article .published-date,
.search article footer,
.archive article footer,
.tax article footer {
	display: none;
}

.search_page_heading,
.archive_page_heading,
.category_page_heading,
.tag_page_heading,
.taxonomy_page_heading {
	padding: 0 !important;
}

.search .pagination.pagination-simple,
.archive .pagination.pagination-simple,
.tax .pagination.pagination-simple,
.page .pagination.pagination-simple {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 10px 0 0;
}

.search .pagination.pagination-simple .nav-previous,
.archive .pagination.pagination-simple .nav-previous,
.tax .pagination.pagination-simple .nav-previous,
.page .pagination.pagination-simple .nav-previous {
	flex: 1 1 0;
	display: flex;
	gap: 10px;
	justify-content: flex-start;
}

.search .pagination.pagination-simple .nav-pages,
.archive .pagination.pagination-simple .nav-pages,
.tax .pagination.pagination-simple .nav-pages,
.page .pagination.pagination-simple .nav-pages {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.search .pagination.pagination-simple .nav-next,
.archive .pagination.pagination-simple .nav-next,
.tax .pagination.pagination-simple .nav-next,
.page .pagination.pagination-simple .nav-next {
	flex: 1 1 0;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	text-align: right;
}

.search .pagination.pagination-simple .nav-previous:empty,
.archive .pagination.pagination-simple .nav-previous:empty,
.tax .pagination.pagination-simple .nav-previous:empty,
.page .pagination.pagination-simple .nav-previous:empty,
.search .pagination.pagination-simple .nav-next:empty,
.archive .pagination.pagination-simple .nav-next:empty,
.tax .pagination.pagination-simple .nav-next:empty,
.page .pagination.pagination-simple .nav-next:empty {
	display: none;
}

.pagination.pagination-simple .page-numbers {
	display: inline-block;
	color: #333;
	font-size: 12px;
	line-height: 1;
}

.pagination.pagination-simple .page-numbers.current {
	color: #000;
	font-weight: 700;
}

.nfl-books-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 24px;
	row-gap: 32px;
	align-items: start;
}

.nfl-book-card {
	display: block;
}

.nfl-book-card__image-link {
	display: block;
	margin-bottom: 10px;
}

.nfl-book-card__image {
	display: block;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0;
}

.nfl-book-card__title {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.18;
	font-weight: 400;
}

.nfl-book-card__title a {
	color: #e4202c;
}

.nfl-book-card__price {
	margin: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
}

.nfl-sidebar-fallback {
	padding: 0;
	border: 1px solid #434343;
}

.nfl-sidebar-fallback .widget-title {
	margin: 0;
	padding: 10px 12px;
	background: #ed1020;
	color: #fff;
	font-size: 13px;
	line-height: 1.1;
}

.nfl-sidebar-fallback .content {
	padding: 14px 12px 8px;
}

.nfl-sidebar-list {
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.nfl-sidebar-list li {
	margin-bottom: 14px;
	padding: 0;
}

.nfl-sidebar-list span {
	display: block;
	color: #222;
	font-size: 11px;
}

.nfl-sidebar-rule {
	padding: 0;
}

.nfl-sidebar-rule .content {
	height: 1px;
	margin-top: 20px;
	padding: 0;
	background: #8a8a8a;
}

.sidebar.secondary-sidebar .widget:last-child {
	margin-bottom: 0;
}

#footer {
	border-top: 0;
	background: #fff;
	color: #6f6f6f;
	text-align: left;
}

#footer a {
	color: #fff !important;
}

.fcontainer {
	margin: 0;
	padding: 0;
	width: 100%;
}

.nfl-footer-top {
	display: grid;
	grid-template-columns: 465px 207px 188px;
	column-gap: 0;
	padding: 0;
	background: linear-gradient(90deg, #050505 0%, #202020 34%, #737373 100%);
	color: #fff;
}

.nfl-footer-top a {
	color: #fff !important;
}

.nfl-footer-top p {
	margin: 0 0 18px;
	font-size: 10px;
	line-height: 1.45;
}

.nfl-footer-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nfl-footer-top li {
	margin-bottom: 12px;
	padding: 0;
}

.nfl-footer-top li a {
	font-size: 10px;
	line-height: 1.05;
}

.nfl-footer-accent {
	height: 50px;
	background: #dd2631;
}

.nfl-footer-accent--thin {
	height: 20px;
}

#address {
	display: none;
}

.nfl-footer-top__copy {
	padding: 15px 35px;
}

.nfl-footer-top__links {
	padding: 15px 15px 0;
}

.nfl-footer-top__links ul {
	display: flex;
	flex-wrap: wrap;
}

.nfl-footer-top__links li {
	margin: 0 0 15px;
	padding: 0 8px 0 6px;
	white-space: nowrap;
	border-right: 1px solid #fff;
}

.nfl-footer-top__links li:last-child {
	border-right: 0;
}

.nfl-footer-top__utility {
	padding: 15px 10px 0;
}

.nfl-footer-top__utility li {
	margin: 0 0 15px;
	padding: 0 0 0 22px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Crect width='15' height='15' fill='%23ec4a22'/%3E%3Cpath d='M4 3.75h4.4v-2.2L13 7.5l-4.6 5.95v-2.2H4z' fill='%23fff'/%3E%3C/svg%3E") left 1px no-repeat;
}

.nfl-footer-closure {
	position: relative;
	padding: 0 13px 40px;
	background: #fff;
	color: #696969;
	min-height: 124px;
}

#footernav {
	margin: 0 90px 0 0;
	padding: 7px 0 0;
	float: right;
}

#footernav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0;
}

#footernav li {
	padding: 0 7px;
}

#footernav li::after {
	content: "|";
	margin-left: 14px;
	color: #6d6d6d;
}

#footernav li:last-child::after {
	content: none;
}

.copyright {
	margin: 10px 0 0 10px;
	padding: 0;
	float: left;
	color: #696969;
	font: normal 9px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.55;
}

.copyright p {
	margin: 0 0 10px;
}

.credits {
	margin: 0 13px 0 0;
	padding: 0;
	float: right;
	clear: both;
}

.credits a {
	display: block;
	width: 88px;
	height: 26px;
	margin: 0 0 40px auto;
	color: transparent;
	text-indent: -9999px;
	overflow: hidden;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='26' viewBox='0 0 88 26'%3E%3Cpath d='M16.4 0l2.2 8.2h8.5l-6.8 5 2.6 8-6.5-4.8-6.5 4.8 2.5-8-6.8-5h8.5z' fill='%23b8b8b8'/%3E%3Ctext x='40' y='11' font-family='Arial, Helvetica, sans-serif' font-size='7' fill='%23b8b8b8'%3EPOWERED BY%3C/text%3E%3Ctext x='40' y='21' font-family='Arial, Helvetica, sans-serif' font-size='7' font-weight='700' fill='%23b8b8b8'%3EJUSTIA.COM%3C/text%3E%3C/svg%3E") no-repeat;
}
