/*!
Theme Name: gnda
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: gnda
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.

gnda 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.
 */

/* @import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Crushed&family=Federo&family=Limelight&family=Megrim&family=Over+the+Rainbow&family=Special+Elite&display=swap");

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overscroll-behavior: none;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

a {
  text-decoration: none;
}

p {
  margin: 0;
}

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 {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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: #4169e1;
}

a:visited {
  color: #800080;
}

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

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.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;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

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

  .main-navigation ul {
    display: flex;
  }
}

.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
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.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;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.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;
}

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

.student-login-wrapper {
  position: relative;
}

.student-login-wrapper .notification {
  width: 100%;
  position: absolute;
  top: 0;
}

.alert-success {
    font-family: 'Montserrat';
    padding: 30px;
    margin: 0;
}

.exhibit-classroom .alert-dismissible .close {
    top: 20px;
}

/* Exhibits Header  start*/

.site-header {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
  padding: 10px 26px;
  background: #ffffff;
}

.custom-header {
  display: grid;
  align-items: center;
  grid-template-columns: 25% 50% 25%;
}

.header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 48px;
}

.search-header-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.page-template-class-project .search-exhibit-wrapper {
  display: none;
}

.search-exhibit-wrapper.search-exhibit-hidden {
    visibility: hidden;
}

.menu-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
}

.search-exhibit-header {
  cursor: pointer;
  position: absolute;
  right: 0;
}

.menu-section p {
  color: #623713;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.header-menu .menu-list {
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: none;
  position: absolute;
  top: 18px;
  padding: 32px 0 0;
  margin: 0;
  background: white;
  border-radius: 0 0 12px 12px;
  width: 200px;
  right: -25px;
  z-index: 11;
}

.menu-list a {
  color: #623713;
  text-decoration: none;
  padding: 12px;
  border-bottom: 1px solid #623713;
  border-radius: 12px;
  display: block;
}

.menu-list a:hover {
  background: #f0eae4;
  color: #623713;
  text-decoration: none;
}

#search-form {
  margin: 0;
  width: 233px;
}

#search-form-header {
  transition: transform 0.5s ease-in-out;
  transform: translateX(100%);
  width: 100%;
  margin: 0;
}

/* Exhibits  start*/

.single-exhibits .exhibit-decoration {
  margin: 0;
  position: fixed;
  bottom: 0;
  display: flex;
  height: auto;
  position: absolute !important;
  background-repeat: repeat-x;
  width: 100%;
  bottom: 0;
  z-index: 1;
  height: calc(100vh - 145px);
  background-size: auto 134px;
  background-position: 40% center;
}

.single-exhibits .public-exhibit-image {
  object-fit: contain;
  object-position: bottom;
  overflow: hidden;
  z-index: 2;
}

/* header logo design start */
.header-logo .gnda-logo {
  width: 210px;
}

.header-logo a {
  display: flex;
  align-items: center;
  gap: 23px;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
}

.header-logo a:focus {
  outline: none;
}

.header-logo a:hover {
  text-decoration: none;
}

.header-logo a .left-logo {
  color: #fa4e2d;
  margin: 0;
  font-size: 15px;
  font-family: "EB Garamond", serif;
}

.header-logo a .right-logo {
  color: #623713;
  margin: 0;
  font-size: 15px;
  font-family: "EB Garamond", serif;
}

/* header logo design end */

/* Exhibits Home start */
.search-exhibit {
  transform: translateX(-100%);
}

.create-own {
  display: flex;
  align-items: center;
  background: #f6f5f2;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 100px;
  position: relative;
  z-index: 1;
}

.create-own .btn button {
  padding: 12px 18px;
}

.hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
}

.create-own .content {
  margin: 26px 0 46px;
}

.create-own .content,
.create-own .btn {
  flex: 1;
}

.create-own .btn {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
}

.content h1 {
  font-size: 66px;
  font-weight: 700;
  font-family: "EB Garamond", serif;
  color: #5d3917;
  margin: 0 0 10px;
}

.content p {
  font-size: 24px;
  font-family: "Montserrat", serif;
  color: #5d3917;
  margin: 0;
  font-weight: 500;
}

.btn {
  text-align: end;
  margin-right: 64px;
}

.btn button {
  background: #fa4e2d;
  font-family: "Montserrat", serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
  letter-spacing: 2px;
  margin-right: 50px;
  cursor: pointer;
  color: #ffffff;
  line-height: normal;
}

.create-own .btn button a:hover {
  text-decoration: none;
}

.btn button:focus {
  outline: none;
}

.create-educator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 17px;
  font-family: "Montserrat", serif;
  color: #131313;
  background: #f6f5f2;
  border: 1px solid #d6d6d6;
  padding: 18px 0;
  font-weight: 600;
}

.create-educator p {
  margin-bottom: 0;
}

.educator-account {
  color: #fa4e2d;
  margin-left: 15px;
}

.create-educator a:hover {
  text-decoration: none;
}

.exhibit-wrapper {
  padding: 0 100px;
  background: #ffffff;
}

.search-exhibit {
  display: flex;
  align-items: center;
  width: 234px;
  cursor: pointer;
  height: 34px;
  background-color: white;
  transition: transform 0.5s ease;
}

.search-exhibit p {
  color: #623713;
  font-size: 13px;
  font-family: "Montserrat", serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 12px;
}

.search-form-main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-form-main .close-form,
.close-form-header {
  cursor: pointer;
}

.search-form-wrapper {
  width: 100%;
  position: relative;
}

.search-form-wrapper input {
  width: 100%;
  font-family: 'Montserrat';
  font-size: 0.8em;
  padding: 10px;
}

.search-exhibit-btn {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 13px;
  top: -4px;
  bottom: 0;
  width: 15px;
  cursor: pointer;
}

.search-exhibit-btn:focus {
  outline: none;
}

.own-exhibits-list-container .my-own-exhibit {
  padding: 0;
}

.my-own-exhibit {
  padding: 0 100px;
  margin-bottom: 51px;
}

.exhibit-card {
  display: grid;
  grid-template-columns: 55% 45%;
  background: #f6f5f2;
  /* margin: 42px 0; */
}

.card-decoration img {
  width: 100%;
}

.card-image {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  background-color: #f0eae4;
}

.exhibition-image,
.exhibit-card-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* .exhibit-card-image {
  margin: 60px 0;
} */

/* exhibit card background image */

.exhibit-card-decoration {
  width: 100%;
  height: 80px;
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}

/* exhibit card background image */

.card-content {
  padding: 99px 77px;
  font-family: "Montserrat", serif;
  position: relative;
}

.card-content .content-title {
  color: #623713;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 33px;
  margin: 0 0 21px;
}

.card-content .content-subtitle {
  color: #131313;
  font-size: 17px;
  opacity: 0.5;
  margin-bottom: 21px;
}

