/* ============================================
   BASE STYLES
   ============================================ */

* {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Public Sans', 'Helvetica Neue', Arial, sans-serif !important;
	font-style: normal;
	text-transform: inherit !important;
	letter-spacing: 0;
	font-weight: 700;
}

p, li {
	font-family: 'Public Sans', 'Helvetica Neue', Arial, sans-serif !important;
	font-optical-sizing: auto;
	font-style: normal;
	text-transform: inherit !important;
	letter-spacing: 0;
}

/* ============================================
   ANIMATIONS
   ============================================ */

.fade-in-up {
	opacity: 0;
	transform: translateY(0);
	animation: fadeInUp 1.2s ease-in-out forwards;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(80px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ============================================
   LAYOUT
   ============================================ */

.logo a svg {
	width: 260px;
}

#wrap_all {
	background: url(/wp-content/uploads/pdg_bg.svg) top repeat-y;
	background-size: 100%;
}

#main {
	background: transparent !important;
}

/* ============================================
   HEADER
   ============================================ */

header#header {
	border-top: 3px solid #df1073 !important;
}

header#header ul#avia-menu li a {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.01em;
	margin-bottom: 25px;
	color: #000;
	transition: all 300ms ease;
}

header#header ul#avia-menu li a:hover {
	color: #df1073;
	border-bottom: 2px solid #df1073;
}

/* ============================================
   HOME PAGE
   ============================================ */

/* Hero Section */
#hp-main h1 {
	font-size: 112px;
	line-height: 105px;
	letter-spacing: -0.02em;
	font-weight: 700;
	position: relative;
	top: -100px;
	margin-bottom: 0;
}

#hp-main h1 em {
	color: #cf0a67;
	font-style: normal;
	font-weight: 700;
}

#hp-main .flex_column:nth-of-type(2) {
	position: relative;
	top: 80px;
	margin-left: 40px;
	padding-right: 60px;
}

#hp-main h4 {
	font-size: 30px;
	font-weight: normal;
	line-height: 44px;
	margin-bottom: 40px;
}

#hp-main h4 em {
	color: #cf0a67;
	font-style: normal;
	font-weight: 700;
}

#hp-main p,
#hp-ourwork p,
#hp-discover p,
#hp-meetprincipals p {
	font-size: 22px;
	font-weight: 300;
	line-height: 36px;
	color: rgba(0, 0, 0, 0.6);
	margin: 0;
}

/* Our Work Section */
#hp-ourwork h2 {
	font-size: 80px;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

#hp-ourwork h2 em {
	color: #cf0a67;
	font-style: normal;
}

#hp-ourwork p {
	width: 65%;
	float: left;
}

#hp-ourwork .avia-button-wrap {
	float: right;
	margin-top: 5px;
}

#hp-ourwork .hp-ourwork img {
	transition: all 300ms ease;
}

#hp-ourwork .hp-ourwork img:hover {
	box-shadow: 15px -15px 0 0 #df1073;
	position: relative;
	cursor: pointer;
}

#hp-ourwork .hp-ourwork p {
	color: #666;
	font-size: 18px;
	width: 100%;
	line-height: 28px;
	margin-top: 12px;
	transition: all 300ms ease;
}

#hp-ourwork .hp-ourwork:hover p {
	color: #df1073;
}

/* Discover & Meet Principals Sections */
#hp-discover h3,
#hp-meetprincipals h3 {
	font-size: 44px;
	line-height: 54px;
	letter-spacing: -0.02em;
	margin-bottom: 30px;
}

#hp-discover h3 em,
#hp-meetprincipals h3 em {
	color: #df1073;
	font-style: normal;
}

/* ============================================
   INTERIOR PAGES
   ============================================ */

/* Interior Hero */
#int-hero h1 {
	font-size: 130px;
	line-height: 105px;
	letter-spacing: -0.02em;
	color: #fff;
	position: relative;
	bottom: -90px;
	padding-top: 260px;
	margin-bottom: 0;
}

/* Interior Typography */
#interior h2 {
	font-size: 44px;
	line-height: 54px;
	letter-spacing: -0.02em;
	margin-bottom: 30px;
}

#interior .special-h2 h2 {
	font-size: 80px;
	font-weight: 700;
}

#interior .special-h2 h2:after {
	content: '.';
	color: #cf0968;
}

#interior p {
	font-size: 22px;
	font-weight: 300;
	line-height: 36px;
	color: rgba(0, 0, 0, 0.6);
	margin: 0 0 24px 0;
}

#interior ul {
	margin: 0;
}

#interior li {
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
	color: rgba(0, 0, 0, 0.6);
	margin: 0 0 16px 0;
	list-style-type: none;
}

#interior li a {
	color: rgba(0, 0, 0, 0.6);
	transition: all 300ms ease;
}

#interior li a:hover {
	color: #cf0968;
	text-decoration: underline;
}

/* States Section */
#interior section .states {
	width: 50%;
	float: left;
	clear: none;
	padding-right: 20px;
}

#interior section .states p {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}

/* Contact Page */
#interior .contact-page h3 {
	font-size: 28px;
	font-weight: 300;
	line-height: 34px;
	margin-bottom: 16px;
}

