/*
Theme Name: Smith Robinson
Theme URI: https://smithrobinsonlaw.com/
Description: A custom Wordpress theme developed for Smith Robinson.
Version: 1.0
Author: ADCO
Author URI: https://adcoideas.com/
Tags: blue, gray, white, two-columns, fixed-width
*/

body {
	color: #666666;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.8;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #085587;
	font-family: 'DM Sans', serif;
	line-height: 1.3;
	font-weight: 600;
	margin: 0;
}

.h1, .h2, .h3, h1, h2, h3 {
	letter-spacing: 2px;
}

.h3, h3 {
	letter-spacing: 1px;
}

.subheading {
	color: #666666;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

a {
	color: #085587;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a:hover {
	color: #333333;
}

.btn {
	font-family: 'DM Sans', serif;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 1.25rem 3.75rem;
	border: none;
	border-radius: 0;
}

.btn i {
	margin-left: 10px;
}

.btn-primary {
	color: #0a2741;
	background-color: #c4edfd;
}

.btn-primary:hover, .btn-primary:active {
	background-color: #333333 !important;
}

.btn-secondary {
	color: #ffffff;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.25);
}

.btn-secondary:hover, .btn-secondary:active {
	background-color: transparent !important;
	border-color: rgba(255, 255, 255, 1);
}

.header-left {
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 40px;
}

.header-left img {
	width: 350px;
}

.header-right {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.header-top, .header-top-mobile {
	color: #ffffff;
	background-color: #0a2741;
	padding: 8px 15px;
}

.header .phone-links .nav-item, .header-top-mobile .phone-links .nav-item {
	margin-right: 50px;
}

.header .phone-links .nav-item:last-of-type, .header-top-mobile .phone-links .nav-item:last-of-type {
	margin-right: 0;
}

.header .phone-links .nav-link, .header-top-mobile .phone-links .nav-link {
	color: #ffffff;
	font-size: 0.9375rem;
	padding: 0;
}

.header .phone-links .nav-link:hover, .header-top-mobile .phone-links .nav-link:hover {
	color: #c4edfd;
}

.header .social-links .nav-item, .header-top-mobile .social-links .nav-item {
	margin: 0 8px;
}

.header .social-links .nav-link, .header-top-mobile .social-links .nav-link {
	color: #ffffff;
	padding: 0;
}

.header .social-links .nav-link:hover, .header-top-mobile .social-links .nav-link:hover {
	color: #c4edfd;
}

.header-bottom {
	background-color: #eeeeee;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: space-between;
	padding: 20px 50px;
}

.navbar {
	flex-grow: 1;
	flex-wrap: nowrap;
}

.navbar-toggler {
	border: none;
	border-radius: 0;
	padding: 0;
}

.navbar-nav .menu-item {
	margin-right: 50px;
}

.navbar-nav .nav-link {
	color: #666666;
	font-family: 'DM Sans', serif;
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 !important;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active, body.single-attorney .nav-item-29 .nav-link, body.single-practice-area .nav-item-27 .nav-link, body.single-post .nav-item-26 .nav-link, body.category-news .nav-item-26 .nav-link, body.search-results .nav-item-26 .nav-link {
	color: #0a2741;
}

.navbar .btn {
	margin-top: 16px;
}

.home-slider img {
	min-height: 250px;
}

.home-slider .carousel-caption {
	bottom: 40%;
	left: 0;
	right: 0;
	transform: translateY(50%);
	text-align: left;
}

.home-slider h1 {
	color: #c9bb67;
	letter-spacing: 3px;
}

.home-about {
	color: #ffffff;
	background-color: #0a2741;
	padding: 50px 0;
}

.home-about img {
	position: relative;
	z-index: 1;
}

.home-about h2 {
	color: #c4edfd;
	position: relative;
}

.home-about h2:after {
	content: '';
	height: 2px;
	width: 100vw;
	background-color: #ffffff;
	margin-top: calc(.5em + 5px);
	position: absolute;
	top: 0;
	right: calc(100% + 40px);
	transform: none;
	clip-path: inset(0 0 0 0);
	opacity: 0.2;
	transition: clip-path 1s ease-in .6s;
}

.home-about li {
	margin: 10px 0;
}

.home-about .btn-primary:hover {
	color: #0a2741;
	background-color: #ffffff !important;
}

.home-quote {
	background-color: #091f34;
	padding: 80px;
}

.home-quote h3 {
	color: #c4edfd;
	font-size: 2.5rem;
	font-weight: 400;
}

.home-features {
	padding: 50px 0;
}

.home-features .heading {
	margin-bottom: 60px;
}

.home-features .heading h2 {
	position: relative;
}

.home-features .heading h2:after {
	content: '';
	height: 2px;
	width: 100vw;
	background-color: #000000;
	margin-top: calc(.5em + 5px);
	position: absolute;
	top: 0;
	right: calc(100% + 40px);
	transform: none;
	clip-path: inset(0 0 0 0);
	opacity: 0.1;
	transition: clip-path 1s ease-in .6s;
}

.home-features .feature .icon {
	background-color: #c4edfd;
	width: 150px;
	padding: 20px;
	border-radius: 500px;
	display: inline-block;
}

.home-features .feature h3 {
	font-weight: 500;
	letter-spacing: normal;
	margin-top: 30px;
}

.home-practice {
	background-color: #eeeeee;
	padding: 50px 0;
}

.home-practice .heading {
	margin-bottom: 60px;
}

.home-practice .heading h2 {
	position: relative;
}

.home-practice .heading h2:after {
	content: '';
	height: 2px;
	width: 100vw;
	background-color: #000000;
	margin-top: calc(.5em + 5px);
	position: absolute;
	top: 0;
	right: calc(100% + 40px);
	transform: none;
	clip-path: inset(0 0 0 0);
	opacity: 0.1;
	transition: clip-path 1s ease-in .6s;
}

.home-practice .practice-areas .nav-item {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.home-practice .practice-areas .nav-link {
	color: #085587;
	font-family: 'DM Sans', serif;
	font-weight: 600;
	padding: 10px 40px 10px 0;
	position: relative;
}

.home-practice .practice-areas .nav-link .icon {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.home-practice .practice-areas .nav-link:hover {
	color: #333333;
}

.home-news {
	padding: 50px 0;
}

.home-news .heading {
	margin-bottom: 60px;
}

.home-news .heading h2 {
	margin-bottom: 30px;
	position: relative;
}

.home-news .heading h2:after {
	content: '';
	height: 2px;
	width: 100vw;
	background-color: #000000;
	margin-top: calc(.5em + 5px);
	position: absolute;
	top: 0;
	right: calc(100% + 40px);
	transform: none;
	clip-path: inset(0 0 0 0);
	opacity: 0.1;
	transition: clip-path 1s ease-in .6s;
}

.home-news .news-posts .photo {
	overflow: hidden;
}

.home-news .news-posts .photo img {
	transition: all 0.3s ease-out;
}

.home-news .news-posts a:hover .photo img {
	opacity: 0.5;
	transform: scale(1.1);
}

.home-news .news-posts p {
	margin-top: 30px;
}

.home-news .news-posts h3 {
	letter-spacing: normal;
	margin-top: 10px;
}

.home-cta {
	padding: 100px 0;
}

.home-cta h2 {
	font-size: 3rem;
	margin-bottom: 30px;
	position: relative;
}

.home-cta h2:after {
	content: '';
	height: 2px;
	width: 100vw;
	background-color: #000000;
	margin-top: calc(.5em + 5px);
	position: absolute;
	top: 0;
	right: calc(100% + 40px);
	transform: none;
	clip-path: inset(0 0 0 0);
	opacity: 0.1;
	transition: clip-path 1s ease-in .6s;
}

.page-header {
	padding: 50px 0 0;
}

.page-header h1 {
	margin-bottom: 20px;
	position: relative;
}

.page-header h1:after {
	content: '';
	height: 2px;
	width: 100vw;
	background-color: #000000;
	margin-top: calc(.5em + 5px);
	position: absolute;
	top: 0;
	right: calc(100% + 40px);
	transform: none;
	clip-path: inset(0 0 0 0);
	opacity: 0.1;
	transition: clip-path 1s ease-in .6s;
}

.page-header .subheading {
	margin-bottom: 0;
}

.page-content {
	padding: 50px 0;
}

.page-content .attorneys img {
	transition: all 0.3s ease-out;
}

.page-content .attorneys a:hover img {
	opacity: 0.5;
}

.page-content .attorneys h4 {
	color: #085587;
	font-size: 1.5rem;
	margin-top: 30px;
}

.page-content .attorneys p {
	color: #666666;
	margin: 4px 0 0;
}

.attorney-top {
	padding: 50px 0;
}

.attorney-top img {
	position: relative;
	z-index: 1;
}

.attorney-top h2 {
	position: relative;
	margin-top: 10px;
}

.attorney-top h2:after {
	content: '';
	height: 2px;
	width: 100vw;
	background-color: #000000;
	margin-top: calc(.5em + 5px);
	position: absolute;
	top: 0;
	right: calc(100% + 40px);
	transform: none;
	clip-path: inset(0 0 0 0);
	opacity: 0.1;
	transition: clip-path 1s ease-in .6s;
}

.attorney-top .introduction ul {
	column-count: 2;
	column-gap: 30px;
}

.attorney-top .list-unstyled {
	margin-bottom: 30px;
}

.attorney-top .btn {
	width: 100%;
}

.attorney-top .social-link {
	display: inline-block;
	margin: 20px 0 0 20px;
}

.attorney-top .practice-areas {
	margin-top: 30px;
}

.attorney-top .practice-areas .nav-item {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.attorney-top .practice-areas .nav-link {
	color: #085587;
	font-family: 'DM Sans', serif;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 10px 40px 10px 0;
	position: relative;
}

.attorney-top .practice-areas .nav-link .icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.attorney-top .practice-areas .nav-link:hover {
	color: #333333;
}

.attorney-bottom {
	background-color: #eeeeee;
	padding: 50px 0;
}

.attorney-bottom .attorney-accordion {
	margin-top: 50px;
}

.attorney-bottom .attorney-accordion .accordion-item {
	color: #666666;
	background: transparent;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.attorney-bottom .attorney-accordion .accordion-button {
	color: #085587;
	background-color: #eeeeee;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 1px;
}

.attorney-bottom .attorney-accordion .accordion-button span {
	padding-right: 20px;
}

.attorney-bottom .attorney-accordion .accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: #085587
}

.attorney-bottom .attorney-accordion .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.attorney-bottom .attorney-accordion .accordion-body {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.attorney-bottom .attorney-accordion ul {
	margin-bottom: 0;
}

.attorney-bottom .attorney-badges {
	margin: 30px 0 0;
}

.attorney-bottom .attorney-badges .list-inline-item {
	margin: 1rem;
}

.attorney-bottom .attorney-badges img {
	max-height: 150px;
}

.page-about-top, .page-about, .page-about-bottom {
	padding: 50px 0;
}

.page-about-top img {
	position: relative;
	z-index: 1;
}

.page-about-top h2 {
	margin-bottom: 10px;
	position: relative;
}

.page-about-top h2:after {
	content: '';
	height: 2px;
	width: 100vw;
	background-color: #000000;
	margin-top: calc(.5em + 5px);
	position: absolute;
	top: 0;
	right: calc(100% + 40px);
	transform: none;
	clip-path: inset(0 0 0 0);
	opacity: 0.1;
	transition: clip-path 1s ease-in .6s;
}

.page-about-top .subheading {
	margin-bottom: 30px;
}

.page-about {
	background-color: #eeeeee;
	margin-bottom: 100px;
}

.page-about .heading {
	margin-bottom: 40px;
}

.page-about .heading h2 {
	margin-bottom: 10px;
}

.page-about .heading .subheading {
	margin-bottom: 0;
}

.page-about-bottom h2 {
	font-size: 3rem;
	margin-bottom: 30px;
	position: relative;
}

.page-about-bottom h2:after {
	content: '';
	height: 2px;
	width: 100vw;
	background-color: #000000;
	margin-top: calc(.5em + 5px);
	position: absolute;
	top: 0;
	right: calc(100% + 40px);
	transform: none;
	clip-path: inset(0 0 0 0);
	opacity: 0.1;
	transition: clip-path 1s ease-in .6s;
}

.page-content .practice-areas .nav-item {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.page-content .practice-areas .nav-link {
	color: #085587;
	font-family: 'DM Sans', serif;
	font-weight: 600;
	padding: 10px 40px 10px 0;
	position: relative;
}

.page-content .practice-areas .nav-link .icon {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.page-content .practice-areas .nav-link:hover {
	color: #333333;
}

.page-content .practice-area-heading .photo {
	margin-bottom: 60px;
}

.page-content .practice-area-heading h2 {
	position: relative;
}

.page-content .practice-area-heading h2:after {
	content: '';
	height: 2px;
	width: 100vw;
	background-color: #000000;
	margin-top: calc(.5em + 5px);
	position: absolute;
	top: 0;
	right: calc(100% + 40px);
	transform: none;
	clip-path: inset(0 0 0 0);
	opacity: 0.1;
	transition: clip-path 1s ease-in .6s;
}

.page-content .practice-area-accordion .accordion-item {
	color: #666666;
	background: transparent;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.page-content .practice-area-accordion .accordion-button {
	color: #085587;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 1px;
}

.page-content .practice-area-accordion .accordion-button span {
	padding-right: 20px;
}

.page-content .practice-area-accordion .accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: #085587
}

.page-content .practice-area-accordion .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.page-content .practice-area-accordion .accordion-body {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.page-content .practice-area-accordion ul {
	margin-bottom: 0;
}

.page-content .practice-area-attorneys {
	margin-top: 50px;
}

.page-content .practice-area-attorneys h3 {
	margin-bottom: 30px;
}

.page-content .practice-area-attorneys .attorney a {
	display: block;
	height: 100%;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
}

.page-content .practice-area-attorneys .attorney .photo {
	overflow: hidden;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.page-content .practice-area-attorneys .attorney .photo img {
	transition: all 0.3s ease-out;
}

.page-content .practice-area-attorneys .attorney a:hover .photo img {
	opacity: 0.5;
	transform: scale(1.1);
}

.page-content .practice-area-attorneys .name {
	padding: 30px;
}

.page-content .practice-area-attorneys h4 {
	color: #333333;
	font-size: 1.25rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.page-content .practice-area-attorneys h5 {
	color: #999999;
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	letter-spacing: 3px;
	font-weight: 500;
	text-transform: uppercase;
}

.page-content .in-the-media .video a {
	display: inline-block;
	position: relative;
}

.page-content .in-the-media .video a i {
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: color .15s ease-in-out;
}

.page-content .in-the-media .video a:hover i {
	color: rgba(255, 255, 255, 1);
}

.page-content .archive-title, .page-content .search-title {
	color: #ffffff;
	background-color: #0a2741;
	font-family: 'Poppins', sans-serif;
	font-size: 1.25rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 12px 20px 10px;
	margin-bottom: 40px;
}

.page-content .news-posts .box {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 40px 0;
}

.page-content .news-posts .photo {
	overflow: hidden;
}

.page-content .news-posts .photo img {
	transition: all 0.3s ease-out;
}

.page-content .news-posts a:hover .photo img {
	opacity: 0.5;
	transform: scale(1.1);
}

.page-content .news-posts h4 {
	font-size: 1.25rem;
}

.page-content .news-posts p {
	margin: 20px 0 0;
}

.page-content .news-post h2, .page-content .news-post h3, .page-content .news-post h4 {
	margin-bottom: 20px;
}

.page-content .news-post h3, .page-content .news-post h4 {
	margin-top: 20px;
}

.page-content .news-post .post-photo {
	float: right;
	max-width: 50%;
	margin: 10px 0 30px 30px;
}

.page-content .in-the-media h2 {
	margin-bottom: 30px;
}

.page-careers-top, .page-careers {
	padding: 50px 0;
}

.page-careers-top img {
	position: relative;
	z-index: 1;
}

.page-careers-top h2 {
	margin-bottom: 10px;
	position: relative;
}

.page-careers-top h2:after {
	content: '';
	height: 2px;
	width: 100vw;
	background-color: #000000;
	margin-top: calc(.5em + 5px);
	position: absolute;
	top: 0;
	right: calc(100% + 40px);
	transform: none;
	clip-path: inset(0 0 0 0);
	opacity: 0.1;
	transition: clip-path 1s ease-in .6s;
}

.page-careers-top .subheading {
	margin-bottom: 30px;
}

.page-careers {
	background-color: #eeeeee;
	margin-bottom: 100px;
}

.page-careers .heading {
	margin-bottom: 40px;
}

.page-careers .heading h2 {
	margin-bottom: 10px;
}

.page-careers .heading .subheading {
	margin-bottom: 0;
}

.page-careers h3 {
	margin-bottom: 10px;
}

.page-contact {
	padding: 50px 0;
}

.page-contact .box {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-contact .box img {
	vertical-align: bottom;
}

.page-contact .box .info {
	padding: 30px;
}

.page-contact .box .list-unstyled {
	margin-bottom: 0;
}

.page-contact .box .btn {
	width: 100%;
}

.page-contact .contacts {
	margin-top: 50px;
}

.page-contact .contacts h3 {
	margin-top: 10px;
}

.navigation {
	margin-top: 50px;
}

.sidebar .widget {
	margin-bottom: 50px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget label {
	display: none;
}

.searchform input {
	background-color: #eeeeee;
	height: 38px;
	width: calc(100% - 38px);
	padding: 0 10px;
	box-sizing: border-box;
	border: none;
}

.searchform button {
	color: #ffffff;
	background-color: #00548E;
	border: none;
	float: right;
	width: 38px;
	height: 38px;
	padding: 0;
}

.searchform button .fa {
	line-height: 38px;
}

.searchform button span {
	display: none;
}

.sidebar h4 {
	color: #666666;
	font-size: 1.125rem;
	line-height: 1.6;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.sidebar .attorney {
	margin-bottom: 20px;
}

.sidebar .attorney h5 {
	font-size: 1.125rem;
}

.sidebar .attorney a:hover h5 {
	color: #333333;
}

.sidebar .attorney p {
	margin-bottom: 0;
}

.sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 12px;
	margin-top: 12px;
}

.sidebar li a:hover {
	color: #333333;
}

.sidebar li.active a {
	font-weight: 700;
}

.sidebar .widget_archive select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

footer {
	color: #ffffff;
	background-color: #0a2741;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #c4edfd;
}

footer .footer-top {
	padding-bottom: 70px;
}

footer .footer .logo a {
	background-color: #ffffff;
	display: inline-block;
	padding: 30px;
}

footer .footer .logo img {
	width: 350px;
}

footer .footer .locations {
	margin-top: 60px;
}

footer .footer .locations h4 {
	color: #ffffff;
	margin-bottom: 16px;
}

footer .footer-tagline {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-tagline .container {
	position: relative;
}

footer .footer-tagline .row {
	padding: 40px 0;
}

footer .footer-tagline h3 {
	color: #c4edfd;
	font-weight: 400;
	letter-spacing: 1px;
	padding-right: 180px;
}

footer .social-links .nav-item {
	margin-right: 20px;
}

footer .social-links .nav-link {
	color: #ffffff;
	padding: 0;
}

footer .social-links .nav-link:hover {
	color: #c4edfd;
}

footer .footer .lines {
	position: absolute;
	bottom: 0;
	right: 12px;
	width: 20%;
}

footer .copyright {
	background-color: rgba(0, 0, 0, 0.15);
	padding: 50px 0;
}

footer .copyright p {
	margin: 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.header-top, .header-top-mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 8px 50px;
	}
	.header .social-links .nav-item, .header-top-mobile .social-links .nav-item {
		margin: 0 0 0 16px;
	}
	.header {
		display: flex;
		align-items: stretch;
	}
	.home-about {
		padding: 100px 0;
	}
	.home-features {
		padding: 100px 0;
	}
	.home-practice {
		padding: 100px 0;
	}
	.home-news {
		padding: 100px 0;
	}
	.page-header {
		padding: 100px 0 0;
	}
	.page-header h1 {
		font-size: 4rem;
	}
	.page-content {
		padding: 100px 0;
	}
	.attorney-top {
		padding: 100px 0;
	}
	.attorney-top .btn {
		width: auto;
	}
	.attorney-bottom {
		padding: 100px 0;
	}
	.page-about-top, .page-about, .page-about-bottom {
		padding: 100px 0;
	}
	.page-about .heading {
		margin-bottom: 50px;
	}
	.page-content .attorney-sidebar h2 {
		font-size: 2.625rem;
	}
	.page-content .news-post h2 {
		font-size: 2.625rem;
	}
	.page-content .box .news-post h2 {
		font-size: 2rem;
		letter-spacing: 1px;
	}
	.page-content .in-the-media h2 {
		font-size: 2.625rem;
	}
	.page-careers-top, .page-careers {
		padding: 100px 0;
	}
	.page-careers .heading {
		margin-bottom: 50px;
	}
	.page-contact {
		padding: 100px 0;
	}
	footer .footer-tagline h3 {
		padding-right: 0;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.subheading {
		font-size: 1.125rem;
	}
	.home-slider h1 {
		font-size: 4rem;
	}
	.home-about h2 {
		font-size: 3rem;
	}
	.home-about p, .home-about li {
		font-size: 1.125rem;
	}
	.home-features .heading h2 {
		font-size: 3rem;
	}
	.home-features .feature h3 {
		font-size: 1.5rem;
	}
	.home-practice .heading h2 {
		font-size: 3rem;
	}
	.home-practice .practice-areas .nav-link {
		font-size: 1.5rem;
	}
	.home-news .heading h2 {
		font-size: 3rem;
	}
	.home-news .news-posts h3 {
		font-size: 1.5rem;
	}
	.page-header h1 {
		font-size: 2.5rem;
	}
	.attorney-top h2 {
		font-size: 3rem;
	}
	.attorney-top .social-link {
		margin: 0 0 0 20px;
	}
	.page-about-top h2 {
		font-size: 3rem;
	}
	.page-about .heading h2 {
		font-size: 3rem;
	}
	.page-content .practice-areas .nav-link {
		font-size: 1.5rem;
	}
	.page-content .practice-area-heading h2 {
		font-size: 3rem;
	}
	.page-careers-top h2 {
		font-size: 3rem;
	}
	.page-careers .heading h2 {
		font-size: 3rem;
	}
	.page-contact .contacts h3 {
		font-size: 2.5rem;
	}
	footer .footer .locations h4 {
		font-size: 1.5rem;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	.header .phone-links .nav-item, .header-top-mobile .phone-links .nav-item {
		margin-right: 80px;
	}
	.navbar .btn {
		margin-top: 0;
	}
	.home-slider h1 {
		font-size: 4.75rem;
	}
}