.content-description {
  margin-bottom: 21px;
  color: #131313;
  font-size: 17px;
  line-height: 33px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.view-exhibit {
  color: #fa4e2d;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0;
}

.card-content a:hover {
  text-decoration: none;
}

.clap-reactions {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 27px;
  bottom: 17px;
}

.clap-reactions img {
  mix-blend-mode: darken;
}

applause-button svg {
  fill: #131313;
}

applause-button .count-container .count {
  position: absolute;
  bottom: -32px;
  left: -5px;
}

applause-button .style-root:after {
  border: none;
}

/* Exhibits Home end */

/* Exhibit public view start */

.single-exhibits .public-exhibit-content {
  padding: 10px;
  flex: 1;
  background: #fff;
  z-index: 3;
  border-bottom: solid 1px #bbb;
}

.single-exhibits {
  background: #d7d0ca;
}

.exhibit-public-view {
  /* max-width: 1240px;
    margin: auto; */
  background: #efeae4;
  height: calc(100dvh - 60px);
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.exhibit-public-view:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.single-exhibits .elementor-location-header div {
    box-shadow: none !important;
}

.exhibit-public-view .artwork-background-wrap {
  position: static;
  display: block;
  opacity: 1;
  height: 14.55%;
  background-size: contain;
  background-position: center;
}

.public-exhibit-content {
  text-align: center;
  width: 100%;
}

.exhibit-public-view .view-title {
  color: #623713;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 33px;
  margin: 0;
}

.exhibit-public-view .view-description {
  color: #131313;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  margin: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-overflow: unset;
  max-height: fit-content;
}

.view-container {
  position: relative;
  width: 300px;
  /* Adjust as needed */
}

.view-description {
  max-height: 50px;
  /* Adjust as needed */
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  transition: max-height 0.3s ease;
}

.read-more,
.show-less {
  display: block;
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  margin-top: 10px;
}

.exhibit-decoration {
  width: 100%;
  margin-top: 100px;
}

/* Exhibit public view end */

/* Add artwork page start */
.entry-content,
.page {
  margin: 0;
}

/* Temp css for edit button */
.entry-footer {
  position: absolute;
  bottom: 0;
  left: 10px;
  padding: 10px;
  background-color: white;
  border-radius: 50%;
}

.artwork-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-position: center;
  background: linear-gradient(rgb(243, 242, 239) 0%,
      rgb(237, 229, 221) 75%,
      rgb(235, 228, 218) 100%);
}

.artwork-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: 100vh;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  object-fit: contain;
  pointer-events: none;
}

.artwork-wall {
  position: relative;
  padding: 0;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.artwork-msg-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 8px 6px;
  background: linear-gradient(180deg,
      rgba(240, 236, 232, 1) 50%,
      rgba(240, 236, 232, 0.9) 100%);
  border: solid 1px rgba(0, 0, 0, 0.1);
  max-height: 150px;
  z-index: 3;
  position: relative;
	pointer-events: none;
}

.artwork-msg-section .wrap-cancel,
.add-title input,
.add-title .tooltipcontent,
.add-description,
button#without-login,
.artwork-save-btn,
.wrap-tags-exhibits {
    pointer-events: all;
}

.artwork-save-btn,
.template-select-btn {
  padding: 7px 15px !important;
}

.artwork-save-btn.btn-disabled {
    pointer-events: none !important;
}

.artwork-msg-section h5 {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 30px;
  margin: 0;
  padding-bottom: 20px;
}

.artwork-msg-section .wrap-cancel {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  margin: 0;
  display: flex;
  gap: 20px;
}

.artwork-msg-section p a.cancel-exhibit,
.artwork-msg-section p a.reset-exhibit {
  color: #7b7a78;
  margin-top: 6px;
  padding: 6px;
}

.reset-exhibit {
	display: none;
}

.artwork-msg-section p a.cancel-exhibit:hover,
.artwork-msg-section p a.reset-exhibit:hover {
  color: #fa4e2d;
}

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

.selected-art {
  position: absolute;
  cursor: move;
  z-index: 100;
}

.selected-art img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-style: solid;
  border-image-slice: 1;
  border-width: 0;
  /*border-image-source: linear-gradient(180deg, #3d342d 0%, #745237 100%);*/
}

.wrap-save-tags {
  flex: 1 1 20%;
  display: none;
  flex-direction: column;
  align-items: end;
}

.wrap-tags-exhibits {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.tag-exhibits-text {
  color: #fa4e2d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  cursor: pointer;
  text-align: center;
}

.count-tags {
  background-color: #fa4e2d;
  color: white;
  border-radius: 100%;
  padding: 2px 10px;
  font-size: 16px;
}

.artwork-tags-filter {
  position: absolute;
  background: #ffffff;
  right: 540px;
  z-index: 1003;
  top: 0;
  width: 540px;
  height: 100%;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  transition: all 0.5s ease-in-out;
  transform: translateX(200%);
  padding: 0 30px 30px;
}

.tags-filter-header p {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 24px;
  color: #623713;
  margin: 0;
}

.tags-filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  position: sticky;
  top: 0;
  background: #ffffff;
}

.tags-filter-header img {
  padding: 10px;
  cursor: pointer;
}

.filter-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.filter-tags-list .item {
  background: #ede5dd;
  border-radius: 40px;
  padding: 7px 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #656565;
  cursor: pointer;
}

.tag-filter-note {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #656565;
}

.filter-tags-list .item.active {
  background: #fa4e2d;
  color: #ede5dd;
}

.artwork-save-btn {
  display: none;
  background-color: #fa4e2d;
  color: white;
  border: none;
  border-radius: 4px;
  padding-block: 0;
  padding-inline: 0;
  padding: 7px 20px;
  font-weight: 500;
  cursor: pointer;
}

.template-select-btn {
  display: none;
  position: sticky;
  bottom: 16%;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #fa4e2d;
  color: white;
  border: none;
  border-radius: 4px;
  padding-block: 0;
  padding-inline: 0;
  padding: 7px 20px;
  font-weight: 500;
  cursor: pointer;
}

.selected-template {
  border: 2px solid #fa4e2d;
}

.selected-template-box {
  position: absolute;
  background-color: white;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.05);
  background-image: url(https://api.iconify.design/material-symbols:add.svg?color=%23fa4e2d);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-size: 35px;
}

