/* CSS Document */

/*
Theme Name: Generatepress Child
Theme URI: https://wordpress.org/themes/generatepress/
Description: Generatepress Child Theme for Dev 1 Law Firm Websites - Quantum Law Group, 11-3-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

  

*/

/* colors



*/

/* 12-4-25 test 

body {
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(25 29 61) 25%, rgb(24 31 61) 80%);
}

*/

p,
h1,
h2,
h3,
a,
ul li {
	font-family: 'Raleway', sans-serif;
}

.main-navigation {
    margin-bottom: -38px;
    z-index: 100;
    padding: 0;
    clear: both;
    display: block;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]) > a:hover {
    /*color: #ffffff;
    background-color: #283464;*/
    transform: skew(350deg, 360deg);
}



#footer-widgets {
	background-color: #fff;
}


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

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

.footer-widget-1 {
}

.footer-widget-2 {
    margin-left: -300px;
	background-color: #283464;
	border-right: solid 2px #283464;
	transform: skew(315deg, 360deg);
}

.footer-widget-2 p {
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 300;
    margin-top: 25px;
    margin-left: 30px;
    transform: skew(225deg, 360deg);
}

/* 1-6-26 */ 

.footer-widget-3 {
    display: none;
}

.footer-break {
	display: none;
}

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

a {
	color: #2b5287;
}

#about-header,
#queue-header,
#videos-header {
	display: none;
}


/* 12-22-25 remove this to make About page same width as others */
.page-id-116 .grid-container {
	/* max-width: 100%; */
}

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


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

.home .content-area {
	border-right: solid .9px black;
	border-bottom: solid .9px black;
	border-left: solid .9px black;
}






#home-hero {
    position: relative;
	z-index: 0;
	float: left;
	margin-bottom: 0px;
}


/* https://dev1.dlsdesign.info/wp-content/themes/generatepress-child/src/Video-test-1.mp4 */

/* the word !important lets you re-size this section and overrides the expression element.style which is put in by a javascript function */

#home-video-section,
#home-video-section video,
#home-video-section-mobile,
#home-video-section-mobile video {
	width: 100% !important;
}

#home-video-section {
	margin-bottom: 0px;
}

/*  */
#home-video-section-mobile {
	display: none;
}

/*#mep_0 {
width: 1920px !important;
height: 1080px !important;
min-width: unset !important;
}*/

.mejs-container .mejs-controls {
	display: none;
}


/* adapted from ChatGPT sent for practices archive */

.home .site-main {
	margin: 0px 20px 20px 20px;
	/*display: flex;
    flex-wrap: wrap;
    justify-content: center;*/
}

.home .inside-article {
    margin-top: 0em;
    margin-right: 6em;
    margin-bottom: 1em;
    margin-left: 6em;
    padding-bottom: 30px;
    border-bottom: solid .9px #222;
}

.entry-content h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #2d3d5b;
}

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

/* home practice areas */

#home-practices {
	float: left;
	width: 100%;
	margin-left: 0px; /* was 100 */
	margin-right: 0px;
    background-image: url(https://quantumlawgroup.com/wp-content/themes/generatepress-child/img/left-triangle-flag-2d3c5b-white-transp-600x370.gif);
    background-repeat: no-repeat;
    background-size: 400px; /* was 30% */
    background-position: top left;
}


#home-practices-header {
	float: left;
	width: 100%;
	max-height: 60px;
	margin-bottom: 40px;
}

#home-practices h2 {
    font-family: 'Raleway';
    font-size: 32px;
    line-height: 22px;
    font-weight: 300;
    color: white;
    margin-top: 14px;
    padding-top: 16px;
    padding-left: 50px;
    padding-bottom: 10px;
}

/* 12-18-25 from Chat GPT */

#home-practices-posts {
	float: left; /* by DLS */
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* from sharon appelbaum */

#home-practices ul {
    margin: 0 0 1.5em 3.85em;
}

/* prior, up to 11-26-25 

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: 335px;
    min-height: 290px;
    margin: 30px 10px 30px 10px;
	list-style: none;
}*/

/* prior, up to 12-18-25 
ul.homepage-practices-list li {
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% / 5);
    max-width: 235px;
    min-height: 240px;
    margin: 40px 10px 30px 10px;
    list-style: none;
} */

/* from ChatGPT */


ul.homepage-practices-list {
	display: flex;
	flex-wrap: nowrap;
    justify-content: center;
}


ul.homepage-practices-list li {
    box-sizing: border-box;
    text-align: center;
    list-style: none;
    flex: 0 0 calc(100% / 5);
    max-width: 235px;
    min-height: 240px;
    margin: 40px 10px 30px 10px;
    padding: 0px 20px 0px 20px;
}







ul.homepage-practices-list li a {
    text-align: center;
    color: #232d46;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 22px; /* was 24 */
    line-height: 27px;
    text-decoration: none;
}

ul.homepage-practices-list li a:hover {
    color: #4C6177;
}


.home .homepage-practice-title {
	border: solid .9px #2f4866;
    padding-top: 1.5em;
    background-repeat: no-repeat;
}

.home .homepage-practice-title img {
	width: 106px; /* was 186 */
	height: auto;
}

/* homepage team */

#home-team {
	
}

#home-team-header h2 {
    font-size: 56px;
    text-align: center;
    color: #2d3d5b;
}

#home-team-posts {
	
}

.homepage-team-title {
	
}

/* added 12-29-25 */

#home-team ul {
    margin: 0 0 1.5em 0em;
}


ul.homepage-team-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}


ul.homepage-team-list li {
    box-sizing: border-box;
    text-align: center;
    list-style: none;
    flex: 0 0 calc(100% / 3);
    margin: 40px 0px 30px 0px;
    padding: 0px 20px 0px 20px;
}

