/*!
Theme Name: riggs-ward-web
Theme URI: https://github.com/Riggs-Ward-Design/riggs-ward-web
Author: Riggs Ward
Author URI: https://riggsward.com/
Description: The theme for the Riggs Ward website. Based on _s.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: riggs-ward-web
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

riggs-ward-web is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
	box-sizing: border-box;
	font-family: 'Proxima Nova', 'proxima-nova', proxima-nova;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  /* min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;*/
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
 	scroll-behavior: smooth;
	height: 100%;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: 'Proxima-Nova', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
-webkit-hyphens:manual;
-moz-hyphens:manual;
hyphens:manual;
	letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  border: 0;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 0px solid;
  border-radius: 3px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}


/* Navigation
--------------------------------------------- */

.site-header {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0em 8em;	
	z-index: 8;
}

.custom-logo {
	max-height: 30px;
	width: auto;
}

.main-navigation {
	display: block;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding: 1em;
	box-sizing: border-box;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #000;
}

.second-nav {
	display: block;
}
.nav-menu {
	display: flex;
	gap: 20px;
}

.secondary_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 88px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 1em;
}

.nav-list {
	
}

.secondary-navigation ul {
	list-style: none;
		display: flex;
	width: 100%;
	height: 100%;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	padding: 0px;
	margin: 0px;
}

.secondary-navigation ul li {
	min-width: max-content;
	display: inline;
}

.secondary-navigation ul li.current_page_item a {
	color: #e36f1e;
}

.secondary-navigation ul li:last-child {
	background: #31363c;
	height: 100%;
	width: 100%;
	color: #fff;
	padding: 1em;
}
.secondary-navigation ul a {
	color: #000;
	text-decoration: none;
}


.nav-highlight {
	background: #31363c;
	height: 100%;
	width: 100%;
	color: #fff !important;
	padding: 1em;
}

.nav-highlight a {
	color: #fff !important;
}

.secondary-navigation ul li:last-child a {
	color: #fff;
}

.secondary-navigation #under-menu-1  {
	gap: 4px;
}

.current_page_item a {
	color: #F06927;
}


/* Main */

.landing-main {
	width: 80%;
	padding: 4em 8em;
	position: relative;
}

/* Small menu. */


.menu-toggle,
.main-navigation.toggled ul {
  display: block;
	height: min-content;
	width: 100%;
}
.menu-toggle {
	width: min-content;
}

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
	gap: 20px;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

.site-main {
	box-sizing: border-box;
	
}
.sticky {
  display: block;
}

.post,
.page {
  
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  /*margin: 1.5em 0 0;*/
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.wp-block-button__link {
	color: #fff;
	border-radius: 4px;
	padding: 4px 12px;
}

.wp-block-button a, .wp-block-button a:visited {
	color: #fff !important;
}

.single-page {
	padding: 6rem 8rem;
}

.tagline {
	font-size: 40px;
	text-transform: uppercase;
	word-break: keep-all;
}

.section-heading {
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
}


.page-width-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	max-height: 500px;
}

.internal-page {
	margin-top: 80px;
}

.internal-page .single-page {
	padding: 1rem 8rem;
}

.page-banner {
	position: relative;
	padding: 0px !important;
	width: 100%;
	height: 50vh;
	object-fit: cover;
}

h2.page-title {
	position: absolute;
	bottom: -5px;
	left: 8rem;
	font-family: 'Proxima Nova';
	line-height: 50px !important;
	font-size: 71px !important;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px !important;
	padding: 0px !important;
	width: 100%;
	color: #fff;
}

.page-desc {
	padding: 0px !important;
	margin: 1em 8rem !important;
	width: 50%;
	font-family: 'Proxima Nova';
	font-size: 28px !important;
	line-height: 28px !important;
	font-weight: 600;
}

.subpage-desc {
	padding: 0px !important;
	width: 50%;
	font-family: 'Proxima Nova';
	font-size: 28px !important;
	line-height: 28px !important;
	font-weight: 600;
}

