/* CSS Document */

/*
Theme Name: Generatepress Child
Theme URI: https://wordpress.org/themes/generatepress/
Description: Generatepress Child Theme for Fogarty Mueller &amp; Harris, 7-2-24
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



*/

/* colors

#1e3363; background basic, such as the bottom of the panel behind attorney bio

#344a80; links

*/


.header-widget {
	margin-left: 34px;
}

.header-widget h1 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 56px;
	font-weight: 300;
}


.header-widget h2 {
	font-family: 'Lato', sans-serif;
	color: whitesmoke;
	font-size: 40px;
	font-weight: 300;
	margin-top: 100px;
	text-shadow: 8px 3px 6px #071834;

}

/* this added and modifications below, 9-5-24 */
.site-header {
	background-image: url(/wp-content/uploads/2024/07/midnight-gradient-1400x956-100q.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	margin-left: 0%; /* was 10% */
	margin-right: 0%; /* was 10% */
}

/* this added and modifications below, 9-5-24 */

.site-logo {
	display: inline-block;
	max-width: 80%;
	margin-left: 10%;
}

/* change 9-6-24
.home .site-header {
	margin-bottom: 25px;
	min-height: 540px;
	background-image: url(/wp-content/themes/generatepress-child/img/tampa-dusk-blue-2100x818-blue-to-2300-narrow-19.jpg);
	background-size: contain;
	background-position-x: center;
	background-position-y: top;
	background-repeat: no-repeat;
	background-color: white;
}*/

.home .site-header {
	background-color: #163466;
	/* background-image: none;  trying restore 10-1-24
	*/
}

.home .inside-header {
    margin-bottom: 25px;
    min-height: 500px;
    background-image: url(/wp-content/themes/generatepress-child/img/tampa-night-water-istk-2100x1107-80q.jpg);
    background-size: cover;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-color: white;
}



/* added 9-6-24 */
.home .main-navigation {
	position: sticky;
	overflow: hidden;
	top: 0;
	z-index: 100;
	/* padding: 0; */
	/* clear: both; */
	/* display: block; */
	/* scroll-behavior: auto; */
}

.home .site-header .header-image {
	vertical-align: top;
	margin-top: -252px;
}



.home .header-widget {
	margin-top: -410px;
	margin-left: 34px;
}

.home #page {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%; /* 9-5-24 was 1200px */
}

.home .separate-containers .site-main {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}





.home .separate-containers.no-sidebar .site-main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


.main-title {
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.2em;
	word-wrap: break-word;
	text-transform: none;
}


.header-pllc {
	font-size: 24px;
}

.footer-pllc {
	font-size: 18px;
}


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

.home .inside-article {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.home .entry-content:not(:first-child) {
	margin-top: 140px;
}


.home .entry-content p {
	font-size: 22px;
	line-height: 1.75em;
	text-align: center;
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 1.5em;
}


/* replaced 3-3-25 */

/*#home-statement {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
*/


#home-statement {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    margin-top: -245px;
    color: whitesmoke;
    text-shadow: 8px 3px 6px #071834;
}

#home-news {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

ul.homepage-list-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin-top: 40px;
    /* column-count: 2; */
}

#home-news h2 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 300;
	width: fit-content;
	background-color: #203161;
	color: white;
	margin-left: 60px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 14px;
}

.violet {
	background-color: #465f9f;
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.homepage-list-news li {
    min-height: 180px;
    margin-right: 28px;
    width: 45%;
    float: left;
    border-top: solid 0.5px #262626;
    padding-top: 24px;
}


h3.homepage-news-title {
	font-family: 'Lato', sans-serif;
    font-size: 29px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}

h3.homepage-news-title a {
	text-decoration: none;
    color: #344a80;
}

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

#practice-wheel-container {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	min-height: 546px;
	padding-top: 30px;
	background-color: #1e3363;
	background-image: url(/wp-content/uploads/2024/07/midnight-gradient-1400x956-100q.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}

#practice-wheel-inner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* change width 9-5-24 */

#practice-wheel-headline {
	color: white;
	float: left;
	width: 22%;
}

/* change font size 9-5-24 */

#practice-wheel-headline h3 {
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	line-height: 1.4em;
	font-weight: 300;
	padding-top: 100px;
	padding-right: 30px;
}

/* change width 9-5-24 */
#practice-wheel-art {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	width: 35%;
	z-index: 1;
}
#practice-wheel-art > img {
	display: block;
}

#practice-wheel-segment-container {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