#interior .contact-page p {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 15px;
}

/* ============================================
   FORMS
   ============================================ */

#interior form input,
#interior form select {
	height: 80px;
	background: #fff !important;
	border: none !important;
	border-bottom: 1px solid #cf0968 !important;
	box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.1);
	font-size: 20px !important;
	font-weight: 300 !important;
	font-family: 'Public Sans', 'Helvetica Neue', Arial, sans-serif !important;
	text-indent: 10px;
	color: #444 !important;
}

#interior form select {
	padding-top: 27px;
}

#interior form textarea {
	height: 200px;
	background: #fff !important;
	border: none !important;
	border-bottom: 1px solid #cf0968 !important;
	box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.1);
	padding: 12px 12px 12px 0 !important;
	font-size: 20px !important;
	font-weight: 300 !important;
	font-family: 'Public Sans', 'Helvetica Neue', Arial, sans-serif !important;
	text-indent: 16px;
	color: #444 !important;
}

#interior form input::placeholder,
#interior form textarea::placeholder {
	opacity: 1;
	color: #444 !important;
}

#interior form input:focus,
#interior form textarea:focus {
	box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.1) !important;
}

#interior form .gfield_description {
	text-transform: uppercase;
	font-size: 10px !important;
	font-family: 'Public Sans', 'Helvetica Neue', Arial, sans-serif !important;
	letter-spacing: 1px !important;
	opacity: 0.7;
}

#interior form input[type="submit"] {
	background: #cf0968 !important;
	border: none !important;
	border-radius: 0 90px 90px 0;
	padding: 0 80px 0 70px;
	height: 60px;
	color: #fff !important;
	text-indent: 0;
	margin: 0;
	transition: all 300ms ease;
}

#interior form input[type="submit"]:hover {
	background: #000 !important;
}

#interior form span.gfield_required.gfield_required_text {
	display: none;
}

#interior .gfield--type-fileupload label {
	font-weight: normal !important;
	font-size: 16px !important;
}

/* ============================================
   TEAM PAGE
   ============================================ */

.av-team-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 40px;
	justify-content: flex-start;
}

.av-team-grid a {
	width: 22.5%;
}

.av-team-card .av-team-photo img {
	width: 100%;
	margin-bottom: -7px;
}

.av-team-meta {
	margin-top: 12px;
}

.av-team-card h3.av-team-name.entry-title {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 5px 0;
	transition: all 300ms ease;
}

.av-team-card p.av-team-title {
	font-size: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px;
	line-height: 16px !important;
	color: rgba(0, 0, 0, 0.5);
	margin: 0;
}

a.av-team-link {
	overflow: visible !important;
	transition: all 300ms ease;
}

.av-team-photo {
	transition: all 300ms ease !important;
}

a.av-team-link:hover .av-team-photo {
	box-shadow: 15px -15px 0 0 #df1073 !important;
	position: relative !important;
	cursor: pointer;
	overflow: visible !important;
}

a.av-team-link:hover h3.av-team-name {
	color: #df1073;
}

span.image-overlay.overlay-type-extern {
	display: none !important;
}

/* ============================================
   TEAM MEMBER PAGE
   ============================================ */

.team_member {
	display: flex;
	flex-wrap: nowrap;
	gap: 120px;
	margin-bottom: 120px;
}

#team-bio {
	width: 60%;
}

#team-bio .member-meta {
	margin-top: 150px;
}

#team-bio .member-meta h2 {
	font-size: 60px;
	line-height: 64px;
	letter-spacing: -0.02em;
	color: #df1073;
	margin-bottom: 13px;
}

#team-bio .member-meta h2 em {
	color: #000;
	font-style: normal;
}

#team-bio h3.member-title {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase !important;
	color: rgba(31, 31, 31, 0.65);
	margin-bottom: 20px;
}

#team-bio h4.member-contact {
	font-size: 14px;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.65);
}

#team-bio h4.member-contact a {
	color: rgba(0, 0, 0, 0.65) !important;
}

#team-bio h4.member-contact em {
	color: #cf0968;
	font-style: normal;
}

#team-bio h4.member-contact a:nth-of-type(2) {
	margin-left: 15px;
}

#team-bio hr {
	width: 200px;
	border-color: #cf0968;
	margin: 40px 0;
}

#team-bio p {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	color: rgba(31, 31, 31, 0.65);
	margin-bottom: 20px;
}

#team-bio p a {
	color: #cf0968;
	border-bottom: 1px solid #cf0968;
	transition: all 300ms ease;
}

#team-bio p a:hover {
	color: #fff;
	background: #cf0968;
}

#team-bio .member-bio {
	margin-bottom: 120px;
}

#team-bio a.btn-backtoteam {
	border: none !important;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.5) !important;
	transition: all 300ms ease;
}

#team-bio a.btn-backtoteam::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 8px;
	margin-right: 6px;
	background: url(/wp-content/uploads/pink-arrow-left.svg) no-repeat center left;
	background-size: contain;
	border: none !important;
}

#team-bio a.btn-backtoteam:hover {
	color: #cf0968 !important;
	background: transparent;
}

#team-pic {
	width: 40%;
	margin-top: 80px;
}

#team-pic img {
	width: 100%;
}

