/* CSS Document */

/*
Theme Name: Generatepress Child
Theme URI: https://wordpress.org/themes/generatepress/
Description: Generatepress Child Theme for Dunning Rievman & MacDonald LLP
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: 'Cormorant Garamond', serif;
font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
added later
font-family: 'Jost', sans-serif;

*/

/* colors old and, where marked, NEW



opening paragraph and news story text: #031018;
homepage sidebar and news story headlines: #2e6c93; > NEW #2f6393;
homepage news left flange, periwinkle color NEW: #6382c1;
footer background, tag line: #05253a; > NEW #04253a;
practice landing left col: #476d86;
practice landing dark blue boxes: #05253a; > NEW #04253a;
practice landing medium blue boxes: #2e6c93;  > NEW #2f6393;
link hover color, from WP Customize, NEW: #75a0d1;


*/

input[type="search"] {
	color: var(--contrast);
	background-color: #fff;
	border-color: #7a889e;
}

button {
	color: #b3cddf;
	background-color: #05253a;
}

/* override WP .wp-block-group__inner-container */

body .grid-container {
	max-width: 100%;
	margin-left: 10%;
	margin-right: 10%;
}

.interior-grid {
	padding-left: 10%;
	padding-right: 10%;
}


/* 9-12-22 applying the new gray to the entire website */

body,
.content-area,
.inside-article,
.separate-containers .inside-article,
.separate-containers .page-header,
.site-info {
	background-color: #f7f7f7;
}

.site-branding-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.site-branding-container::after {
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #C2C3C4;
	content: 'LLP';
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-family: 'Playfair Display', serif;
	font-size: 1.75em;
	margin-left: .25em;
	margin-bottom: .25em;
}

.site-branding-container .site-logo {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 0.5em;
}

.site-branding-container .site-branding {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.main-navigation .inside-navigation {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}

.main-navigation .menu-bar-items {
	background-color: #05253a;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 40px 20px 0;
	position: relative;
}

.main-navigation .main-nav ul li a {
	line-height: 80px;
}

/* this section was for the white angled box that said BUSINESS | LAW. When the nav bar was moved to the top, we didn't want this to appear here, and it needs to be moved below */

/* 
.menu-bar-items::before, .menu-bar-items::after {
	background-color: #05253a;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
}
.menu-bar-items::before {
	right: 100%;
	right: calc(100% - 1px);
	width: 100vw;
}
.menu-bar-items::after {
	right: 0;
	-webkit-transform: skewX(45deg);
	        transform: skewX(45deg);
	-webkit-transform-origin: center top;
	        transform-origin: center top;
	width: 60px;
} */

.home .site.grid-container {
	margin-left: 0%;
	margin-right: 0%;
}

.home-grid {
	background-color: #f7f7f7; /* 8-5-22 temporary */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin: 0 auto;
	max-width: 1800px;
}

/* 7-19-22 homepage: remove site header on home page so first element is slideshow */

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

.home-section__hero {
	margin-bottom: 0px;
}

/* 7-19-22 inserting slideshow here */

#hero-image {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}

.hero-image-tab {
	background-color: #f7f7f7;
	color: #2f6393;
	content: '';
	display: block;
	font-family: 'Jost', sans-serif;
	font-size: 25px;
	line-height: 80px;
	padding-right: 5%;
	position: absolute;
	right: 0;
	bottom: -1px;
	-webkit-transform: skewX(-32deg);
	        transform: skewX(-32deg);
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
}

.hero-image-tab > * {
	display: block;
	padding: 0 60px;
	-webkit-transform: skewX(32deg);
	        transform: skewX(32deg);
}

.home .metaslider .caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(255 255 255 / 0%);
	color: white;
	opacity: 1;
	margin: 0;
	display: block;
	width: 100%;
	line-height: 1.4em;
}

.home .metaslider .caption-wrap .caption {
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15%;
}


.home .metaslider .caption-wrap .caption img {
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}

/* swap firm-name logo appearing in front of slider images */

.full-firm-name {
	display: inline-block
}

.mobile-firm-name {
	display: none;
}

