/* CSS Document */

/*
Theme Name: Generatepress Child
Theme URI: https://wordpress.org/themes/generatepress/
Description: Generatepress Child Theme for Dev 2 Law Firm Websites - Mintzer 2025
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

font-family: 'Wix Madefor Text', sans-serif;

*/

/* colors

medium blue for homepage #185991;

*/

body {
	background-color: #fff;
}

#footer-widgets {
	background-color: #045a74;
}

p, h1, h2 {
	font-family: 'Wix Madefor Text', sans-serif;
}

p {
	font-family: 'Wix Madefor Text', sans-serif;
	font-size: 20px;
	line-height: 1.65em;
}

a {
	color: #2b5287;
}

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

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

.footer-widget-1,
.footer-widget-2 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 300;
}

.footer-widget-3 img {
	width: 100px;
	height: auto;
}

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

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

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

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

/* 10-13-25: using divs in header.php and undoing them in their respective archive pages by using display: inline-block */

#home-super-header,
#practice-super-header,
#blog-super-header {
	display: none;
}

.home #home-super-header {
    display: inline-block;
    width: 200%;
    margin-left: -50%;
    margin-right: -50%;
    background-color: #185991;
    padding-left: 50%;
    padding-right: 50%;
}

.home #home-super-header h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 45px;
    font-weight: 200;
    text-transform: uppercase;
    color: #69d0fb;
    width: 80%;
    margin-top: 60px;
    margin-bottom: 40px;
    padding-left: 80px;
    padding-right: 80px;
}

.home #home-super-header h2 {
    font-family: 'Wix Madefor Text', sans-serif;
	font-size: 22px;
    line-height: 2em;
    font-weight: 200;
    color: #fff;
	width: 80%;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 40px;
}

/* homepage deck replaced by super-header #homepage-deck {
	position: relative;
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
}

#homepage-deck h2 {
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 700;
	padding-top: 10px;
    padding-left: 7%;
} 
#homepage-deck h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-bottom: 14px;
    color: #0b375d;
    border-bottom: solid .9px #0b375d;
	margin-left: 80px;
} 

#homepage-deck h3 {
    font-family: 'Wix Madefor Text', sans-serif;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    margin-bottom: 30px;
    line-height: 1.75;
    font-weight: 300;
    text-transform: none;
    padding-left: 7%;
}*/

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

.home .inside-article {
   /* background-color: #1c619d; when we reversed the color emphasis -- ok to remove */
    padding-top: 10px;
}

.home .entry-content p {
	font-family: 'Wix Madefor Text', sans-serif;
	font-size: 20px;
	color: #000; /* was #69d0fb; when we reversed color emphasis */
	line-height: 1.65em;
	margin-left: 2em;
}


.home .entry-content p strong {
    font-size: 21px;
    line-height: 2em;
    color: #185991; /* was white when we reversed color emphasis */
    /* margin-top: 0px; */
}

.home .entry-content p a {
	color: #185991; /* was white when we reversed color emphasis */
}

#home-news-block {
	float: left;
	width: 100%;
	min-height: 200px;
	background-color: #fffffe;
	margin-top: 20px;
	margin-bottom: 55px;
}


#home-news-block h2 {
	font-size: 45px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding-bottom: 14px;
    color: #0b375d;
    border-bottom: solid .9px #0b375d;
	margin-left: 80px;
}

ul.homepage-news-list {
	margin: 0 0 1.5em 1.3em;
}


ul.homepage-news-list li {
    box-sizing: border-box;
    float: left;
    text-align: left;
    padding-top: 26px;
    padding-left: 0px;
    padding-right: 0px;
    width: calc(100% / 2);
    max-width: 35%;
    min-height: 475px;
    margin-top: 0px;
    margin-right: 5%;
    margin-bottom: 35px;
    margin-left: 5%;
    list-style: none;
    line-height: 2em;
}


ul.homepage-news-list li:nth-of-type(4n+3),
ul.homepage-news-list li:nth-of-type(4n+4) {
    border-top: solid .9px gray;
}

.homepage-news-title img {
	max-width: 80%;
	margin-bottom: 20px;
}


.homepage-news-title h3 {
	
}

.homepage-news-title h3 a {
    font-size: 22px;
    line-height: 1.65em;
    font-family: 'Wix Madefor Text', sans-serif;
	font-weight: 600;
	color: #3F6F98;
	text-decoration: none;
	margin-bottom: 14px;
}

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

.homepage-news-title p {
	margin-top: 14px;
}

/* 10-13-25: using wp customize to create header widgets for practices archive and blog landing page
these are hard to control */

.header-widget #custom_html-5,
.header-widget #custom_html-7 {
	display: none;
}





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


.post-type-archive-attorneys .entry-summary,
.post-type-archive-attorneys .post-image,
.single-practice-areas .featured-image {
	display: none;
}



.post-type-archive-practice-areas #practice-super-header,
.blog #blog-super-header {
    display: inline-block;
	/*float: left;*/
	width: 100%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}

.post-type-archive-practice-areas .site-content {
    /*float: left;*/
    margin-bottom: 0px;
    background-color: white;
}

.post-type-archive-practice-areas #practice-super-header h1,
.post-type-archive-attorneys .page-header h1,
.blog #blog-super-header h1,
.page-template-default .entry-header h1,
.page-template-page-contact .entry-header h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-bottom: 14px;
    color: #0b375d;
    border-bottom: solid .9px #0b375d;
}

.post-type-archive-practice-areas #practice-super-header h2 {
    font-family: 'Wix Madefor Text', sans-serif;
    color: black;
	font-weight: 300;
	font-size: 24px;
}