#team-pic .member-photo {
	position: relative;
	z-index: 0;
}

#team-pic .member-photo:before {
	content: '';
	position: absolute;
	bottom: 7px;
	right: 0;
	width: 35px;
	height: 35px;
	background: #cf0968;
	z-index: 12;
}

a.avia-post-nav.avia-post-prev.without-image {
	display: none;
}

.single-team_member #main,
.container_wrap.main_color.fullsize {
	background-color: transparent !important;
}

.single-team_member #int-hero {
	background-image: url(/wp-content/uploads/interior_hero_bg.webp);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

/* ============================================
   PROJECTS (ARCHIVE)
   ============================================ */



.projects .grid-entry {
	width: 46% !important;
	margin-right: 4%;
	margin-bottom: 4%;
}

.projects .grid-entry .inner-entry {
	margin-right: 0;
	box-shadow: none;
}

.projects .av-current-sort-title,
.projects .grid-entry .avia-arrow {
	display: none;
}

#top .av-sort-yes-tax .av-sort-by-term, 
#top .av-sort-yes-tax .sort_by_cat {
	float: none;
}

.projects .grid-content {
	padding: 20px 0 0 0;
}

.projects #js_sort_items {
	background-color: transparent !important;
}

.projects a.all_sort_button.active_sort,
.projects span.text-sep.automotive_sort_sep,
.projects a.all_sort_button {
	dis play: none !important;
}

.projects .sort_by_cat a span {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Public Sans', 'Helvetica Neue', Arial, sans-serif;
	color: #1e1e1e;
	margin-right: 8px;
	transition: all 300ms ease;
}

.projects .sort_by_cat a:hover span {
	color: #cf0a67 !important;
}

.projects a.active_sort span {
	color: #cf0968;
	text-decoration: underline;
}

.projects .text-sep {
	display: none;
}

.projects h3.grid-entry-title.entry-title {
	margin-bottom: 6px;
}

.projects h3.grid-entry-title.entry-title a {
	font-size: 18px;
	font-weight: 400 !important;
	transition: all 300ms ease;
}

.projects article:hover h3 a {
	color: #cf0968 !important;
}

.projects .grid-entry-excerpt.entry-content {
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 13px;
	color: rgba(30, 30, 30, 0.41);
}

.projects article a img {
	transition: all 300ms ease;
}

.projects article > a {
	background: #cf0a67;
	transition: all 300ms ease;
}

.projects article a:hover img {
	opacity: 0.5;
}

/* ============================================
   SINGLE PROJECT
   ============================================ */

#project-wrap #project-title h1 {
	font-size: 52px;
	line-height: 54px;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

#project-wrap #project-title h1:after {
	content: '.';
	font-size: 70px;
	color: #cf0968;
}

#project-wrap #project-categories .cats-inline {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(30, 30, 30, 0.5);
}

#project-wrap #project-categories .cats-inline:after {
	content: '';
	display: block;
	width: 180px;
	margin-top: 28px;
	margin-bottom: 30px;
	border-top: 1px solid #cf0968;
}

#project-wrap #project-specs {
	margin-bottom: 80px;
}

#project-wrap #project-specs p {
	font-size: 14px;
	color: #000;
	margin: 0 0 10px 0 !important;
}

#project-wrap #project-specs p span {
	text-transform: uppercase !important;
	letter-spacing: 0.035em;
	margin-right: 4px;
}

#project-wrap a.btn-backtoprojects,
.insight-single-content a.btn-backtoprojects {
	border: none !important;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.5) !important;
	transition: all 300ms ease;
}

#project-wrap a.btn-backtoprojects::before,
.insight-single-content a.btn-backtoprojects::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 8px;
	margin-right: 6px;
	background: url(/wp-content/uploads/pink-arrow-left.svg) no-repeat center left;
	background-size: contain;
	border: none !important;
}

#project-wrap a.btn-backtoprojects:hover,
.insight-single-content a.btn-backtoprojects:hover {
	color: #cf0968 !important;
	background: transparent;
}

#project-wrap #project-blurb h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: 0;
	margin-bottom: 22px;
}

#project-wrap #project-blurb p {
	font-size: 18px;
	font-weight: 300;
	line-height: 34px;
	letter-spacing: 0;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 22px;
}

/* ============================================
   INSIGHTS (BLOG ARCHIVE)
   ============================================ */

#interior article.post-entry {
	display: flex;
	align-items: center;
	margin-bottom: 100px;
}

#interior article.post-entry .big-preview {
	width: 42%;
	padding: 0 !important;
	margin-right: 5%;
}

#interior article.post-entry .blog-meta {
	display: none !important;
}

#interior article.post-entry h2.post-title.entry-title {
	font-size: 34px !important;
	line-height: 40px;
	text-align: left !important;
	margin-left: -2px !important;
}

#interior article.post-entry h2.post-title.entry-title a {
	transition: all 300ms ease;
}

#interior article.post-entry h2.post-title.entry-title a:hover {
	color: #cf0968;
}

#interior article.post-entry span.blog-categories.minor-meta a {
	pointer-events: none;
	visibility: visible;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777 !important;
	margin: 0;
	padding: 0;
}

