/*!
Theme Name: CCA 2025 Hybrid
Author URI: https://attentiondesign.ca
Description: Hybrid theme (classic and block) for CCA 2025 design refresh. Allows for proper integration with TEC and better nav menu control that shouldn't reset when switching to another classic or hybrid theme. Updated Mar 3 2026. (functions.php)
Version: 1.0.1
Text Domain: cca2025hybrid

cca2025hybrid 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
	- Elements
## Layouts
# Components
	- Navigation
	- Widgets
	- Media
# plugins
# Utilities
	- Accessibility

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

/*--------------------------------------------------------------
# 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 {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
}

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

/* Elements
--------------------------------------------- */


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

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

.alignwide {
	max-width: 1260px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.alignfull {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/



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

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


/* Media
--------------------------------------------- */

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-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;
}

/* FROM 2025 THEME */
/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/* Specifics to CCA */


/* Search Results */

.search h1.post-title span.search-term {
	display: block; 
}
.search-results-holder {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 1.5rem;
	align-items: flex-start;
}
.search-results-holder h2 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: var(--wp--preset--font-size--custom-1);
}
.search-results-holder img {
	max-width: 100px;
	height: auto;
}
.search-results-holder p { 
	margin-top: .2rem;
}
.search .site-main form.search-form input[type="search"] {
	background: var(--wp--preset--color--accent-5);
	border: none;
	padding: .5rem .75rem;
}
.search .site-main form.search-form input[type="submit"] {
	border: none; 
	background: var(--wp--preset--color--accent-3); 
	color: var(--wp--preset--color--base);
	text-transform: uppercase;
	letter-spacing: .2em;
	font-family: var(--wp--preset--font-family--zilla-slab);
	padding: .4em 1em;
	transition: all 0.3s ease;
}
.search .site-main form.search-form input[type="submit"]:hover {
	background: var(--wp--preset--color--accent-1);
	cursor: pointer; 
}

/* General */

.site-main {
	margin-top: 0;
	padding: 0;
}

/* Header template part */
.site-logo {
	line-height: 0;
	box-sizing: border-box;
	width: 300px;
}
.site-logo a {
	display: inline-block;
	line-height: 0;
}
.site-logo img {
	height: auto;
	width: 100%;
}
.header-nav {
	display: flex; 
	gap: var(--wp--preset--spacing--20); 
	flex-wrap: nowrap; 
	justify-content: flex-end;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	align-items: center;
}
#NavBar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--wp--preset--color--base);
    z-index: 999;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
}
.admin-bar #NavBar.sticky {
	top: 32px;
}

/* Block navigation (primary nav) */

@media screen and (min-width: 600px) {
	.main-nav .wp-block-navigation__responsive-container {
		left: unset;
		width: 360px;
	}
}
.main-nav .wp-block-navigation .wp-block-navigation-item {
    width: 100%;
	align-items: stretch;
}
.main-nav .wp-block-navigation .wp-block-navigation-item__content {
	width: 100%;
	border-bottom: 1px solid var(--wp--preset--color--custom-drop-down-2);
	outline: none !important;
}
.main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
	padding: .75rem 0;
}
.main-nav .wp-block-navigation__container {
	gap: 0 !important;
}
.main-nav .wp-block-navigation .wp-block-navigation__submenu-container {
    padding-top: 0 !important;
    padding-right: 0 !important;
}
.main-nav .wp-block-navigation .wp-block-navigation-item.has-child {
    width: 100%;
    align-items: stretch;
	border-bottom: 1px solid var(--wp--preset--color--custom-drop-down-2);
}
.main-nav .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    margin: 0;
    border: none;
}
.main-nav .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--custom-filters-bg);
  text-decoration: none !important;
}
.main-nav .current-menu-item .wp-block-navigation-item__content { 
	color: var(--wp--preset--color--custom-filters-bg);
}
.main-nav .wp-block-navigation__responsive-container-close svg, .main-nav .wp-block-navigation__responsive-container-open svg {
    height: 34px;
    width: 34px;
}
.main-nav .wp-block-navigation__responsive-container-close {
	color: var(--wp--preset--color--custom-drop-down-2);
}

/* Page header section */
.page-branding {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
}
.title-holder {
	margin-top: calc(var(--wp--preset--spacing--20)*-1 + var(--wp--preset--font-size--xx-large)*-1.125*.5);
	margin-bottom: 0;
	position: relative;
}
.title-holder h1 {
	margin-left: auto;
	margin-right: auto;
}
.child-title-holder {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:var(--wp--preset--spacing--30);
}