.btn-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.add-artwork {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

.add-artwork p {
  color: #fa4e2d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 20px;
}

.add-artwork img {
  transition: all 0.3s ease-in-out;
}

.add-artwork img:hover {
  scale: 1.1;
}

.artwork-msg-section h5 span::before {
  animation: changeText 6s infinite;
  animation-fill-mode: forwards;
  content: "share your perspective.";
  transition: all 0.2s ease-in-out;
}

@keyframes changeText {
  33% {
    content: "voice your thoughts";
    transform: translateY(-100%);
  }

  66% {
    content: "tell your story.";
    transform: translateY(-200%);
  }

  100% {
    content: "share your perspective.";
    transform: translateY(0);
  }
}

.browse-template {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #0000000d;
  width: 536px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.browse-template p {
  margin-bottom: 0;
}

.browse-template .inspiration {
  color: #131313;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}

.browse-template .gallery-wall {
  color: #fa4e2d;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}

/* gallery popup */
.artwork-gallery {
  position: fixed;
  background: #ffffff;
  right: 0;
  top: 0;
  height: 100%;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1006;
  transition: all 0.5s ease-in-out;
  transform: translateX(150%);
  width: 490px;
  padding: 0 10px 10px;
}

.wall-layouts {
  position: absolute;
  background: #ffffff;
  right: 0;
  top: 0;
  height: 100%;
  box-shadow: 0px 4px 54px 0px #00000026;
  overflow-y: scroll;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  transform: translateX(150%);
  width: 500px;
  padding: 0 30px 30px;
}

*::-webkit-scrollbar {
  display: none;
}

.artwork-gallery-header,
.wall-layouts-header {
  padding: 10px 0;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
  backdrop-filter: blur(3px);
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 10px;
}

.artwork-gallery-header,
.artwork-filter,
.wall-layouts-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .close-icon {
  pointer-events: none;
} */

.artwork-filter {
  gap: 4px;
}

.search-container {
  position: absolute;
  left: 0;
  width: 280px;
  transition: width 0.5s ease;
}

.search-artwork-filter {
  width: 0;
  padding: 0 !important;
  transition: width 0.5s ease;
  border: none !important;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #000;
}

.search-artwork-filter.expand {
  width: 280px;
  border: 1px solid #ccc !important;
  padding: 3px !important;
  font-size: 0.8em;
}

.artwork-gallery-header p,
.gallery-filter-header p,
.wall-layouts-header p {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 24px;
  color: #623713;
  margin: 0;
}

.artwork-filter img,
#close-wall {
  padding: 5px;
  cursor: pointer;
}

.artwork-filter img:hover,
#close-wall:hover {
  background: #f0ebe4;
  border-radius: 4px;
}

/*.artwork-grid-gallery {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(2, 1fr);
}*/

#artwork-grid-gallery {
  column-count: 2;
  column-gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

.gallery-image {
  break-inside: avoid;
  margin-bottom: 10px;
  z-index: 1;
}

.gallery-image {
  position: relative;
  cursor: pointer;
  transition: 250ms;
  background: #f2f2f2;
  height: 230px;
  width: calc(50% - 5px);
  box-sizing: border-box;
}

.gallery-image:hover {
  opacity: 0.9;
  z-index: 2;
}

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

/* filter popup */

.artwork-gallery-filter {
  position: absolute;
  background: #ffffff;
  right: 490px;
  z-index: 1005;
  top: 0;
  width: 490px;
  height: 100%;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  transition: all 0.5s ease-in-out;
  transform: translateX(200%);
  padding: 0 10px 10px;
}

.gallery-filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #c1c1c1;
}

.gallery-filter-header img {
  padding: 10px;
  cursor: pointer;
}

.gallery-filter-header img:hover {
  background: #f0ebe4;
  border-radius: 4px;
}

.filter-categories {
  padding-bottom: 30px;
}

.filter-categories p:nth-child(1),
.filter-categories .filter-items-list:nth-child(2) {
  display: none;
}

.filter-categories p {
  color: #623713;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0;
}

.filter-items-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.filter-items-list .item {
  background: #ede5dd;
  border-radius: 40px;
  padding: 7px 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #656565;
  cursor: pointer;
}

.filter-items-list .item.active {
  background: #fa4e2d;
  color: #ede5dd;
}

/* Add artwork page custom layout selection page start*/
.add-title,
.add-description {
  text-align: center;
  position: relative;
}

.add-description {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.add-title input {
  padding: 6px 14px;
  border: transparent;
  font-size: 33px;
  font-weight: 600;
  font-family: "EB Garamond", serif;
  border-radius: 8px;
  background-color: transparent;
  line-height: 43.07px;
  text-align: center;
  transition: 250ms;
  margin: -10px 0 10px;
  margin-bottom: 0;
  border: solid 1px rgba(0, 0, 0, 0);
  min-width: 540px;
}

.add-title input::placeholder {
  text-align: center;
}

.add-title input::placeholder,
.add-description textarea::placeholder {
  color: #0000005e;
}

.add-title input:focus-visible::placeholder,
.add-description textarea:focus-visible::placeholder {
  color: #00000040;
}

.add-title input:focus-visible,
.add-description textarea:focus-visible {
  background-color: #ffffff;
  border: none;
  outline: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.add-description textarea {
  padding: 3px 10px;
  border: transparent;
  text-align: center;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  border-radius: 8px;
  background-color: transparent;
  line-height: 1em;
  resize: none;
  transition: 250ms;
  border: solid 1px rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 680px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.add-description textarea:focus {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(7px);
  border: solid 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 680px;
  height: 140px;
  padding: 16px;
  display: block;
  margin-bottom: -92px;
}

.add-description textarea::placeholder {
  text-align: center;
}

.add-description textarea:focus+.char-count {
  display: block;
}

.char-count {
  position: absolute;
  font-size: 13px;
  color: #aaa;
  display: none;
  bottom: 6px;
  right: 10px;
  text-align: right;
}

.adding-artwork-background {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  padding: 6px;
  border: 1px solid #c1c1c1;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}

.add-background-btn p,
.add-artwork-btn p {
  margin: 0;
}

.add-background-btn {
  padding: 13px 18px;
  color: #131313;
  font-weight: 500;
  opacity: 0.6;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}

.add-artwork-btn {
  border-left: 0.5px solid #7171715e;
  padding: 24.25px 18px;
  color: #fa4e2d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  cursor: pointer;
}

.tooltipcontent {
  background-color: #fff;
  display: none;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #9b9b9b;
  box-shadow: 0px 4px 8px 0px #00000035;
  padding: 10px 0px;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -80px;
}

.title-font-family {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0px 15px 0px 8px;
  gap: 2px;
  border-right: solid 1px #999;
  width: 360px;
}

.title-color-select {
  display: flex;
  align-items: center;
  padding: 0 21px;
  gap: 6px;
  width: 360px;
}

.title-font-color-select {
  padding: 0 9px;
}

.title-font-family-select {
  width: 40px;
  height: 40px;
  font-size: 1.6em;
  line-height: 1.3em;
  padding: 0;
}

.title-color-select div {
  display: flex;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  cursor: pointer;
  margin: 0;
}

.title-font-color-select {
  display: inline-block;
  width: 23px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  cursor: pointer;
}

.title-font-family .title-font-family-select:nth-child(1) {
  line-height: 1.3em;
}

.title-font-family .title-font-family-select:nth-child(2) {
  line-height: 1.2em;
}

.title-font-family .title-font-family-select:nth-child(3) {
  line-height: 1.5em;
}

.title-font-family .title-font-family-select:nth-child(4) {
  line-height: 1.3em;
}

.title-font-family .title-font-family-select:nth-child(5) {
  line-height: 1.3em;
  font-size: 1.5em;
}

.title-font-family .title-font-family-select:nth-child(6) {
  line-height: 1.25em;
}

.title-font-family .title-font-family-select:nth-child(7) {
  line-height: 1.8em;
  font-size: 1.2em;
}

.title-font-family-select.selected {
  border: solid 2px #000;
  border-radius: 4px;
  background: #efebe8;
}

.title-font-color-select.selected {
  border: 2px solid;
}

.title-font-family-select:hover {
  background: #efebe8;
  border-radius: 4px;
}

.title-font-color-select:hover {
  opacity: 0.7;
}

.title-font-family-select.selected {
  border: solid 1px #000;
  border-radius: 4px;
  background: #efebe8;
}

/* Add artwork page custom layout selection page end*/

/* without login create account popup & share start*/
.without-login-popup .gform_validation_errors {
  position: static !important;
  margin: 0 !important;
}

.without-login-popup form {
  background-color: #fff;
}

.without-login-popup .gform_heading {
  display: none !important;
}

.without-login-popup {
  position: absolute;
  background: #ffffff;
  right: 0;
  top: 0;
  height: 100vh;
  box-shadow: 0px 4px 54px 0px #00000026;
  overflow-y: scroll;
  z-index: 4;
  transition: all 0.5s ease-in-out;
  transform: translateX(150%);
  width: 500px;
  padding: 49px;
}

.close-login-icon {
  position: absolute;
  top: 16px;
  right: 16px;
}

#login-popup {
  padding: 10px;
  cursor: pointer;
}

.close-login-icon:hover {
  background: #f0ebe4;
  border-radius: 4px;
}

.without-login-popup #gform_fields_2 {
  row-gap: 25px;
}

.create-account-content .heading-form-exhibits {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 28px;
  color: #623713;
  margin: 0;
}

.subheading-form-exhibits {
  font-family: "Montserrat", serif;
  font-size: 0.9em;
  padding-top: 30px;
  margin-bottom: 0;
}

.create-account-content .gform-body label {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  color: #131313;
  font-weight: 500;
  margin: 0;
}

.create-account-content .ginput_container .gchoice {
  gap: 16px !important;
}

.create-account-content .gfield-choice-input#choice_2_10_1,
.create-account-content .gfield-choice-input#choice_2_11_1 {
  width: 24px !important;
  height: 24px !important;
  background-color: transparent !important;
  border: 1px solid #000000 !important;
  border-radius: 4px !important;
}

.create-account-content .gform-body input,
.create-account-content .gform-body select {
  background-color: #f6f5f2 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
}

.create-account-content .gform_footer {
  margin-top: 33px !important;
}

.create-account-content .gform_footer input {
  background-color: #fa4e2d !important;
  padding: 18px 0;
  font-size: 15px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  width: 100% !important;
  border-radius: 4px !important;
}

.create-account-content .gfield-choice-input::before,
.create-account-content .gfield-choice-input::before {
  width: 24px !important;
  height: 24px !important;
  font-size: 16px !important;
  color: #ffffff !important;
  background: #fa4e2d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

#label_2_10_1 a {
  color: #fa4e2d;
  font-weight: 700;
}

.share-exhibit-content {
  display: none;
}

.share-exhibit-content .exhibit-posted-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  padding: 21px 0 38px;
  border-bottom: 1px solid #d9d9d9;
}

.share-exhibit-content .exhibit-posted-wrap a {
  margin-top: 13px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.exhibit-posted-wrap h2 {
  font-size: 33px;
  font-weight: 700;
  font-family: "EB Garamond", serif;
  color: #623713;
  margin: 0;
}

.exhibit-posted-wrap a:hover {
  text-decoration: none;
}

.exhibit-posted-wrap a p {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  color: #fa4e2d;
  font-weight: 600;
  margin: 0;
}

/* .share-exhibit-content {
	padding-top: 44px;
} */

.share-exhibit-content h4 {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  color: #131313;
  font-weight: 600;
  margin: 0;
  text-align: center;
  padding: 44px 0 34px;
}

.share-exhibit-content .close-share {
  display: none;
}

.share-exhibit-content .social-icons-container {
  display: block;
}

.share-exhibit-content .social-icons .social-txt {
  color: #131313 !important;
  font-weight: 500;
}

.logged-out-user .studenthidden {
  display: none !important;
}

/* without login create account & share popup end*/

/* Add artwork page end */

/* myaccount css*/
.Unpublish-exhibit {
  color: #fa4e2d;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0;
}

/* .own-exhibits-list-container .exhibit-card {
	margin-top: 0px !important;
} */

.delete-exhibit {
  color: #fa4e2d;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0;
}

.banner-section h1 {
  font-size: 56px;
  font-weight: 700;
  font-family: "EB Garamond", serif;
  color: #5d3917;
  margin: 0 0 10px;
}

.artwork-filter .filter-icon {
  position: relative;
}

span.filter-total {
    transition: transform 0.2s cubic-bezier(0.43, -0.38, 0.58, 1.25);
    transform: scale(1);
}
span.filter-total.zero-value {
    transform: scale(0);
}


span.filter-total {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fa4e2d;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

/* END myaccount css*/

/* Registration form account selection start */
#gform_page_1_1 {
  height: calc(100vh - 80px);
  margin-top: -20px;
}

.gform_wrapper {
  background: #f6f5f2;
}

.gform_heading {
  display: none;
}

.registration-form .gform-field-label--type-inline {
    font-family: 'Montserrat' !important;
    font-size: 1em !important;
    font-weight: 700 !important;
}

.registration-form .gform-field-label--type-inline p {
    font-weight: 500;
}

.registration-form #gform_fields_1 {
  row-gap: 48px;
}

.registration-form .reg-title {
  margin: 51px 0 0;
}

.gform_heading .gform_title {
  display: none;
}

.registration-form .reg-title {
  text-align: center;
  color: #623713;
  font-size: 33px;
  font-weight: 700;
  font-family: "EB Garamond", serif;
}

.registration-form .ginput_container_radio {
  display: flex;
  justify-content: center;
  align-items: center;
}

.registration-form .gfield_radio .gchoice {
  max-width: 626px;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 27px;
  align-items: center;
  gap: 37px;
  cursor: pointer;
  border: 4px solid transparent;
}

.registration-form .gfield_radio .gchoice.active {
  border: 4px solid #fa4e2d;
  box-shadow: 0px 4px 20px 0px #00000040;
}

.registration-form #field_1_20 {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  color: #131313;
  font-weight: 500;
  width: 626px;
  margin: 0 auto;
  text-align: left;
}