/*.attorney-skew-box,*/
.team-skew-box {
	background: #1c1c1c7a;
    height: 77px;
    transform: skew(160deg, 360deg);
    margin-top: -5em;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
}

ul.homepage-team-list li h3 {
    position: relative;
    z-index: 2;
	padding-top: 1em;
    font-family: 'Raleway', sans-serif;
    transform: skew(-160deg, -360deg);
	background-image: url(https://quantumlawgroup.com/wp-content/themes/generatepress-child/img/arrowhead-pointer-transp-black-1a1b20-250x110.gif);
    background-repeat: no-repeat;
    background-size: 16%;
    background-position: 90% 100%;
}

ul.homepage-team-list li h3 a {
	color: #eee;
	text-decoration: none;
}

ul.homepage-team-list li h3 a:hover {
	color: #fff;
	border-bottom: solid .9px white;
}


/* homepage news, called In the Q */

#in-the-queue {
	float: left;
	width: 100%;
}

#in-queue-header {
    float: left;
    width: 100%;
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 20px 40px;
    border-bottom: solid .9px black;
}

#in-queue-logo {
    float: left;
    width: 25%;
}

#in-queue-logo img {
    max-width: 350px;
    height: auto;
}

#in-queue-title {
    float: left;
    margin-top: 4.5%;
    margin-left: 2%;
    width: 70%;
}

#in-queue-title h2 {
	font-family: 'Raleway', sans-serif;
	color: #232d46;
	font-size: 30px;
}

#in-queue-logo img {
	width: 100%;
	height: auto;
}

ul.homepage-queue-list {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

ul.homepage-queue-list li {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    line-height: 1.5em;
    text-align: center;
    box-sizing: border-box;
    list-style: none;
    flex: 0 0 calc(100% / 3);
    margin: 40px 0px 30px 0px;
    padding: 0px 20px 0px 20px;
}

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

ul.homepage-queue-list li img a {
	max-width: 90%;
}

/* homepage youtube video as distinct from B-roll */

#firm-youtube-video {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    padding: 80px 15% 40px 15%;
    border-top: solid .9px black;
    /* background-color: #2b445c; */
}


/* general pages */

/* special headers are found in header.php */

.page-id-116 #about-header {
	width: 100%;
    height: 432px;
    display: inline-block;
    background-image: url(https://quantumlawgroup.com/wp-content/themes/generatepress-child/img/8383-facade-collage-2500x632-80q-skew.jpg);
    background-size: contain;
    background-repeat: no-repeat;
	margin: 40px 0px -30px 0px;
    transform: skew(360deg, 355deg);
}

#about-header h1 {
    float: right;
    font-size: 42px;
    margin-bottom: 20px;
    margin-top: 3em;
    /* line-height: 1.2em; */
    font-weight: 400;
    text-transform: none;
    color: white;
    background-color: #242d54e6;
    width: fit-content;
    padding-left: 4%;
    padding-right: 3%;
    margin-right: 4%;
    padding-top: 1em;
    padding-bottom: 1em;
    transform: skew(352deg, 360deg);
}

.page-id-116 .site-content {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}

.page-id-116 .site-footer /*.footer-widgets-container*/ .inside-footer-widgets {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}


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

.page-template-default .entry-header h1,
.page-template-page-contact .entry-header h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #425569;
}

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

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

.post-type-archive-team .content-area,
.page-id-116 .content-area {
	/* border: solid .9px black; */
}


.post-type-archive-practice-areas .content-area {
	border-left: solid .9px black;
	border-right: solid .9px black;
}


.post-type-archive-team .is-right-sidebar,
.single-team .is-right-sidebar,
.post-type-archive-practice-areas .is-right-sidebar,
.single-practice-areas .is-right-sidebar,
.post-type-archive-firm-videos .is-right-sidebar,
.single-firm-videos .is-right-sidebar {
	display: none;
}

.post-type-archive-team .content-area,
.single-team .content-area,
.post-type-archive-practice-areas .content-area,
.single-practice-areas .content-area,
.post-type-archive-firm-videos .content-area,
.single-firm-videos .content-area {
    width: 100%;
}



.post-type-archive-team .page-header h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #425569;
}


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


.post-type-archive-practice-areas .entry-header h2 {
	font-family: 'Raleway', sans-serif;
    font-size: 28px;
	line-height: 1.75em;
	text-transform: uppercase;
	font-weight: 500;
}

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

.post-type-archive-practice-areas .entry-header h2 a:hover {
	color: #eee;
	border-bottom: solid .9px #ccc;
}