.post-type-archive-practice-areas .page-header {
	display: none;
}

.post-type-archive-practice-areas .entry-header h2 {
	font-family: 'Wix Madefor Text', sans-serif;
    font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	color: #0b375e;
}

/* funtcions.php displays entire archive but pointer-events below prevents clickthru */

.post-type-archive-practice-areas .entry-header h2 a {
    color: #0b375e;
	pointer-events: none;
}

.post-type-archive-practice-areas h3 {
    color: #185991;
    font-family: 'Wix Madefor Text', sans-serif;
    font-size: 22px;
    /* font-style: italic; */
    margin-bottom: 30px;
    padding-left: 30px;
    margin-left: 4px;
    transform: skewX(-10deg);
    border-left: solid 1px #185991;
}

.post-type-archive-practice-areas .content-area {
	padding-top: 10px;
    padding-bottom: 72px;
}

.post-type-archive-practice-areas .inside-article {
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 35px;
    padding-left: 40px;
}

/* single practice areas */


.single-practice-areas .inside-article {
	padding-top: 0px;
}

.single-practice-areas .on-page-list {
	font-family: 'Wix Madefor Text', sans-serif;
	font-weight: 800;
	font-size: 22px;
	color: #2b5287;
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: solid .9px gray;
	letter-spacing: 0.08em;
}
 
.single-practice-areas .inside-article ul li {
	font-family: 'Wix Madefor Text', sans-serif;
    font-size: 20px;
    list-style: none;
    margin-left: -50px;
    margin-bottom: 30px;
}


/* attorney archive */

.post-type-archive-attorneys .entry-header {
	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 */

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

#bio-left {
	float: left;
    width: 28%;
	margin-left: 3.5%;
}

#bio-photo {
	max-width: 95%;
    border: solid white 12px;
	background-color: white;
    margin-top: -74px;
	margin-left: -12px;
	margin-bottom: 0px;
}

#left-fields h1 {
	font-family: 'Wix Madefor Text', sans-serif;
	font-size: 32px;
	line-height: 1.5em;
	font-weight: 800;
	color: #344d71;
	letter-spacing: -0.015em;
	margin-bottom: 8px;
}
	
#left-fields h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin-bottom: 5px;
}

#left-fields p {
	font-family: 'Wix Madefor Text', sans-serif;
	font-size: 20px;
	line-height: 1.65em;
}



#left-fields h3 {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 800;
	letter-spacing: 0.02em;
}


#left-fields ul {
    font-family: 'Wix Madefor Text', sans-serif;
	list-style: none;
	margin-top: 20px;
	margin-left: 0px;
}


#left-fields ul li {
	font-size: 20px;
	line-height: 1.65em;
	margin-bottom: 20px;
}

#left-fields ul li a {
	text-decoration: none;
	color: black;
}

#left-fields ul li a:hover {
	color: #344d71;
    border-bottom: solid .9px #344d71;
}

#left-fields .vcard {
	background: #344d71;
	font-size: 18px;
	text-align: center;
	margin-top: 8px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#left-fields .vcard a {
	text-decoration: none;
	color: white;
}


#left-fields .vcard a:hover {
	color: #ddd;
}

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

#bio-right h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.08em;
	margin-top: 40px;
	margin-left: 40px;
    padding-bottom: 14px;
    color: #0b375d;
    border-bottom: solid .9px #0b375d;
}

.single-attorneys .inside-article {
	padding-top: 0px;
}

#credentials-block {
	margin-left: 40px;
}

#credentials-block h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.02em;
	border-bottom: solid 1px black;
}

/* blog */

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

.blog .inside-article {
	border-bottom: solid .9px darkgray;
}

.blog .post-image {
	max-width: 420px;
	height: auto;
	pointer-events: none;
}

.blog .entry-title {
	margin-top: 20px;
	pointer-events: none;
}

.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 {

}

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

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

	
	.home #home-super-header h1 {
        font-family: 'Raleway', sans-serif;
        font-size: 45px;
        font-weight: 200;
        text-transform: uppercase;
        color: #69d0fb;
        width: 100%;
        margin-top: 60px;
        margin-bottom: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
	
	
	.home #home-super-header h2 {
        font-family: 'Wix Madefor Text', sans-serif;
        font-size: 22px;
        line-height: 2em;
        font-weight: 200;
        color: #fff;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 40px;
    }
	
}

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

	.home #home-super-header {
        display: inline-block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: #185991;
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
	
	
}

@media only screen and (max-width: 768px) {
	
	.home #home-super-header h1 {
        font-family: 'Raleway', sans-serif;
        font-size: 36px;
        font-weight: 200;
        text-transform: uppercase;
        color: #69d0fb;
        width: 100%;
        margin-top: 60px;
        margin-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
	
	.home #home-super-header h2 {
        font-family: 'Wix Madefor Text', sans-serif;
        font-size: 21px;
        line-height: 1.75em;
        font-weight: 200;
        color: #fff;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 40px;
    }
	
	.home .entry-content p {
        font-family: 'Wix Madefor Text', sans-serif;
        font-size: 20px;
        color: #000;
        line-height: 1.65em;
        margin-top: -1em;
        margin-right: 1em;
        margin-bottom: 2em;
        margin-left: 1em;
    }
	
	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;
    }
	
	
	
	
	
	
	/* attorney landing */
	
	.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: 60%;
        float: unset;
        margin-bottom: 60px;
        margin-left: 2.5%;
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
    }
	
	.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%;
    }
	
	
	
	
	
}