.registration-form #field_1_20 a {
  color: #fa4e2d;
  font-weight: 700;
}

.registration-form #field_1_20 a:hover {
  text-decoration: none;
}

.registration-form {
  position: relative;
}

.registration-form .gform_page_footer {
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 626px;
  width: 100%;
}

.custom-registration-account .gfield-choice-input {
  position: relative;
  width: 107px !important;
  height: 107px !important;
  border: none !important;
  border-radius: 8px !important;
}

.custom-registration-account .gfield_radio {
  gap: 26px !important;
}

.custom-registration-account .gfield-choice-input:focus {
  box-shadow: none;
}

.custom-registration-account .gfield-choice-input::before {
  display: none;
}

.custom-registration-account .gchoice_1_1_0 .gfield-choice-input::after {
  content: url("./images/personal-account.svg") !important;
  opacity: 1 !important;
  visibility: visible;
}

.custom-registration-account .gchoice_1_1_1 .gfield-choice-input::after {
  content: url("./images/educator-account.svg") !important;
  opacity: 1 !important;
  visibility: visible;
}

.custom-registration-account .gform-field-label {
  margin: 0;
}

.custom-registration-account .gform-field-label {
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #131313;
}

.custom-registration-account .gform-field-label p {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #131313;
  opacity: 0.5;
  margin-top: 9px;
}

div#validation_message_1_1 {
  text-align: center;
}

/* Registration form account selection end */

/* Registration form account start */
.gform-theme--framework .gform_validation_errors {
  margin: 0;
  position: absolute;
  width: 100%;
}

#gform_page_1_2 {
  max-width: 626px;
  width: 100%;
  margin: 0 auto;
  padding: 51px 0;
}

.gform_page_fields .reg-title {
  color: #623713;
  font-size: 33px;
  font-weight: 800;
  font-family: "EB Garamond", serif;
}

.gform_page_fields #gform_fields_1_2 {
  row-gap: 24px;
}

#gform_page_1_2 .gfield_label,
#gform_page_1_2 .gform-field-label {
  color: #131313;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

#gform_page_1_2 input,
#gform_page_1_2 select,
#gform_page_1_2 #input_1_12,
#gform_page_1_2 #input_1_23 {
  border: 1px solid #bdbdbd;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

#gform_page_1_2 input[type="checkbox"] {
  height: 33px !important;
  width: 33px !important;
  border-radius: 4px;
}

#gform_page_1_2 .gfield_checkbox {
  cursor: pointer;
}

#gform_page_1_2 input::placeholder {
  color: #131313;
  opacity: 0.4;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

#gform_page_1_2 #gform_previous_button_1 {
  position: absolute;
  top: 130px;
  left: 51px;
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

#gform_page_1_2 #gform_submit_button_1,
#gform_next_button_1_8,
.classroom-header button,
.artwork-save-btn,
.template-select-btn {
  background: #fa4e2d;
  padding: 12px;
  height: 50px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  outline: none;
}

#gform_page_1_2 .gfield-choice-input::before,
#gform_page_1_2 .gfield-choice-input::before {
  width: 32px;
  height: 32px;
  font-size: 25px;
  color: #ffffff;
  background: #fa4e2d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

#label_1_18_1,
#label_1_17_1 {
  margin-left: 21px;
}

#label_1_18_1 a,
#label_1_17_1 a {
  color: #fa4e2d;
  font-weight: 700;
}