#interior article.post-entry span.post-meta-infos time {
	display: block;
	font-size: 16px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000 !important;
	margin-bottom: 12px;
}

#interior article.post-entry span.post-meta-infos {
	text-align: left !important;
}

#interior article .blog-categories.minor-meta {
	display: block;
	margin-bottom: 24px;
}

#interior article.post-entry span.text-sep {
	display: none;
}

#interior article.post-entry span.blog-categories.minor-meta span {
	margin: 0 4px;
}

#interior article.post-entry .entry-content p {
	display: none;
}

#interior article.post-entry .post_delimiter {
	display: none;
}

#interior article.post-entry .entry-content .read-more-link a {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #cf0968;
	transition: all 300ms ease;
}

#interior article.post-entry .entry-content .read-more-link a span {
	display: none;
}

#interior article.post-entry:hover .read-more-link a {
	color: #000;
	margin-left: 20px;
	text-decoration: underline;
}

#interior article.post-entry .big-preview.single-big {
	background: #cf0a67 !important;
}

#interior article.post-entry:hover h2.post-title.entry-title a {
	color: #cf0a67 !important;
}

#interior article.post-entry a > img {
	background: #cf0a67 !important;
	transition: all 300ms ease;
}

#interior article.post-entry:hover img {
	opacity: 0.5;
}

/* ============================================
   INSIGHTS (SINGLE POST)
   ============================================ */

.hero-banner.insight-single-hero {
	display: flex;
	align-items: flex-end;
	min-height: 610px;
	background-size: cover;
	background-position: center;
}

.hero-banner.insight-single-hero:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, 0.55);
}

.hero-banner.insight-single-hero h1 {
	font-size: 48px;
	line-height: 48px;
	width: 80%;
	color: #fff;
	margin-bottom: 22px;
}

.hero-banner.insight-single-hero h2 {
	font-size: 18px;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 20px;
}

.hero-banner.insight-single-hero h2:before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 6px;
	background: #cf0a67;
}

.hero-banner.insight-single-hero ul.post-categories {
	margin: 0;
}

.hero-banner.insight-single-hero ul li {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.hero-banner.insight-single-hero ul li a {
	pointer-events: none;
}

.hero-banner.insight-single-hero ul li a:after {
	content: ' • ';
}

.hero-banner.insight-single-hero ul li:last-of-type a:after {
	content: '';
}

.hero-banner.insight-single-hero .container {
	width: 880px;
	padding: 0 0 60px 0;
}

.insight-single-content .template-single-blog .container,
.insight-single-content .big-preview.single-big,
.insight-single-content .entry-content {
	width: 880px !important;
	max-width: 100% !important;
	padding: 0 !important;
	text-align: left;
}

.insight-single-content .template-single-blog .container header {
	max-width: 100% !important;
}

.insight-single-content .template-single-blog .entry-content-wrapper {
	max-width: 100% !important;
	padding: 0 !important;
}

.insight-single-content .template-single-blog .entry-content-wrapper h1 {
	padding: 0 !important;
	margin: 0 !important;
}

.insight-single-content .entry-content-header {
	display: none;
}

.insight-single-content h2 {
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 20px;
}

.insight-single-content p {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 26px;
}

.insight-single-content img {
	width: 100%;
	margin-top: 10px;
}

.insight-single-content .top-container {
	width: 880px !important;
	max-width: 100% !important;
	padding: 0 !important;
	text-align: left;
	margin: 0 auto 40px auto;
}

/* ============================================
   TOGGLES / ACCORDIONS
   ============================================ */

.togglecontainer section {
	margin-bottom: 25px;
	box-shadow: 4px 5px 16px 0 rgba(0, 0, 0, 0.15);
	background: #fff !important;
}

.togglecontainer section .single_toggle {
	margin: 0;
}

.togglecontainer section .single_toggle .toggler {
	border: none !important;
	padding: 20px 0 20px 60px !important;
	margin: 0 !important;
	background: transparent !important;
	color: #111 !important;
	line-height: 40px !important;
	top: 0;
}

.togglecontainer section .single_toggle .toggler.activeTitle {
	color: #cf0a67 !important;
}

.togglecontainer section .single_toggle .toggler:hover {
	color: #cf0a67 !important;
	opacity: 1 !important;
}

.togglecontainer section .toggle_content {
	background: #fff !important;
	padding: 0 60px 40px 60px;
}

.toggle_icon .vert_icon {
	position: absolute;
	left: 20px;
	top: -2px;
	height: 20px;
	border-left: 2px solid #cf0a67 !important;
}

.toggle_icon .hor_icon {
	position: absolute;
	top: 7px;
	left: 10.5px;
	width: 20px;
	border-top: 2px solid #cf0a67 !important;
}

.toggle_icon .hor_icon,
.toggle_icon .vert_icon {
	transition: none !important;
}

.togglecontainer section .toggle_content ul {
	margin-left: 28px !important;
}

.togglecontainer section .toggle_content p,
.togglecontainer section .toggle_content li {
	font-size: 16px !important;
	line-height: 26px !important;
	margin-bottom: 24px !important;
}

.togglecontainer section .toggle_content li {
	list-style-type: disc !important;
	list-style-position: outside;
	margin-bottom: 2px !important;
}

.togglecontainer section .toggle_content h2 {
	font-size: 20px !important;
	font-weight: normal;
	line-height: 32px !important;
	margin: 0 !important;
}

.togglecontainer section .toggle_content h2:has(+ ul) {
	margin-top: 24px !important;
}

/* ============================================
   PRIVACY POLICY
   ============================================ */

body.privacy-policy #wrap_all {
	background: none;
}