#practice-wheel-segment-container img {
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .25s;
	width: 100%;
}

#practice-wheel-segment-container img.active,
#practice-wheel-segment-container img.tagline {
	opacity: 1;
}

#practice-wheel-segment-map {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#practice-wheel-segment-map .segment {
	clip-path: polygon(
		60% 0,
		100% 0,
		86.6% 50%,
		52% 30%
	);
	height: 50%;
	position: absolute;
	top: 49%;
	left: 49%;
	transform-origin: top left;
	width: 50%;
}

/* change width 9-5-24 */
#practice-wheel-links {
	padding-top: 10px;
	/*padding-left: 40px;*/
	float: left;
	width: 40%;
}

/*

#practice-wheel-links ul {
	list-style-image: url(/wp-content/themes/generatepress-child/img/triangle-right-transp-163466.gif);
} */


#practice-wheel-links ul li {
	list-style: none;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 14px;
}

#practice-wheel-links ul li a {
	color: #eee;
	text-decoration: none;
}

#practice-wheel-links ul li a:hover,
#practice-wheel-links ul li a.hover {
	list-style-image: url(/wp-content/themes/generatepress-child/img/triangle-right-transp-163466.gif);
	/* background-image: url(/wp-content/themes/generatepress-child/img/triangle-right-transp-163466.gif);
	background-repeat: no-repeat;
	background-position-x: -20px;
	background-position-y: top;*/
	color: #fff;
	border-bottom: solid .9px #fff;
}

/* margins added 9-5-24 */
.home .footer-widgets {
	margin-left: 10%;
	margin-right: 10%;
	background-image: none;
	background-color: #fff;
}

.home .footer-widget-2 {
	color: #344a80;
}

.home .footer-widget-3 {
	color: #333;
}

/* was 1 1 0 */

.inside-footer-widgets>div {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
}

.footer-widget-1 {
	margin-right: 20px;
}

.footer-widget-2 {
	margin-right: 40px;
	font-size: 45px;
	font-weight: 300;
	padding-top: 48px;
}

.footer-widget-3 {
	font-weight: 300;
	font-size: 20px;
}

.copyright-bar a {
	color: #344a80;
	text-decoration: none;
	border-bottom: solid .8px #a9b4cf;
}

.copyright-bar a:hover {
	border-bottom: solid .8px #344a80;
}


.post-type-archive-practice-areas .content-area,
.single-practice-areas .content-area,
.post-type-archive-attorneys .content-area,
.single-attorneys .content-area,
.post-type-archive-other-personnel .content-area,
.single-other-personnel .content-area {
	width: 100%;
}

.post-type-archive-practice-areas .is-right-sidebar,
.single-practice-areas .is-right-sidebar,
.post-type-archive-attorneys .is-right-sidebar,
.single-attorneys .is-right-sidebar,
.post-type-archive-other-personnel .is-right-sidebar,
.single-other-personnel .is-right-sidebar {
	display: none;
}

.post-type-archive-attorneys .entry-summary,
.post-type-archive-other-personnel .entry-summary,
.post-type-archive-practice-areas .entry-summary {
	display: none;
}



/* single attorneys */

/* not on other-personnel */

/* prior .single-attorneys .site-header {
	min-height: 860px;
}
*/


/* 3-6-25 */

.single-attorneys .site-header {
    min-height: 790px;
    margin-bottom: 70px;
}


/*not on other-personnel'*/

.single-attorneys #bio-top {
	float: left;
	width: 1200px;
	background-color: #ffffff00;
	position: absolute;
	z-index: 2;
	margin-top: -600px;
}

.single-other-personnel #bio-top {
	width: 1200px;
	padding-right: 40px;
	padding-left: 40px;
}


/* attorney archive */


.post-type-archive-attorneys .site-header {
	min-height: 960px;
}

.post-type-archive-attorneys .page-header {
	background-color: #ffffff00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

/* 6-23-25 */

.post-type-archive-attorneys .page-header h1 {
	display: none;
}

.post-type-archive-attorneys h1.custom-head {
	color: white;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 72px;
}

.post-type-archive-attorneys .site-main {
	float: left;
	width: 1200px;
	background-color: #ffffff00;
	position: absolute;
	z-index: 2;
	margin-top: -720px;
}

.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;
	padding: 0 0 0 0px;
	font-family: 'Lato', sans-serif;
	margin: 10px;
	min-height: 180px;
	background-color: #ffffff00;
	text-align: center;
}