#gform_page_1_2 .gchoice_1_18_1,
#gform_page_1_2 .gchoice_1_17_1 {
  align-items: center;
}

#gform_page_1_2 .gchoice_1_18_1 .gfield-choice-input,
#gform_page_1_2 .gchoice_1_17_1 .gfield-choice-input {
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

#gform_page_1_2 .gchoice_1_18_1 .gfield-choice-input:focus,
#gform_page_1_2 .gchoice_1_17_1 .gfield-choice-input:focus {
  box-shadow: none;
}

/* Registration form account end */

/* classroom project start */
.exhibit-classroom {
  background: #ffffff;
}

.exhibit-classroom .exhibit-wrapper {
  padding: 56px 100px;
}

.links-educator {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 42px;
}

.classroom-slider-main {
  background: #f6f5f2;
  padding: 33px 100px 0px 100px;
}

.classroom-slider-main h4 {
  color: #623713;
  opacity: 0.5;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 58px;
  margin: 0;
  cursor: pointer;
}

.classroom-slider-main h4.active {
  opacity: 1 !important;
  border-bottom: 2px solid #5d3917;
}

.classroom-slider-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.classroom-project-container {
  padding: 56px 100px;
  display: none;
}

.classroom-project-container.active {
  display: block;
}

.classroom-project-container .student-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.classroom-project-container .student-link {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  color: #131313;
  font-weight: 500;
  margin: 0;
}

.classroom-project-container .student-link a {
  color: #fa4e2d;
  font-weight: 600;
  text-decoration: none;
}

.classroom-project-container .student-info {
  margin-bottom: 50px;
  padding: 10px;
  background: #f6f5f2;
  border-radius: 10px;
}

.own-exhibits-list-container {
  display: none;
}

.own-exhibits-list-container.active {
  display: block;
  position: relative;
}

.own-exhibits-list-container .btn {
  padding: 0;
  margin: 0;
  border: 0;
}

.classroom-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}

.classroom-header h3 {
  color: #623713;
  font-size: 42px;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  margin-bottom: 0;
}

.classroom-header button {
  margin-right: 0;
}

.classroom-header button:active {
  background-color: #fa4e2d !important;
  border-color: transparent;
}

.classroom-header button:focus {
  box-shadow: none !important;
}

.classroom-header button:hover {
  background: #fa4e2d;
  border-color: #fa4e2d;
}

.project-detail-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}

.project-detail-card {
  background: #f6f5f2;
  padding: 36px 45px 45px;
  position: relative;
}

.project-detail-card h5 {
  color: #623713;
  font-size: 33px;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.project-detail-card p {
  color: #131313;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
}

.view-share {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 48px;
}

.view-share p a,
.view-share .share-id {
  color: #fa4e2d;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}

.view-share p a:hover,
.view-share .share-id:hover {
  text-decoration: none;
}

.view-share p {
  margin-bottom: 0;
}

.share-id img {
  padding-left: 8px;
  padding-bottom: 4px;
}

.project-detail-card.hidden-classroom h5,
.project-detail-card.hidden-classroom p {
    color: #aaa !important;
}

.project-detail-card.hidden-classroom {
    background-color: #eee !important;
}

.project-detail-card.hidden-classroom > p:nth-child(2):after  {
    content:'(Closed)';
    padding-left: 5px;
}

.project-detail-card.hidden-classroom > p:nth-child(2) b {
    filter:blur(3px);
}

.no-output-exhibit {
  text-align: center;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  margin-top: 176px;
  color: #131313;
  opacity: 0.5;
  margin-bottom: 40vh;
  line-height: 41px;
}

/* project popup */
.modal-dialog {
  justify-content: center;
}

.modal-dialog .modal-content {
  background: #f6f5f2;
  padding: 70px;
  position: relative;
  border-radius: 16px;
  min-width: 766px;
}

.modal-dialog .modal-header {
  border-bottom: 0;
  padding: 0;
  justify-content: center;
}

.modal-dialog .modal-body {
  padding: 0;
}

.modal-header .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 34px;
}

.modal-header .close:focus {
  outline: none;
}

.modal-header .modal-title {
  color: #623713;
  font-size: 33px;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  margin-bottom: 56px;
  letter-spacing: 0;
  text-transform: none;
}

.modal-body .col-form-label {
  padding-top: 0;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #131313;
}

.modal-body .form-group {
  margin-bottom: 84px;
}

.create-projects-btns button {
  margin-right: 0;
  padding: 12px 0;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
}

.create-projects-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 39px;
}

.create-projects-btns .cancel {
  color: #fa4e2d !important;
  background: #ffffff !important;
  border: 1px solid #fa4e2d;
}

.create-projects-btns .cancel:hover {
  border-color: #fa4e2d;
}

.create-projects-btns .btn {
  background: #fa4e2d;
  color: #ffffff;
  border: 1px solid #fa4e2d;
  padding: 12px 0;
}

.create-projects-btns .btn:hover {
  background: #fa4e2d;
  border-color: #fa4e2d;
}

.create-projects-btns .btn:focus,
.create-projects-btns .cancel:focus {
  box-shadow: none !important;
  outline: none;
}

.create-projects-btns .cancel:active {
  background-color: #ffffff !important;
  border-color: #fa4e2d !important;
}

.create-projects-btns .btn:active {
  background-color: #fa4e2d !important;
  border-color: #fa4e2d !important;
}

/* share overlay */
#display-share {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#display-share .social-wrap .social-icons-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #00000080;
  height: 100%;
  padding: 20px;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.social-txt {
  font-size: 13px !important;
  color: #ffffff !important;
  margin-top: 5px !important;
  text-wrap: nowrap;
  width: 100px;
  text-align: center;
}

.social-icons img {
  width: 50px;
  height: 50px;
}

#display-share .social-wrap {
  height: 100%;
  position: relative;
}

#display-share .close-share {
  position: absolute;
  right: 15px;
  top: 0;
  background: none;
  border: none;
  padding: 0;
  font-size: 40px;
  cursor: pointer;
}

#display-share .close-share span {
  color: #ffffff;
}

#display-share .close-share:focus {
  outline: none;
}

/* classroom project end */

/* classroom project details start */
.project-details-wrapper {
  padding: 36px 26px 36px 100px;
  background: #f6f5f2;
}

.project-details-wrapper.hidden-classroom .student-link:after {
    content: 'This project is closed to students. Reopen it to allow exhibit creation in this classroom.';
    display: flex;
    margin-top: 10px;
    color: red;
    background: #ff00001f;
    width: fit-content;
    padding: 6px 15px;
    border-radius: 8px;
}
.project-details-wrapper.hidden-classroom .student-link,
.project-details-wrapper.hidden-classroom .student-link a{
    color: #999 !important;
}
.project-details-wrapper.hidden-classroom .student-link strong:nth-child(3) {
    filter: blur(3px)
}
.project-details-wrapper.hidden-classroom .student-info {
    align-items: flex-start;
}

.project-details-header,
.project-header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-details-header {
  margin-bottom: 25px;
}

.project-header-menu {
  gap: 30px;
}

.project-header-menu a:before {
	content: '';
	display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain !important;
    background-position: center center !important;
    margin-bottom: -3px;
    left: -4px;
    position: relative;
}