#interior .privacy hr {
	width: 20%;
	margin: 60px 0;
	border: none;
	border-bottom: 2px solid #efefef;
}

#interior .privacy h2 {
	font-size: 36px;
	color: #cf0a67;
	margin-bottom: 8px;
}

#interior .privacy h3 {
	font-size: 24px;
	text-transform: uppercase !important;
	color: #cf0a67;
	margin-bottom: 10px;
}

#interior .privacy p:has(+ h3) {
	margin-bottom: 80px !important;
}

#interior .privacy h4 {
	font-size: 22px;
	color: #1e1e1e;
	margin-bottom: 10px;
}

#interior .privacy h4:has(+ p) {
	margin-bottom: 10px !important;
}

#interior .privacy p strong {
	color: #1e1e1e;
}

#interior .privacy ul {
	margin-bottom: 28px;
}

#interior .privacy ul li {
	list-style-type: disc;
	margin: 0 0 0 36px;
}

#interior .privacy p:has(+ ul) {
	margin-bottom: 4px;
}

#interior .privacy ul:has(+ h4) {
	margin-bottom: 40px;
}

/* ============================================
   FOOTER
   ============================================ */

#footer {
	border-top: 4px solid #cf0a67 !important;
	background: #fff url(/wp-content/uploads/footer_bg_logo.svg) no-repeat !important;
	background-position: -54px 170px !important;
	background-size: contain !important;
	margin: 70px 0 0 0;
}

#footer .foot-col-1 img {
	width: 298px;
}

#footer .foot-col-2 p {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	margin-bottom: 25px;
}



/* ============================================
   MEDIA QUERIES - PENNEY DESIGN GROUP
   ============================================
   
   Breakpoints:
   - 1280px: Large desktop adjustments
   - 1024px: Tablet landscape / small desktop
   - 768px: Tablet portrait
   - 480px: Mobile landscape
   - 320px: Mobile portrait
   ============================================ */


/* ============================================
   LARGE DESKTOP - 1280px and below
   ============================================ */

@media only screen and (max-width: 1280px) {
	
	/* Homepage Hero */
	#hp-main h1 {
		font-size: 96px;
		line-height: 90px;
		top: -80px;
	}
	
	#hp-main .flex_column:nth-of-type(2) {
		top: 60px;
		margin-left: 30px;
		padding-right: 40px;
	}
	
	#hp-ourwork h2 {
		font-size: 70px;
	}
	
	/* Interior Hero */
	#int-hero h1 {
		font-size: 110px;
		padding-top: 220px;
	}
}


/* ============================================
   TABLET LANDSCAPE - 1024px and below
   ============================================ */

@media only screen and (max-width: 1024px) {
	
	/* Logo */
	.logo a svg {
		width: 220px;
	}
	
	/* Homepage Hero */
	#hp-main h1 {
		font-size: 80px;
		line-height: 75px;
		top: -60px;
	}
	
	#hp-main .flex_column:nth-of-type(2) {
		top: 40px;
		margin-left: 20px;
		padding-right: 30px;
	}
	
	#hp-main h4 {
		font-size: 26px;
		line-height: 38px;
	}
	
	#hp-main p,
	#hp-ourwork p,
	#hp-discover p,
	#hp-meetprincipals p {
		font-size: 20px;
		line-height: 32px;
	}
	
	/* Our Work Section */
	#hp-ourwork h2 {
		font-size: 60px;
	}
	
	#hp-ourwork p {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	#hp-ourwork .avia-button-wrap {
		float: none;
		margin-top: 0;
	}
	
	#hp-discover h3,
	#hp-meetprincipals h3 {
		font-size: 38px;
		line-height: 46px;
	}
	
	/* Interior Pages */
	#int-hero h1 {
		font-size: 90px;
		line-height: 85px;
		padding-top: 180px;
		bottom: -40px;
	}
	
	#interior h2 {
		font-size: 38px;
		line-height: 46px;
	}
	
	#interior .special-h2 h2 {
		font-size: 66px;
	}
	
	#interior p {
		font-size: 20px;
		line-height: 32px;
	}
	
	#interior li {
		font-size: 20px;
		line-height: 30px;
	}
	
	/* Team Grid */
	.av-team-grid a {
		width: 31%;
	}
	
	/* Team Member Page */
	.team_member {
		gap: 80px;
		margin-bottom: 80px;
	}
	
	#team-bio .member-meta {
		margin-top: 100px;
	}
	
	#team-bio .member-meta h2 {
		font-size: 50px;
		line-height: 54px;
	}
	
	#team-bio .member-bio {
		margin-bottom: 80px;
	}
	
	/* Projects */
	.projects .grid-entry {
		width: 48% !important;
		margin-right: 4%;
	}
	
	/* Single Project */
	#project-wrap #project-title h1 {
		font-size: 44px;
		line-height: 48px;
	}
	
	#project-wrap #project-title h1:after {
		font-size: 60px;
	}
	
	#project-wrap #project-blurb h2 {
		font-size: 22px;
		line-height: 32px;
	}
	
	#project-wrap #project-blurb p {
		font-size: 17px;
		line-height: 30px;
	}
	
	/* Insights Single */
	.hero-banner.insight-single-hero {
		min-height: 500px;
	}
	
	.hero-banner.insight-single-hero h1 {
		font-size: 42px;
		line-height: 44px;
		width: 90%;
	}
	
	.hero-banner.insight-single-hero .container,
	.insight-single-content .template-single-blog .container,
	.insight-single-content .big-preview.single-big,
	.insight-single-content .entry-content,
	.insight-single-content .top-container {
		width: 90% !important;
	}
}