.post-image-above-header .inside-article .post-image {
	margin-top: 0;
	margin-bottom: 2em;
}

/* to compensate for the above not working */

.post-type-archive-attorneys .entry-header {
	margin-top: -2em;
}

.post-type-archive-attorneys .entry-header h2 {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 300;
}

.post-type-archive-attorneys .entry-header h2 a {
	color: white;
}

.post-type-archive-attorneys .contact p {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #eee;
}

.post-type-archive-attorneys .contact p a {
	color: #eee;
	text-decoration: none;
}

.post-type-archive-attorneys .contact p a:hover {
	color: #fff;
	border-bottom: solid .9px #fff;
}

.post-type-archive-attorneys #other-personnel {
	float: left;
	width: 100%;
	margin-top: 56px;
}

/* 5-22-25 - was width: 45% when two lawyers, but really needs a formula so 1, 2 or 3 are always centered on own row */

#personnel-row {  
	float: left;
	width: 100%;
	text-align: center;
}

#personnel-row img {
	height: auto;
	max-width: 270px;
}

#personnel-row h3 {
	font-size: 28px;
	margin-bottom: 0px;
	line-height: 1.2em;
	font-weight: 400;
}

#personnel-row h3 a {
	text-decoration: none;
	color: #344a80;
}

#personnel-row h3 a:hover {
	color: #333;
	border-bottom: solid .9px #333;
}

#personnel-row p {
	color: #333;
}

#personnel-row p a {
	text-decoration: none;
	color: #333;
}

#personnel-row p a:hover {
	color: #000;
	border-bottom: solid .9px #000;
}


/* single attorneys and personnel */

.single-attorneys .entry-title,
.single-attorneys .featured-image,
.single-other-personnel .entry-title,
.single-other-personnel .featured-image {
	display: none;
}

.single-attorneys .entry-content {
	float: left;
	width: 60%; /* 2-10-25 */
	margin-top: 1.25em;
	margin-bottom: 1.1em;
}


.single-other-personnel .entry-content {
	float: left;
	width: 100%;  /* 6-23-25 on cleanup: no sidebar needed because Education has moved to the top */
	margin-top: 1.25em;
	margin-bottom: 1.1em;
}


.single-attorneys #contact-block,
.single-other-personnel #contact-block {
	width: 100%;
	float: left;
	padding-top: 100px;
}

.single-attorneys #contact-block h1 {
	text-align: center;
	color: white;
	font-size: 58px;
	font-weight: 300;
}

.single-other-personnel #contact-block h1 {
	text-align: center;
	color: #344a80;
	font-size: 58px;
	font-weight: 300;
}

.single-attorneys #contact-block p {
	text-align: center;
	color: white;
	font-size: 24px;
	font-weight: 300;
}

.single-other-personnel #contact-block p {
	text-align: center;
	color: #344a80;
	font-size: 24px;
	font-weight: 400;
}

.single-attorneys #contact-block p a {
	color: #eee;
	text-decoration: none;
}

.single-other-personnel #contact-block p a {
	color: #344a80;
	text-decoration: none;
}


.single-attorneys #contact-block p a:hover {
	color: white;
	border-bottom: solid .9px white;
}

.single-other-personnel #contact-block p a:hover {
	color: #344a80;
	border-bottom: solid .9px red;
}

#bio-deck {
	float: left;
	padding-left: 7.5%;
	padding-right: 7.5%;
}

#bio-deck h2 {
	font-family: 'Lato', sans-serif;
	color: white;
	font-size: 24px;
	line-height: 1.75em;
	font-weight: 400;
	text-align: center;
}

.single-attorneys #credentials {
	float: left;
	width: 58%;
}

.single-other-personnel #credentials {
	float: left;
	width: 68%;
}

#bio-points { /* 2-20-25 */
	float: left;
    width: 32%;
    margin-left: 3.5%;
    padding-top: 0px;
    margin-top: -10px;
}

.single-attorneys #education {
	/* float: left;
	color: white;
	width: 45%;
	margin-right: 2%;*/
}

.single-other-personnel #education {
	float: left;
	color: #344a80;
	width: 45%;
	margin-right: 2%;
}

.single-attorneys #admissions {
	/*float: left;
	color: white;
	width: 45%;*/
}

.single-other-personnel #admissions {
	float: left;
	color: #344a80;
	width: 45%;
}


.single-attorneys #education h2,
.single-attorneys #admissions h2,
.single-other-personnel #education h2,
.single-other-personnel #admissions h2 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.single-attorneys #education p,
.single-attorneys #admissions p {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 400;
}

