/* CSS Document */

/*
Theme Name: Generatepress Child
Theme URI: https://wordpress.org/themes/generatepress/
Description: Generatepress Child Theme for Dev 2 Law Firm Websites - Law Offices of Paul A. Lange, LLC - 11-28-25.
Author: DLS Design
Author URL: https://www.dlsdesign.com
Template: generatepress
Version: 1.4
Text Domain: generatepress-child  */
/* Custom CSS goes after this line */


/* fonts -- Paul Lange

font-family: 'Open Sans', sans-serif;

*/

/* colors

dark blue starting with News & Events bar on homepage: #182647;
dark blue such as 11px bar on News page: #243150;
gray appearing as background on homepage when photo is too short: #e4e8ef;
a-link color: #2b5287; 2-17-26 may change
}


*/

/* changed last two stops below from 150 and 300 to 250 and 400, 12-24-25 */

body {
	background: linear-gradient(180deg, rgb(13 28 62) 0px, rgb(28 37 72) 250px, rgb(255 255 255) 400px);
}

#footer-widgets {
	background-color: #1d2d4f;
}

h1, h2 {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 1.65em;
}

a {
/*
	color: #2b5287;
*/
}

.site-header {
	margin-bottom: 0px;
}

.site-content {
	margin-bottom: 0px;
}

.separate-containers .page-header {
	background-color: #ffffff00;
}

.header-widget {
    margin-left: auto;
    width: 200px;
}

.header-widget p {
    font-family: 'Open Sans', sans-serif;
	color: white;
    letter-spacing: 0.05em;
}

.header-widget h3 {
    font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	line-height: 1.75em;
	color: white;
	padding-left: 16px;
	border-left: solid 4px #ba4045;
	padding-top: 0px;
	padding-bottom: 0px;
	white-space: nowrap;
}

/*linkedin.com/company/law-offices-of-paul-a-lange-llc*/
/* background-image: url(https://dev2.dlsdesign.info/wp-content/themes/generatepress-child/img/linkedin-icon-36px-bgd-172546.jpg); */



.header-widget h3 a {
	text-decoration: none;
	color: white;
}

.header-widget h3 a:hover {
	color: white;
	border-bottom: solid .9px white;
}

.header-widget h3 img {
	width: 27px;
	height: auto;
}

.footer-widget-1 p,
.footer-widget-2 p,
.footer-widget-3 p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 1.5em;
	font-weight: 300;
}

.footer-widget-1 p {
	margin-top: 24px;
}

.footer-widget-2 p,
.footer-widget-3 p {
	margin-top: 40px;
}


.widget-firm-name {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.footer-widgets a {
	text-decoration: none;
}

.footer-widgets a:hover {
	color: #eee;
	border-bottom: solid .9px #eee;
}

/* 12-26-25 ChatGPT */

/* Base state: reserve space for underline so links don't jump */
.main-navigation .main-nav ul li a {
    border-bottom: 4px solid transparent;
}

/* Underline only the *exact* current menu item/page */
.main-navigation .main-nav ul li.current-menu-item > a,
.main-navigation .main-nav ul li.current_page_item > a {
    border-bottom-color: #ba4145; /* underline color */
}

.main-navigation .main-nav ul li.current-menu-item > a,
.main-navigation .main-nav ul li.current_page_item > a {
    color: #eeeeee; /* keep text white - canceled this 2-17-26 */
}



.main-navigation .main-nav ul li a:hover {
	color: #ffffff;
	background-color: transparent;
    border-bottom-color: #ba4145; 
}




/* Lange super-headers */

#people-super-header,
#blog-super-header, 
#blog-sub-nav,
#resources-super-header, 
#resources-sub-nav {
	display: none;
}

.blog #blog-super-header,
.single-post #blog-super-header,
.category-news #blog-super-header,
.category-events #blog-super-header,
.category-publications #blog-super-header,
.category-interviewed #blog-super-header,
.category-speeches #blog-super-header,
.post-type-archive-dls_resource #resources-super-header,
.single-dls_resource #resources-super-header {
	display: inline-block;
	margin: 40px 0px 0px 40px;
}

.blog #blog-sub-nav,
.single-post #blog-sub-nav
.category-news #blog-sub-nav,
.category-events #blog-sub-nav,
.category-publications #blog-sub-nav,
.category-interviewed #blog-sub-nav,
.category-speeches #blog-sub-nav,
.post-type-archive-dls_resource #resources-sub-nav,
.single-dls_resource #resources-sub-nav {
	display: inline-block;
	margin: 0px 0px 0px 0px;
}

/* now bundled with above 

.post-type-archive-dls_resource #resources-super-header,
.post-type-archive-dls_resource #resources-sub-nav {
	display: inline-block;
}
*/

.super-header-tagline {
	font-size: 28px;
	text-transform: uppercase;
	border-left: solid 4px #ba4145;
	margin-left: 20px;
	padding-left: 20px;
}

.blog #blog-sub-nav,
.category-news #blog-sub-nav, /*?*/
.category-events #blog-sub-nav,
.category-publications #blog-sub-nav,
.category-interviewed #blog-sub-nav,
.category-speeches #blog-sub-nav,
.post-type-archive-dls_resource #resources-sub-nav,
.single-dls_resource #resources-sub-nav {
	float: unset;
	width: 100%;
}