/* ============================================
   TABLET PORTRAIT - 768px and below
   ============================================ */

@media only screen and (max-width: 768px) {
	
	/* Logo */
	.logo a svg {
		width: 200px;
	}
	
	/* Header Menu */
	header#header ul#avia-menu li a {
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	/* Homepage Hero */
	#hp-main h1 {
		font-size: 56px;
		line-height: 54px;
		top: -30px;
	}
	
	#hp-main .flex_column:nth-of-type(2) {
		top: 20px;
		margin-left: 0;
		padding-right: 0;
	}
	
	#hp-main h4 {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 30px;
	}
	
	#hp-main p,
	#hp-ourwork p,
	#hp-discover p,
	#hp-meetprincipals p {
		font-size: 18px;
		line-height: 28px;
	}
	
	/* Our Work Section */
	#hp-ourwork h2 {
		font-size: 48px;
		margin-bottom: 15px;
	}
	
	#hp-ourwork .hp-ourwork p {
		font-size: 16px;
		line-height: 24px;
	}
	
	#hp-ourwork .hp-ourwork img:hover {
		box-shadow: 10px -10px 0 0 #df1073;
	}
	
	#hp-discover h3,
	#hp-meetprincipals h3 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	
	/* Interior Hero */
	#int-hero h1 {
		font-size: 64px;
		line-height: 60px;
		padding-top: 140px;
		bottom: -30px;
	}
	
	/* Interior Pages */
	#interior h2 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	
	#interior .special-h2 h2 {
		font-size: 54px;
	}
	
	#interior p {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	
	#interior li {
		font-size: 18px;
		line-height: 28px;
	}
	
	#interior section .states {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 30px;
	}
	
	/* Forms */
	#interior form input,
	#interior form select {
		height: 70px;
		font-size: 18px !important;
	}
	
	#interior form textarea {
		height: 180px;
		font-size: 18px !important;
	}
	
	#interior form input[type="submit"] {
		padding: 0 60px 0 50px;
		height: 55px;
	}
	
	/* Team Grid */
	.av-team-grid {
		gap: 25px 30px;
	}
	
	.av-team-grid a {
		width: 48%;
	}
	
	/* Team Member Page */
	.team_member {
		flex-wrap: wrap;
		gap: 50px;
	}
	
	#team-bio,
	#team-pic {
		width: 100%;
	}
	
	#team-pic {
		margin-top: 0;
		order: -1;
	}
	
	#team-bio .member-meta {
		margin-top: 0;
	}
	
	#team-bio .member-meta h2 {
		font-size: 42px;
		line-height: 46px;
	}
	
	#team-bio .member-bio {
		margin-bottom: 60px;
	}
	
	/* Projects */
	.projects .grid-entry {
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	.projects .sort_by_cat a span {
		font-size: 12px;
		margin-right: 6px;
	}
	
	/* Single Project */
	#project-wrap #project-title h1 {
		font-size: 38px;
		line-height: 42px;
	}
	
	#project-wrap #project-title h1:after {
		font-size: 50px;
	}
	
	#project-wrap #project-specs {
		margin-bottom: 60px;
	}
	
	#project-wrap #project-blurb h2 {
		font-size: 20px;
		line-height: 28px;
	}
	
	#project-wrap #project-blurb p {
		font-size: 16px;
		line-height: 26px;
	}
	
	/* Insights Archive */
	#interior article.post-entry {
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	
	#interior article.post-entry .big-preview {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	#interior article.post-entry h2.post-title.entry-title {
		font-size: 28px !important;
		line-height: 34px;
	}
	
	#interior article.post-entry .entry-content .read-more-link a {
		font-size: 18px;
	}
	
	/* Insights Single */
	.hero-banner.insight-single-hero {
		min-height: 400px;
	}
	
	.hero-banner.insight-single-hero h1 {
		font-size: 36px;
		line-height: 38px;
		width: 100%;
	}
	
	.hero-banner.insight-single-hero h2 {
		font-size: 16px;
	}
	
	.hero-banner.insight-single-hero ul li {
		font-size: 12px;
	}
	
	.insight-single-content h2 {
		font-size: 22px;
		line-height: 30px;
	}
	
	.insight-single-content p {
		font-size: 17px;
		line-height: 24px;
	}
	
	/* Toggles/Accordions */
	.togglecontainer section .single_toggle .toggler {
		padding: 15px 0 15px 50px !important;
		line-height: 32px !important;
		font-size: 16px;
	}
	
	.togglecontainer section .toggle_content {
		padding: 0 50px 30px 50px;
	}
	
	.togglecontainer section .toggle_content p,
	.togglecontainer section .toggle_content li {
		font-size: 15px !important;
		line-height: 24px !important;
	}
	
	/* Privacy Policy */
	#interior .privacy h2 {
		font-size: 30px;
	}
	
	#interior .privacy h3 {
		font-size: 22px;
	}
	
	#interior .privacy h4 {
		font-size: 20px;
	}
	
	/* Footer */
	#footer {
		background-position: -80px 170px !important;
	}
	
	#footer .foot-col-1 img {
		width: 240px;
	}
	
	#footer .foot-col-2 p,
	#footer .foot-col-3 a {
		font-size: 13px;
		letter-spacing: 1.2px;
	}
	
	#footer .foot-col-3 {
		text-align: left;
		margin-top: 30px;
	}
	
	#footer .foot-col-3 img {
		margin-left: 15px;
	}
}