.single-other-personnel #education p,
.single-other-personnel #admissions p{
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	line-height: 1.5em;
	font-weight: 400;
}


.single-attorneys #education ul,
.single-attorneys #admissions ul {
	list-style: none;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 400;
}

.single-attorneys #education ul li,
.single-attorneys #admissions ul li {
	margin-left: -35px;
}

.single-other-personnel #education ul,
.single-other-personnel #admissions ul {
	list-style: none;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 400;
	margin-left: 10px;
	margin-top: -10px;
}

.single-other-personnel .entry-content:not(:first-child) {
	margin-top: -0.5em;
	border-top: solid .9px gray;
	padding-top: 30px;
	margin-bottom: 40px;
}

.single-attorneys #bio-photo,
.single-other-personnel #bio-photo {
	float: left;
	width: 32%;
}

.single-attorneys #bio-photo-mobile,
.single-other-personnel #bio-photo-mobile {
	display: none;
}

.single-other-personnel #bio-photo {
	float: left;
	width: 28%;
}

.single-attorneys #bio-bottom,
.single-other-personnel #bio-bottom {
	float: left;
	width: 100%;
	margin-top: -70px; /* 3-6-25 */
}


.single-attorneys #bio-subnav {
	width: 100%;
	margin-top: 10px;
	border-bottom: solid .9px gray;
}

.single-attorneys #bio-subnav ul {
	list-style: none;
	display: flex;
	gap: 30px;
	margin-left: 0px;
}

.single-attorneys #bio-subnav ul li {
	float: left;

}

.single-attorneys #bio-subnav ul li a {
	text-decoration: none;
	font-weight: 600;
	color: #344a80;
}

.single-attorneys #bio-subnav ul li a:hover {
	color: #344a80;
	border-bottom: solid .9px #344a80;
}

.sub-nav-break,
.sub-nav-separator {
	display: none;
}

#matters,
#distinctions,
#professional-associations,
#publications-presentations {
	border-top: solid .9px gray;
	padding-top: 20px;
	padding-bottom: 22px;
}

#matters a,
#distinctions a,
#professional-associations a,
#publications-presentations a {
	color: #344a80;
	text-decoration: none;
	border-bottom: solid .9px #344a80;
}

#matters a:hover,
#distinctions a:hover,
#professional-associations a:hover,
#publications-presentations a:hover {
	color: #333;
	border-bottom: solid .9px #333;
}




.single-attorneys .inside-article {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

.single-attorneys .back-top-link {
	font-size: 18px;
}

.single-attorneys #subnav-content {
	float: left;
	width: 100%;
}

.single-practice-areas #practice-breadcrumbs {
	width: fit-content;
	float: right;
}


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

.single-practice-areas .breadcrumbs {
	text-align: right;
	font-size: 18px;
	color: #344a80;
}

.single-practice-areas .breadcrumbs a {
	color: #344a80;
	text-decoration: none;
}

.single-practice-areas .breadcrumbs a:hover {
	color: #333;
	border-bottom: solid .9px #333;
}

/* blog and posts */

button {
	color: #ffffff;
    background-color: #344980;
}

.entry-meta .gp-icon {
	margin-right: .6em;
	opacity: 1;
}

.gp-icon svg {
	height: 1em;
	width: 1em;
	top: .125em;
	position: relative;
	fill: #eee;
}

.blog .inside-article {
	border: solid .8px gray;
	padding-right: 25px;
	margin-right: 10px;
}

.single-post footer.entry-meta {
	border: solid .8px gray;
	margin-top: 2em;
	padding-top: 12px;
	padding-right: 22px;
	padding-bottom: 14px;
	padding-left: 24px;
}


.blog .byline,
.blog .comments-link,
.single-post .byline,
.single-post .comments-link,
.category .byline,
.category .comments-link,
.comments-area {
	display: none;
}

.blog .entry-header a,
.single-post .entry-header {
	font-family: 'Lato', sans-serif;
	color: #344a80;
}

.widget-area .widget {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -20px;
	margin-bottom: 10px;
}

.sidebar .widget ul {
	font-size: 19px;
}

.widget-title {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #333;
}

.sidebar .widget ul li a {
	color: #344a80;
	text-decoration: none;
}

.sidebar .widget ul li a:hover {
	color: #333;
	border-bottom: solid .9px #333;
}

.widget .search-field {
	width: 100%;
	border: solid 24px #34497f;
}

input[type="search"] {
	background-color: #ffffff;
}