.blog #blog-sub-nav ul,
.category-news #blog-sub-nav ul,
.category-events #blog-sub-nav ul,
.category-publications #blog-sub-nav ul,
.category-interviewed #blog-sub-nav ul,
.category-speeches #blog-sub-nav ul,
.post-type-archive-dls_resource #resources-sub-nav ul,
.single-dls_resource #resources-sub-nav ul {
	font-family: 'Open Sans', sans-serif;
	list-style: none;
	margin-left: 40px;
}

.blog #blog-sub-nav ul li,
.category-news #blog-sub-nav ul li,
.category-events #blog-sub-nav ul li,
.category-publications #blog-sub-nav ul li,
.category-interviewed #blog-sub-nav ul li,
.category-speeches #blog-sub-nav ul li,
.post-type-archive-dls_resource #resources-sub-nav ul li,
.single-dls_resource #resources-sub-nav ul li {
	float: left;
	margin-right: 45px;
}

.blog #blog-sub-nav ul li a,
.category-news #blog-sub-nav ul li a,
.category-events #blog-sub-nav ul li a,
.category-publications #blog-sub-nav ul li a,
.category-interviewed #blog-sub-nav ul li a,
.category-speeches #blog-sub-nav ul li a,
.post-type-archive-dls_resource #resources-sub-nav ul li a,
.single-dls_resource #resources-sub-nav ul li a {
	font-size: 24px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 400;
    letter-spacing: 0.035em;
    text-decoration: none;
    color: #ba4245;
}

.blog #blog-sub-nav ul li a:hover,
.category-news #blog-sub-nav ul li a:hover,
.category-events #blog-sub-nav ul li a:hover,
.category-publications #blog-sub-nav ul li a:hover,
.category-interviewed #blog-sub-nav ul li a:hover,
.category-speeches #blog-sub-nav ul li a:hover,
.post-type-archive-dls_resource #resources-sub-nav ul li a:hover,
.single-dls_resource #resources-sub-nav ul li a:hover{
	border-bottom: solid .9px gray;
}

.post-type-archive-dls_resource #resources-sub-nav {
	margin-left: -40px;
}

.resource-links-1 {
    min-height: 45px;
    border-bottom: solid 1.2px #ba4245;
}

.resource-links-2 {
	background-color: blue;
}

/* end super-header block */


body.home {
    background-image: url(https://lopal.com/wp-content/themes/generatepress-child/img/lopal-home-bg-wing-sky-3000x2748-2026-gradient-saved-92q.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
	/* background-color: #031e42;  2-17-26 */
	background-color: #0a0e17;
    /* background-position: 50% -50%; */
}

.home .grid-container {
	max-width: 100%;
}

.home .site-header {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-left: unset;
	padding-right: unset;
}

.main-navigation .inside-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* from sharon */

.main-navigation.toggled /*.main-nav ul ul.toggled-on*/ {
    background-color: #182748;
    position: absolute;
    z-index: 3;
    /* top: 0; */
    left: auto !important;
    right: auto !important;
    pointer-events: auto;
    width: 100%;
    height: auto;
    opacity: 1;
    display: block;
    visibility: visible;
    float: none;
    /* margin-left: 64%; */
}
	
    .main-navigation .main-nav ul {
        margin-bottom: 24px;
    }

    .main-navigation.toggled .main-nav li {
        width: fit-content;
        text-align: center;
    }

    .main-navigation .main-nav ul li a {
        padding-left: 20px;
        padding-right: 20px;
        line-height: 32px;
    }


/* use gradient here, but need to produce a better one */

.home .site-content {
    margin-bottom: 0px;
 /*   background: linear-gradient(0deg, rgb(13 28 62 / 0%) 0px, rgb(12 28 55 / 7%) 150px, rgb(12 49 104 / 11%) 200px);
      background: linear-gradient(180deg, rgba(142, 142, 142, 0) 70%, rgba(0, 0, 0, 0.88) 100%);*/

}

.home .content-area {
   /* background: linear-gradient(181deg, rgb(50 57 72 / 0%) 0px, rgb(12 28 55 / 0%) 350px, rgb(12 49 104 / 45%) 500px);*/
    
}

.grid-container {
	max-width: 1200px;
}

/* three-circle practices section on homepage -- first version, using plain text and divs and replaced by cpts using li tag

#practice-names {
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    width: calc(100% / 3);
    max-width: unset;
    min-height: unset;
    margin: 0px 0px 0px 0px;
}

#home-practice-1,
#home-practice-2,
#home-practice-3 {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: #ffffff44;
}

*/

/* homepage practices using ul li */


/*#home-practices {
    float: left;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}*/

#home-practices {
   float: unset; 
    width: unset;
    margin-left: auto;
    margin-right: auto;
}

#home-practices-header {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    /* float: left; */
}

#home-practices-header h1 {
	text-align: center;
	color: white;
	font-size: 52px;
}


/*  3-19-26  */

.headline-reveal {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    animation: revealClip 3s ease-out forwards;
	line-height: 1.5;
}

@keyframes revealClip {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
    }
    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}



#home-practices-posts {
	position: relative;
    z-index: 1;
    width: fit-content;
    margin-top: -5em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

ul.homepage-practices-list {
    display: flex;
    /*flex-wrap: nowrap;*/
     justify-content: center; 
    margin-left: 0px;
    margin-right: 0px;
}