.home-section .home-section-header {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 40%;
	        flex: 0 0 40%;
	padding: 70px 20px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.home-section .home-section-header::after {
	background-color: #6382c1;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: skewX(-30deg);
	        transform: skewX(-30deg);
	-webkit-transform-origin: top;
	        transform-origin: top;
	width: 100vw;
	width: max(100%, 100% + (100vw - 1800px)/2);
	z-index: -1;
}

.home-section .home-section-header h3 {
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 64px;
	font-weight: 300;
	max-width: 210px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: .3em;
}

.home-section .home-section-content {
	background-color: transparent;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	margin-left: -1em;
	padding: 70px 0 0;
	width: 60%;
	z-index: 3;
}

.home-section__news .home-section-content ul.homepage-list-news {
	font-family: 'Cormorant Garamond', serif;
	font-size: 30px;
	font-weight: 600;
	list-style: none;
	line-height: 1.6;
	margin-left: 0;
	padding: 0;
}

ul.homepage-list-news .inside-news-slide {
	padding: 0 2rem 1rem;
}

h2.homepage-news-title {
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
	line-height: 1.25;
	font-weight: 500;
	margin-bottom: 15px;
}

h2.homepage-news-title a {
	color: #2f6393;
	text-decoration: none;
}

.home-section__hero .metaslider .flex-direction-nav a,
.home-section .home-section-content .flex-direction-nav a {
	box-shadow: none !important;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	height: 30px;
	margin: -20px 0 0;
	opacity: 1;
	position: absolute;
	top: 50%;
	text-indent: -9999px;
	-webkit-transition: all .3s ease;
	-moz-transition: opacity .25s ease-in-out;
	transition: all .3s ease;
	width: 30px;
	z-index: 10;
}

.home-section__hero .metaslider .flex-direction-nav .flex-prev {
	background-image: url(img/icons/chevron-left-red.svg);
}

.home-section__hero .metaslider .flex-direction-nav .flex-next {
	background-image: url(img/icons/chevron-right-red.svg);
}

.home-section__hero .metaslider .flexslider:focus-within .flex-direction-nav a,
.home-section__hero .metaslider .flexslider:hover .flex-direction-nav a {
	opacity: 1;
}

.home-section .home-section-content .flex-direction-nav .flex-prev,
.home-section .home-section-content:focus-within .flex-direction-nav .flex-prev,
.home-section .home-section-content:hover .flex-direction-nav .flex-prev {
	background-image: url(img/icons/chevron-left.svg);
	opacity: 1;
	left: -1em;
}

.home-section .home-section-content .flex-direction-nav .flex-next,
.home-section .home-section-content:focus-within .flex-direction-nav .flex-next,
.home-section .home-section-content:hover .flex-direction-nav .flex-next {
	background-image: url(img/icons/chevron-right.svg);
	opacity: 1;
	right: -1em;
}

.home h1.main-title {
	font-size: 88px;
	font-family: 'Playfair Display', serif;
	font-weight: 300;
}

.inside-header p.main-title {
	font-size: 88px;
	font-family: 'Playfair Display', serif;
	font-weight: 300;
}

.page-template-default .site-main {
	min-height: 600px;
}

.page-template-default a {
	color: #2f6393;
}

.home .inside-article {
	min-height: unset;
}

p:empty {
	display: none;
}

/* 7-18-22 site headers and other styling for new logo, photos, colors -- 
see also functions.php for changes to initials area */


/* default site header from WP Customize does not allow for height, so added here */

.site-header {
	background-image: url(https://www.dvmlaw.com/wp-content/themes/generatepress-child/img/masthead-big-board-3-2400x712.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 5% top;
	height: 300px;
	padding-top: 72px;
}

.page-practice-areas .site-header,
.single-practice-areas .site-header,
.page-id-199 .site-header,
.page-id-202 .site-header {
	background-image: url(https://www.dvmlaw.com/wp-content/themes/generatepress-child/img/masthead-practices-columns-zoomed-2400x712.jpg);
}

.page-our-people .site-header,
.single-our-people .site-header {
	background-image: url(https://www.dvmlaw.com/wp-content/themes/generatepress-child/img/masthead-attorneys-glasses-2-2400x712.jpg);
}

.single-international .site-header {
	background-image: url(https://www.dvmlaw.com/wp-content/themes/generatepress-child/img/masthead-turkish-desk-2-2400x712.jpg);
	background-position: left top;
}

.international-spanish-desk .site-header {
	background-image: url(https://www.dvmlaw.com/wp-content/themes/generatepress-child/img/masthead-spanish-desk-2400x712.jpg);
	background-position: left top;
}

.international-french-desk .site-header {
	background-image: url(https://www.dvmlaw.com/wp-content/themes/generatepress-child/img/masthead-french-desk-2400x712.jpg);
	background-position: left top;
}



.post-type-archive-news .site-header,
.term-firm-news .site-header,
.term-client-alerts .site-header {
	background-image: url(https://www.dvmlaw.com/wp-content/themes/generatepress-child/img/masthead-big-board-3-2400x712.jpg);
	background-position: left top;
}

.page-id-206 .site-header,
.page-id-208 .site-header,
.page-id-210 .site-header {
	background-image: url(https://www.dvmlaw.com/wp-content/themes/generatepress-child/img/masthead-office-corridor-2400x712.jpg);
	background-position: left top;
}

.page-id-31 .site-header {
	background-image: url(https://www.dvmlaw.com/wp-content/themes/generatepress-child/img/masthead-glass-facades-2400x712.jpg);
	background-position: left top;
}

.post-65 .content-area,
.post-65 .inside-article,
body.single-our-people.postid-65,
site-main.single-our-people.postid-65,
body.page-id-191,
.page-id-191 .inside-article {
	background-color: #f7f7f7;
	/* 8-5-22 temporary */
}

.archive .page-header h1,
.page .entry-header h1,
.search .page-header h1 {
	font-size: 58px;
	font-family: 'Playfair Display', serif;
	font-weight: 300;
}

.page-practice-areas .entry-header h2,
.archive .entry-header h2,
.tax-news-category .entry-header h2,
.search .entry-header h2,
.single .entry-header h1,
.page-id-34 h2 {
	font-size: 38px;
	font-family: 'Playfair Display', serif;
	font-weight: 300;
}

.page-id-31 h2 {
	font-size: 32px;
	font-family: 'Playfair Display', serif;
	font-weight: 300;
	letter-spacing: -0.01em;
}

.single-international .content-area {
	width: 100%;
	min-height: 600px;
}

span.category-box {
	background-color: #05253a;
	color: #fff;
	float: left;
	font-family: 'Jost';
	font-size: 0.75em;
	font-weight: 200;
	margin: 0.25em 0.5em 0 0;
	padding: 0 0.5em;
	text-transform: uppercase;
	vertical-align: baseline;
}

.read-more {
	display: inline-block;
}

@media only screen and (max-width: 1356px) {
	.page-practice-areas .entry-header h2 {
		font-size: 32px;
	}
}

.page-practice-areas .entry-header h2 a {
	color: #fff;
}

.page-practice-areas .entry-header h2 a:hover {
	color: #def;
}

.post-type-archive-our-people .entry-summary p {
	display: none
}

.page-practice-areas .loop-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.page-practice-areas article.practice-areas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 31.33%;
	flex: 0 1 31.33%;
	float: left;
	margin: 0 1% 2% 1%;
	width: 31.33%;
}

.page-practice-areas article.practice-areas .inside-article {
	background-color: #2f6393;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: 300px;
}

.page-practice-areas article.meet-our-team-filler .inside-article {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url();
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-practice-areas article.meet-our-team-filler .entry-header {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}

.page-practice-areas article.meet-our-team-filler h2 {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

.entry-content,
.entry-summary {
	font-size: 26px;
	line-height: 1.5;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
}

.single-practice-areas .entry-content ul li {
	margin-bottom: .5em;
}

.people-table {
	padding: 0 20px;
}

.people-table,
.people-table tr,
.people-table td {
	border: 0;
}

/* 8-5-22 note changes to grid */

.people-table td {
	padding: 5px 20px;
	font-family: 'Playfair Display', serif;
	font-size: 22px;
}

.people-table h2 {
	font-family: 'Playfair Display', serif;
}

.people-table a {
	color: inherit;
	text-decoration: none;
}

.people-table td.name h2 {
	text-transform: none;
}

.people-table td.name h3 {
	text-transform: uppercase;
}

.people-table td.vcard {
	min-width: 95px;
}

.people-table .spacer td {
	background-color: #8EA5B5;
	height: 5px;
	padding: 0;
}

@media only screen and (min-width: 1081px) {
	.people-table td {
		padding: 40px 20px;
		vertical-align: middle;
	}

	.people-table td.headshot img {
		height: 190px;
		-o-object-fit: cover;
		object-fit: cover;
		width: 170px;
	}

	.people-table td.headshot {
		width: 210px;
	}

	.people-table td.name {
		min-width: 22%;
	}

	.people-table .inside-name {
		display: inline;
		position: relative;
	}

	.people-table td.name h2 {
		display: inline;
	}

	.people-table td.name h3 {
		font-size: 27px;
		letter-spacing: 0.1em;
		position: absolute;
		top: 100%;
		left: 0;
		text-align: center;
		min-width: 100%;
	}

	.people-table td.phone {
		max-width: 16%;
		padding-right: 0;
		white-space: nowrap;
	}

	.people-table td.email {
		max-width: 30%;
	}
}

.site-footer {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	letter-spacing: 0.016em;
	text-align: center;
}

.footer-widgets {
	color: #ffffff;
	background-color: #05253a;
	padding-left: 10%;
	padding-right: 10%;
}

.inside-footer-widgets {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-footer .footer-widgets-container .inner-padding {
	padding: 0;
}

.footer-widgets .textwidget,
.copyright-bar {
	margin: 0 -15px;
}

.footer-widgets .textwidget span,
.copyright-bar span
 {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

.footer-widgets .textwidget span::after,
.copyright-bar span::after {
	content: '|';
	padding: 0 12px;
	position: absolute;
	right: -15px;
	width: 30px;
}

.footer-widgets .textwidget span.nopipe::after,
.footer-widgets .textwidget span:last-child::after,
.copyright-bar span.nopipe::after,
.copyright-bar span:last-child::after {
	color: transparent;
}

/* 11-10-22 by David when adding href to phone number in footer */

.footer-widgets .textwidget a {
	color: white;	
	text-decoration: none;
	border-bottom: solid .5px #ccc;
}

.footer-widgets .textwidget a:hover {
	color: #829dd1;	
	text-decoration: none;
	border-bottom: solid .5px #829dd1;
}

/* 11-17-23 for single badge in bottom footer */

.chambers-footer-badge {
    margin-top: -30px;
    margin-bottom: 10px;
}


.copyright-bar a {
	text-decoration: none;
	padding-bottom: 1px;
}

.copyright-bar a:hover {
	border-bottom: .85px solid #2f6393;
}

/* removed footer widget styles -- previous design was more elaborate */

.site-footer .copyright-bar {
	padding-top: 38px;
}

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

.home .entry-content p {
	font-size: 32px;
	line-height: 1.565;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
}


/* We made the grid on single bios 100% width to make the blue band behind the lawyer picture go full width. So we customized the next 2 to align the white tab on left and the links on right */

.single-our-people .site.grid-container {
	margin-left: 0%;
	margin-right: 0%;
}

.single-our-people #archive-name h1 {
	font-size: 58px;
	font-family: 'Playfair Display', serif;
	font-weight: 300;
	margin-top: 30px;
}

.single-our-people #top-across {
	background-color: #05253a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 350px;
}

.single-our-people #top-across h2 {
	color: #fff;
}

.single-our-people h1.entry-title {
	display: none;
}

.single-our-people .featured-image {
	display: none;
}

.single-our-people #bio-top-photo {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	background-color: #2f6393;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 40px;
	width: 550px;
	max-width: 50%;
}

.single-our-people #bio-top-photo img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.single-our-people #bio-top-contact {
	margin-left: 45px;
}

.single-our-people #bio-top-contact h2 {
	text-align: left;
	font-family: 'Playfair Display', serif;
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: 0.025px;
	color: #fff;
}

#bio-top-contact p {
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-size: 22px;
	line-height: 35px;
	font-weight: 400;
	letter-spacing: 0.015em;
	margin-bottom: 12px;
}

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

#bio-top-contact p a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
}

#main-bio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#bio-left {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 550px;
	max-width: 50%;
	background-color: #2f6393;
	margin-top: 45px;
	margin-right: 45px;
	padding-left: 35px;
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 10px;
}

#bio-left h2 {
	font-family: 'Playfair Display', serif;
	color: #fff;
	font-size: 32px;
	margin-bottom: 16px;
}

#bio-left h2::after {
	border-bottom: 2px solid #05253a;
	content: '';
	display: block;
	height: 2px;
	margin-top: 6px;
	width: 60%;
}

#bio-left p {
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-size: 21px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 25px;
}

#bio-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#bio-right .entry-content {
	margin-top: 0;
}