/* practices archive */

#practice-wheel-mobile {
	display: none;
}


.post-type-archive-practice-areas .content-area {
	margin-bottom: 60px;
}

.post-type-archive-practice-areas .page-header h1 {
	font-family: 'Lato', sans-serif;
	font-size: 72px;
	font-weight: 300;
}

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

#practice-left {
	float: left;
	width: 60%;
}

/* 3-3-25 */

.practice-archive-list {
	column-count: 2;
	margin-top: -10px;
}

#practice-right {
	float: left;
	margin-top: 180px;
	position: relative;
	width: 32%;
	z-index: 1;
}

#practice-right img {
	display: block;
}

#practice-left .entry-header h2 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    line-height: 1.45em;
    letter-spacing: -0.01em;
    margin-bottom: 0px;
}

#practice-left .entry-header h2 a {
	color: #344a80;
}

#practice-left .hover .entry-header h2 a,
#practice-left .entry-header h2 a:hover {
	color: #222;
	border-bottom: solid .9px #222;
}

.page-template-page-contact article {
	margin-bottom: 0;
	max-width: 490px;
}

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

.contact-page-grid {
	display: flex;
	gap: 30px;
	padding: 0 40px;
}

.contact-page-left {
	width: 40%;
}


#custom-photo {
	max-width: 100%;
}

#custom-photo p {
	margin-bottom: 0;
}

#custom-photo img {
	display: block;
}

#custom-address {
	background: #173466;
	color: #eee;
	padding: 20px 36px 1.5em;
	max-width: 100%;
}

.contact-page-right {
	margin-bottom: 60px;
	width: 60%;
}


@media only screen and (max-width: 1320px) {
	.single-attorneys #bio-top,
	.single-attorneys #bio-bottom,
	.single-other-personnel #bio-top,
	.single-other-personnel #bio-bottom {
		margin-left: 2.5%;
	}
}

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

	#practice-wheel-inner {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#practice-wheel-headline h3 {
		font-family: 'Lato', sans-serif;
		font-size: 32px;
		line-height: 1.4em;
		font-weight: 300;
		padding-top: 65px;
		padding-right: 30px;
	}

	#practice-wheel-links {
		padding-top: 10px;
		/* padding-left: 40px; */
		float: left;
		width: 40%;
	}

	#practice-wheel-links ul {
		margin-left: 20px;
	}

	#practice-wheel-links ul li {
		list-style: none;
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 20px;
		line-height: 1.35em;
		margin-bottom: 12px;
	}

	/* attorney archive */

	.post-type-archive-attorneys #page {
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
	}

	.post-type-archive-attorneys .site-main {
		float: left;
		width: 90%;
		background-color: #ffffff00;
		position: absolute;
		z-index: 2;
		margin-top: -720px;
	}

	.post-type-archive-attorneys .entry-header {
		margin-top: -0.5em;
		margin-bottom: 0.35em;
	}


	/* bios */

	.single-attorneys #bio-top {
		float: left;
		width: 90%;
		margin-left: 5%;
		background-color: #ffffff00;
		position: absolute;
		z-index: 2;
		margin-top: -650px;
	}
	
	.single-other-personnel #bio-top {
		float: left;
		width: 90%;
		margin-left: 5%;
		background-color: #fff;
		position: absolute;
		z-index: 2;
		/*margin-top: -650px;*/
	}

	.single-attorneys #credentials,
	.single-other-personnel #credentials {
		float: left;
		width: 72%;
	}

	.single-attorneys #education p, 
	.single-attorneys #admissions p,
	.single-other-personnel #education p, 
	.single-personnel #admissions p,
	.single-attorneys #education ul, 
	.single-attorneys #admissions ul,
	.single-other-personnel #education ul, 
	.single-personnel #admissions ul {
		font-family: 'Lato', sans-serif;
		font-size: 18px;
		line-height: 1.5em;
		font-weight: 400;
	}

	.single-attorneys #bio-photo,
	.single-other-personnel #bio-photo {
		float: left;
		width: 28%;
		padding-top: 95px;
	}

	.single-attorneys #bio-bottom,
	.single-other-personnel #bio-bottom {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.single-other-personnel #bio-bottom {
		margin-top: 500px;
	}

	.sub-nav-break {
		display: inline;
	}

	.single-attorneys #bio-subnav ul li,
	.single-other-personnel #bio-subnav ul li {
		line-height: 1.3em;
		padding-right: .4em;
	}

}