ul.homepage-practices-list li {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-size: 1.85em;
    box-sizing: border-box;
    flex: 0 0 calc(100% / 3);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    margin: 0px 0px 0px 0px;
    list-style: none;
    background-color: #ffffff77;
    background-image: url(https://lopal.com/wp-content/themes/generatepress-child/img/3-wedges-1d2d4f-medium-spacing-transp.gif);
    background-repeat: no-repeat;
    background-size: 33%;
    background-position-x: 50%;
    background-position-y: 80%;
}

ul.homepage-practices-list li a {
	text-decoration: none;
}

ul.homepage-practices-list li:nth-of-type(3n+1) {
    padding-top: 13%;
    position: relative;
    z-index: 0;
    margin-left: -3%;
	margin-top: 7%;
}


ul.homepage-practices-list li:nth-of-type(3n+2) {
    padding-top: 13%;
    position: relative;
    z-index: 1;
    margin-left: -3%;
}

ul.homepage-practices-list li:nth-of-type(3n+3) {
    padding-top: 13%;
    position: relative;
    z-index: 2;
    margin-left: -3%;
	margin-top: 7%;
}


#lange-main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
    padding-left: 10%;
    padding-right: 10%;
    /*background: linear-gradient(180deg, rgba(142, 142, 142, 0) 50%, rgb(7 23 67) 100%);*/
	background: linear-gradient(180deg, rgb(65 94 136 / 0%) 35%, rgb(2 30 66) 100%);
}



.home .entry-header {
	display: none;
}

.home .inside-article {
	background-color: #ffffff00;
	padding: 0px 0px 0px 0px;
}

.home .entry-content h1 {
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 44px;
	font-weight: 300;
	text-transform: uppercase;
}

.home .entry-content h2 {
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 34px;
	font-weight: 300;
	text-transform: uppercase;
}

.home .entry-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    line-height: 1.75em;
    color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding-left: unset;
	padding-right: unset;
}

.home .entry-content p a {
	text-decoration: none;
	color: #eee;
	border-bottom: solid .9px #eee;
}

.home .entry-content p a:hover {
	color: #fff;
	border-bottom: solid .9px #fff;
}

#home-news-block {
    background-color: white;
    width: 100%;
	float: left;
    min-height: unset;
    padding-top: 0px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#home-news-block h2 {
    margin: 30px 10% 0px 10%;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    text-align: left;
    color: white;
    font-weight: 200;
    padding: 8px 30px 9px 25px;
    background-color: #182647;
}

ul.homepage-news-list {
    max-width: 80%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}


ul.homepage-news-list li {
    box-sizing: border-box;
    float: left;
    text-align: left;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    list-style: none;
    line-height: 2em;
    border-bottom: solid .9px #222;
}



.homepage-news-title h3 {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	padding-left: 12px;
	padding-right: 12px;
}

.homepage-news-title h3 a {
    font-size: 24px;
    line-height: 1.2em;
	font-weight: 500;
	color: #182647;
	text-decoration: none;
	margin-bottom: 14px;
}

.homepage-news-title a:hover {
	color: #344E8B;
	border-bottom: solid .9px #344E8B;
}

.homepage-news-title p,
.home-date {
	margin-top: 14px;
	color: #222;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
	line-height: 1.5em;
	padding: 0px 12px 14px 12px;
}

.home-read-more {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.025em;
}

.home-read-more a {
	text-decoration: none;
	color: #29427c;
}

.home-read-more a:hover {
	color: #222;
	border-bottom: solid .9px #222;
}

/* general pages */




.page-template-default .entry-header,
.page-template-page-contact .entry-header {
	/*display: none;*/
}

/* 2-20-26 */

.page-template-default .inside-article {
	background-color: transparent;
}

.page-template-default .entry-content {
    margin-top: 2em;
    margin-right: 2em;
    margin-bottom: 1em;
    margin-left: 0px;
}

/* cases page */

.page-template-page-cases #cases-list {
	float: left;
	width: 100%;
	margin: 10px 40px 40px 40px;
	column-count: 2;
}

.page-template-page-cases #cases-list p {
    font-family: 'Libre Baskerville', serif;
    font-size: 17px;
    line-height: 1.75em;
    padding-right: 30px;
}

.page-template-page-cases #cases-list em strong {
	font-size: 18px;
}



.page-template-default .entry-header h1,
.page-template-page-contact .entry-header h1 {
    font-family: 'Open Sans', sans-serif; /* 2-20-26 */
	font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-bottom: 14px;
    color: #000;
}


/* hides the right-column widgets from custom post type pages */

.post-type-archive-practice-areas .content-area,
.post-type-archive-people .content-area {
    width: 100%;
}


.post-type-archive-practice-areas .is-right-sidebar,
.post-type-archive-people .is-right-sidebar {
    display: none;
}

.sidebar .widget {
    background-color: #fff;
    padding: 20px 0px 20px 0px;
}

.inside-right-sidebar {
	font-family: 'Open Sans', sans-serif;
}

.wp-block-search__label,
.inside-right-sidebar h2 {
	background: #182647;
    color: #fff;
	padding: 4px 12px 5px 12px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 300;
	display: block;
	width: 100%;
}

input[type="search"] {
    background-color: white;
    border-top: none;
	border-left: none;
	border-bottom: solid .9px #222;
	border-right: none;
}