/* news */

.post-type-archive-news .inside-article,
.tax-news-category .inside-article {
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #8EA5B5;
}

.post-type-archive-news .site-content,
.tax-news-category .site-content {
	margin-bottom: 100px;
}

.single-news .inside-article {
	background-color: #f7f7f7;
	min-height: 550px;
}

.separate-containers .inside-right-sidebar {
	margin-top: 80px;
}

.sidebar h2 {
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	margin-top: 0.625em;
	margin-bottom: 0.5em;
}

.sidebar .widget {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #f7f7f7;
}

.sidebar .widget_search label {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.widget_categories ul {
	list-style: disc;
	border: solid 1px #7a889e;
	padding: 10px 24px 16px;
}

.widget_categories ul li {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	line-height: 1.5625;
	margin-bottom: 0;
}

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

.widget_categories a:hover {
	color: #2e6c93;
	border-bottom: solid 1px #2e6c93;
}

.search-results .entry-summary p {
	font-size: 26px;
	line-height: 39px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
}

.search-results .inside-article {
	border-bottom-style: dotted;
	border-bottom-width: 1.5px;
	border-bottom-color: #567c95;
}

.page-contact-information main.site-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-contact-information article {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#contact-map {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	float: right;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-top: 56px;
	padding-bottom: 60px;
	padding-left: 35px;
	width: 895px;
}

#contact-map img {
	border: 1px solid #c0c0c0;
}