.post-type-archive-practice-areas .post-1851 .inside-article {
    background-image: url(https://quantumlawgroup.com/wp-content/themes/generatepress-child/img/life-insurance-bg-icon-on-253c57-672x680.gif);
	background-size: 100%;
    background-repeat: no-repeat;
}


.post-type-archive-practice-areas .post-1852 .inside-article {
    background-image: url(https://quantumlawgroup.com/wp-content/themes/generatepress-child/img/real-estate-bg-icon-on-253c57-672x680.gif);
	background-size: 100%;
    background-repeat: no-repeat;
}

.post-type-archive-practice-areas .post-1853 .inside-article {
    background-image: url(https://quantumlawgroup.com/wp-content/themes/generatepress-child/img/business-litigation-bg-icon-on-253c57-672x680.gif);
	background-size: 100%;
    background-repeat: no-repeat;
}

.post-type-archive-practice-areas .post-1854 .inside-article {
    background-image: url(https://dev1.dlsdesign.info/wp-content/themes/generatepress-child/img/personal-injury-bg-icon-on-253c57-672x680.gif);
	background-size: 100%;
    background-repeat: no-repeat;
}

.post-type-archive-practice-areas .post-1855 .inside-article {
    background-image: url(https://quantumlawgroup.com/wp-content/themes/generatepress-child/img/contracts-business-bg-icon-on-253c57-672x680.gif);
	background-size: 100%;
    background-repeat: no-repeat;
}

.post-type-archive-practice-areas .site-main {
    /* margin: 20px; */
    padding-left: 10%;
    padding-right: 10%;
}

/*
.post-type-archive-practice-areas .inside-article {
	list-style: none;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% / 3);
    max-width: 335px;
    min-height: 340px;
    margin: 10px 15px 10px 15px;
    border: solid .9px #2f4866;
	background-color: #253c57;
    padding-top: 6em;
}*/

/* from ChatGPT */

.post-type-archive-practice-areas .site-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.post-type-archive-practice-areas .inside-article {
    box-sizing: border-box;
    text-align: center;
    flex: 0 0 calc(100% / 3);
    max-width: 335px;
    min-height: 340px;
    margin: 10px 15px;
    border: solid 0.9px #2f4866;
    background-color: #253c57;
    padding: 6em 20px 0;
}


.post-type-archive-practice-areas .post-image {
	display: none;
    margin-top: 1em;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}


.single-practice-areas .entry-header h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    line-height: 1.25em;
    color: #0b4a7a;
    font-weight: 500;
    margin-bottom: 14px;
	width: 100%;
	padding-bottom: 12px;
	border-bottom: solid 1px gray;
}


ul.single-practices-list li {
	font-family: 'Raleway', sans-serif;
	list-style: none;
	margin-left: -20px;
	margin-bottom: 18px;
}
 
.single-practice-areas .entry-content ul li {
	font-family: 'Raleway', sans-serif;
    font-size: 20px;
    list-style-image: url('https://quantumlawgroup.com/wp-content/themes/generatepress-child/img/bullet-square-8x8-0e68af.jpg');
    margin-left: -50px;
    margin-bottom: 30px;
}

.single-practice-areas .related-news {
	display: inline-block;
	float: left;
    width: 100%;
    margin-left: 40px;
    font-size: 18px;
    line-height: 25px;
    padding-top: 20px;
    /*border-top: solid .9px black;*/
}

.single-practice-areas .related-news {
    display: inline-block;
    margin: 20px 35px 0px 35px;
    padding: 15px 30px 22px 30px;
    width: 90%;
    font-size: 18px;
    line-height: 25px;
    background-color: #59738c14;
}


.single-practice-areas .related-news h3 {
	font-size: 27px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    padding-bottom: 20px;
    text-transform: none;
    border-bottom: solid .9px gray;
}


.single-practice-areas .related-news h3 img {
	width: 240px;
	height: auto;
}

.single-practice-areas .related-news p {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 1.65em;
    margin-bottom: 10px;
}

/* attorney archive */

.post-type-archive-team .post-image,
.post-type-archive-team .entry-header {
	display: none;
}


.post-type-archive-team article {
	margin-left: 6%;
	margin-right: 6%;
}

.post-type-archive-team .inside-article {
	list-style: none;
    box-sizing: border-box;
    float: left;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    width: calc(100% / 3);
    max-width: 370px;
    min-height: 228px;
    margin: 0px 0px 0px 0px;
}

.contact img {
	margin-bottom: -18px;
}

.contact h2 {
    font-family: 'Raleway', sans-serif;
	font-size: 22.5px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 10px;
}

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

.contact p {
	font-size: 17px;
	line-height: 1.75em;
	letter-spacing: -0.025em;
}

.contact p a {
	color: #222;
	text-decoration: none;
}

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

.position-column,
.phone-column,
.email-column{
	text-align: center;
}

.position-column {
	font-size: 16px;
    line-height: .25em;
    font-weight: 600;
    color: #6a708a;
}

#bio-left {
	border-top: solid 4px #2c4358;
    padding-top: 25px;
    float: left;
    width: 23%;
	margin-top: 6em;
    margin-left: 4%;
    margin-right: 3%;
}

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

#left-fields h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 200;
    color: white;
    letter-spacing: -0.015em;
    padding-top: 6px;
    padding-bottom: 7px;
    padding-left: 24px;
    margin-bottom: 40px;
    background-color: #0d68af;
}
	
#left-fields h2 {
    font-family: 'Raleway', sans-serif;
    color: #283464;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
}

#left-fields p {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    line-height: 1.65em;
    margin-top: 12px;
    margin-bottom: 13px;
}




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


#left-fields ul li {
	font-family: 'Raleway', sans-serif;
    font-size: 19px;
    line-height: 1.65em;
    margin-top: 12px;
    margin-bottom: 13px;
}

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

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




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


#bio-photo {
    max-width: 100%;
    background-color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative; /* 11-7-25 - was absolute */
    z-index: 0;
}

#new-contact-block {
   /* float: left; */
    width: unset;
    position: relative;
    z-index: 3;
    background-color: #1c1c1c7a;
    margin-top: -25em;
    margin-left: 40px;
    margin-right: 40px;
    padding: 30px 40px 20px 40px;
	background-image: url(https://quantumlawgroup.com/wp-content/themes/generatepress-child/img/arrowhead-pointer-transp-black-1a1b20-250x110.gif);
    background-repeat: no-repeat;
    background-size: 16%;
    background-position: 90% 90%;
}

#new-contact-block h1,
#new-contact-block h2,
#new-contact-block p, 
#new-contact-block a {
	color: white;
}

#new-contact-block h1 {
    font-family: 'Raleway', sans-serif;
	font-size: 42px;
}