select {
	background-color: white;
    border: solid .9px #222;
	border-radius: 0px;
	width: 75%;
	font-family: 'Open Sans', sans-serif;
}

select#archives-dropdown-5  {
    font-family: 'Open Sans', sans-serif;
}

button {
    font-family: 'Open Sans', sans-serif;
	background-color: #ffffff00;
	color: #ba4245;
}

/* removed categories widget as it is similar to sub-navs */

#categories-3 ul li {
	margin: 0px 12px 12px 12px;
    border-bottom: solid .9px #222;
}

#categories-3 ul li a {
	color: #ba4245;
	text-decoration: none;
}

#categories-3 ul li a:hover {
	color: #222;
}


/* practice-areas archive */

.post-type-archive-practice-areas .entry-summary {
	display: none;
}

.post-type-archive-practice-areas .page-header h1 {
	text-transform: uppercase;
}

.post-type-archive-practice-areas .entry-header h2 {
	
}

.post-type-archive-practice-areas .entry-header h2 a {
	padding-left: 24px;
	margin-left: -28px;
    border-left: solid 4px #ba4145;
}

.post-type-archive-practice-areas .practice-short-summary {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;
}

.post-type-archive-practice-areas .practice-read-more {
	float: left;
	width: 100%;
	margin: -10px 0px 0px 0px;
}

/* use this instead of the entry summary */

.post-type-archive-practice-areas .practice-area-detail {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

.post-type-archive-practice-areas .practice-read-more {
	font-size: 18px;
	text-transform: uppercase;
}

.post-type-archive-practice-areas .practice-read-more a {
	text-decoration: none;
	border-bottom: solid .9px #ba4245;
	color: #ba4245;
}

.post-type-archive-practice-areas .practice-read-more a:hover {
	color: #222;
	border-bottom: solid .9px #222;
}

/* single practice areas */

/* below is a custom field defined in functions.php that doesn't have to appear on a single practice page */

.single-practice-areas #practice-summary {
	display: none;
}

.single-practice-areas .inside-article ul li {
    list-style-image: url(https://lopal.com/wp-content/themes/generatepress-child/img/arrowhead-bullet.png);
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 1.68em;
	margin-bottom: 15px;
}

/* people archive */


.post-type-archive-people #people-super-header {
	display: inline-block;
	margin: 40px 0px 0px 40px;
}

.post-type-archive-people .page-header,
.post-type-archive-people .entry-summary,
.post-type-archive-people .post-image,
.post-type-archive-people .entry-header 
{
	display: none;
}




/* 12-17-25 from ChatGPT -- using flex box and not float */

.post-type-archive-people .site-main {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.post-type-archive-people article {
    display: flex;
}

.post-type-archive-people .inside-article {
    box-sizing: border-box;
    text-align: center;
    flex: 1 0 calc(100% / 3);
    max-width: 340px;
    margin: 0px 20px 0px 20px;
    padding: 0px 0px 0px 0px;
}

.post-type-archive-people h2 {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: none;
    padding-bottom: 10px;
    border-bottom: solid 3px #20266b;
    margin-bottom: 10px;
}

.post-type-archive-people h2 a,
.post-type-archive-people p a {
	text-decoration: none;
	color: #20266b;
}

.post-type-archive-people p a:hover {
	border-bottom: solid .9px #20266b;
	color: #20266b;
}


/* single person */

/* lopal-home-bg-wing-sky-3000x2750.jpg */
/* bio-bg-image-bottom-gaus-1600x1400.jpg */

body.single-people {
	background-image: url(https://lopal.com/wp-content/themes/generatepress-child/img/bio-bg-image-top-long-bottom-gaus-adjust-2-1600x1400.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    background-attachment: fixed;
}

/* .single-people .site-header {
    background: linear-gradient(180deg, rgb(13 28 62) 0px, rgb(28 37 72) 150px, rgb(255 255 255) 300px);
} */


.single-people .featured-image,
.single-people .entry-header {
	display: none;
}

.single-people .grid-container {
	max-width: 1400px;
}


.single-people .inside-article,
.single-practice-areas .inside-article {
	background-color: #ffffff00;
}


#single-person-top {
	width: 100%;
    float: left;
    border-bottom: solid 15px #ffffff9e;
    margin-bottom: 0px;
	padding-left: 40px;
}

#bio-photo {
	float: left;
	width: 32%;
	margin-right: 3%;
}

#bio-photo img {
	width: 412px;
	height: auto;
}

#bio-contact-block {
	float: left;
	width: 60%;
}

#bio-contact-block h1 {
	border-bottom: 4px solid #ba4145;
    color: #fff;
    display: inline-block;
    font-size: 49px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 13px;
    width: auto;
}

#bio-contact-block h2 {
	color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 5.4px;
    line-height: 1;
    margin-bottom: 19px;
    text-transform: uppercase;
}

#bio-contact-block p {
	color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.3px;
    margin-bottom: 7px;
}

#bio-contact-block p a {
	color: #fff;
	text-decoration: none;
}

#bio-contact-block p a:hover {
	color: #eee;
}

#single-person-bottom {
	float: left;
	width: 100%;
	background-color: #ffffffcc;
}

#bio-left-credentials {
	float: left;
    width: 28%;
	margin-top: 30px;
	margin-left: 3.5%;
}

