/* 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;

*/

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

#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;
}

.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;
}

/* Lange super-headers */

#blog-super-header, 
#blog-sub-nav,
#people-super-header {
	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 {
	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 {
	display: inline-block;
	margin: 0px 0px 0px 0px;
}



.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 {
	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 {
	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 {
	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 {
	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 {
	border-bottom: solid .9px gray;
}

/* end super-header block */


body.home {
	background-image: url(https://dev2.dlsdesign.info/wp-content/themes/generatepress-child/img/lopal-home-bg-wing-sky-3000x2750.jpg);
    background-repeat: no-repeat;
   /* background-position: 50% -30%;
    background-size: auto 100vh;*/
	background-size: contain;
}

.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;
}

.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);
}

.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-header {
	width: 100%;
	float: left;
}

#home-practices-header h2 {
	text-align: center;
}

#home-practices-posts {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

ul.homepage-practices-list li {
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% / 3);
    max-width: 340px;
    min-height: 340px;
    border-radius: 50%;
    margin: 0px 0px 0px 0px;
    list-style: none;
    background-color: #ffffff66;
}


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


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: 0;
    margin-left: -3%;
}

#lange-main {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

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

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

.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-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;
}

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;
}



.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;
}


/* general pages */




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

.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: 'Bebas Neue', sans-serif;*/
    font-family: 'League Gothic', sans-serif;
	font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-bottom: 14px;
    color: #000;
}


/* 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 {
	display: none;
}

.post-type-archive-attorneys .inside-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    float: left;
    margin-bottom: 60px;
    margin-left: 2.5%;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.post-type-archive-attorneys h2 a {
	text-decoration: none;
}


/* remove next styles which were from gyfb-style page

.post-type-archive-attorneys .site-main {
	min-height: 500px;
}

.post-type-archive-attorneys .inside-article {
    border-bottom: solid 1px #cbcbcb;
    display: flex;
    align-items: baseline;
    font-weight: 300;
    font-size: 21px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.contact {
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
}

.contact ul {
	list-style: none;
}

.contact ul li {
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 20px;
	line-height: 1em;
	width: 30%;
}

.contact ul li a {
	color: #2b5287;
	text-decoration: none;
}

.contact ul li a:hover {
	color: #2b5287;
    border-bottom: solid .9px #2b5287;
}


.name-column {
	float: left;
	margin-right: 5%;
}

.phone-column {
	float: left;
	margin-right: 5%;
}

.email-column {
	float: left;
}

*/

/* single person */

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

body.single-people {
	background-image: url(https://dev2.dlsdesign.info/wp-content/themes/generatepress-child/img/bio-bg-image-top-long-bottom-gaus-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-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-right: 35px;
    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;
}


/* 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 {
	border-top: solid 11px #243150;
}

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

.blog .inside-article {
	border-bottom: solid .9px darkgray;
	background-color: #ffffff00;
}

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

.blog .entry-header h2 {
	font-size: 24px;
	font-weight: 700;
	float: left;
}

.blog .entry-header h2 a {
	text-decoration: none;
	color: #182647;
}

.blog .entry-meta {
	float: left;
	margin-top: 0px;
	margin-left: 24px;
	border-left: solid 2px #ba4145;
	padding-left: 24px;
}

.blog .byline,
.blog footer {
	display: none;
}

.blog .posted-on {
	font-size: 18px;
	margin-top: 8px;
}

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

.comments-area {
	display: none;
}

/* contact page */

.page-template-page-contact .content-area {
	margin-top: 2em;
}

.page-template-page-contact .entry-content {
	
}

.page-template-page-contact .inside-article {
	text-align: center;
}

#office-map {
	width: 100%;
	float: left;
	
}

@media only screen and (max-width: 1200px) {

	.home .entry-content p {
        font-family: 'Libre Baskerville', serif;
        font-size: 18px;
        color: #fff;
        line-height: 2.5em;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 5px;
        padding-right: 5px;
    }
	
	
}

@media only screen and (max-width: 1080px) {

	
	
}

@media only screen and (max-width: 768px) {
	
	
	
	
	/* 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;
    }
	
	.home .entry-content {
        background-color: #241f20;
        height: unset;
		margin-left: 0em;
		margin-right: 0em;
    }
	
	
	
    .home .entry-content p {
        font-family: 'Liberty Baskerville', serif;
        font-size: 20px;
        color: #fff;
        line-height: 1.65em;
        padding: 0px;
        margin-top: -1em;
        margin-right: 0.7em;
        margin-bottom: 2em;
        margin-left: 0.7em;
    }
	
	.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: -20px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        background-image: url(https://dev2.dlsdesign.info/wp-content/themes/generatepress-child/img/news_header.jpg);
        background-repeat: no-repeat;
        background-size: 160%;
    }
	
	
	ul.homepage-news-list li {
        box-sizing: unset;
        float: unset;
        text-align: left;
        padding-top: 26px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        max-width: 100%;
        min-height: unset;
        margin-top: 0px;
        margin-right: 5%;
        margin-bottom: 35px;
        margin-left: 5%;
        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%;
    }
	
	
	/* mobile bio */
	
	#bio-left {
        float: unset;
        width: 100%;
        margin-left: 3.5%;
    }
	
	#bio-photo img {
        height: auto;
        max-width: 60%;
    }
	
	#bio-right {
        float: unset;
        width: 100%;
    }
	
	#bio-right h1 {
        font-family: 'Bebas Neue', sans-serif;
        /* font-family: 'League Gothic', sans-serif; */
        font-size: 38px;
        text-transform: uppercase;
        letter-spacing: 0.26em;
        /* float: left; */
        margin-top: 40px;
        margin-bottom: 0px;
        margin-left: 30px;
        /* padding-bottom: 30px; */
        height: unset;
    }
	
	.page-template-page-cases #cases-list {
        float: left;
        width: 100%;
        margin: 10px 40px 40px 40px;
        column-count: 1;
    }
	
	
}