h1.post-title {
	max-width: 800px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding: var(--wp--preset--spacing--20);
	background-color: var(--wp--preset--color--accent-3);
	color: var(--wp--preset--color--base);
	font-size: var(--wp--preset--font-size--xx-large);
	margin-top: 0;
	margin-bottom: 0;
}
h1.post-title a {
  	text-decoration: none;
	color: var(--wp--preset--color--base);
}
h1.post-title.child-title {
	background-color: var(--wp--preset--color--accent-1);
	transform: translateY(-50%);
	margin-bottom: var(--wp--preset--spacing--20);
	font-size: var(--wp--preset--font-size--x-large);
}
.single-member-branding h1.post-title.child-title {
	transform: none;
	margin-bottom: 0;
}
h1 a, h2 a, .rank-math-breadcrumb a {
	text-decoration: none;
}
.rank-math-breadcrumb { text-align: center; }
.rank-math-breadcrumb p {
	margin: 0; 
}
.breadcrumb-holder {
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: 700;
	line-height: 1.13;
	padding: 0.25em 0 0 0;
	margin-top: -3rem;
	margin-bottom: 0;
	color: var(--wp--preset--color--accent-1);
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.breadcrumb-holder h2 {
	margin-top: 0;
	margin-bottom: 0;
}
.breadcrumb-holder a {
	color: var(--wp--preset--color--accent-1);
	text-decoration: none;
}
.breadcrumb-holder a:hover {
	color: var(--wp--preset--color--accent-3);
}
.wp-block-cover.page-feature-mobile img {  
	object-position: 33.3% 50%;
}
.wp-block-cover.mfb-discipline-feature-image.feature-mobile img {
   object-position: 66.6% 50%;
}
@media screen and (min-width: 768px) {
	.wp-block-cover.mobile-feature {
		aspect-ratio: 16/5 !important;
	}
}

/* Page content */
.content-holder {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: var(--wp--preset--spacing--50);
	padding-bottom: var(--wp--preset--spacing--60);
}

/* Footer */

/* Feature Attractions */
.pb-feature-bg {
	background-position: top 105px right 250px !important;
	background-size: auto 100% !important;
	height: 100%;
}
.ac-feature-bg {
	background-position: center right 356px !important;
	background-size: auto 96% !important;
	height: 100%;
}
@media screen and (max-width: 600px) {
   .pb-feature-bg {
		background-position: top 52px right 58px !important;
    }
    .ac-feature-bg {
		background-position: center right 125px !important;
    }
}

/* General */

@media screen and (min-width: 768px) {
	figure.wp-block-image.alignleft {
		float: left;
		margin-right: var(--wp--preset--spacing--40);
		margin-bottom: var(--wp--preset--spacing--30);
	}
	figure.wp-block-image.alignleft + p {
		margin-top: 0;
	}
}

.wp-block-button__link {
	transition: 0.3s all ease;
}
.wp-block-button__link:hover {
	background-color: black !important;
	color: #fff !important;
}
.wp-block-buttons.view-filters {
    align-items: stretch;
}
.view-filters .wp-block-button__link {
	padding: var(--wp--preset--spacing--30);
	display: flex;
	gap: 1rem;
	text-align: left;
	align-items: center;
	text-transform: capitalize;
	letter-spacing: 0;
}
.view-filters .wp-block-button__link:hover {
	color: black !important;
	background-color: #e6462ccc !important;
}
.view-filters .wp-block-button__link:before {
	content: "";
	height: 30px;
	width: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.view-filters .button-gallery .wp-block-button__link:before {
	background-image: url('assets/images/view-gallery-icon-blk.svg');
}
.view-filters .button-list .wp-block-button__link:before {
	background-image: url('assets/images/view-list-icon-blk.svg');
}
.view-filters .button-map .wp-block-button__link:before {
	background-image: url('assets/images/view-map-icon-blk.svg');
}
.view-filters .button-friday .wp-block-button__link:before {
	background-image: url('assets/images/view-friday-icon-blk.svg');
}
.view-filters .button-demos .wp-block-button__link:before {
	background-image: url('assets/images/view-demos-icon-blk.svg');
}
.view-filters .button-survey .wp-block-button__link:before {
	background-image: url('assets/images/view-survey-icon-blk.svg');
}

/* current page button color */
.page-purple-banner-gallery-view .view-filters .button-gallery .wp-block-button__link,
.page-art-crawl-gallery-view .view-filters .button-gallery .wp-block-button__link,
.page-gallery-view .view-filters .button-gallery .wp-block-button__link,
.page-purple-banner-list-view .view-filters .button-list .wp-block-button__link,
.page-art-crawl-list-view .view-filters .button-list .wp-block-button__link,
.page-list-view .view-filters .button-list .wp-block-button__link,
.page-purple-banner-map .view-filters .button-map .wp-block-button__link,
.page-art-crawl-map .view-filters .button-map .wp-block-button__link,
.page-map-view .view-filters .button-map .wp-block-button__link,
.page-friday-events .view-filters .button-friday .wp-block-button__link,
.page-demos .view-filters .button-demos .wp-block-button__link,
.page-prizes .view-filters .button-survey .wp-block-button__link {
	background-color: #e6462ccc !important;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	padding: 0;
}
.wp-block-search__button svg {
	min-height: 36px;
	min-width: 36px;
}
.discipline-cats > .wp-block-group:hover {
	background-color: rgb(230 70 44 / 0.8) !important;
	color: black;
	cursor: default;
}
.fat-footer a {
	text-decoration: none;
	color: var(--wp--preset--color--base);
}
@media screen and (max-width: 600px) {
	.drts-gutter-md {
		margin-left: -10px;
		margin-right: -10px;
	}
	.drts-gutter-md.drts-y-gutter>[class*=drts-col-] {
		margin-bottom: 20px;
	}
	.drts-gutter-md>[class*=drts-col-] {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.single-cca_dir_ltg .drts .gallery br {
    display: none;
}

/* Contact Form on Contact Us page */
.page-contact-us .wpcf7 p {
    margin-bottom: 1.75rem;
}
.page-contact-us .wpcf7 textarea, 
.page-contact-us .wpcf7 input[type="text"], 
.page-contact-us .wpcf7 input[type="tel"], 
.page-contact-us .wpcf7 input[type="email"] {
    background-color: var(--wp--preset--color--accent-5);
    border: none;
    padding: .25em .5em;
    font-family: "Jost", sans-serif;
    font-size: var(--wp--preset--font-size--large);
    width: 100%;
}
.page-contact-us .wpcf7 input[type="submit"] {
    background-color: var(--wp--preset--color--accent-3);
    color: #fff;
    border: none;
    font-family: "Zilla Slab", serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .3em 2.5em;
    font-size: var(--wp--preset--font-size--large);
    transition: background-color 0.3s ease;
}
.page-contact-us .wpcf7 input[type="submit"]:hover {
	background-color: #000;
	cursor: pointer;
}
.page-contact-us .wpcf7 input::placeholder,
.page-contact-us .wpcf7 textarea::placeholder {
  color: #333;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: var(--wp--preset--font-size--medium);
}


.main-nav .wp-block-navigation__responsive-container-close svg, 
.main-nav .wp-block-navigation__responsive-container-open svg {
    height: 34px;
    width: 34px;
}
.main-nav .wp-block-navigation__responsive-container-close {
	color: var(--wp--preset--color--custom-drop-down-2);
}

/* Footer */

.footer-holder {
	margin-top:var(--wp--preset--spacing--60);
	padding-top:0;
	padding-bottom:0;
}	

@media screen and (max-width: 600px) {
	.footer-buttons .wp-block-button {
		flex-basis: 100%;
	}
	.footer-buttons .wp-block-button__link {
		width: 100%;
	}
}

.fat-footer {
	margin-top:0;
	margin-bottom:0;
	padding:var(--wp--preset--spacing--50) var(--wp--preset--spacing--70);
}

/* footer menus */
.footer-menus-holder {
	border-top: 1px solid var(--wp--preset--color--base);
	border-bottom: 1px solid var(--wp--preset--color--base);
	padding-top:var(--wp--preset--spacing--30);
	padding-bottom:var(--wp--preset--spacing--50);
}
.wp-block-columns.footer-menu-desktop {
	gap: var(--wp--preset--spacing--40);
}
.footer-menu-desktop ul.menu, 
.footer-menu-mobile ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--20);
}

/* footer menu: Desktop */
.footer-menu-desktop ul.menu {
	display: flex;
	flex-direction: column;
	text-transform: capitalize;
	gap: 5px;
	font-size: var(--wp--preset--font-size--small);
}
.footer-menu-desktop .last-footer-menu ul.menu {
	gap: var(--wp--preset--spacing--30);
}
.footer-menu-desktop ul.menu > li  > a {
	text-transform: uppercase;
	font-family: var(--wp--preset--font-family--zilla-slab);
}
.footer-menu-desktop ul.menu ul {
	list-style: none;
	margin-left: 0;
	margin-top: .5em;
	padding-left: 0;
	display: flex;
	flex-direction: column;
}
.footer-menu-desktop ul.menu ul li {
	margin: 0;
	padding: 0;
}
.footer-menu-desktop .wp-container-core-social-links-is-layout-1 {
	justify-content: flex-start !important;
}


/* footer menu: tablets - re style mobile menu */
@media screen and (min-width: 768px) {
	.wp-block-group.footer-menu-mobile {
		columns: 3;
		column-gap: 2rem;
	}
	.footer-menu-mobile > ul.menu {
		display: block;
		margin-bottom: var(--wp--preset--spacing--30);
	}
	.footer-menu-mobile > ul.menu li {
		margin-bottom: 1rem;
	}
	.footer-menu-mobile .wp-container-core-social-links-is-layout-1 {
		justify-content: flex-start !important;
		margin-top: var(--wp--preset--spacing--10) !important;
	}
}
@media screen and (min-width: 1024px) {
	.footer-buttons {
		flex-wrap: nowrap !important;
	}
}

.page-feature {
	margin: 0;
}
@media screen and (max-width: 767px) {
	.page-feature img,
	.mfb-discipline-feature-image img {
		width: 100%;
		height: 50vw;
		object-fit: cover;
		display: block;
	}
	.page-feature img,
	.page-feature.parent-layout img {
		object-position: 10% 50%; 
	}
	.page-feature.mono img,
	.page-art-crawl .page-feature img,
	.page-purple-banner-tour .page-feature img {
		object-position: 50% 50% !important;
	}
	.mfb-discipline-feature-image img,
	.page-child .page-feature img,
	.page-feature.child-layout img {
		object-position: 90% 50%;
	}
}
@media screen and (min-width: 768px) {
	.page-feature img,
	.mfb-discipline-feature-image img {
		max-width: 100%;
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
		aspect-ratio: 192/45;
	}
}

/* Directories Pro */

.single-member-branding, 
.discipline-branding {
	margin-top:0;
	margin-bottom:0;
	padding-bottom: var(--wp--preset--spacing--40);
}
.single-member-branding figure,
.discipline-branding figure {
	margin: 0;
}
.member-content-holder {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:var(--wp--preset--spacing--50);
}
.discipline-content-holder {
	margin-top:0;
	margin-bottom:0;
	padding-top:var(--wp--preset--spacing--30);
	padding-bottom:var(--wp--preset--spacing--60);
}
.disciplines-tiles {
    padding: 0 var(--wp--preset--spacing--40);
}
.all-disciplines-grid {
	display: block;
    text-align: center;
	font-size: 1.1rem;
}
.all-disciplines-grid a {
	text-decoration: none;
	color: black;
	display: block;
	width: 100%;
}
.all-artists-link {
    padding: 1.25rem !important;
    float: left;
    margin: 10px !important;
    width: 160px;
    height: 160px;
	transition: background-color 0.3s ease;
}
.all-artists-link figure {
	width: 100%;
}
.all-artists-link figure img {
	max-width: 70px;
	max-height: 100px;
}
.all-artists-link:hover {
	background-color: #e6462ccc !important;
}
.all-disciplines-grid:after {
	content: "";
	display: block;
	clear: both;
}
.all-disciplines-grid .drts-view-entities-list-row>.drts-row {
    display: inline;
}
.all-disciplines-grid .drts-display--summary {
    height: 100%;
}
.all-disciplines-grid div[data-entity-id="35"] {
	padding: 1.25rem 0.15rem;
}
.all-disciplines-grid .drts-col-12 {
    width: 160px !important;
    height: 160px;
    float: left;
    margin: 10px !important;
}
@media screen and (max-width: 600px) {
	.all-artists-link figure img {
		max-width: 56px;
		max-height: 80px;
	}
	.all-artists-link, .all-disciplines-grid .drts-col-12 {
		width: 144px !important;
		height: 144px;
	}
}

/* Search Artists Results page styles */
.artist-grid {
	container-name: drts-row;
	container-type: inline-size;
	display: flex;
	flex-wrap: wrap; 
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 3.5rem;
}
.found-artist {
	display: relative;
	margin-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	min-height: 1px;
	flex: 0 0 50%;
	max-width: 50%;
}
@media screen and (min-width: 720px) {
	.found-artist {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
.summary-found-artist {
	height: 100%;
	position: relative;
}
.found-artist .artist-thumbnail img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    display: inline;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.found-artist .artist-caption {
    position: absolute;
    top: 18%;
    left: 18%;
    text-align: center;
    width: 64%;
    height: 64%;
    right: 18%;
    bottom: 18%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    font-family: var(--wp--preset--font-family--zilla-slab);
}
.found-artist .artist-caption a {
    background-color: #2a2a86bb;
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 5px;
    transition: all 0.3s ease;
}
.found-artist:focus .artist-thumbnail img,
.found-artist:hover .artist-thumbnail img {
	filter: none;
}
.found-artist:hover .artist-caption a, 
.found-artist:focus .artist-caption a {
    background-color: #000000cc;
    height: calc(1.2rem * 3.9 + 1rem);
}

/* Accordion blocks styles */

h2.c-accordion__title {
    font-family: var(--wp--preset--font-family--jost);
    font-size: var(--wp--preset--font-size--large);
    background: var(--wp--preset--color--accent-1);
    color: white;
    padding: 1em 1em .5em;
    font-weight: 600;
	margin: 0;
}
.c-accordion__title:after {
    color: #fff;
    font-weight: 400;
    right: 1rem;
    font-size: 3rem;
    line-height: 1;
	opacity: 0.7;
}
.c-accordion__content {
    padding: 2.5rem 3.5rem;
    background: var(--wp--preset--color--accent-5);
    margin-top: 0;
	margin-bottom: 2.5rem;
}
.c-accordion__content > :first-child {
	margin-top: 0;
}
.c-accordion__content h3 {
    font-family: var(--wp--preset--font-family--jost);
    font-size: var(--wp--preset--font-size--large);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.4;
	letter-spacing: .08em;
}

/** Woo Commerce - force wide width content in templates **/

.woocommerce-page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--wide-size);
}
.woocommerce-page.woocommerce-drts-posts_cca .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1500px;
}
.woocommerce-page #main.site-main {
    max-width: var(--wp--style--global--wide-size);
    margin-left: auto !important;
    margin-right: auto !important;
	padding-top: 3rem;
}
.woocommerce-account .woocommerce {
	display: flex;
	flex-direction: column;
	gap: 5%;
	font-size: var(--wp--preset--font-size--large);
	padding: 0 3%;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation {
	order: 2;
}
nav.woocommerce-MyAccount-navigation > ul {
    list-style: none;
    padding: 0;
	margin: 0;
    display: flex;
    gap: .85em;
    text-align: center;
	flex-wrap: wrap;
	justify-content: stretch;
	flex-direction: column;
}
nav.woocommerce-MyAccount-navigation > ul li {
	flex-grow: 1;
}
nav.woocommerce-MyAccount-navigation > ul a {
    text-decoration: none;
    display: block;
    background: var(--wp--preset--color--accent-5);
    color: var(--wp--preset--color--contrast);
    padding: .5em 1em;
   	font-family: var(--wp--preset--font-family--zilla-slab);
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.2;
    font-size: var(--wp--preset--font-size--medium);
	transition: all 0.3s ease;
}
nav.woocommerce-MyAccount-navigation > ul li.is-active a {
	background: var(--wp--preset--color--accent-3);
	color: var(--wp--preset--color--base);
	cursor: default;
}
nav.woocommerce-MyAccount-navigation > ul a:hover,
nav.woocommerce-MyAccount-navigation > ul a:focus {
	background: var(--wp--preset--color--custom-filters-bg);
}
.woocommerce-edit-account .woocommerce form .form-row .input-text, 
.woocommerce-edit-account .woocommerce form .form-row select {
	padding: .25em .5em;
	border-radius: 0;
	border: none;
	background: var(--wp--preset--color--accent-5);
}
.woocommerce-edit-account form .form-row label {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .14em;
}
.woocommerce-edit-account form fieldset .form-row label {
    text-transform: none;
    font-weight: 400;
    letter-spacing: .025em;
}
.woocommerce-edit-account span#account_display_name_description {
	padding-top: .75em;
	display: block;
	font-weight: 300;
}
.woocommerce-edit-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    margin-top: 1rem;
}
.woocommerce-edit-account fieldset {
    background-color: transparent;
    margin-top: 3rem;
    border: none;
    padding: 0;
}
.woocommerce-edit-account fieldset legend {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .14em;
    display: block;
    width: 100%;
    padding-top: 1.5rem;
    border-top: 2px solid #aaa;
}
.woocommerce-account button[type="submit"] {
	color: var(--wp--preset--color--base);
	background-color: var(--wp--preset--color--accent-3);
	padding: 1rem 2.25rem;
	border: none;
	font-family: var(--wp--preset--font-family--zilla-slab);
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .14em;
	line-height: 1;
	transition: all 0.3s ease;
}
.woocommerce-account button[type="submit"]:hover {
	background: color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent);
	color: var(--wp--preset--color--base);
	cursor: pointer;
}
.u-columns {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.u-columns h2 {
	margin-bottom: 1rem;
	margin-top: 0;
	color: var(--wp--preset--color--accent-3);
}
.woocommerce-privacy-policy-text p {
    font-size: var(--wp--preset--font-size--small);
}
.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
    content: none;
    display: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-width: 0 0 0 3px;
	border-left: 3px solid var(--wp--preset--color--accent-1);
	background-color: var(--wp--preset--color--accent-5);
	padding-left: 2em;
	flex-basis: 100%;
	max-width: 800px;
}
.woocommerce-notices-wrapper {
	flex-basis: 100%;
}
.woocommerce-info::before {
	display: none;
	color: var(--wp--preset--color--accent-1);
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    margin: 1rem 0;
    border-width: 0 0 0 2px;
    border-color: var(--wp--preset--color--accent-3);
    border-radius: 0;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	border: 0;
	background: var(--wp--preset--color--accent-5);
	border-radius: 0;
	font-size: 1.4rem;
}
.woocommerce .u-columns form .form-row label, 
.woocommerce-page .u-columns form .form-row label {
	text-transform: uppercase;
	letter-spacing: .14em;
	font-weight: 500;
}
.woocommerce-LostPassword.lost_password {
    text-transform: uppercase;
    letter-spacing: .1em;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	border-radius: 0;
	font-family: var(--wp--preset--font-family--zilla-slab);
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .14em;
    color: var(--wp--preset--color--base);
    background-color: var(--wp--preset--color--accent-3);
	transition: all 0.3s ease;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: var(--wp--preset--color--accent-2);
    color: var(--wp--preset--color--base);
}
.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
    content: none;
	display: none;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .woocommerce {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
	.woocommerce-account .u-columns {
 		flex-direction: row;
    	gap: 10%;
	}
	.woocommerce-account .u-columns > div {
 		flex-basis: 50%;
		float: none !important;
		width: unset !important;
	}
	form.woocommerce-form.woocommerce-form-login.login {
		max-width: 600px;
	}
	.woocommerce-account nav.woocommerce-MyAccount-navigation {
		flex-basis: 25%;
		float: none;
		width: unset;
		order: unset;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
    	flex-basis: 70%;
		float: none;
		width: unset;
		border-left: 3px solid var(--wp--preset--color--accent-1);
		padding-left: 4%;
	}
	.woocommerce-account.woocommerce-drts-posts_cca nav.woocommerce-MyAccount-navigation {
		flex-basis: 20%;
	}
	.woocommerce-account.woocommerce-drts-posts_cca .woocommerce-MyAccount-content {
		flex-basis: 75%;
	}
	.woocommerce-account .woocommerce-form-register p.woocommerce-form-row,
	.woocommerce-account .woocommerce-form-login p.woocommerce-form-row {
		flex-direction: column;
		align-items: stretch;
	}
	.button.woocommerce-form-register__submit {
 	   align-self: center;
	}
	.woocommerce-edit-account span#account_display_name_description {
		font-size: var(--wp--preset--font-size--medium);
	}
}
.single-product.woocommerce-page #main.site-main {
    max-width: 1000px;
}
section.related.products {
    clear: both;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    width: 67%;
}
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    width: 25%;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 2rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    text-transform: uppercase;
    letter-spacing: .15em;
	color: var(--wp--preset--color--contrast);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	color: var(--wp--preset--color--contrast);
}
.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
    display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: var(--wp--preset--color--accent-3);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--wp--preset--color--accent-2);
}
:root {
	--woocommerce: var(--wp--preset--color--accent-3);
	--wc-primary: var(--wp--preset--color--accent-3);
	--wc-secondary: var(--wp--preset--color--accent-6);
	--wc-highlight: var(--wp--preset--color--accent-2);
}