#bio-mobile-credentials {
	display: none;
}

#bio-left-credentials h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 0.032em;
	font-weight: 400;
	color: #20266b;
}

#bio-left-credentials p {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 1.65em;
	margin-bottom: 12px;
}

#bio-left-credentials ul li {
    font-family: 'Open Sans', sans-serif;
	list-style: none;
    font-size: 19px;
    line-height: 1.35em;
	margin-bottom: 16px;
}


#bio-right-main {
	float: left;
	width: 68%;
}


#bio-subnav {
	float: left;
	width: 100%;
    margin-top: 30px;
	padding-bottom: 15px;
    margin-bottom: 20px;
}

#bio-subnav ul li {
	font-size: 24px;
	list-style: none;
	float: left;
	margin-left: -20px; /* when bio tab removed */
	margin-right: 55px;
    text-transform: uppercase;
	letter-spacing: 0.035em;
	color: #20266b;
}

#bio-subnav ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #222;
}

#bio-subnav ul li a:hover {
    border-bottom: solid .9px black;
	color: #000;
}



#subnav-content {
    float: left;
    /* width: 100%; */
    margin: -20px 40px 40px 40px;
}


.single-people #subnav-content ul li {
    list-style-image: url(https://lopal.com/wp-content/themes/generatepress-child/img/arrowhead-bullet.png);
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.65em;
    margin-bottom: .5em;
    margin-left: -45px;
}

.single-people #subnav-content ul li a {
	color: #2b5287;
	text-decoration: none;
}

.single-people #subnav-content ul li a:hover {
	color: #222;
	border-bottom: solid .9px #222;
}

/* 12-8-25 add next here */

/* blog */

/* .single-post works better than .single, so css only applies to blog posts, not cpts */

.blog .site-content,
.single-post .site-content,
.category-news .site-content,
.category-events .site-content,
.category-publications .site-content,
.category-interviewed .site-content,
.category-speeches .site-content,
.post-type-archive-dls_resource .site-content,
.single-dls_resource .site-content {
	border-top: solid 11px #243150;
}

.blog #blog-super-header p {
    font-family: 'Open Sans', sans-serif;
    color: black;
	font-weight: 300;
	font-size: 22px;
}

/* 3-20-26 apply css to:

    - all subcategories of News & Events [blog]
	- all subcategories of Resources
	- all viewports

*/

.blog article,
.category-news article,
.category-events article,
.category-publications article,
.category-interviewed article,
.category-speeches article,
.post-type-archive-dls_resource article,
.single-dls_resource article {

}

.blog .inside-article,
.category-news .inside-article,
.category-events .inside-article,
.category-publications .inside-article,
.category-interviewed .inside-article,
.category-speeches .inside-article,
.post-type-archive-dls_resource .inside-article,
.single-dls_resource .inside-article {
	background-color: #ffffff00;
}

.blog .post-image {
	display: none;
}

.blog .entry-header h2,
.category-news .entry-header h2,
.category-events .entry-header h2,
.category-publications .entry-header h2,
.category-interviewed .entry-header h2,
.category-speeches .entry-header h2,
.single-post .entry-header h1,
.post-type-archive-dls_resource .entry-header h2,
.single-dls_resource .entry-header h1 {
	font-size: 24px;
	font-weight: 700;
	float: left;
	margin-right: 24px;
	margin-bottom: 20px;
}

.blog .entry-header h2 a,
.category-news .entry-header h2 a,
.category-events .entry-header h2 a,
.category-publications .entry-header h2 a,
.category-interviewed .entry-header h2 a,
.category-speeches .entry-header h2 a,
.single-post .entry-header h1 a,
.post-type-archive-dls_resource .entry-header h2 a,
.single-dls_resource .inside-article h1 a {
	text-decoration: none;
	color: #182647;
}

.blog .entry-meta,
.category-news .entry-meta,
.category-events .entry-meta,
.category-publications .entry-meta,
.category-interviewed .entry-meta,
.category-speeches .entry-meta,
.post-type-archive-dls_resource .entry-meta,
.single-post .entry-meta,
.single-dls_resource .entry-meta {
	float: left;
	margin-top: 0px;
/*
	margin-left: 24px;
*/
	border-left: solid 2px #ba4145;
	padding-left: 24px;
}

/* numbered categories below refer to Events, Publications, etc. */

.blog .byline,
.category-news .byline,
.category-events .byline,
.category-publications .byline,
.category-interviewed .byline,
.category-speeches .byline,
.post-type-archive-dls_resource .byline,
.single-post .byline,
.single-dls_resource .byline,
.blog footer,
.category-news footer,
.category-events footer,
.category-publications footer,
.category-interviewed footer,
.category-speeches footer,
.post-type-archive-dls_resource footer,
.single-post footer,
.single-dls_resource footer {
	display: none;
}

.blog .posted-on,
.category-news .posted-on,
.category-events .posted-on,
.category-publications .posted-on,
.category-interviewed .posted-on,
.category-speeches .posted-on,
.post-type-archive-dls_resource .posted-on,
.single-post .posted-on,
.single-dls_resource .posted-on {
	font-size: 18px;
	margin-top: 8px;
}

