/* ==========================================================================
   Design Works Studio - design system
   Rewritten from the original dws.css + side-menu.css: same class API and
   computed values, minus dead code, IE-era prefixes, duplicates, and bugs.
   ========================================================================== */

:root {
	--dws-blue: #0190B3;
	--dws-blue-dark: #037f9d;
	--dws-ink: #231f20;
	--dws-ink-soft: #2f2b2c;
	--dws-gray: #585556;
	--dws-gray-light: #7f8c8d;
	--dws-pale: #dbebee;
	--dws-paper: #f3f3f3;
	--font-serif: 'Cardo', serif;
	--font-sans: 'Roboto', sans-serif;
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */

body { margin: 0; padding: 0; color: var(--dws-gray-light); font-size: 13px; }

* { font-family: var(--font-sans); letter-spacing: -.03em; box-sizing: border-box; }

h1, h2, h3, h4, h5, p, a, li, ul, ol, span, label { margin: 0; padding: 0; }

h1, h2, h3, h4, h5 { font-family: var(--font-serif); letter-spacing: -.05em; font-weight: 300; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }

h1, h2, h3, h4, h5, h6, label, a { color: var(--dws-ink-soft); }

a.link:link, a.link:visited, a.link:active { color: var(--dws-blue); }
a.link:hover { color: var(--dws-ink); }

.darkbrown { color: var(--dws-ink) !important; }
.blue { color: var(--dws-blue) !important; }

img.mainlogo { display: inline-block; max-height: 160px; position: relative; }
img.footerlogo { display: inline-block; width: 120px; }

/* --------------------------------------------------------------------------
   Layout helpers
   -------------------------------------------------------------------------- */

.outer-shell { margin: 0 auto; padding: 0 10px; }
.container { width: 100%; max-width: 1440px; margin: 0 auto; display: table; }
.gallery-container-slider { width: 100%; max-width: 1440px; margin: 0; display: inline-flex; position: relative; }

.align-center { text-align: center; }
.align-right { text-align: right; }
.float-left { float: left; }
.float-right { float: right; }
.top-margin { margin-top: 20px; }

#paddingx { padding: 0 10px; }
#paddingy { padding: 10px 0; }
#padding { padding: 10px; }
#paddingxl { padding: 20px; }
#centery { position: relative; top: 50%; transform: translateY(-50%); }
#spacer10 { display: block; height: 10px; }
#spacer20 { display: block; height: 20px; }
#spacer50 { display: block; height: 50px; }

.flex-box-wrapper { display: flex; flex-wrap: wrap; }
.flex-box-container { flex: 1; }
.pure-img-responsive { max-width: 100%; height: auto; }
.mobile-only { display: none !important; }

/* --------------------------------------------------------------------------
   Buttons & forms
   -------------------------------------------------------------------------- */

.pure-form label { margin: 1em 0 0; font-weight: bold; font-size: 100%; }
.pure-form input[type] { border: 1px solid #ddd; box-shadow: none; font-size: 16px; text-decoration: none; }

.pure-button { background-color: var(--dws-paper); color: var(--dws-gray); padding: .7em .6em; border-radius: 5px; }
a.pure-button-primary { background: var(--dws-paper); color: var(--dws-gray); border-radius: 5px; font-size: 130%; padding: 10px 30px; }
.pure-button:hover, .pure-button:focus {
	background-image: linear-gradient(transparent, rgba(0,0,0,.1) 40%, rgba(0,0,0,.1));
}

div.dws-button-wrapper { display: flex; flex-wrap: wrap; margin-top: 20px; }
a.dws-button, .dws-button {
	display: flex;
	flex: 0 1 190px;
	justify-content: center;
	background: var(--dws-blue);
	padding: 15px 0;
	margin: 5px;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	font-size: 16px;
}
a.dws-button-out, .dws-button-out { background: #fff !important; outline: 2px solid var(--dws-blue); color: var(--dws-blue); }
a.dws-button:hover, .dws-button:hover,
a.dws-button-out:hover, .dws-button-out:hover { background: var(--dws-blue-dark) !important; color: #fff; }

.services-button {
	background: var(--dws-blue);
	padding: 15px 30px;
	display: inline-block;
	margin: 0 10px 10px 0;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	font-size: 16px;
}
div.services-container a.services-button { margin-top: 20px; }
.services-button:hover, div.services-container a.services-button:hover { background-color: var(--dws-blue-dark); }
.services-button-wht {
	background: #fff !important;
	color: var(--dws-blue) !important;
	border: 2px solid var(--dws-blue) !important;
}
.services-button-wht:hover { background: #0190b31a !important; }

/* --------------------------------------------------------------------------
   Header: slide-out menu (mobile)
   -------------------------------------------------------------------------- */

#layout, #menu, .menu-link { transition: all .2s ease-out; }

#layout { position: relative; padding-left: 0; }
#layout.active #menu { left: 185px; width: 185px; }
#layout.active .menu-link { left: 185px; }

#menu {
	margin-left: -185px;
	width: 185px;
	position: fixed;
	top: 0; left: 0; bottom: 0;
	z-index: 1000;
	background: var(--dws-ink);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#menu a { color: #e0e0e0; border: none; padding: 0 0 .6em .6em; }
#menu .pure-menu, #menu .pure-menu ul { border: none; background: transparent; }
#menu .pure-menu ul, #menu .pure-menu .menu-item-divided { border-top: 1px solid #333; }
#menu .pure-menu li a:hover, #menu .pure-menu li a:focus { background: #333; }
#menu .pure-menu-selected a { color: #fff; font-weight: 700; }
#menu .pure-menu-heading {
	font-family: var(--font-serif);
	font-size: 110%;
	color: #fff;
	text-decoration: none;
	margin: 0;
	font-weight: 700;
}

.menu-link {
	position: fixed;
	display: block;
	top: 0; left: 0;
	color: #fff;
	background: rgba(35, 31, 32, .6);
	font-size: 13px;
	text-decoration: none;
	z-index: 10;
	height: 50px;
	line-height: 52px;
	padding: 0 1em;
	margin: 15px 0;
}
.menu-link:hover, .menu-link:focus { background: rgba(35, 31, 32, .7); color: #fff !important; }
.menu-link span { position: relative; display: block; }

/* --------------------------------------------------------------------------
   Header: horizontal menus
   -------------------------------------------------------------------------- */

.horz-menu-upper {
	height: 60px;
	line-height: 60px;
	background-color: var(--dws-paper);
	display: block;
	z-index: 3;
}
.horz-menu-upper .container { line-height: 60px; }
.horz-menu-upper a.navbutton {
	width: 32%;
	min-width: 140px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	color: var(--dws-gray);
	border-right: 1px #e3e3e3 solid;
	letter-spacing: -.04em;
	font-size: 16px;
}
.horz-menu-upper a.navbutton:hover { background-color: #f0f0f0; }

.horz-menu-lower { width: 100%; max-width: 1440px; height: 90px; margin: 0 auto; }
.horz-menu-lower .icons { display: inline-block; margin-right: 9px; padding: 14px 0; }
.horz-menu-lower .icons-ph { display: inline-block; height: 30px; margin: 15px 9px 15px 0; }
.horz-menu-lower-ph {
	font-family: 'Cardo', 'Roboto', serif !important;
	line-height: 60px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -.04em;
}

/* --------------------------------------------------------------------------
   Home: banner
   -------------------------------------------------------------------------- */

.home-banner { margin-top: 10px; }
.home-banner .main-image-outer {
	background-size: cover;
	width: 100%;
	height: inherit;
	display: flex;
	justify-content: center;
}
.home-banner .main-image-outer1 { background-image: url('/images/dws-banner-01-2025.jpg'); }
.home-banner .main-image-outer2 { background-image: url('/images/dws-banner-02-2025.jpg'); }
.home-banner .main-image-outer3 { background-image: url('/images/dws-banner-03-2025.jpg'); }
.home-banner .main-image-outer4 { background-image: url('/images/dws-banner-04-2025.jpg'); }
.home-banner .main-image-outer5 { background-image: url('/images/dws-banner-05-2025.jpg'); }
.home-banner .main-image-inner { align-self: center; }
.home-banner .main-image-inner h2 {
	color: #fff;
	font-size: 80px;
	text-shadow: 3px 5px 15px #777;
	margin-bottom: 10px;
}
.home-banner .main-image-inner a.pure-button-primary {
	color: var(--dws-gray);
	font-family: 'Cardo', 'Roboto', serif;
	text-decoration: none;
}

/* --------------------------------------------------------------------------
   Home: spaces buttons
   -------------------------------------------------------------------------- */

.sel-spaces { background-color: var(--dws-pale); padding-bottom: 10px; }
.sel-spaces .sp-bt-pd-l { margin-left: 10px; margin-top: 10px; }
.sel-spaces a.spaces-button {
	--overlay: rgba(0, 0, 0, .33);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 200px;
	line-height: 200px;
	display: flex;
	justify-content: center;
	align-self: center;
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	letter-spacing: -.03em;
	font-family: 'Cardo', 'Roboto', serif;
}
.sel-spaces a.spaces-button:hover { --overlay: rgba(0, 0, 0, 0); }
.sel-spaces a.spaces-button-1 { background-image: linear-gradient(var(--overlay), var(--overlay)), url('/images/home/spaces-furnishings.jpg'); }
.sel-spaces a.spaces-button-2 { background-image: linear-gradient(var(--overlay), var(--overlay)), url('/images/home/spaces-commercial.jpg'); }
.sel-spaces a.spaces-button-3 { background-image: linear-gradient(var(--overlay), var(--overlay)), url('/images/home/spaces-construction.jpg'); }
.sel-spaces a.spaces-button-4 { background-image: linear-gradient(var(--overlay), var(--overlay)), url('/images/home/spaces-remodel.jpg'); }

/* --------------------------------------------------------------------------
   Home: about sections
   -------------------------------------------------------------------------- */

.about-dws { background-color: #fff; padding-top: 20px; }
.about-dws p { color: var(--dws-ink); line-height: 175%; font-size: 18px; }
.about-dws h1 {
	color: var(--dws-gray);
	font-size: 18px;
	margin-bottom: 5px;
	font-family: var(--font-sans);
}
.about-dws h2 {
	color: #262523;
	font-size: 42px;
	margin-bottom: 20px;
	font-family: 'Cardo', 'Roboto', serif;
}

div.why-choose { flex: 1; padding: 25px 0; }
div.services-offered { flex: 1; max-width: 400px; margin: auto; padding: 25px 0; }
div.services-offered h3 { color: #262523; text-align: left; margin-bottom: 10px; }
div.text-overlay-div {
	margin-top: -70px;
	background-color: #fff;
	border-radius: 8px;
	max-width: 90%;
	padding: 25px 25px 0;
	position: relative;
	box-shadow: rgba(0, 0, 0, .07) 0 -10px 15px;
}

/* --------------------------------------------------------------------------
   Contact / team CTA bands
   -------------------------------------------------------------------------- */

div.our-team-services, div.our-team-contact {
	background-color: var(--dws-blue);
	background-image: linear-gradient(rgba(0, 0, 0, .01), rgba(255, 255, 255, .2));
	padding-top: 20px;
}
div.our-team-services h2, div.our-team-contact h2 { color: #fff; text-align: center; margin-bottom: 0; }
div.our-team-services h3, div.our-team-contact h3 { color: #fff; text-align: center; }
div.our-team-services-features, div.our-team-contact-box {
	margin: 25px auto -10px;
	background-color: #fff;
	border-radius: 8px;
	width: 90%;
	max-width: 980px;
	padding: 25px;
	position: relative;
	box-shadow: rgba(0, 0, 0, .14) 0 -10px 15px;
}
div.our-team-services-offered { flex: 1; max-width: 290px; }

div.profile-portfolio { flex: 1 !important; margin: 5px; width: auto !important; }
a.profile-portfolio { display: flex; margin: 0; background: #f2f2f2; }
img.profile-portfolio { max-height: 300px; margin: auto; display: flex; }
h3.profile-portfolio { display: flex; margin: auto auto 15px; padding: 5px 10px; justify-content: center; font-size: 16px; text-align: center; }

/* --------------------------------------------------------------------------
   Content pages & galleries
   -------------------------------------------------------------------------- */

.page-content { background-color: #fff; padding: 20px 0; border-top: 1px #e3e3e3 solid; }
.page-content h1 {
	color: var(--dws-ink);
	line-height: 125%;
	font-size: 60px;
	font-family: var(--font-sans);
	font-weight: 300;
	letter-spacing: -.03em;
}
.page-content p { color: var(--dws-ink); line-height: 175%; font-size: 17px; }

.gallery, .room, .project { padding-bottom: 10px; }
.gallery-container, .room-container, .proj-gal-container { padding: 10px 5px 0; }

h2.gallery-type-title {
	font-size: 28px;
	text-align: left;
	margin-top: 20px;
	padding-left: 5px;
	display: block;
	border-bottom: 1px #f0f0f0 solid;
	color: #403d3d;
	font-family: var(--font-sans);
	font-weight: 400;
}

a.gallery-main-img {
	font-size: 32px;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 300px;
	line-height: 300px;
	display: flex;
	justify-content: center;
	align-self: center;
	transition: all .7s ease;
	color: rgba(255, 255, 255, 0);
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
}
a.gallery-main-img:hover {
	color: #fff;
	box-shadow: inset 0 0 165px 85px rgba(0, 0, 0, .66);
}
.gallery-container p.gallery-designer { color: var(--dws-ink); line-height: 20px; font-size: 13px; text-align: right; }

a.room-main-img {
	font-family: var(--font-sans);
	font-size: 32px;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 300px;
	line-height: 300px;
	display: flex;
	justify-content: center;
	align-self: center;
	transition: all .7s ease;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	box-shadow: inset 0 0 165px 85px rgba(0, 0, 0, .5);
}
.room-container p.room-title { color: var(--dws-ink); line-height: 20px; font-size: 13px; text-align: right; }

/* Project portfolio pages */

div.proj-feat-img { padding: 5px; background-color: #f0f0f0; display: inline-block; }
div.proj-feat-img:hover { background-color: var(--dws-blue); transition: all .9s ease; }
img.proj-feat-img { display: flex; margin: 0 auto; max-width: 100%; max-height: 640px; }
a.proj-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-self: center;
}

div.thumb-text, div.thumb-text a { color: var(--dws-gray-light); font-size: 12px; text-decoration: none; padding: 5px 0 0; }
div.thumb-text a:hover { color: var(--dws-ink); }

/* Single image pages */

div.single-image-container { background: #f9f9f9; text-align: center; min-height: 500px; }
img.single-image { max-width: 100%; max-height: 768px; }
h1.single-image-share-text { font-size: 20px; margin-bottom: 12px; }
h2.single-image-form-headline { font-size: 30px; margin-bottom: -10px; text-align: center; }
a.single-image-tag {
	font-size: 14px;
	padding: 5px 10px;
	margin: 0 3px 0 0;
	background: #f0f0f0;
	color: var(--dws-gray);
	text-decoration: none;
	line-height: 240%;
}
a.single-image-tag:hover { color: #f0f0f0; background: var(--dws-gray); }

/* --------------------------------------------------------------------------
   Service pages
   -------------------------------------------------------------------------- */

div.Portfolio-Block { display: flex; margin: auto; width: 100%; justify-content: center; }

div.services-container { border-bottom: 1px #ececec solid; display: inline-block; padding: 20px 0; }
div.services-container-inner { padding: 30px; }
div.services-container h2 { font-size: 36px; margin-bottom: 15px; }
div.services-image-container img { max-width: 100%; border-radius: 12px; box-shadow: var(--dws-paper) -5px 6px 0; border: 4px solid #fff; }

h2.service-subtitle { margin-bottom: 25px; }
div.service-header { margin: 0; display: flex; flex-direction: column; padding-bottom: 25px; }
div.service-button-nav { display: flex; flex-wrap: wrap; justify-content: center; }

div.service-body { display: flex; margin: 0; width: 100%; }
div.service-img { padding: 50px; margin: 0; min-height: 250px; }
img.service-img { border-radius: 12px; width: 100%; }
div.service-text { flex: 1; margin: auto; justify-content: center; max-width: 680px; }

div.service-info { padding: 6px 10px; }
div.service-info h1.service-title { letter-spacing: -.05em; line-height: 100%; margin-bottom: 12px; }
div.service-info p { font-size: 17px; line-height: 175%; margin-bottom: 30px; }
div.service-info p.service-subtitle {
	color: #a3a3a3;
	font-family: var(--font-serif);
	font-size: 30px;
	line-height: 100%;
	margin: 3px 0 30px;
}

div.service-details { background: #f0f0f0; margin: 10px 5px 0; border-radius: 14px; }
div.service-details h3 { font-size: 24px; font-weight: 700; }
div.service-details div.line-item { font-size: 14px; line-height: 24px; color: var(--dws-ink); }
div.service-details div.line-item-lg { font-size: 16px; font-weight: 600; line-height: 32px; color: var(--dws-ink); }
div.service-details div.line-item-title {
	font-size: 18px;
	color: var(--dws-blue);
	font-weight: 400;
	line-height: 14px;
	margin: 15px 0 10px;
	padding: 8px 15px;
	background: #e8e8e8;
	border-radius: 8px;
}
div.service-details div.line-item::before,
div.service-details div.line-item-lg::before { content: "\2022"; padding-right: 10px; }

div.pagesection-faqs { background: #fff; margin: 10px 5px 0; }
div.pagesection-faqs-inner { padding: 5px 15px 25px 0; }
div.pagesection-faqs h3 { font-size: 24px; font-weight: 700; color: var(--dws-ink); margin-bottom: 20px; }
div.pagesection-faqs h4 { font-size: 18px; font-weight: 600; line-height: 32px; color: #000; }
div.pagesection-faqs p { color: var(--dws-ink); }

div.pagesection-detailedserv { background: #fff; margin: 10px 5px 0; }
div.pagesection-detailedserv-inner { padding: 5px 15px 25px 0; }
div.pagesection-detailedserv h2 { font-size: 30px; font-weight: 700; color: var(--dws-ink); margin-bottom: 20px; }
div.pagesection-detailedserv h3 { font-size: 24px; font-weight: 600; line-height: 32px; color: #000; }
div.pagesection-detailedserv p { color: var(--dws-ink); }

/* --------------------------------------------------------------------------
   Press
   -------------------------------------------------------------------------- */

h1.presscov { color: var(--dws-gray); font-size: 18px; margin-bottom: 5px; text-align: center; font-family: var(--font-sans); }
h2.presscov { color: #262523; width: 100%; max-width: 1024px; font-size: 42px; margin: 0 auto 30px; font-family: 'Cardo', 'Roboto', serif; text-align: center; }
div.pressbody { display: flex; margin: 0; }
div.pressimg { flex: 1; padding: 50px; margin: 0; }
div.presstext { flex: 1; margin: auto; justify-content: center; }
a.presslink { color: var(--dws-blue); font-weight: 600; }
p.presstext { margin-bottom: 25px; }
div.inthenews-container { display: flex; flex-wrap: wrap; margin: auto; justify-content: center; }
div.inthenews { flex: 0 1 30%; padding: 0 20px; margin: 1%; text-align: center; }
div.inthenews a { display: inline-flex; justify-content: center; margin-bottom: 20px; }
img.press-img { margin: auto; border: 1px solid #f0f0f0; border-radius: 12px; }
hr.press { background: var(--dws-blue); border: 0; height: 4px; width: 25%; min-width: 90px; }
p.press-date { color: #989898; }
h3.press-title, a.press-title { font-size: 24px; font-weight: 700; color: #000; text-decoration: none; font-family: var(--font-serif); }
a.press-title:hover { color: var(--dws-blue); }
p.press-source { font-size: 14px; text-align: center; }

/* --------------------------------------------------------------------------
   Team & bios
   -------------------------------------------------------------------------- */

div.bio-container { padding: 10px; }
div.bio-pic { padding: 5px; background-color: #f0f0f0; }
div.bio-pic:hover { background-color: var(--dws-blue); transition: all .9s ease; }
div.bio-pic img.bio-pic { width: 100%; display: block; }
div.bio-info { padding: 3px 0; text-align: center; }
div.bio-info p.bio-name { font-size: 16px; font-weight: 700; letter-spacing: -.05em; line-height: 150%; }
div.bio-info p.bio-position { font-size: 14px; line-height: 100%; }

div.profile-container { padding: 10px; }
div.bio-profile-container { padding: 0 25px; }
div.profile-pic { padding: 5px; background-color: #f0f0f0; }
div.profile-pic:hover { background-color: var(--dws-blue); transition: all .9s ease; }
div.profile-pic img.profile-pic { width: 100%; display: block; }
div.profile-info { padding: 6px 10px; }
div.profile-info h1.profile-name { letter-spacing: -.05em; line-height: 100%; }
div.profile-info p { font-size: 17px; line-height: 175%; }
div.profile-info p.profile-position { color: #a3a3a3; font-family: var(--font-serif); font-size: 30px; line-height: 100%; margin: 3px 0 30px; }

/* --------------------------------------------------------------------------
   Breadcrumb
   -------------------------------------------------------------------------- */

div.bread-crumb { padding: 0 0 8px; }
div.bread-crumb span::after { content: "/"; padding: 0 8px; }
div.bread-crumb a { text-decoration: none; }
div.bread-crumb a:hover { color: var(--dws-blue); text-decoration: underline; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.footer { background-color: var(--dws-paper); padding: 25px 0; position: relative; z-index: 999; }
.footer p, .footer a, .footer a:visited { color: var(--dws-gray); line-height: 150%; font-size: 15px; text-decoration: none; }
.footer p.footerleft { line-height: 80px; }
.footer-logo-container { float: left; margin-right: 40px; }
.footer-main-nav { float: left; }

.subfooter { background-color: var(--dws-gray); padding: 0; }
.subfooter p, .subfooter a.link, .subfooter a.link:visited { color: #fff; line-height: 42px; font-size: 15px; text-decoration: none; }
img.footer-icons { padding: 0 4px; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1240px) {
	.horz-menu-upper a.navbutton { width: 32%; min-width: 120px !important; font-size: 14px; }
}

@media (max-width: 1024px) {
	h1 { font-size: 18px; }

	.mobile-only { display: inline-block !important; }
	.desktop-only { display: none !important; }
	.mobile-left { float: left; text-align: left; }
	.mobile-top-margin { margin-top: 10px !important; }
	#paddingy { padding: 5px 0; }

	.home-banner .main-image-inner h2 { font-size: 48px; }
	.horz-menu-upper a.navbutton { width: 32%; min-width: 95px !important; font-size: 12px; }

	.sel-spaces a.spaces-button { height: 160px; line-height: 160px; font-size: 18px; }
	.sel-spaces .sp-bt-pd-mb { margin-left: 0; }

	.page-content h1 { font-size: 48px; }
	.page-content p { font-size: 15px; }
	h2.gallery-type-title { font-size: 20px; }

	a.gallery-main-img, a.gallery-main-img:hover, a.room-main-img { height: 125px; line-height: 125px; font-size: 14px; }
	.gallery-container p.gallery-title, .room-container p.room-title { line-height: 16px; font-size: 10px; }

	div.service-body { flex-direction: column; }
	img.service-img { margin: auto; }
	div.service-img { margin: auto; }

	h1.presscov { font-size: 16px !important; margin-bottom: 8px; line-height: 110% !important; }
	h2.presscov { font-size: 24px; margin: 0 auto 10px; }
	div.pressbody { flex-direction: column; }
	img.pressimg { display: flex; margin: auto; width: 100%; }
	div.inthenews { flex: 0 1 95%; margin: auto; }
}

@media (max-width: 768px) {
	body { font-size: 16px; }
	.home-banner .main-image-inner h2 { font-size: 42px; }
	.l-box-lrg { border: none; }

	a.proj-img { height: 180px; }
	div.profile-container { max-width: 400px; margin: auto; }
	div.our-team-services h2, div.our-team-contact h2 { font-size: 30px; }
	div.our-team-services h3, div.our-team-contact h3 { font-size: 18px; padding: 0 15px; }

	div.profile-portfolio { flex: auto !important; }
	img.profile-portfolio { max-height: 100%; width: 100%; }
	h3.profile-portfolio { padding: 5px; font-size: 14px; }

	div.service-details h3 { font-size: 18px; }
}

@media (max-width: 640px) {
	.home-banner .main-image-inner h2 { font-size: 36px; }
	.home-banner .main-image-inner a.pure-button-primary { font-size: 100%; }
	a.pure-button-primary { padding: 8px 40px; }

	.sel-spaces .sp-bt-pd-l { margin-left: 0; margin-top: 10px; }

	div.bread-crumb span, div.bread-crumb a { font-size: 10px; }

	.page-content { padding: 20px 0 0; }
	.page-content h1 { font-size: 30px; line-height: 75%; }
	div.single-image-container { min-height: 233px; }
	div.proj-feat-img { margin-bottom: 10px; }

	.mobile-center { text-align: center; }

	.footer { padding: 12px 0; text-align: center; }
	.footer p, .footer a, .footer a:visited { line-height: 130%; font-size: 12px; }
	.footer p.footerleft { line-height: 130%; }
	.footer-logo-container { float: none; text-align: center; display: block; margin: 0 0 12px; }
	.footer-main-nav { float: left; width: 100%; }
}

@media (max-width: 468px) {
	.home-banner { min-height: 156px !important; }
	.sel-spaces { min-height: 690px; }
}

/* Menu switching: desktop menu above 50em, mobile header + slide-out below */

@media (min-width: 50em) {
	#layout { padding-left: 150px; left: 0; }
	.menu-link { position: fixed; left: 150px; display: none; }
	#layout.active .menu-link { left: 150px; }
	.horz-menu-mobile { display: none; }
}

@media (max-width: 50em) {
	#layout.active { position: relative; left: 150px; }

	.horz-menu { display: none; }
	.horz-sub-menu { display: none; }
	.mobile-sub-menu { display: inline-block; }

	.horz-menu-upper-mobile { height: 80px; background-color: #f7f7f7; }
	.horz-menu-upper-mobile .icons { display: inline-block; height: 25px; margin: 0 0 0 3px; }
	.horz-menu-mobile-ph, .horz-menu-mobile-ph a {
		font-family: var(--font-serif);
		font-size: 16px;
		line-height: 28px;
		color: var(--dws-ink);
		font-weight: 700;
		letter-spacing: -.04em;
		text-decoration: none;
	}
	img.logo-mobile { display: inline-block; height: 70px; margin: 5px -5px 5px 5px; }
}