#new-contact-block h2 {
    font-family: 'Raleway', sans-serif;
	font-size: 24px;
}

#new-contact-block p {
    font-family: 'Raleway', sans-serif;
	font-size: 20px;
}

#new-contact-block p a {
	text-decoration: none;
	border-bottom: solid .9px #ddd;
}

#new-contact-block p a:hover {
	color: #eee;
	border-bottom: solid .9px #eee;
}

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


.single-team .inside-article {
	padding: 50px 40px 40px 40px;
}

/* 11-5-25 moved to right, and in front of photo */

.single-team .entry-content {
    margin-top: -3em; /* 11-7-25 was 50em then -9em */
    position: relative;
    z-index: 2;
    background-color: white;
	border: solid .9px #444;
    padding: 0px 0px 0px 0px; /* was 25px 40px 32px 40px */
    width: 100%;
}

.single-team .entry-content p {
	padding: 0px 40px 0px 40px;
}


.single-team .entry-content p:first-of-type {
  padding-top: 40px;
}


.single-team .entry-content p:last-of-type {
  padding-bottom: 44px;
}


.single-team .inside-article ul li {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	line-height: 1.65em;
	margin-bottom: 10px;
}

/* blog */


/* special headers are found in header.php */


.blog #queue-header {
    display: inline-block;
    width: 100%;
    border-top: solid .9px #222;
    margin-top: 40px;
	margin-bottom: -20px;
}

.blog #queue-header h1 {
	font-family: 'Raleway', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #425569;
    margin-bottom: 20px;
    margin-left: 40px;
    padding-top: 1em;
}




.blog .grid-container {

}


.blog .content-area,
.single .content-area {
	border-right: solid .9px #222;
}



.single-team .content-area,
.single-practice-areas .content-area {
	border-right: none;
}







.blog #news-header {
	display: inline-block;
	width: 100%;
	margin-top: 60px;
}


.blog #news-header h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0e68af;
	margin-left: 40px;
}

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

.blog .entry-header h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
	line-height: 1.2em;
	font-weight: 500;
}

.blog .entry-header h2 a {
    color: #283464;
}

.blog .entry-header h2 a:hover {
	color: #0b4a7a;
	border-bottom: solid .9px #0b4a7a;
}

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

/* svg folder icon at bottom of each post */

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


/* 1-6-26 svg icon is both the caret above nav sub links AND folder icon below blog posts -- both ok at color below  */

.gp-icon svg {
    height: 1em;
    width: 1em;
    top: .125em;
    position: relative;
    /*fill: rgb(40 52 100);*/
	fill: rgb(191 196 215);
}


.posted-on {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
}

.widget ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: .85em;
	font-weight: 450;
}

.widget-area ul li a {
	color: #283464;
	text-decoration: none;
	line-height: 1.65em;
	margin-bottom: 24px;
}

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

.blog #block-4,
.single #block-4 {
	display: none;
}

.single .entry-header h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
	line-height: 1.5em;
	color: #0b4a7a;
	font-weight: 500;
	margin-bottom: 14px;
}

.single .inside-article {
	border-bottom: solid .9px #222;
}


/* video section -- 11-25-25 */

body.post-type-archive-firm-videos {
	background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(25 29 61) 25%, rgb(24 31 61) 80%);
}


/*.post-type-archive-firm-videos #videos-header {
    display: inline-block;
    width: 100%;
    border-top: solid .9px #222;
	background-color: white;
    margin-top: 0px;
	margin-bottom: -20px;
}

.post-type-archive-firm-videos #videos-header h1 {
	font-family: 'Raleway', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #425569;
    margin-bottom: 20px;
    margin-left: 40px;
    padding-top: 1em;
}*/








.post-type-archive-firm-videos .content-area,
.post-type-archive-firm-videos .inside-article,
.post-type-archive-firm-videos .page-header {
	background-color: #ffffff00;
}

.post-type-archive-firm-videos .page-header {
	padding-top: 0px;
}

.post-type-archive-firm-videos .page-header h1 {
	font-family: 'Raleway', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #425569;
	margin-left: -10px;
}

.post-type-archive-firm-videos h1 {
	/*color: white;*/
	margin: 40px 40px 50px 40px;
}


.post-type-archive-firm-videos article {
    width: calc(100% / 2);
    float: left;
	border-top: solid .9px gray;
    padding-top: 35px;
    margin-bottom: 35px;
	min-height: 520px;
}

.post-type-archive-firm-videos .inside-article {
    padding: 0px 30px 0px 30px;
}



.post-type-archive-firm-videos .entry-header h2,
.post-type-archive-firm-videos .entry-summary,
.post-type-archive-firm-videos .post-image {
	display: none;
}

.video-elements p {

	
}

.video-thumbnail a:hover {
	background-color: #27415E;
}