.blog .entry-summary,
.category-news .entry-summary,
.category-events .entry-summary,
.category-publications .entry-summary,
.category-interviewed .entry-summary,
.category-speeches .entry-summary,
.post-type-archive-dls_resource .entry-summary,
.single-post .entry-content,
.single-dls_resource .entry-content {
    margin-top: 1em;
    float: left;
    border-bottom: solid .9px darkgray;
    padding-bottom: 20px;
    margin-bottom: 1.5em;
}

/* posts, even tho these are not publicly linked, they may be seen */

.comments-area {
	display: none;
}

.paging-navigation .nav-links>* {
    padding: 0 5px;
    float: left;
    margin-bottom: 40px;
}


/* contact us page */

body.page-template-page-contact-us {
    background-image: url(https://lopal.com/wp-content/themes/generatepress-child/img/contact-bg-image-tint4-1600x1800-100q.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: -140px;
}

/* 2-20-26 */
.page-template-page-contact-us .entry-header h1 {
	color: white;
	text-transform: uppercase;
}

.page-template-page-contact-us .entry-content {
	display: none;
}

.page-template-page-contact-us .inside-article {
	background-color: #ffffff00;
}

#connecticut {
	float: left;
	width: 100%;
	border-bottom: solid .9px black;
}

#connecticut h2, #new-york h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    text-align: center;
    color: white;
    line-height: 1.72em;
    width: fit-content;
    border-bottom: solid 4px #ba4145;
	padding-left: 32px;
	padding-right: 32px;
    margin-left: auto;
    margin-right: auto;
}

#connecticut p,
#new-york p {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	text-align: center;
	color: white;
	line-height: 1.72em;
}


#ct-text {
	width: 100%;
	float: left;
	text-align: center;
	color: white;
}


#ct-both-maps {
	
	
}

#ct-map {
	width: 50%;
    float: left;
    padding: 20px;
    /* margin: 0px 1% 0px 1%; */
}

#vfr-map {
	width: 50%;
    float: left;
    padding: 20px;
    /* margin: 0px 1% 0px 1%; */
}



#new-york {
	float: left;
	width: 100%;
}


@media only screen and (max-width: 1200px) {
	
	
	.site-header .header-image {
        max-width: 490px;
		padding-right: 40px;
    }
	
    #home-practices-header h1 {
        text-align: center;
        color: white;
        font-size: 44px;
    }
	
	#home-practices-posts {
        position: relative;
        z-index: 1;
        width: fit-content;
        margin-top: -3.5em;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
		
	
	ul.homepage-practices-list li {
        font-family: 'Open Sans', sans-serif;
		font-size: 1.65em;
        text-transform: uppercase;
        font-style: italic;
        box-sizing: border-box;
        flex: 0 0 calc(100% / 3);
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        margin: 0px 0px 0px 0px;
        list-style: none;
        background-color: #ffffff77;
		background-image: url(https://lopal.com/wp-content/themes/generatepress-child/img/3-wedges-1d2d4f-medium-spacing-transp.gif);
        background-repeat: no-repeat;
        background-size: 33%;
        background-position-x: 50%;
        background-position-y: 80%;
    }
	
	ul.homepage-practices-list li a {
        /*font-size: 1.75em;*/
		line-height: 1.5em;
		letter-spacing: -0.02em;
	}
	
	
	/* 3-17-26 */
	
	
	ul.homepage-practices-list li:nth-of-type(3n+1) {
        padding-top: 9%;
        position: relative;
        z-index: 0;
        margin-left: -3%;
        margin-top: 7%;
    }


    ul.homepage-practices-list li:nth-of-type(3n+2) {
        padding-top: 7%;
        position: relative;
        z-index: 1;
        margin-left: -3%;
    }

    ul.homepage-practices-list li:nth-of-type(3n+3) {
        padding-top: 11%;
        position: relative;
        z-index: 0;
        margin-left: -3%;
        margin-top: 7%;
    }
	
	.home .entry-content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #fff;
        line-height: 2.5em;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
	
	
	
	
	
}

@media only screen and (max-width: 1080px) {
	
	
	
	#home-practices-header h1 {
        text-align: center;
        color: white;
        font-size: 36px;
    }
	
	#home-practices-posts {
        position: relative;
        z-index: 1;
        width: fit-content;
        margin-top: 0em;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
		

	ul.homepage-practices-list li {
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
		font-size: 1.55em;
		line-height: 0.8em;
        font-style: italic;
        box-sizing: border-box;
        flex: 0 0 calc(100% / 3);
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        margin: 0px 0px 0px 0px;
        list-style: none;
        background-color: #ffffffee; /* more opaque */
		background-image: url(https://lopal.com/wp-content/themes/generatepress-child/img/3-wedges-1d2d4f-medium-spacing-transp.gif);
        background-repeat: no-repeat;
        background-size: 33%;
        background-position-x: 50%;
        background-position-y: 80%;
    }
	
	ul.homepage-practices-list li a {
		color: #3760a0;
	}
	
	
		ul.homepage-practices-list li:nth-of-type(3n+1) {
        padding-top: 6%;
        position: relative;
        z-index: 0;
        margin-left: -3%;
        margin-top: 7%;
    }


    ul.homepage-practices-list li:nth-of-type(3n+2) {
        padding-top: 4%;
        position: relative;
        z-index: 1;
        margin-left: -3%;
        background-position-y: 90%;
    }

    ul.homepage-practices-list li:nth-of-type(3n+3) {
        padding-top: 9%;
        position: relative;
        z-index: 0;
        margin-left: -3%;
        margin-top: 7%;
        background-position-y: 74%;
    }
	
	#blog-super-header .super-header-tagline {
		display: none;
	}
	
	
	
	
	
	
	.post-type-archive-practice-areas .entry-header h2 a {
        padding-left: 24px;
        margin-left: 0px;
        border-left: solid 4px #ba4145;
    }
	
	
	
	
}