.pullquote {
	padding: 2rem 8rem;
	text-align: justify;
}

/*--------------------------------------------------------------
# Landing
--------------------------------------------------------------*/

body .wp-block-columns.is-layout-flex.landing-nav {
 gap: 0px !important;
}

.landing-menu a {
	color: #fff !important;
}

.main-splash {
	width: 80%;
	word-break: keep-all !important;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 8em;
}

.wp-block-column {
	overflow-wrap: normal;
}
.landing-nav {
	position: absolute;
	left: 999em;
	width: 100vw;
	height: 100vh;
}

.visible {
	visibility: visible;
}


.landing-nav .wp-block-cover {
	padding: 4em;
	box-sizing: border-box;
}

.landing-services {
	letter-spacing: 1px;
	margin-left: 4em;
}

.landing-services a {
	color: #fff !important;
}

.landing-link {
 margin: 0px;
 margin-bottom: 1em;
	color: white;
	font-size: 43px;
	line-height: 43px;
		font-weight: 600;
		font-family: 'Proxima Nova';
}

.landing-link a {
	color: white;
	text-decoration: none;
			font-size: 43px;
		font-weight: 600;
		font-family: 'Proxima Nova';
}

.scroll-down {
	position: absolute;
	bottom: 1em;
	width: 100%;
	text-align: center;
}

.scroll-down a {
	color: #fff;
	text-decoration: none;
}


.landing-video .wp-block-cover__inner-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.triptych-column {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding-top: 45vh;
	box-sizing: border-box;
	animation: landing_leave_left 0.4s forwards;
}

.tripytch-hover {
   margin-left: -100vw;
	width: 70%;
}

.tripytch-hover p {
	font-size: 28px;
}

.enter-site a {
	padding: 0px;
}


/* Experiences & Strategies */

.circle-row-left, .circle-row-right {
	padding: 5em 0;
	width: 100%;
}

.circle-row-left {
	padding-left: 20em;
}

.circle-row-right {
	padding-right: 20em;
}

.slide-left {
	animation: leave_left 0.4s forwards;
}
.slide-left:hover {
    animation: slide_left 0.4s forwards;
}

@keyframes slide_left {
    from {
        margin-left: 0px;
    }
    to {
       margin-right: 50px;
    }
}

@keyframes leave_left {
    from {
        margin-right: 50px;
    }
    to {
       margin-left: 0px;
    }
}

.slide-right {
	animation: leave_right 0.4s forwards;
}
.slide-right:hover {
    animation: slide_right 0.4s forwards;
}

@keyframes slide_right {
    from {
        margin-left: 0px;
    }
    to {
       margin-left: 50px;
    }
}

@keyframes leave_right {
    from {
        margin-left: 50px;
    }
    to {
       margin-left: 0px;
    }
}

.cta-row {
	margin: 6rem 8rem;
	border-top: 1px solid black;
}

/* Experiences */

.scroll-indicator {
	position: fixed;
	top: 40vh;
	right: 2em;
	font-size: 40px;
	z-index: 200;
	color: #fff;
	display: flex;
	gap: 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
}

.scroll-indicator a {
	color: #fff;
	text-decoration: none;
}

.bolden {
	font-weight: bold;
}

.exp-heading {
	padding: 0 1em;
}

.exp-heading a {
	color: #fff;
}

.exp-item {
	padding: 2em;
	padding-right: 35%;
}

/* Strategies */


.hover-text {
  display: none;
}

.hover-topics {
 position: relative;
	top: 4em;
}

.hover-block:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0, 0, 0, 0.3);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hover-block:hover:after {
    opacity:1;
}

.hover-block:hover .hover-text {
  display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding-right: 25%;
}

/* Exhibit Design */
.section-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid black;
}

p.section-text {
	margin-bottom: 2rem;
}

p.section-text a {
	text-decoration: none;
}