@media only screen and (max-width: 1080px) {
	.post-type-archive-practice-areas .page-header h1 {
		font-family: 'Lato', sans-serif;
		font-size: 64px;
		font-weight: 300;
	}

	#practice-wheel-headline h3 {
		font-family: 'Lato', sans-serif;
		font-size: 26px;
		line-height: 1.4em;
		font-weight: 300;
		padding-top: 68px;
		padding-right: 20px;
	}

	#practice-wheel-art {
		margin-top: 58px;
		float: left;
		width: 32%;
		margin-left: 1%;
		margin-right: 1%;
	}

	#practice-wheel-links {
        padding-top: 0px;
        /* padding-left: 40px;
        float: left;
        width: 40%; */
    }
	
	
	#practice-wheel-links ul li {
		list-style: none;
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 18px;
		line-height: 1.35em;
		margin-bottom: 12px;
	}

	.post-type-archive-attorneys .contact p {
		text-align: center;
		font-family: 'Lato', sans-serif;
		font-size: 20px;
		font-weight: 300;
		color: #eee;
	}

	.post-type-archive-attorneys .page-header {
		background-color: #ffffff00;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-left: 0px;
		margin-top: 0px;
	}

	.post-type-archive-attorneys .site-logo {
		/*display: inline-block;
		max-width: 80%;*/
		margin-left: -.6%;
	}

	/* blog */

	.blog .inside-article {
		border: none;
		padding-right: 25px;
		margin-left: 10px;
		margin-right: 0px;
	}

	.is-right-sidebar {
		width: 30%;
		margin-right: 25px;
	}

}


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

	.header-widget h1 {
		font-family: 'Lato', sans-serif;
		color: #fff;
		font-size: 40px;
		font-weight: 300;
	}

	.site-header .header-image {
		width: 130px;
	}
	
	/* 6-23-25 */
	
	.inside-footer-widgets {
        flex-direction: column;
    }
	
	.footer-widget-2 {
        margin-right: 40px;
        font-size: 45px;
        font-weight: 300;
        padding-top: 28px;
        padding-bottom: 20px;
    }

	.post-type-archive-practice-areas .page-header h1 {
		font-family: 'Lato', sans-serif;
		font-size: 52px;
		font-weight: 300;
	}

    .practice-archive-list {
        column-count: 1;
        margin-top: -10px;
        margin-left: 10px;
    }

	#practice-left .entry-header h2 {
		font-family: 'Lato', sans-serif;
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 0px;
	}

	/* bios */

	
	
    #personnel-row img {
        height: auto;
        max-width: 225px;
    }
	
	
	.single-attorneys #bio-top {
		float: left;
		width: 90%;
		margin-left: 5%;
		background-color: #ffffff00;
		position: absolute;
		z-index: 2;
		margin-top: -700px;
	}
	
	.single-other-personnel #bio-top {
		float: left;
		width: 90%;
		margin-left: 5%;
		position: absolute;
		z-index: 2;
		/* margin-top: -700px;*/
	}

	.single-attorneys #education p,
	.single-attorneys #admissions p,
	.single-other-personnel #education p,
	.single-other-personnel #admissions p {
		font-family: 'Lato', sans-serif;
		font-size: 18px;
		line-height: 1.5em;
		font-weight: 400;
		margin-bottom: 16px;
	}

	.single-attorneys #education ul, 
	.single-attorneys #admissions ul,
	.single-other-personnel #education ul, 
	.single-other-personnel #admissions ul {
		list-style: none;
		font-family: 'Lato', sans-serif;
		font-size: 18px;
		line-height: 1.5em;
		font-weight: 400;
		margin-left: 20px;
	}


	/* 6-23-25 */
	
	.single-attorneys #education ul li, 
	.single-attorneys #admissions ul li {
        margin-left: unset;
    }
	
	.single-attorneys #bio-subnav ul li,
	.single-other-personnel #bio-subnav ul li {
		line-height: 1.3em;
		padding-right: .2em;
	}

	.single-attorneys #bio-subnav ul li a,
	.single-other-personnel #bio-subnav ul li a {
		text-decoration: none;
		font-size: 18px;
		font-weight: 600;
		color: #344a80;
	}

	.single-attorneys .inside-article,
	.single-other-personnel .inside-article {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 40px;
		padding-left: 0px;
	}
	
	/* 6-23-25 */
	
	.single-other-personnel .entry-content {
        margin-top: -0.5em;
        border-top: solid .9px gray;
        padding-top: 30px;
        margin-right: 40px;
        margin-bottom: 40px;
        margin-left: 40px;
    }

	.single-attorneys .entry-content p,
	.single-attorneys .entry-content ul li,
	.single-attorneys #subnav-content p,
	.single-attorneys #subnav-content ul li,
	.single-other-personnel .entry-content p,
	.single-other-personnel .entry-content ul li,
	.single-other-personnel #subnav-content p,
	.single-other-personnel #subnav-content ul li {
		font-size: 19px;
	}


	.contact-page-left,
	.contact-page-right {
		width: 50%;
	}


}