@media only screen and (max-width: 980px) {
	
	
	.site-header .header-image {
        max-width: 450px;
		padding-right: 80px;
    }

	ul.homepage-practices-list li a {
            color: #3760a0;
        }
	
	#bio-contact-block h1 {
        border-bottom: 4px solid #ba4145;
        color: #fff;
        display: inline-block;
        font-size: 42px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 1;
        margin-bottom: 10px;
        padding-bottom: 13px;
        width: auto;
    }
	
	#bio-contact-block h2 {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 5.4px;
        line-height: 1;
        margin-bottom: 19px;
        text-transform: uppercase;
    }
	
	#bio-contact-block p {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1.3px;
    }
	
	#bio-left-credentials h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        text-transform: uppercase;
        letter-spacing: 0.032em;
        font-weight: 400;
        color: #20266b;
    }
	
	#bio-left-credentials p {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 1.65em;
        margin-bottom: 12px;
    }
	
	#bio-subnav ul li {
        font-size: 20px;
        list-style: none;
        float: left;
        margin-left: -20px;
        margin-right: 30px;
        text-transform: uppercase;
        letter-spacing: 0.0em;
        color: #20266b;
    }
	
	#bio-subnav ul li a {
        text-decoration: none;
        text-transform: uppercase;
		margin-right: 30px;
        color: #222;
    }
	
	.single-people .entry-content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
        line-height: 1.65em;
    }
	
	.blog .inside-article {
        border-bottom: none;
        background-color: #ffffff00;
    }
	
	.blog .entry-header h2 {
        font-size: 24px;
        font-weight: 700;
        float: none;
    }
	
	.blog .entry-meta {
        float: none;
        margin-top: 10px;
        margin-left: 0px;
/*
        border-left: none;
*/
        padding-left: 24px;
    }
	
    .blog .entry-summary {
        margin-top: 2em;
        float: left;
        margin-bottom: 2em;
    }
	
	#resources-sub-nav .resource-links-1 {
        min-height: 45px;
        border-bottom: solid 1.2px #ba4245;
    }
	
	
	/*.post-type-archive-dls_resource #resources-sub-nav ul li, 
	.single-dls_resource #resources-sub-nav ul li {
		font-size: 20px;
	}*/
	
	/*
	.blog #blog-sub-nav ul li a, .category-news #blog-sub-nav ul li a, .category-events #blog-sub-nav ul li a, .category-publications #blog-sub-nav ul li a, .category-interviewed #blog-sub-nav ul li a, .category-speeches #blog-sub-nav ul li a, */ 
	
	.post-type-archive-dls_resource #resources-sub-nav ul li a, 
	.single-dls_resource #resources-sub-nav ul li a {
		font-size: 18px;
        text-transform: uppercase;
        font-family: 'Open Sans';
        font-weight: 400;
        letter-spacing: 0.0em;
        text-decoration: none;
        color: #ba4245;
    }

	
	
	
	
}