.video-title {
	font-size: 21px;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.video-title a {
	text-decoration: none;
	color: #5b6673;
	border-bottom: solid .9px #5b6673;
}

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

.post-type-archive-firm-videos .related-content {
	
}

.post-type-archive-firm-videos .related-content {
	margin-top: -16px;
    background-color: #181333;
    padding: 3px 25px 5px 25px;
	color: #ccc;
    float: left;
    font-size: 15px;
	line-height: 24px;
}


.post-type-archive-firm-videos .related-content a {
	text-decoration: none;
	color: #ccc;
	border-bottom: solid .9px #bbb;
}

/* caused footer logo to display border on mouseover as well*/

.post-type-archive-firm-videos .related-content a:hover {
	color: #fff;
	border-bottom: solid .9px #fff;
}



.single-firm-videos .content-area {
	border-right: none;
}

.single-firm-videos .inside-article {
    padding: 0px 40px 60px 40px;
    margin-top: -50px;
}

.single-firm-videos .featured-image {
	display: none;
}

.single-firm-videos .video-container {
    width: 96%;
    margin: 75px 30px 40px 30px;
}

.single-firm-videos .entry-content {
    margin-top: 2em;
    /*float: left;*/
    /*margin-bottom: 50px;*/
}

.single-firm-videos .related-content {
	float: left;
    width: 100%;
    margin-left: 40px;
    font-size: 18px;
    line-height: 25px;
    padding-top: 20px;
    /*border-top: solid .9px black;*/
}

.single-firm-videos .related-content a {
	text-decoration: none;
	color: #27415E;
	border-bottom: solid .9px #27415E;
}

.single-firm-videos .related-content a:hover {
	color: #222;
	border-bottom: solid .9px #222;
}


/*

.single-firm-videos .video-quote {
    width: 85%;
    margin: 75px auto 0px auto;
	padding: 40px 40px 40px 40px;
	border: solid .9px #192a3d;
}

.blue-curly-quote {
	font-size: 72px;
	color: blue;
} */

.single-firm-videos .video-breadcrumb {
	width: 100%;
    float: left;
    margin-top: -60px;
    margin-bottom: 60px;
}


.single-firm-videos .video-breadcrumb a {
	float: right;
	font-size: 19px;
	font-weight: 300;
	color: #2c4867;
	text-decoration: none;
	border-bottom: solid .9px #37577B;
}

.single-firm-videos .video-breadcrumb a:hover {
	color: black;
	border-bottom: solid .9px black;
}

.single-firm-videos .entry-header h1 {
	text-align: center;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.single-firm-videos .entry-content h3,
.single-practice-areas .entry-content h3 {
	font-size: 21px;
    line-height: 1.85em;
    width: 100%;
    padding: 40px 62px 40px 62px;
    border: solid .9px #192a3d;
}

.single-firm-videos .entry-content ul li {
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 14px;
}

/*

<iframe title="YouTube video player" src="https://www.youtube.com/embed/mwbQ40WQ6Gk?si=OAOiRyP3fLb3yA9L" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>

*/





/* contact page */

.page-template-page-contact .site-main {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    border-top: solid .9px #222;
}

.page-template-page-contact .content-area {
	margin-top: 1.25em;
	margin-bottom: 50px;
}

#contact-left {
	float: left;
	width: 28%;
	margin-right: 2%;
}

.page-template-page-contact .entry-content h2 {
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #2d3d5b;
}

#contact-right {
	margin-top: 1em;
	float: left;
	width: 68%;
}

#contact-form {
    float: left;
/*
    width: 100%;
*/
    margin: 20px 40px 20px 40px;
    padding: 50px 80px 50px 80px;
    border: solid .9px;
}

.gform-theme--foundation .gfield textarea.large {
    min-block-size: 18rem;
    border-color: gray;
}

input#gform_submit_button_1.gform_button.button {
	background-color: #283464;
	margin-bottom: 24px;
}

#field_1_5,
#gfield_description_1_5 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	line-height: 1.75em;
	margin-top: 20px;
}

#field_1_6 .gfield_label {
	display: none;
}

@media only screen and (max-width: 1350px) {
	
	
	/* homepage practice areas section */
	
	#home-practices {
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        background-image: url(https://quantumlawgroup.com/wp-content/themes/generatepress-child/img/left-triangle-flag-2d3c5b-white-transp-600x370.gif);
        background-repeat: no-repeat;
        background-size: 375px;
        background-position: top left;
    }
	
	#home-practices h2 {
        font-family: 'Raleway';
        font-size: 32px;
        line-height: 22px;
        font-weight: 300;
        color: white;
        margin-top: 14px;
        padding-top: 16px;
        padding-left: 32px;
        padding-bottom: 10px;
    }
	
	#home-practices ul {
        margin: 0 0 1.5em 1.5em;
    }
	
	.home .homepage-practice-title img {
        width: 90px;
        height: auto;
    }

	/* from ChatGPT*/
	
	ul.homepage-practices-list {
        display: flex;
        flex-wrap: wrap; /* above, this was nowrap */
        justify-content: center;
    }


    ul.homepage-practices-list li {
        box-sizing: border-box;
        text-align: center;
        list-style: none;
        flex: 0 0 calc(100% / 5);
        max-width: 235px;
        min-height: 240px;
        margin: 40px 10px 30px 10px;
        padding: 0px 20px 0px 20px;
    }
	
	ul.homepage-practices-list li a {
        text-align: center;
        color: #232d46;
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-size: 20px;
        line-height: 24px;
        text-decoration: none;
    }
	
	ul.homepage-queue-list {
        margin: 0 0 1.5em 0em;
    }
	
	ul.homepage-queue-list li {
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
        line-height: 1.5em;
        text-align: center;
        box-sizing: border-box;
        list-style: none;
        flex: 0 0 calc(100% / 3);
        margin: 40px 0px 30px 0px;
        padding: 0px 20px 0px 20px;
    }
	
	
}

@media only screen and (max-width: 1200px) {
	
	.site-header .header-image {
		width: 364px;
		height: auto;
		margin-left: -10px;
	}
	
	.main-navigation .main-nav ul li a {
        margin-right: -10px;
        padding-left: 18px;
        padding-right: 18px;
        line-height: 60px;
    }
	
	#menu-item-31 {
		display: none;
	}
	
	.footer-widget-2 {
		margin-left: -40px;
	}
	
	.footer-widget-3 {
		display: none;
	}
	
	#home-practices ul {
        margin: 0 0 1.5em 0.2em;
    }
	
	/* from ChatGPT*/

/* from ChatGPT*/