@media only screen and ( min-width: 1301px ) {
	.main-navigation .inside-navigation {
		max-width: 90%;
	}

	.single-international .site-header,
	.international-spanish-desk .site-header,
	.post-type-archive-news .site-header,
	.term-firm-news .site-header,
	.term-client-alerts .site-header
	.page-id-206 .site-header,
	.page-id-208 .site-header,
	.page-id-210 .site-header,
	.page-id-31 .site-header {
		background-position: 0px -40px;
	}

	.sidebar h2 {
		font-size: 40px;
	}

	.widget_categories ul li {
		font-size: 32px;
	}
}

@media only screen and ( min-width: 769px ) {
	.main-navigation .inside-navigation {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-flow: row-reverse nowrap;
		        flex-flow: row-reverse nowrap;
	}

	.main-navigation .menu-bar-items {
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		-ms-flex-item-align: end;
		    align-self: flex-end;
	}

	.main-navigation .menu-bar-items::after {
		background-color: #05253a;
		content: '';
		display: block;
		height: 40px;
		position: absolute;
		top: 100%;
		top: calc( 100% - 1px );
		right: -20px;
		-webkit-transform: skewX(-30deg);
		        transform: skewX(-30deg);
		-webkit-transform-origin: right top;
		        transform-origin: right top;
		width: calc(100% + 20px + 5vw);
		z-index: 1;
	}

	.main-navigation .menu-bar-items img {
		display: block;
	}

	.site-header .mobile-logo {
		display: none;
	}

	.widget-area.is-right-sidebar .widget {
		padding-left: 0;
	}

	.site-footer .copyright-bar {
		padding-left: 60px
	}

	.page-practice-areas article.practice-areas:nth-of-type(3n+2) .inside-article,
	.page-practice-areas article.practice-areas:nth-of-type(3n+1):nth-last-of-type(-n+2) .inside-article {
		background-color: #04253a;
	}

	.page-practice-areas article.practice-areas:nth-of-type(3n+2).meet-our-team-filler,
	.page-practice-areas article.practice-areas:nth-of-type(3n+1).meet-our-team-filler {
		display: none;
	}
}