/* 9-5-24 first media queries entered now */

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

	.home .site-header {
		background-image: none;
	}

	.home .inside-header {
		margin-bottom: 25px;
		min-height: 320px;
		background-image: url(/wp-content/themes/generatepress-child/img/tampa-night-water-istk-2100x818-80q.jpg);
		background-size: cover;
		background-position-x: center;
		background-position-y: top;
		background-repeat: no-repeat;
		background-color: white;
	}

	.home .site-header .header-image {
		margin-top: -15px;
		width: 60%;
	}


	.home .header-widget {
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
	}

	#home-statement h1 {
        margin-top: 250px;
        color: #203161;
        text-shadow: none;
        font-size: 24px;
        line-height: 1.3em;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
	}
	
	.home .entry-content:not(:first-child) {
        margin-top: -30px;
    }

	.home .entry-content p {
		padding: 0px;
		text-align: center;
		font-size: 19px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: .5em;
	}

	
	#home-news {
        width: 100%;
        max-width: unset;
        margin-left: -20px;
        margin-right: -20px;
		padding: 0px;
    }

	.homepage-list-news li {
        min-height: 180px;
		margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        float: unset;
        border-top: solid 0.5px #262626;
        padding-top: 24px;
    }
	
	
	#practice-wheel-container {
		background-size: 150%;
		padding-bottom: 30px;
	}

	#practice-wheel-inner {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#practice-wheel-headline {
		color: white;
		float: none;
		width: 100%;
	}

	#practice-wheel-headline h3 {
		font-family: 'Lato', sans-serif;
		font-size: 26px;
		line-height: 1.4em;
		font-weight: 300;
		padding-top: 10px;
		padding-right: unset;
		margin-left: 10%;
		margin-right: 10%;
	}

	#practice-wheel-art {
		float: none;
		width: 86%;
		max-width: 576px;
		margin-left: 7%;
		margin-right: 7%;
		padding-top: 0px;
	}

	#practice-wheel-links {
		padding-top: 24px;
		/* padding-left: 40px; */
		float: none;
		width: 100%;
	}

	.home-practices-list ul {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0.2em;
		margin-left: 0em;
	}


	/* practice areas */

	.post-type-archive-practice-areas .page-header h1 {
		font-size: 42px;
		margin-top: -20px;
		margin-bottom: -22px;
	}

	/* this displays a static practice wheel graphic for page decoration only; it is not responsive to mouseover */
	
	#practice-wheel-mobile {
		display: inline;
	}

	#practice-wheel-mobile p {
		margin-bottom: 0px;
	}

	#practice-wheel-mobile img {
		height: auto;
		max-width: 84%;
		margin-left: 8%;
		margin-right: 8%;
	}

	#practice-left {
		float: unset;
		width: 100%;
	}
	
	.practice-archive-list {
        column-count: 1;
        margin-top: -10px;
        margin-left: 10px;
    }

	
	/* this displays the practice wheel art that highlights on mouseover, so not useful on mobile */
	
	#practice-right {
		display: none;
	}

	.post-type-archive-practice-areas .inside-article {
		padding-top: 18px;
		padding-right: 24px;
		padding-bottom: 18px;
		padding-left: 24px;
	}

	#practice-left .entry-header h2 {
		font-family: 'Lato', sans-serif;
		font-size: 22px;
		line-height: 31px;
		margin-bottom: 0px;
	}

	/* single practice areas */

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


	.single-practice-areas #practice-breadcrumbs-mobile {
		display: inline;
		float: right;
		margin-top: -13px;
		margin-right: 10px;
	}

	.single-practice-areas .entry-header h1 {
		font-size: 25px;
		margin-top: 14px;
	}







	/* attorney archive */

	.post-type-archive-attorneys .site-content {

	}

	.post-type-archive-attorneys .site-header {
		min-height: unset;
	}

	.post-type-archive-attorneys .page-header h1 {
		display: none;
	}
	
	/* 6-23-25 */
	
	.post-type-archive-attorneys h1.custom-head {
        color: #eee;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-size: 42px;
		margin-top: 22px;
		margin-bottom: -8px;
    }

	.post-type-archive-attorneys #page {
		max-width: 100%;
	}

	.post-type-archive-attorneys /*.container .site-content*/ .content-area {
		background-color: #173466;
	}

	.post-type-archive-attorneys .site-main {
		float: unset;
		width: 100%;
		background-color: #173466;
		position: unset;
		z-index: unset;
		margin-top: -20px;
	}

	.post-type-archive-attorneys .inside-article {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
		float: left;
		padding: 0 0 0 0px;
		font-family: 'Lato', sans-serif;
		/* margin: 10px; */
		min-height: unset;
		background-color: #ffffff00;
		text-align: center;
	}


	.post-type-archive-attorneys #other-personnel {
		background-color: white;
		float: left;
		width: 100%;
		margin-top: 0px;
	}

	#personnel-list {
		margin-top: 40px;
	}

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

	#personnel-row img {
		height: auto;
		max-width: 62%;
	}




	/* attorney and other personnel bio */

	.single-attorneys .site-header {
		min-height: unset;
	}


	.single-attorneys #bio-top {
		float: left;
		width: 100%;
		margin-left: unset;
		background-color: #173466;
		position: unset;
		z-index: unset;
		margin-top: -20px;
	}
	
	.single-other-personnel #bio-top {
		float: left;
		width: 100%;
		margin-left: unset;
		background-color: #fff;
		position: unset;
		z-index: unset;
		margin-top: -20px;
	}

	/* 6-23-25 */
	
	.single-attorneys .entry-content {
        float: left;
        width: 100%;
        margin-top: 1.25em;
        margin-bottom: 1.1em;
    }
	
	
	.single-other-personnel .entry-content {
        margin-top: -0.5em;
        border-top: solid .9px gray;
        padding-top: 30px;
        margin-right: 40px;
        margin-bottom: 40px;
        margin-left: 14px;
    }


	.single-attorneys #credentials {
		float: left;
		width: 100%;
	}
	
	.single-other-personnel #credentials {
		float: left;
		width: 100%;
		margin-left: -20px;
	}
	
	

	.single-attorneys #bio-photo,
	.single-other-personnel #bio-photo {
		display: none;
	}

	.single-attorneys #bio-photo-mobile,
	.single-other-personnel #bio-photo-mobile {
		display: inline-block;
	}

	#bio-photo-mobile img {
		height: auto;
		max-width: 70%;
		margin-left: 15%;
		margin-right: 15%;
		margin-top: 24px;
		margin-bottom: 14px;
	}

	.single-attorneys #contact-block h1 {
		text-align: center;
		color: white;
		font-size: 36px;
		font-weight: 300;
	}
	
	.single-other-personnel #contact-block h1 {
		text-align: center;
		font-size: 36px;
		font-weight: 300;
	}

	/* 6-23-25 */
	
	#bio-points { 
        float: unset;
        width: 100%;
        margin-left: 0px;
        padding-top: 0px;
        margin-top: -10px;
}
	
	
	#bio-points h2 {
		border-top: solid .9px gray;
		padding-top: 16px;
	}
	
	.single-attorneys #education,
	.single-attorneys #admissions {
		float: unset;
		color: black;
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}

    .single-other-personnel #education,
	.single-other-personnel #admissions {
		float: unset;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}

	/* 6-23-25 */
	
	.single-attorneys .back-top-link {
		display: none;
	}
	
	
	/* 6-23-25 hiding bio sub nav for mobile */
	
	
	.single-attorneys #subnav-content h3,
	.single-other-personnel #subnav-content h3 {
	    font-size: 22px;
        margin-bottom: 20px;
        line-height: 1.2em;
        font-weight: 600;
        text-transform: none;
	}

	.single-attorneys #bio-subnav ul li a,
	.single-other-personnel #bio-subnav ul li a {
		display: none;
	}

	.single-attorneys #bio-subnav .sub-nav-separator,
	.single-other-personnel #bio-subnav .sub-nav-separator {
		display: none;
	} 


	.single-attorneys .inside-article,
	.single-other-personnel .inside-article {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

    .single-other-personnel #bio-bottom {
		margin-top: unset;
	}

	.contact-page-grid {
		flex-direction: column;
		padding: 0 30px;
	}

	.contact-page-left,
	.contact-page-right {
		width: auto;
	}
}