ul.homepage-practices-list li {
    box-sizing: border-box;
    text-align: center;
    list-style: none;
    /*flex: 0 0 calc(100% / 5);*/
    flex: 0 0 50%;
    max-width: 235px;
    min-height: 240px;
    margin: 40px 10px 30px 10px;
    padding: 0px 20px 0px 20px;
}
	
	
	ul.homepage-queue-list li {
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
        line-height: 1.5em;
        text-align: center;
        box-sizing: border-box;
        list-style: none;
        flex: 0 0 calc(100% / 3);
        margin: 40px 0px 30px 0px;
        padding: 0px 20px 0px 20px;
    }
	
	
	#in-queue-title h2 {
        font-family: 'Raleway', sans-serif;
        color: #232d46;
        font-size: 26px;
    }
	

	/*.home .grid-container {
        width: 100%;
    } */
	
	.video-elements p {
		line-height: 1.5em;
	}
	
	.video-title {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -0.02em;
    }
	
	/* contact page */
	
	#contact-left {
        float: left;
        width: 33%;
        margin-right: 1%;
		margin-top: -25px;
    }
	
	.page-template-page-contact .entry-header h1 {
        font-family: 'Raleway', sans-serif;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.04em;
        color: #425569;
    }
	
	.page-template-page-contact .entry-content p {
		font-family: 'Raleway', sans-serif;
        font-size: 18px;
        line-height: 1.65em;
	}
	
	#contact-right {
        margin-top: 1em;
        float: left;
        width: 62%;
    }
	
	#contact-form {
        float: left;
/*
        width: 100%;
*/
        margin: -40px 40px 20px 40px;
        padding: 50px 80px 50px 80px;
        border: solid .9px;
    }

}

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

	.home-news-thumbnail img {
		margin-bottom: 14px;
	}

    ul.homepage-queue-list li {
        font-family: 'Raleway', sans-serif;
        font-size: 20px;
        line-height: 1.5em;
        letter-spacing: -0.01em;
        text-align: center;
        box-sizing: border-box;
        list-style: none;
        flex: 0 0 calc(100% / 3);
        margin: 40px 0px 30px 0px;
        padding: 0px 20px 0px 20px;
    }
	
	.home-media-date {
		margin-top: 18px;
	}
	
	
    .page-id-116 .inside-article {
        padding: 0px 80px 0px 80px;
    }
	
	
	/* 1-6-26 */
	
	.post-type-archive-team .inside-article {
        list-style: none;
        box-sizing: border-box;
        float: left;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        width: calc(100% / 3);
        max-width: 370px;
        max-height: 500px;
        /* min-height: 228px; */
        margin: 0px 0px 0px 0px;
    }
	
	.post-type-archive-team .contact h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 22.5px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 6px;
    }
	
	.post-type-archive-team .email-column {
		margin-top: 4px;
		font-size: 14px;
	}
	
	
	/* single attorney */
	
	
	.single-team .entry-content p {
        font-family: 'Raleway', sans-serif;
        font-size: 19px;
        line-height: 1.65em;
    }
	
	#left-fields h2 {
        font-family: 'Raleway', sans-serif;
        color: #283464;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: 0.02em;
        margin-bottom: 5px;
    }
	
	#left-fields p {
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        line-height: 1.65em;
        margin-top: 12px;
        margin-bottom: 13px;
    }
	

	/* blog */
	
	.blog .entry-summary p,
	.single .entry-content p {
        font-family: 'Raleway', sans-serif;
        font-size: 19px;
        line-height: 1.65em;
    }
	
	.blog .site-main,
	.single .site-main {
        margin: 20px 0px 20px 20px;
    }	
	
	
	.blog /*.site-content*/ .content-area,
	.single .content-area {
        width: 68%;
    }
	
	/* 1-6-26 - but don't let apply to bios or practices */
	
	.single-team .content-area,
	.single-practice-areas .content-area,
	.single-firm-videos .content-area {
		width: 100%;
	}
	
	.blog .is-right-sidebar,
	.single .is-right-sidebar {
        width: 32%;
    }
	
	.blog .widget-area .widget,
	.single .widget-area .widget {
        padding: 20px;
    }
	
    .single .entry-header h1 {
        font-family: 'Raleway', sans-serif;
        font-size: 32px;
        line-height: 1.45em;
        color: #0b4a7a;
        font-weight: 500;
        margin-bottom: 14px;
    }	
	
	
    #contact-form {
        float: left;
/*
        width: 80%;
*/
        margin: -40px 40px 20px 40px;
        padding: 50px 80px 50px 80px;
        border: solid .9px;
    }
	
}