.project-status:before {
    background: url(https://gndadev.wpenginepowered.com/wp-content/uploads/2025/03/icon_lock.svg);
}
.project-status.reopen-project:before {
    background: url(https://gndadev.wpenginepowered.com/wp-content/uploads/2025/03/icon_unlock.svg);
}
.editclassroomproject:before {
    background: url(https://gndadev.wpenginepowered.com/wp-content/uploads/2025/03/icon_edit.svg);
}
.deleteclassroomproject:before {
    background: url(https://gndadev.wpenginepowered.com/wp-content/uploads/2025/03/icon_trash.svg);
}
.presentclassroomproject:before {
    background: url(https://gndadev.wpenginepowered.com/wp-content/uploads/2025/03/icon_present.svg);
}

.project-details-header p {
  margin: 0;
}

.project-details-header p a,
.project-details-header a {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fa4e2d;
  text-decoration: none;
}

.project-details-header a:hover {
  color: #fa4e2d;
  text-decoration: none;
}

.project-details-title {
  font-size: 42px;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  color: #5d3917;
}

.wrap-banner-single-class {
  background-image: url("/wp-content/uploads/2024/09/Group-23405.jpg");
  background-size: cover;
  background-position: center;
}

.project-details-card {
  padding: 0 100px;
  background: #ffffff;
}

.own-exhibits-list-container .search-exhibit-wrapper,
.project-details-card .exhibit-wrapper,
.project-details-card .my-own-exhibit {
  padding: 0;
}

.own-exhibits-list-container .search-exhibit-wrapper {
  position: absolute;
  top: 13px;
  left: 349px;
}

.project-details-wrapper .student-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.project-details-wrapper .student-link {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  color: #131313;
  font-weight: 500;
  margin: 0;
}

.project-details-wrapper .student-link a {
  color: #fa4e2d;
  font-weight: 600;
  text-decoration: none;
}

.search-exhibit-wrapper {
  padding-left: 100px;
  margin: 49px 0;
  display: flex;
  align-items: center;
  background: #ffffff;
  width: fit-content;
}

.project-details-wrapper {
  position: relative;
}

.project-details-wrapper #display-share {
  width: auto;
  right: 0;
  top: 0;
  left: auto;
}

.project-details-wrapper #display-share .social-wrap .social-icons-container {
  padding: 32px;
  gap: 12px;
}

/* classroom project details end */

/* student login start */
.student-login-wrapper {
  width: 100vw;
  height: calc(100vh - 80px);
  background: #f6f5f2;
  display: flex;
  justify-content: center;
}

.classroom-closed-wrapper {
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 80px);
  gap: 20px;
  padding: 40px;
}

.classroom-closed-wrapper .classroom-closed {
  font-size: 32px;
  font-family: "EB Garamond", serif;
  color: #5d3917;
  font-weight: 700;
  margin: 0;
}

.classroom-closed-wrap svg {
  width: 32px;
  height: 32px;
}

.classroom-closed-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.__web-inspector-hide-shortcut__ button {
  background: #fa4e2d;
  font-family: "Montserrat", serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
  letter-spacing: 2px;
  cursor: pointer;
  color: #ffffff;
}

#classroom-login {
  max-width: 600px;
  width: 100%;
}

#classroom-login p {
  margin: 0;
}

#classroom-login .form-group {
  margin-bottom: 56px;
}

#classroom-login label {
  font-size: 32px;
  font-family: "EB Garamond", serif;
  color: #5d3917;
  font-weight: 700;
}

#classroom-login .form-group,
#divOuter,
#divInner {
  width: 100%;
}

#classroom-login .firstname-wrap {
    width: 70%;
}

#classroom-login .initial-wrap {
  width: 30%;
}

#classroom-login .form-group.name-fields {
  display: flex;
  gap: 30px;
}

.code-input-wrapper {
  width: 100%;
}

.code-input-main input {
  border: none;
  font-size: 19px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 10px;
  padding: 0;
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 60px !important;
  font-weight: 800;
}

.code-input-main input:focus-visible {
  outline: none;
}

#classroom-login button {
  background: #fa4e2d;
  padding: 24.5px 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  margin: 0;
  width: 100%;
}

#classroom-login button:focus {
  box-shadow: none;
}

.form-group .form-control {
  border: 1px solid #bdbdbd;
  color: #000;
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 20px;
  border-radius: 8px;
}

#classroom-login .code-input-wrapper {
  padding: 2px;
}

#classroom-login .form-group .form-control,
input#classroomcode {
  height: 85px;
}

.form-group #create-project,
.form-group #rename-project,
.form-group #studentname,
#gnda-login input {
  color: #000000;
}

.form-group .form-control::placeholder {
  color: #13131340;
  box-shadow: none;
  border-color: #bdbdbd;
}

.form-group .form-control:focus,
.code-input-main input:focus {
  box-shadow: 0 0 0 0.2rem rgb(250, 78, 44, 0.2);
  border-color: #fa4e2d !important;
}

.code-input-wrapper input {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input#classroomcode {
  border: 1px solid #bdbdbd;
  border-radius: 8px;
}

/* student login end */

/* search result page */
.search-results .page-title {
  font-size: 42px;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  color: #5d3917;
  padding: 54px 100px 0px;
  margin: 0;
}

/* GNDA Login Form */
.gnda-login-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  background-color: #f6f5f2;
}

.login-title {
  color: #623713;
  font-size: 33px;
  font-weight: 800;
  font-family: "EB Garamond", serif;
}

#gnda-login {
  background-color: transparent;
  padding-top: 32px;
  border-radius: 8px;
}

.gnda-login-main {
  max-width: 600px;
  margin-top: 56px;
  width: 100%;
}

.gnda-group {
  margin-bottom: 24px;
}

.gnda-group label {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #131313;
}

.gnda-group input {
  width: 100%;
  border: 1px solid #bdbdbd;
  color: #13131340;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 0 20px;
  height: 60px;
  border-radius: 8px;
}

.gnda-group input:focus,
.gnda-group input:focus-visible,
.gnda-group input::placeholder {
  color: #13131340;
  box-shadow: none;
  border-color: #bdbdbd;
  outline: none;
}

#gnda-username-error,
#gnda-userpassword-error,
#classroomcode-error,
#studentname-error {
  color: red !important;
  font-size: 15px !important;
  margin: 0;
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
}

#gnda-login .btn {
  background: #fa4e2d;
  padding: 12px 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  margin-top: 20px;
  width: 100%;
  height: 60px;
}

/* add background start*/

/* .artwork-background-section {
  position: relative;
} */

.artwork-background-wrap {
  position: absolute !important;
  background-repeat: repeat-x;
  width: 100%;
  bottom: 0;
  z-index: 1;
  height: 134px;
  background-size: auto 134px;
  background-position: 40% center;
}

.artwork-background-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-popup-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000001f;
  z-index: 1;
  inset: 0;
  display: none;
  align-items: end;
  z-index: 1002 !important;
}

.background-popup {
  transform: translateY(100%);
  transition: all 0.6s ease-in-out;
}

.background-popup {
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  padding: 17px 22px 75px;
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
}

.background-popup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 21px;
}

.background-popup-header p {
  color: #131313;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0;
}

.background-popup-header img {
  position: absolute;
  right: 0;
  cursor: pointer;
}

.background-popup-images {
  display: flex;
  gap: 14px;
  overflow-x: scroll;
}

.background-popup-images img {
  width: 146px;
  min-width: 146px;
  aspect-ratio: 1/1;
  object-fit: cover;
  cursor: pointer;
  background-color: #efeae4;
}

.background-popup-images img.selected {
  border: 2px solid;
  padding: 2px;
}

/* add background end*/

#display-share {
  display: none;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8) url("./images/loader-view.gif") center no-repeat;
}

body.loading {
  overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
  display: block;
}

@media (min-width: 640px) {

  .gform-theme--foundation .ginput_address_city,
  .gform-theme--foundation .ginput_address_country,
  .gform-theme--foundation .ginput_address_state,
  .gform-theme--foundation .ginput_address_zip {
    inline-size: 100% !important;
  }
}