@media only screen and (max-width: 1640px) {
	#contact-map {
		width: 671px;
	}
}

@media only screen and (max-width: 1450px) {
	body .grid-container {
		margin-left: auto;
		margin-right: auto;
	}

	.interior-grid {
		padding-left: 40px;
		padding-right: 40px;
	}

	.footer-widgets {
		padding-left: 40px;
		padding-right: 40px;
	}

	.footer-widget-1 {
		margin-right: 0;
	}

	#contact-map {
		padding-right: 40px;
	}
}

@media only screen and (max-width: 1200px) {
	.main-navigation .main-nav {
		background-color: #05253a;
		overflow: hidden;
		padding-left: 20px;
		padding-right: 20px;
		position: absolute;
		top: 100%;
		top: calc( 100% - 1px );
		right: 0;
		width: 100%;
		z-index: 100;
	}

	.main-navigation .main-nav>ul {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.main-navigation .main-nav ul li a {
		line-height: 35px;
	}

	.main-navigation .main-nav ul ul li a {
		padding: 13px 18px 13px 18px;
	}

	.home-section .home-section-header {
		-ms-flex-preferred-size: 30%;
		    flex-basis: 30%;
		padding-top: 50px
	}

	.home-section .home-section-header h3 {
		margin-left: 0;
	}

	.home-section .home-section-header::after {
		-webkit-transform: skewX(-15deg);
		        transform: skewX(-15deg);
	}

	.home-section .home-section-content {
		margin-left: -2rem;
		padding-top: 50px;
		width: calc( 70% + 2rem );
	}

	.home-section .home-section-content .flex-direction-nav .flex-prev,
	.home-section .home-section-content:focus-within .flex-direction-nav .flex-prev,
	.home-section .home-section-content:hover .flex-direction-nav .flex-prev {
		left: 0;
	}

	.home-section .home-section-content .flex-direction-nav .flex-next,
	.home-section .home-section-content:focus-within .flex-direction-nav .flex-next,
	.home-section .home-section-content:hover .flex-direction-nav .flex-next {
		right: 0;
	}


	.post-type-archive-news .entry-header h2, 
	.tax-news-category .entry-header h2,
	.search .entry-header h2 {
		font-size: 34px;
	}

}

@media only screen and (max-width: 1080px) {
	.site-branding-container::after {
		-webkit-box-flex: 2;
		-ms-flex: 2 1 auto;
		flex: 2 1 auto;
		font-size: 1.6em;
		margin-bottom: 0;
	}

	.site-branding-container .site-logo {
		-webkit-box-flex: 2;
		-ms-flex: 2 1 auto;
		flex: 2 1 auto;
		text-align: right;
	}

	.site-branding-container .site-branding {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	/* .inside-navigation button.menu-toggle {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	} */

	.inside-header p.main-title {
		font-size: 45px;
	}

	.right-sidebar .container .site-content .content-area {
		width: 65%;
	}

	.is-right-sidebar {
		width: 35%;
	}

	#main {
		margin-left: 0;
		margin-right: 0;
	}

	body:not(.no-sidebar) #main {
		margin-bottom: 0;
	}

	.home-section .home-section-header h3 {
		font-size: 60px;
		max-width: 185px;
	}

	.home .entry-content p {
		font-size: 26px;
	}

	.page-practice-areas .entry-header h2 {
		font-size: 28px;
	}

	.page-practice-areas article.meet-our-team-filler h2 {
		font-size: 22px;
	}

	.page-practice-areas article.practice-areas .inside-article {
		min-height: 250px;
	}

	.people-table,
	.people-table tbody,
	.people-table tr,
	.people-table td {
		display: block;
		text-align: center;
	}

	.people-table .spacer {
		margin: 20px 0;
	}

	.page-contact-information main.site-main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-contact-information main.site-main>* {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
	}
}

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

	.main-navigation .inside-navigation {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main-navigation .menu-bar-items {
		display: block;
		padding: 0;
		text-align: center;
	}

	.site-header {
		background-position: unset;
		height: auto;
		padding-top: 0;
	}

	.inside-header {
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 37, 58, 0.4)), color-stop(50%, rgba(5, 37, 58, 0.7)), color-stop(120%, rgba(118, 182, 210, .2)));
		background: linear-gradient(0deg, rgba(5, 37, 58, 0.4) 0%, rgba(5, 37, 58, 0.7) 50%, rgba(118, 182, 210, .2) 120%);
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.site-header .site-logo {
		display: none;
	}

	.site-header .site-logo.mobile-logo {
		display: block;
	}

	.site-header .mobile-logo-image {
		max-height: 180px;
		width: 86%;
		max-width: 100%;
		min-width: 200px;
	}

	.right-sidebar .container .site-content .content-area {
		width: auto;
	}

	.separate-containers .inside-right-sidebar {
		margin-top: 20px;
	}

	.site-footer {
		font-size: 16px;
	}

	.interior-grid {
		padding-left: 30px;
		padding-right: 30px;
	}

	.interior-grid .inside-article {
		padding-left: 0;
		padding-right: 0;
	}

	.home-grid {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.home .metaslider .caption-wrap .caption {
		margin-bottom: 0;
		width: 75%;
	}
	
	/* swap firm-name logo appearing in front of slider images */

	.full-firm-name {
		display: none
	}

	.mobile-firm-name {
		display: inline-block;
		margin-bottom: 40px;
		margin-bottom: 7vw;
	}
	
	.hero-image-tab {
		line-height: 40px;
		padding: 0 30px;
	}

	.hero-image-tab > * {
		padding: 0 20px 0 10px;
	}

	.home-section .home-section-header,
	.home-section .home-section-content {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 0;
		width: 100%;
	}

	.home-section .home-section-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.home-section .home-section-header h3 {
		font-size: 36px;
		margin-bottom: 0;
		margin-left: auto;
	}

	.home-section .home-section-content {
		margin-left: 0;
		padding: .75em 0 0;
	}

	ul.homepage-list-news {
		font-size: 24px;
	}

	ul.homepage-list-news li {
		padding-right: 0;
	}

	h2.homepage-news-title {
		font-size: 32px;
	}

	.archive .page-header h1,
	.page .entry-header h1,
	.search .page-header h1 {
		font-size: 38px;
	}

	.post-type-archive-news .entry-header h2, 
	.tax-news-category .entry-header h2, 
	.search .entry-header h2,
	.page-id-31 h2 {
		font-size: 28px;
	}

	.entry-content,
	.entry-summary {
		font-size: 18px;
	}

	.page-practice-areas article.practice-areas {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
		width: 48%;
	}

	.page-practice-areas article.practice-areas .inside-article {
		min-height: 200px;
	}

	.page-practice-areas .entry-header h2 {
		font-size: 22px;
	}

	.people-table {
		padding: 10px;
	}

	.people-table td {
		padding-left: 20px;
		padding-right: 20px;
	}

	.single-our-people #top-across,
	.single-our-people #main-bio {
		display: block;
		min-height: 0;
	}

	.single-our-people #bio-top-photo,
	.single-our-people #bio-top-contact,
	.single-our-people #bio-left,
	.single-our-people #bio-right {
		margin-left: 0;
		margin-right: 0;
	}

	.single-our-people #bio-top-photo {
		background-color: transparent;
		width: auto;
		max-width: 100%;
	}

	.single-our-people #bio-top-photo img {
		margin: 10px auto 0;
	}

	.single-our-people #bio-top-contact {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.single-our-people #bio-left {
		width: auto;
		max-width: unset;
	}

	.footer-widgets {
		padding-left: 30px;
		padding-right: 30px;
	}

	.footer-widget-3 img {
		margin-right: 0;
	}
}