/* ============================================
   MOBILE LANDSCAPE - 480px and below
   ============================================ */

@media only screen and (max-width: 480px) {
	
	/* Logo */
	.logo a svg {
		width: 180px;
	}
	
	/* Header */
	header#header ul#avia-menu li a {
		font-size: 13px;
	}
	
	/* Homepage Hero */
	#hp-main h1 {
		font-size: 44px;
		line-height: 42px;
		top: -20px;
	}
	
	#hp-main h4 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	
	#hp-main p,
	#hp-ourwork p,
	#hp-discover p,
	#hp-meetprincipals p {
		font-size: 16px;
		line-height: 26px;
	}
	
	/* Our Work Section */
	#hp-ourwork h2 {
		font-size: 40px;
	}
	
	#hp-ourwork .hp-ourwork p {
		font-size: 15px;
		line-height: 22px;
	}
	
	#hp-ourwork .hp-ourwork img:hover {
		box-shadow: 8px -8px 0 0 #df1073;
	}
	
	#hp-discover h3,
	#hp-meetprincipals h3 {
		font-size: 28px;
		line-height: 34px;
	}
	
	/* Interior Hero */
	#int-hero h1 {
		font-size: 48px;
		line-height: 46px;
		padding-top: 100px;
		bottom: -20px;
	}
	
	/* Interior Pages */
	#interior h2 {
		font-size: 28px;
		line-height: 34px;
	}
	
	#interior .special-h2 h2 {
		font-size: 42px;
	}
	
	#interior p {
		font-size: 16px;
		line-height: 26px;
	}
	
	#interior li {
		font-size: 16px;
		line-height: 26px;
	}
	
	#interior .contact-page h3 {
		font-size: 24px;
		line-height: 30px;
	}
	
	#interior .contact-page p {
		font-size: 18px;
		line-height: 30px;
	}
	
	/* Forms */
	#interior form input,
	#interior form select {
		height: 65px;
		font-size: 17px !important;
	}
	
	#interior form textarea {
		height: 160px;
		font-size: 17px !important;
	}
	
	#interior form input[type="submit"] {
		padding: 0 50px 0 40px;
		height: 50px;
		font-size: 16px;
	}
	
	/* Team Grid */
	.av-team-grid {
		gap: 20px;
	}
	
	.av-team-grid a {
		width: 100%;
	}
	
	.av-team-card h3.av-team-name.entry-title {
		font-size: 20px;
		line-height: 28px;
	}
	
	.av-team-card p.av-team-title {
		font-size: 13px !important;
	}
	
	a.av-team-link:hover .av-team-photo {
		box-shadow: 8px -8px 0 0 #df1073 !important;
	}
	
	/* Team Member Page */
	.team_member {
		gap: 30px;
		margin-bottom: 50px;
	}
	
	#team-bio .member-meta h2 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	
	#team-bio h3.member-title {
		font-size: 14px;
		margin-bottom: 15px;
	}
	
	#team-bio h4.member-contact {
		font-size: 13px;
	}
	
	#team-bio p {
		font-size: 16px;
		line-height: 26px;
	}
	
	#team-bio .member-bio {
		margin-bottom: 50px;
	}
	
	#team-pic .member-photo:before {
		width: 25px;
		height: 25px;
	}
	
	/* Projects */
	.projects h3.grid-entry-title.entry-title a {
		font-size: 20px;
	}
	
	.projects .grid-entry-excerpt.entry-content {
		font-size: 12px;
	}
	
	/* Single Project */
	#project-wrap #project-title h1 {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	
	#project-wrap #project-title h1:after {
		font-size: 44px;
	}
	
	#project-wrap #project-categories .cats-inline {
		font-size: 12px;
	}
	
	#project-wrap #project-categories .cats-inline:after {
		width: 120px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#project-wrap #project-specs {
		margin-bottom: 40px;
	}
	
	#project-wrap #project-specs p {
		font-size: 13px;
	}
	
	#project-wrap #project-blurb h2 {
		font-size: 18px;
		line-height: 26px;
	}
	
	#project-wrap #project-blurb p {
		font-size: 15px;
		line-height: 24px;
	}
	
	/* Insights Archive */
	#interior article.post-entry {
		margin-bottom: 50px;
	}
	
	#interior article.post-entry h2.post-title.entry-title {
		font-size: 24px !important;
		line-height: 30px;
	}
	
	#interior article.post-entry span.post-meta-infos time {
		font-size: 14px !important;
	}
	
	#interior article.post-entry span.blog-categories.minor-meta a {
		font-size: 13px;
	}
	
	#interior article.post-entry .entry-content .read-more-link a {
		font-size: 16px;
	}
	
	#interior article.post-entry:hover .read-more-link a {
		margin-left: 10px;
	}
	
	/* Insights Single */
	.hero-banner.insight-single-hero {
		min-height: 350px;
	}
	
	.hero-banner.insight-single-hero h1 {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 18px;
	}
	
	.hero-banner.insight-single-hero h2 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	
	.hero-banner.insight-single-hero h2:before {
		width: 11px;
		height: 11px;
	}
	
	.hero-banner.insight-single-hero ul li {
		font-size: 11px;
	}
	
	.hero-banner.insight-single-hero .container {
		padding: 0 0 40px 0;
	}
	
	.insight-single-content h2 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	
	.insight-single-content p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 22px;
	}
	
	/* Toggles/Accordions */
	.togglecontainer section .single_toggle .toggler {
		padding: 12px 0 12px 45px !important;
		line-height: 28px !important;
		font-size: 15px;
	}
	
	.togglecontainer section .toggle_content {
		padding: 0 20px 25px 20px;
	}
	
	.togglecontainer section .toggle_content p,
	.togglecontainer section .toggle_content li {
		font-size: 14px !important;
		line-height: 22px !important;
	}
	
	.togglecontainer section .toggle_content h2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}
	
	.toggle_icon .vert_icon {
		left: 18px;
		height: 16px;
	}
	
	.toggle_icon .hor_icon {
		top: 6px;
		left: 10px;
		width: 16px;
	}
	
	/* Privacy Policy */
	#interior .privacy hr {
		width: 30%;
		margin: 40px 0;
	}
	
	#interior .privacy h2 {
		font-size: 26px;
	}
	
	#interior .privacy h3 {
		font-size: 20px;
	}
	
	#interior .privacy h4 {
		font-size: 18px;
	}
	
	#interior .privacy p:has(+ h3) {
		margin-bottom: 50px !important;
	}
	
	/* Footer */
	#footer {
		margin: 50px 0 0 0;
		background-position: -100px 200px !important;
	}
	
	#footer .foot-col-1 img {
		width: 220px;
		margin-bottom: 30px;
	}
	
	#footer .foot-col-2 p {
		font-size: 12px;
		margin-bottom: 20px;
	}
	
	#footer .foot-col-3 p {
		margin-bottom: 25px;
	}
	
	#footer .foot-col-3 a {
		font-size: 12px;
		margin-left: 0;
		margin-right: 12px;
		display: inline-block;
		margin-bottom: 10px;
	}
	
	#footer .foot-col-3 img {
		width: 30px;
		margin-left: 10px;
	}
	
	#footer .foot-copyright {
		margin-top: 50px;
		font-size: 13px;
	}
}