/* All Projects-Portfolio */

#post-75 .single-page {
	padding: 1rem 8rem;
}

.projects-list {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	gap: 2%;
}

.project-card {
	width: 49%;
	height: 495px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background-size: cover;
	color: #fff;
	margin-bottom: 2%;
}


.project-hover-block {
	display: flex;
	background-size: cover;
	color: #fff;
		flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
		width: 100%;
	height: 100%;
	opacity: 0;
	animation: leave_fade 0.4s forwards;
}




.project-hover-block .project-hover-text {
	opacity: 0;
	animation: leave_fade 0.4s forwards;
		color: #fff;
	padding: 2em;
	font-size: 35px;
	font-weight: 700;
	font-family: 'Proxima Nova';
	text-decoration: none;
		display: block;
	height: 100%;
	width: 100%;
		display: flex;
	flex-direction: column;
		justify-content: flex-end;
	align-items: flex-start;
}

.project-hover-block:hover {
	background:rgba(0, 0, 0, 0.3);
	animation: fade_in 0.4s forwards;
}

.project-hover-block:hover .project-hover-text {
	animation: fade_in 0.4s forwards;
		color: #fff;
	padding: 2em;
	font-size: 35px;
	font-weight: 700;
	font-family: 'Proxima Nova';
	text-decoration: none;
		display: block;
	height: 100%;
	width: 100%;
		display: flex;
	flex-direction: column;
		justify-content: flex-end;
	align-items: flex-start;
}
}


.project-hover-text {
	opacity: 0;
}

@keyframes fade_in {
    from {
        opacity: 0;
    }
    to {
       opacity: 1;
    }
}

@keyframes leave_fade {
    from {
        opacity: 1;
    }
    to {
       opacity: 0;
    }
}
/*.project-card:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0, 0, 0, 0.3);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.project-card:hover:after {
    opacity:1;
}

.project-card:hover .hover-text {
  display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}


.project-card img {
	height: 300px;
	min-width: 100%;
	object-fit: cover;
}*/

.filtering {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	margin-bottom: 1em;
	flex-wrap: wrap;
	font-weight: 600;
	font-family: 'Proxima Nova';
}

.filter-categories {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	margin-bottom: 1em;
	flex-wrap: wrap;
}

.filtering div {
	padding: 4px 20px;
	cursor: pointer;
}

.filter-categories button {
	border-radius: 0px;
}



.work-categories, .client-categories {
	display: none;
}

.filter-categories[style*='display: block']{
    display: flex !important;
}


.selected-filter {
	border: 1px solid #707070;
	border-radius: 20px;
	color: #000;
}

#filter-categories {
	height: auto;
}


/* Single Project */

.single-project-banner {
	width: 100vw;
	height: 60vh;
	object-fit: cover;
}