@media only screen and (max-width: 768px) {
	
	
	.site-header .header-image {
        max-width: 285px;
		padding-right: 0px;
    }
	
	.header-widget h3 {
		display: none;
	}
	
	
	/* super headers shown or hidden in header.php for particular pages */
	
	/* mobile variations */

    

    /* end super-headers block */
	
	
	.home .site-header {
        width: unset;
        margin-left: auto;
        margin-right: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
	
	
	ul.homepage-practices-list {
        display: inline-block;
        /* flex-wrap: nowrap; 
        justify-content: center; */
        margin-left: 0px;
        margin-right: 0px;
    }
	
	ul.homepage-practices-list li:nth-of-type(3n+1) {
        padding-top: 25%;
        position: relative;
        z-index: 0;
        margin-left: -3%;
        margin-top: 0%;
    }
	
	ul.homepage-practices-list li:nth-of-type(3n+2) {
        padding-top: 15%;
        position: relative;
        z-index: 1;
        margin-left: -3%;
		margin-top: -5%;
    }
	
	ul.homepage-practices-list li:nth-of-type(3n+3) {
        padding-top: 33%;
        position: relative;
        z-index: 0;
        margin-left: -3%;
        margin-top: -5%;
    }
	
	#lange-main {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -40px;
        padding-left: 10%;
        padding-right: 10%;
        background: none;
	}
	
	.home .inside-article {
		background-color: unset;
	}
	
	.home .entry-content {
        background-color: unset;
        height: unset;
		margin-left: 0em;
		margin-right: 0em;
    }
	
	
	
    .home .entry-content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #fff;
        line-height: 2em;
        padding: 0px;
        margin: 0px 0px 0px 0px;
    }
	
	.home .entry-content p img {
        width: 100%;
        height: auto;
        margin-top: 0px;
        border-top: none;
        border-right: solid white 7px;
        border-bottom: solid white 7px;
        border-left: solid white 7px;
    }

	
	#home-news-block {
        width: 100%;
        height: unset;
        padding-top: 0px;
        margin-top: 50px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }
	
	
	ul.homepage-news-list {
        max-width: 84%;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }
	
	ul.homepage-news-list li {
        box-sizing: unset;
        float: unset;
        text-align: left;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        max-width: 100%;
        min-height: unset;
        margin-top: -10px;
        margin-right: 0%;
        margin-bottom: 35px;
        margin-left: 0%;
        list-style: none;
        line-height: 2em;
    }
	
	.contact {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
	
	.contact ul li {
        font-family: 'Wix Madefor Text', sans-serif;
        font-size: 20px;
        line-height: 1em;
        width: 100%;
    }
	
	/* page template default */
	
	.page-template-default .entry-content {
        margin-top: 2em;
        margin-right: 0em;
        margin-bottom: 1em;
        margin-left: 0px;
    }
	
	
	
	/* mobile bio */
	
	#bio-photo {
       float: unset; 
       width: 80%; 
       margin-right: 0%; 
  }
	
	#bio-contact-block {
        float: unset;
        width: 100%;
    }
	
	
	#bio-contact-block h1 {
        border-bottom: 4px solid #ba4145;
        color: #fff;
        display: inline-block;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 1;
        margin-bottom: 10px;
        padding-bottom: 13px;
        width: auto;
    }

	
	#bio-left-credentials {
		display: none;
	}
	
	#bio-mobile-credentials {
		display: inline-block;
		margin: 15px 0px 35px 0px;
	}
	
	#bio-mobile-credentials h2 {
        font-size: 28px;
		margin-top: 20px;
        margin-bottom: 20px;
        line-height: 1.2em;
        font-weight: 500;
        text-transform: none;
	}
	
	#bio-mobile-credentials p {
      font-family: 'Open Sans', sans-serif;
      font-size: 19px;
      line-height: 1.45em;
      margin-bottom: 10px;
}
	
	#bio-right-main {
        float: unset;
		margin-left: 24px;
		margin-right: 24px;
        width: unset;
    }
	
	
	#bio-subnav {
        float: left;
        width: 100%;
        margin-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
	
	#subnav-content h2 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1.2em;
        font-weight: 500;
        text-transform: none;
	}
	
	#bio-subnav ul {
		margin: 0px 0px 0px 24px;
	}
	
	#bio-subnav ul li {
        font-size: 16px;
        list-style: none;
        float: left;
        margin-left: -20px;
        margin-right: 10px;
        text-transform: uppercase;
        letter-spacing: 0.0em;
        color: #20266b;
    }
	
	#subnav-content {
        float: left;
        width: 100%;
        margin: -20px 0px 40px 0px;
    }
	
	.single-people .inside-article {
		padding: 0px 0px 0px 0px;
	}
	
	
	/* end mobile bio */
	
	
	
	
	
	
	
	.blog #blog-sub-nav {
		display: inline-block;
        margin: 0px -10px 0px -10px;
    }
	
	
    .blog #blog-sub-nav ul li {
		float: left;
        margin-right: 15px;
    }
	
	
    .blog #blog-sub-nav ul li a {
        font-size: 20px;
        text-transform: uppercase;
        font-family: 'Open Sans';
        font-weight: 400;
        letter-spacing: -0.02em;
        text-decoration: none;
        color: #ba4245;
    }
	
	/* end blog mobile */
	
	/* resources mobile */
	
	.super-header-tagline {
        float: left;
        font-size: 28px;
        text-transform: uppercase;
        border-left: solid 4px #ba4145;
        margin-left: 0px;
        margin-bottom: 20px;
        padding: 0px 0px 0px 20px;
    }
	
	#resources-sub-nav .resource-links-1 {
        min-height: unset;
        border-bottom: none;
    }
	
	.post-type-archive-dls_resource #resources-sub-nav ul li, 
	.single-dls_resource #resources-sub-nav ul li {
        float: unset;
        margin-right: 0px;
		margin-bottom: 14px;
        line-height: 1.125em;

    }
	
	
	.post-type-archive-dls_resource #resources-sub-nav ul li a, 
	.single-dls_resource #resources-sub-nav ul li a {
		font-size: 18px;
		
        text-transform: uppercase;
        font-family: 'Open Sans';
        font-weight: 400;
        letter-spacing: 0.0em;
        text-decoration: none;
        color: #ba4245;
    }
	
	.resource-links-2 {
        background-color: #ffffff00;
    }
	
	/* mobile contact page */
	
	.page-template-page-contact-us .entry-header h1 {
        color: white;
        text-transform: uppercase;
        text-align: center;
    }
	
	#connecticut h2, #new-york h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 38px;
        text-align: center;
        color: white;
        line-height: 1.72em;
        width: fit-content;
        border-bottom: solid 4px #ba4145;
        padding-left: 32px;
        padding-right: 32px;
        margin-left: auto;
        margin-right: auto;
    }
	
	#connecticut p, #new-york p {
        font-family: 'Open Sans', sans-serif;
        font-size: 21px;
        text-align: center;
        color: white;
        line-height: 1.72em;
    }
	
	
	#ct-map,
	#vfr-map,
	#ny-map {
        width: 80%;
        float: unset;
        padding: 20px;
        margin: 0px 10% 0px 10%;
    }
	
	
}