/* ============================================
   MOBILE PORTRAIT - 320px and below
   ============================================ */

@media only screen and (max-width: 320px) {
	
	/* Logo */
	.logo a svg {
		width: 160px;
	}
	
	/* Homepage Hero */
	#hp-main h1 {
		font-size: 38px;
		line-height: 36px;
	}
	
	#hp-main h4 {
		font-size: 18px;
		line-height: 26px;
	}
	
	#hp-ourwork h2 {
		font-size: 36px;
	}
	
	#hp-discover h3,
	#hp-meetprincipals h3 {
		font-size: 26px;
		line-height: 32px;
	}
	
	/* Interior Hero */
	#int-hero h1 {
		font-size: 42px;
		line-height: 40px;
		padding-top: 80px;
	}
	
	/* Team Member */
	#team-bio .member-meta h2 {
		font-size: 32px;
		line-height: 36px;
	}
	
	/* Projects */
	#project-wrap #project-title h1 {
		font-size: 28px;
		line-height: 32px;
	}
	
	#project-wrap #project-title h1:after {
		font-size: 38px;
	}
	
	/* Insights */
	#interior article.post-entry h2.post-title.entry-title {
		font-size: 22px !important;
		line-height: 28px;
	}
	
	.hero-banner.insight-single-hero h1 {
		font-size: 26px;
		line-height: 28px;
	}
}

#footer .foot-col-3 {
	text-align: right;
}

#footer .foot-col-3 p {
	margin-bottom: 40px;
}

#footer .foot-col-3 a {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	margin-left: 12px;
}

#footer .foot-col-3 img {
	margin-left: 20px;
	filter: grayscale(1);
	opacity: 0.3;
	transition: all 300ms ease;
}

#footer .foot-col-3 img:hover {
	filter: none;
	opacity: 1;
}

#footer .foot-copyright {
	margin-top: 80px;
	text-align: center;
	font-weight: 300;
}



.grid-sort-container.isotope {
	width: 104% !important;
	overflow: visible !important;
}