@media (max-width: 1440px) {
  #display-share .social-wrap .social-icons-container {
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
  }
}

@media (max-width: 1025px) {
  .artwork-gallery {
    padding: 0 15px 15px;
    width: 300px;
  }
  .search-artwork-filter.expand {
    width: 110px;
}

  .wall-layouts {
    padding: 0 15px 15px;
  }

  .content h1 {
    font-size: 34px;
  }

  .content p {
    font-size: 14px;
  }

  .btn button {
    font-size: 14px;
    margin-right: 0;
  }

  .create-own {
    padding: 0 32px;
  }

  #gform_page_1_2 {
    padding-top: 115px !important;
  }

  .create-educator {
    font-size: 14px;
    padding: 9px 32px;
    justify-content: space-between;
  }

  .search-exhibit-wrapper {
    padding: 0 32px;
    margin: 24px 0;
  }

  .exhibit-wrapper,
  .my-own-exhibit {
    padding: 0 32px;
  }

  .exhibit-card {
    margin: 10px 0 32px 0;
  }

  .card-content {
    padding: 20px;
  }

  .card-content .content-title {
    font-size: 26px;
    margin: 0;
  }

  .card-content .content-subtitle {
    font-size: 14px;
    margin: 10px 0px;
  }

  .content-description {
    font-size: 14px;
    line-height: 28px;
  }

  .view-exhibit {
    font-size: 14px;
  }

  .header-profile {
    font-size: 14px;
  }

  .header-profile img {
    width: 14px;
  }

  .header-menu {
    gap: 20px;
  }

  .header-menu img {
    width: 14px;
  }

  .artwork-msg-section h5 {
    font-size: 20px;
  }

  .artwork-msg-section p {
    font-size: 14px;
  }

  .artwork-gallery-filter {
    right: 300px;
    width: 300px;
    padding: 0 15px 15px;
  }

  .search-artwork-input {
    width: 50%;
  }

  .artwork-gallery-header p,
  .gallery-filter-header p,
  .wall-layouts-header p {
    font-size: 20px;
  }

  .artwork-filter img,
  #close-wall {
    padding: 4px;
    width: 34px;
  }

  .gallery-image {
    width: 100%;
  }

  span.filter-total {
    width: 14px;
    height: 14px;
  }

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

  .custom-registration-account .gform-field-label p {
    font-size: 16px;
  }

  .registration-form .gfield_radio .gchoice {
    padding: 20px;
    gap: 20px;
  }

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

  .classroom-slider-main {
    padding: 32px 32px 0;
  }

  .classroom-project-container {
    padding: 32px;
  }

  .classroom-header h3 {
    font-size: 34px;
  }

  #gform_page_1_2 #gform_submit_button_1,
  #gform_next_button_1_8,
  .classroom-header button {
    font-size: 14px;
  }

  .project-detail-card h5 {
    font-size: 26px;
  }

  .project-detail-card {
    padding: 32px;
  }

  .project-detail-card p {
    font-size: 14px;
  }

  .view-share {
    font-size: 14px;
    margin-top: 32px;
  }

  .own-exhibits-list-container {
    padding: 56px 32px !important;
  }

  .search-exhibit-main {
    margin-bottom: 10px;
  }

  .exhibit-classroom .links-educator {
    gap: 9px;
    justify-content: space-between;
  }

  .project-details-wrapper {
    padding: 32px;
  }

  .project-header-menu {
    gap: 15px;
  }

  .project-details-header p a {
    font-size: 14px;
  }

  .project-details-wrapper .student-link {
    font-size: 14px;
  }

  .project-details-header a {
    font-size: 14px;
  }

  .project-details-wrapper #display-share .social-wrap .social-icons-container {
    padding: 20px;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
  }

  .no-output-exhibit {
    font-size: 16px;
    margin-top: 150px;
  }

  .classroom-search-exhibit {
    padding: 0 32px;
    margin-top: 24px;
  }

  .project-details-card {
    padding: 0 32px;
  }

  .exhibit-public-view .view-description {
    width: auto;
    padding: 0 32px;
    font-size: 14px;
  }

  #display-share .close-share {
    right: 6px;
    font-size: 30px;
  }

  .social-icons img {
    width: 40px;
    height: 40px;
  }

  .social-txt {
    font-size: 11px !important;
  }

  .modal-dialog .modal-content {
    min-width: auto;
    padding: 32px;
  }

  .modal-header .modal-title {
    margin-bottom: 25px;
  }

  .form-group .form-control {
    font-size: 20px;
    padding: 10px;
  }

  .modal-body .form-group {
    margin-bottom: 40px;
  }

  .create-projects-btns button {
    font-size: 14px;
  }

  .code-input-wrapper {
    padding: 10px;
  }

  .code-input-main input {
    font-size: 20px !important;
  }

  #classroom-login .form-group {
    margin-bottom: 32px;
  }

  #classroom-login button {
    padding: 17px 0;
    font-size: 20px;
  }

  .search-results .page-title {
    padding: 32px;
    font-size: 34px;
  }

  .add-description input {
    width: 463px;
  }

  .add-title input {
    font-size: 28px;
  }

  .add-description input {
    font-size: 14px;
  }

  /* without login create account & share popup start*/

  .without-login-popup {
    padding: 32px;
  }

  .create-account-content .heading-form-exhibits {
    font-size: 20px;
  }

  .create-account-content .gform-body label {
    font-size: 14px;
  }

  /* without login create account & share popup end*/

  .header-logo a {
    gap: 10px;
  }

  .header-logo .gnda-logo {
    width: 100px;
  }

  .header-logo a .left-logo,
  .header-logo a .right-logo {
    font-size: 13px;
  }

  .add-description textarea {
    width: 450px;
  }

  .gallery-image .art-info-gallery .custom-tooltip--top::before {
    left: -130%;
  }
}

@media (min-width: 1025px) {
  .menu-section:hover .menu-list {
    display: block;
  }
}

.selected-template-box {
  position: absolute;
  background-color: white;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.05);
  background-image: url(https://api.iconify.design/material-symbols:add.svg?color=%23fa4e2d);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-size: 35px;
}

.selected-artwork-wall {
  /* position: absolute;
  bottom: 18px; */
  height: 100%;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  overflow-y: auto;
  transform-origin: center;
  transition: transform 0.5 ease;
  z-index: 2;
}