@media only screen and (max-width: 980px) {
	
	.site-footer .footer-widgets-container .inner-padding {
        padding: 0 0 0 0px;
    }
	
	.footer-widget-2 {
        margin-left: -100px;
        background-color: #283464;
        border-right: solid 2px #283464;
        transform: skew(330deg, 360deg);
    }
	
	
	.footer-widget-2 p {
        font-size: 14px;
        line-height: 1.75em;
        font-weight: 300;
        margin-top: 25px;
        margin-left: 35px;
        transform: skew(210deg, 360deg);
    }
	
	
	#in-queue-title h2 {
        font-family: 'Raleway', sans-serif;
        color: #232d46;
        font-size: 22px;
    }
	
	#bio-left {
        border-top: solid 4px #2c4358;
        padding-top: 40px;
        float: left;
        width: 28%;
        margin-top: 6em;
        margin-left: 3%;
        margin-right: 3%;
    }
	
	#left-fields h2, #credentials-block h2 {
        font-family: 'Raleway', sans-serif;
        color: #283464;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.02em;
        margin-bottom: 5px;
    }
	
	#left-fields p {
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        line-height: 1.5em;
    }
	
	
	#bio-right {
        float: left;
        width: 62%;
    }

    #new-contact-block {
        /* float: left; */
        width: unset;
        position: relative;
        z-index: 3;
        background-color: #1c1c1c7a;
        margin-top: -17em;
        margin-left: 0px;
        margin-right: 0px;
        padding: 20px 35px 0px 35px;
        background-image: url(https://quantumlawgroup.com/wp-content/themes/generatepress-child/img/arrowhead-pointer-transp-black-1a1b20-250x110.gif);
        background-repeat: no-repeat;
        background-size: 15%;
        background-position: 90% 80%;
    }
	
	#new-contact-block h1 {
        font-family: 'Raleway', sans-serif;
        font-size: 34px;
    }
	
	#new-contact-block h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
    }
	
	#new-contact-block p {
        font-family: 'Raleway', sans-serif;
        font-size: 17px;
    }
	
	
	.post-type-archive-team .inside-article {
        list-style: none;
        box-sizing: border-box;
        float: left;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        width: calc(100% / 3);
        max-width: 370px;
        max-height: 450px;
        /* min-height: 228px; */
        margin: 0px 0px 0px 0px;
    }
	
	.post-type-archive-team .email-column {
        margin-top: 4px;
        font-size: 12px;
    }
	
	.single-team .inside-article {
        padding: 50px 0px 40px 0px;
		border-bottom: none;
    }
	
	.single-team .entry-content {
        margin-top: -3em;
        position: relative;
        z-index: 2;
        background-color: white;
        border: none;
        padding: 18px 0px 32px 0px;
        width: 100%;
    }
	
	.single-team .entry-content p {
        font-family: 'Raleway', sans-serif;
        font-size: 19px;
        line-height: 1.55em;
    }
	
	.post-type-archive-practice-areas .site-main {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
		padding-left: unset;
		padding-right: unset;
    }
	
	/*.post-type-archive-practice-areas article {
		display: flex;
        flex-wrap: wrap;
        justify-content: center;
	}*/
	
	.post-type-archive-practice-areas .inside-article {
        box-sizing: border-box;
        text-align: center;
        flex: 0 0 50%;
        margin: 10px 15px;
        border: solid 0.9px #2f4866;
        background-color: #253c57;
        padding: 6em 20px 0;
		width: 300px;
		max-height: 300px;
    }
	
	.post-type-archive-practice-areas .entry-header h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 24px;
        line-height: 1.75em;
        text-transform: uppercase;
        font-weight: 500;
    }
	
	
	/* tablet contact */
	
	#contact-left {
        float: left;
        width: 43%;
        margin-right: 1%;
        margin-top: -25px;
	}
	
	.page-template-page-contact .entry-content:not(:first-child) {
		margin-top: .03em;
	}
	
	#contact-right {
        margin-top: 1em;
        margin-left: 2%;
		margin-right: 4%;
        float: left;
        width: 50%;
    }
	
	#contact-form {
        float: left;
/*
        width: 90%;
*/
        margin: -40px 40px 20px 40px;
        padding: 50px 40px 50px 40px;
        border: solid .9px;
    }
	
}