@media only screen and ( max-width: 768px ) and ( min-width: 426px ) {
	.page-practice-areas article.practice-areas:nth-of-type(4n+2) .inside-article,
	.page-practice-areas article.practice-areas:nth-of-type(4n+3) .inside-article {
		background-color: #04253a;
	}

	.page-practice-areas article.practice-areas:nth-of-type(odd).meet-our-team-filler {
		display: none;
	}
}

@media only screen and (max-width: 425px) {
	.inside-header p.main-title {
		font-size: 35px;
	}

	.site-branding-container::after {
		font-size: 1.2em;
	}

	.mobile-firm-name {
		margin-bottom: 20px;
		margin-bottom: 5vw;
	}

	.hero-image-tab {
		display: none;
	}

	.home-section .home-section-header::after {
		-webkit-transform: skewX(-32deg);
		        transform: skewX(-32deg);
	}

	ul.homepage-list-news {
		font-size: 18px;
	}

	.page-practice-areas article.practice-areas {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 0;
		padding: 5px 10px;
	}

	.page-practice-areas article.meet-our-team-filler {
		display: none;
	}

	.page-practice-areas article.practice-areas .inside-article {
		min-height: unset;
	}

	.page-practice-areas article.practice-areas:nth-of-type(even) .inside-article {
		background-color: #04253a;
	}

	.footer-widget-2 p {
		font-size: 18px;
	}
}





a:focus {
	outline: 1px solid #c0c0c0;
}

/* #nav-container a:focus,
#logo a:focus {
     outline: 1px solid #444;
} */