.btn-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.add-artwork {
  display: inline-block;
  margin: auto;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

.add-artwork p {
  color: #fa4e2d;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 20px;
}

.add-artwork img {
  transition: all 0.3s ease-in-out;
}

.add-artwork img:hover {
  scale: 1.15;
}

.artwork-msg-section h5 span::before {
  animation: changeText 6s infinite;
  animation-fill-mode: forwards;
  content: "share your perspective.";
  transition: all 0.2s ease-in-out;
}

@keyframes changeText {
  33% {
    content: "voice your thoughts";
    transform: translateY(-100%);
  }

  66% {
    content: "tell your story.";
    transform: translateY(-200%);
  }

  100% {
    content: "share your perspective.";
    transform: translateY(0);
  }
}

.browse-template {
  display: none;
  padding: 14px 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #0000000d;
  width: 536px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.browse-template p {
  margin-bottom: 0;
}

.browse-template .inspiration {
  color: #131313;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}

.browse-template .gallery-wall {
  color: #fa4e2d;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}

/* Template rendering */
.wall-layouts-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  position: relative;
}

.template-wrapper {
  height: 125px;
  position: relative;
  cursor: pointer;
  background-color: #ededed;
}

.template-box {
  position: absolute;
  background-color: #bdbdbd;
}

.selected-template-box.with-img {
  border-style: solid;
  border-image-slice: 1;
  border-width: 3px;
  border-image-source: linear-gradient(180deg, #3d342d 0%, #745237 100%);
}

.remove-art {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  font: 700 21px / 20px sans-serif;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 0;
  z-index: 1;
  padding: 3px 8px 7px 8px;
  width: 28px;
  height: 28px;
}

.selected-art:hover .remove-art {
  display: inline;
}

.remove-art:hover {
  background: rgba(0, 0, 0, 1);
}

.remove-art:active {
  background: rgba(0, 0, 0, 1);
}

.art-info-gallery {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  font: 700 21px / 20px sans-serif;
  background: transparent;
  color: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 1;
  padding: 6px;
}

.gallery-image:hover .art-info-gallery {
  display: inline;
}

.art-info-gallery:hover .custom-tooltip {
    background: rgba(0, 0, 0, 0.7);
}

.art-info-gallery:hover {
  background: transparent;
}

.art-info-gallery:active {
  background: transparent;
}

.art-info-gallery .custom-tooltip,
.art-info .custom-tooltip {
  position: relative;
  padding: 4px 4px 1px 4px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  border-radius: 50px;
  pointer-events: none;
}

.gallery-image:nth-child(even) .art-info-gallery .custom-tooltip--top::before {
  left: -130%;
}

.art-info-gallery .custom-tooltip::before,
.art-info .custom-tooltip::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -53px;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 15px;
  color: #f3f3f3;
  border-radius: 5px;
  width: 100%;
  font-weight: 400;
  font-family: "Montserrat";
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.9);
  padding: 5px;
  min-width: 160px;
  font-size: 15px;
}

.art-info-gallery .custom-tooltip::after,
.art-info .custom-tooltip::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -16px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid rgba(0,0,0,0.9);
}

.art-info-gallery .custom-tooltip::before,
.art-info-gallery .custom-tooltip::after,
.art-info .custom-tooltip::before,
.art-info .custom-tooltip::after {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.art-info-gallery:hover .custom-tooltip::before,
.art-info-gallery:hover .custom-tooltip::after,
.art-info:hover .custom-tooltip::before,
.art-info:hover .custom-tooltip::after {
  opacity: 1;
  visibility: visible;
}

.art-info-gallery .custom-tooltip--top::before,
.art-info-gallery .custom-tooltip--top::after,
.art-info .custom-tooltip--top::before,
.art-info .custom-tooltip--top::after {
  bottom: -53px;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 15px;
}

.art-info-gallery .custom-tooltip--top::after,
.art-info .custom-tooltip--top::after {
  margin-bottom: 45px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid rgba(0,0,0,0.9);
}

.art-info {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  font: 700 21px / 20px sans-serif;
  color: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 0;
  justify-content: center;
  align-items: center;
  padding: 6px;
  background: transparent;
}

.selected-art:hover .art-info {
  display: flex;
}

.art-info {
    padding: 2px;
}

.art-info:hover {
  background: transparent;
}

.art-info:hover .custom-tooltip {
    background: rgba(0,0,0,1);
}

.art-info:active {
  background: transparent;
}

.title-font-family-select,
.title-font-color-select {
  cursor: pointer;
}

button.btn-primary.cancel {
  cursor: pointer;
}

.btn .create-exhibit-link {
  color: white;
}

.btn .create-exhibit-link:hover {
  color: white;
  text-decoration: none;
}

.student-link-copy {
  display: none;
}

.student-link-copy {
  text-align: center;
  color: #0aad0a;
  font-weight: 500;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  right: -120px;	
  top: 0;
}

.student-info-wrap {
  width: fit-content;
  position: relative;
}

.template-layout-content,
.adding-artwork-background,
.artwork-background-wrap {
  display: none;
}

.template-layout-content {
  flex: 1 1 60%;
  padding-top: 10px;
}

p.registration-note-login a {
  color: #fa4e2d;
  font-weight: 700;
}

p.registration-note-login {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  color: #131313;
  font-weight: 500;
  width: 626px;
  margin: 0 auto;
  text-align: left;
  margin-top: 15px;
}

html {
  scroll-behavior: smooth;
}

/* My account page */

.my-account-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.my-account-container form {
  display: flex;
  flex-direction: column;
}

.my-account-container {
  height: 100vh;
  padding: 90px;
}

.my-account-container input {
  display: block;
  max-width: 480px;
  width: 100%;
}

.my-account-container label {
  margin-top: 10px;
}

.my-account-container input[type="text"],
.my-account-container input[type="email"] {
  margin-bottom: 10px;
  padding: 5px;
}

.my-account-container input[type="submit"] {
  margin-top: 20px;
  padding: 10px;
  background-color: #0073aa;
  color: white;
  border: none;
  cursor: pointer;
}

.edit-password-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px;
  background-color: #f0f0f0;
  text-decoration: none;
  color: #333;
}

.my-account-container {
  font-family: "Montserrat";
  max-width: 900px;
}

.my-account-container h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.my-account-container input[type="submit"] {
  background: #fc4c1f;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 39px;
}

.edit-password-button {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.my-account-container input {
  width: 100%;
  max-width: 100%;
  color: #000;
  border: solid 1px #666;
  border-radius: 3px;
  padding: 10px !important;
}

.success-message {
  color: green;
  font-weight: bold;
}

div#password-lost-form {
  max-width: 900px;
  display: block;
  margin: auto;
  font-family: "Montserrat";
}

div#password-lost-form label {
  display: block;
  font-size: 15px;
  margin: 0;
}

div#password-lost-form p.form-row {
  display: block;
  margin: 0;
}

div#password-lost-form form#lostpasswordform {
  display: block;
}

input#user_login {
  width: 100%;
  max-width: 100%;
  color: #000;
  border: solid 1px #666;
  border-radius: 3px;
  padding: 10px !important;
}

div#password-lost-form input.lostpassword-button {
  background: #fc4c1f;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 39px;
  color: #fff;
  margin: 30px 0;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

div#password-lost-form input.lostpassword-button:hover {
  opacity: 0.9;
}

.gform-theme--framework .gfield_validation_message {
  font-size: 15px;
  font-family: "Montserrat";
  color: red;
}

span.gfield_required.gfield_required_text {
  color: red;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
  color: red;
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 15px;
}

.adding-artwork-background {
  z-index: 1000 !important;
}

input#gform_next_button_1_8 {
    display: block !important;
}

input#gform_next_button_1_8:hover {
    opacity: 0.6;
}
	
.gform-theme--framework .gform-loader {
    position: absolute;
    right: -38px;
}

.registration-form .gform_page_footer {
    position: relative;
  }

.registration-form #field_1_20 {
    z-index: 2;
}

.registration-form #field_1_20 a:hover {
    text-decoration: underline;
}

.registration-form .gfield_radio .gchoice {
    padding: 0;
    gap: 0;
}

.custom-registration-account .gform-field-label {
    padding: 20px;
	padding-left: 150px;
}

.registration-form .gfield_radio .gchoice input {
    position: absolute;
	padding-left: 40px;
}

@media (max-width: 767px) {
    
.registration-form .ginput_container_radio {
    width: 100%;
    display: block;
}

.registration-form .gfield_radio .gchoice {
    width: 100%;
    max-width: 96vw;
    margin: 0 2vw;
}

.gform-theme--foundation .gfield {
    width: 100vw;
}

.registration-form .gform_page_footer {
    margin: 20px 0;
    margin-right: auto;
    margin-left: 0;
}

input#gform_next_button_1_8 {
    margin: 20px;
    margin-right: auto;
    margin-top: 0;
}

.registration-form #field_1_20 {
    margin: 0 20px 20px;
}

}
}