.slider {
  width: 100%;
  max-width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden; 
  box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

.slide {
  width: 100%;
  max-width: 100%;
  height: 70vh;
  position: absolute;
  transition: all 0.5s;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 50%;
  z-index: 10px;
  cursor: pointer;
  background-color: #fff;
  font-size: 18px;
}
.btn:active {
  transform: scale(1.1);
}
.btn-prev {
  top: 45%;
  left: 2%;
}

.btn-next {
  top: 45%;
  right: 2%;
}

.project-columns {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
	gap: 2em;
	margin: 2rem 0;
}

.project-column:first-child {
	width: 50%;
}

.project-column h1 {
	margin: 0px;
	padding: 0px;
}

.project-column p {
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

.project-info {
	
}

.subtitle {
	font-weight: 500;
	margin-bottom: 0.2em !important;
}

.field {
	font-weight: 600;
}

.project-column ul {
	margin: 0px;
	padding: 0px;
}

.project-column ul li {
	font-weight: 600;
	list-style: none;
}

/* About Us - All Team */

.team-grid {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 1fr;
	grid-gap: 1em;
}
.team-card {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.team-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.entry-title {
 margin: 2px 0px;
}

.entry-title a {
	text-decoration: none;
		font-family: 'Proxima Nova';
	font-size: 24px;
	line-height: 24px;
}

/* Single Team */ 

.team-columns {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 0 20%;
	box-sizing: border-box;
}

.team-column {
	width: 50%;
}

.team-column h1 {
	margin: 4px;
}

/* Contact Us */

form {
	padding: 0px !important;
}

.wp-block-button .wp-block-button__link:where(.is-style-outline), .wp-block-button:where(.is-style-outline)>.wp-block-button__link {
	margin-top: 1em;
	padding: 8px 12px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
 
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Footer */

footer {
	background: #F2F2F2;
	width: 100%;
	color: #000;
	padding: 1em;
	box-sizing: border-box;
	bottom: 0px;
	left: 0px;
	margin: 0px;
}

.site-footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem 8rem;
}

.flex-footer {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-column a {
	color: #000;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1025px) {
	
	.landing-main {
		padding: 0em;
	}
	
	.landing-nav .wp-block-cover {
		overflow: scroll;
	}
	
	.landing-nav {
		flex-direction: column;
		margin-top: 36px;
		background: black;
	}
	
	.landing-nav div {
		height: auto;
		flex-direction: column;
	}
	
	.landing-video .wp-block-cover__inner-container {
		height: auto;
	}
	
	.triptych-column {
		padding-top: 0px;
	}
	
	.landing-link {
		margin-bottom: 0px;
	}
	.single-page {
		padding: 1rem !important;
	}
	.project-card {
		width: 100% !important;
	}
	
	.site-header {
		padding: 20px;
		align-items: flex-start !important;
		background: white;
	}
	
	.toggled .menu-toggle {
		padding-right: 50px;
	}
	
	.site-footer {
		padding: 1rem !important;
	}
	
	.secondary_header {
		display: none !important;
	}
	.home .site-main {
		margin-top: 0px !important;
	}
	
	.site-main {
		margin-top: 36px !important;
	}
	
	h2.page-title {
		left: 1rem;
		font-size: 50px !important;
	}
	
	.page-desc {
		margin: 1rem !important;
		width: 90%;
	}
	
	.subpage-desc {
		width: 90%;
	}
	
	.team-grid {
		grid-template-columns: auto !important;
	}
	
	.team-columns {
		padding: 1rem !important;
		flex-wrap: wrap !important;
	}
	
	.team-column {
		width: 100% !important;
	}
	
	.project-columns {
		padding: 1rem !important;
		flex-wrap: wrap !important;
	}
	
	.project-column {
		width: 100% !important;
	}
	
	.main-navigation {
		padding: 0em !important;
		margin 0em !important;
		flex-direction: column !important;
		width: auto !important;
		background: white;
	}
	
	.toggled .menu-mobile-container {
		width: 100vw !important;
		height: 100vh !important;
		padding: 1em;
		font-size: xx-large;
		background: white;
	}
	
	.hover-text {
		padding-right: 1rem !important; 
	}
	.hover-block:hover .hover-text {
		padding-right: 1rem !important;
	}
	
	
	.page-nav {
		flex-wrap: wrap !important;
		padding: 1em;
	}
	
	.circle-row-left {
		padding-left: 2rem;
	}
	
	.circle-row-right {
		padding-right: 2rem;
	}
	
	.circle-row-left img, .circle-row-right img {
		width: 100px;
		height: 100px;
	}
	
	.pullquote {
		padding: 1rem;
	}
	
	.cta-row {
		margin: 1rem;
	}
	
	.scroll-indicator {
		display: none;
	}
	.exp-item {
		padding-right: 2rem !important;
	}
	
	:where(.wp-block-columns.is-layout-flex) {
		gap: 0px;
	}
	.post-6481 p {
		margin-bottom: 0px;
		margin: 0.2em !important;
	}
	
}

p {
  word-break: keep-all !important;
}