@media only screen and (max-width: 768px) {
	
	
	/*.site-footer*/ .footer-widgets /*.footer-widgets-container .inside-footer-widgets*/ {
        margin: 0px 0px 0px 0px;
    }
	
	.footer-widget-1 {
		margin: 20px 0px 15px 12px;
	}
	
	.footer-widget-2 {
		display: none;
	}
	
	/*
	
    .footer-widget-2 {
        background-color: #283464;
        border-right: solid 2px #283464;
        transform: skew(345deg, 360deg);
        margin: 0px 0px 0px 0px;
    }
	
    .footer-widget-2 p {
        font-size: 16px;
        margin-top: 5px;
        margin-left: 30px;
        padding-left: 0px;
        transform: skew(195deg, 360deg);
	
    }
	
	.footer-break {
        display: inline-block;
    }

	
	*/
	
	.footer-widget-3 {
		display: inline-block;
        background-color: #283464;
        border-right: solid 2px #283464;
        transform: skew(345deg, 360deg);
        margin: 0px 0px 0px 0px;
		padding-top: 3px;
		padding-bottom: 8px;
    }
	
    .footer-widget-3 p {
        font-size: 16px;
        margin-top: 5px;
        margin-left: 30px;
        padding-left: 0px;
        transform: skew(195deg, 360deg);
	
    }
	
	
	
	
	.home .site-content {
        flex-direction: unset;
    }

	
	
	.home .content-area {
        border-right: none;
        border-bottom: none;
        border-left: none;
    }
	
	.home .inside-article {
        margin-top: 0em;
        margin-right: 0em;
        margin-bottom: 1em;
        margin-left: 0em;
        padding-bottom: 30px;
        border-bottom: solid .9px #222;
    }
	
	#home-practices {
        float: unset;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        background-image: url(https://quantumlawgroup.com/wp-content/themes/generatepress-child/img/left-triangle-flag-2d3c5b-white-transp-600x370.gif);
        background-repeat: no-repeat;
        background-size: 30%;
        background-position: top left;
    }
	
	
	
	#home-practices h2 {
        font-family: 'Raleway';
        font-size: 28px;
        line-height: 22px;
        font-weight: 300;
        color: #222;
        margin-top: 14px;
        padding-top: 16px;
        padding-left: 82px;
        padding-bottom: 10px;
    }
	
	
	#home-practices ul {
        margin: 0px 0px 0px 0px;
    }
	
	.home .homepage-practice-title {
        border: solid 1px #2f4866;
        padding-top: 1.5em;
        background-repeat: no-repeat;
    }
	

	
	/* from ChatGPT*/

    ul.homepage-practices-list li {
        box-sizing: border-box;
        text-align: center;
        list-style: none;
/*
        flex: 0 0 calc(100% / 1);
*/
        flex: 0 0 100%;
        max-width: 235px;
        min-height: 240px;
        margin: 40px 10px 30px 10px;
        padding: 0px 20px 0px 20px;
    }
	
	
	/*?*/
	
	/* 12-29-25 */
	
	#in-the-queue {
        float: unset; 
        width: 100%;
        margin-top: 10px;
        border-top: solid .9px #222;
        padding-top: 20px;
    }
	
	#in-queue-header {
        float: unset;
        width: 100%;
        margin: 20px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-bottom: none;
    }
	
	#in-queue-logo {
        float: unset;
        margin-left: auto;
        width: 70%;
        margin-right: auto;
    }
	
	#in-queue-logo img {
        width: 100%;
        height: auto;
    }
	
	#in-queue-title {
        float: unset;
        width: 80%;
        margin: 20px auto 0px auto;
    }

	#in-queue-title h2 {
		text-align: center;
        font-family: 'Raleway', sans-serif;
        color: #232d46;
        font-size: 25px;
        line-height: 1.6em;
    }
	
	
	ul.homepage-team-list,
	ul.homepage-queue-list {
        display: unset;
        flex-wrap: unset;
        justify-content: unset;
    }

    ul.homepage-team-list li {
        box-sizing: border-box;
        text-align: center;
        list-style: none;
        flex: 0 0 100%;
		margin: 40px 20px 30px 20px;
        padding: 0px 20px 0px 20px;
    }
	
	ul.homepage-queue-list li {
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
        line-height: 1.5em;
        text-align: center;
        box-sizing: border-box;
        list-style: none;
        flex: 0 0 100%;
        margin: 40px 20px 30px 20px;
        padding: 0px 20px 0px 20px;
    }
	
	/* mobile About page */
	
	
	.page-id-116 .inside-article {
        padding: 0px 40px 0px 40px;
    }
	
	.page-id-116 .entry-content,
	.page-id-84 .entry-content,
	.page-id-88 .entry-content {
        margin-top: 2em;
        margin-right: 0em;
        margin-bottom: 1em;
        margin-left: 0em;
    }
	
	/* mobile attorney archive */
	
	.post-type-archive-team .inside-article {
        list-style: none;
        box-sizing: border-box;
        float: unset;
        text-align: center;
        padding: 0px 0px 0px 0px;
        width: 100%;
        max-width: unset;
		max-height: unset;
        min-height: unset;
        margin: 0px 0px 0px 10px;
		border-bottom: solid .9px #888;
    }
	
	    .post-type-archive-team .email-column {
            margin-top: 6px;
            font-size: 16px;
        }
	
	/* mobile bio */
	
	#bio-left {
		display: none;
	}
	
	#bio-left-mobile {
		display: inline-block;
	}
	
	#bio-left-mobile {
        display: inline-block;
        border-top: solid 4px #283464;
        margin: -20px 20px 0px 20px;
        padding-top: 20px;
    }

	
    #bio-right {
        float: unset;
        width: 100%;
    }
	
	#new-contact-block {
        width: unset;
        position: relative;
        z-index: 3;
        background-color: #1c1c1c7a;
        margin-top: -13em;
        margin-left: 0px;
        margin-right: 0px;
        padding: 20px 25px 0px 25px;
        background-image: url(https://quantumlawgroup.com/wp-content/themes/generatepress-child/img/arrowhead-pointer-transp-black-1a1b20-250x110.gif);
        background-repeat: no-repeat;
        background-size: 12%;
        background-position: 95% 80%;
    }
	
	#new-contact-block h1 {
        font-family: 'Raleway', sans-serif;
        font-size: 34px;
        margin-bottom: 0px;
    }
	
    #new-contact-block h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
        margin-bottom: 0px;
    }
	
	
    .single-team .entry-content {
        margin-top: -3em;
        position: relative;
        z-index: 2;
        background-color: white;
        border: none;
        padding: 6px 10px 14px 10px;
        width: 100%;
    }
	
	
	/* mobile blog */
	
	.blog .is-right-sidebar, 
	.single .is-right-sidebar {
        width: 100%;
    }
	
	/* mobile video */
	
	.post-type-archive-firm-videos article {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        float: unset;
        border-top: solid .9px gray;
        padding-top: 35px;
        margin-bottom: 35px;
		padding-bottom: 14px;
        min-height: unset;
    }
	
	
	.post-type-archive-firm-videos .inside-article {
        padding: 20px 10px 20px 10px;
    }
	
	
	/* contact form */
	
	
	#contact-left {
        float: unset;
        width: 100%;
        margin-right: unset;
        margin-top: unset;
    }
	
	#contact-right {
        float: unset;
        margin: 0px 10% 30px 10%;
        width: 80%;
    }
	
	#contact-form {
        float: unset;
        width: unset;
        margin: 0px 0px 0px 0px;
        padding: 50px 40px;
        /*border-width: 0.9px;
        border-style: solid;
        border-color: initial;
        border-image: initial;*/
		border: none;
    }
	
}


/* single firm videos - start with scaling from ChatGPT */

  /* Make YouTube iframes scale responsively */
  iframe[src*="youtube.com"], iframe[src*="youtu.be"] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;   /* maintains proper proportions */
    display: block;
    border: none;
  }




/* 12-4-25 hide Youtube elements -- the !important declaration ensures it overrides any other css */

/* not working */

    .ytp-title-text,
    .ytp-impression-link-content,
    .ytp-gradient-top {
        display: none !important;
    }
