///2023 Judy Drotman MDGP///
#block-yui_3_17_2_1_1680480746304_15447 p.sqsrte-large{color:#ED297C!important}
///color to homepage Judy Drotman copy///
#block-cdb5093218b04c030966 p strong{color:#ED297C!important}
///color to SPONSOR TEXT///
#block-00e812df1df3f2f11ab6 p strong{color:#ED297C}
///color to DATE///
#block-yui_3_17_2_1_1679620870173_7791 h3 strong {color:green; font-weight:normal!important}
///color to THE DROTMAN FAMILY///
#block-yui_3_17_2_1_1679620870173_20257 h2 strong{color:#ED297C}
///color to PERFORMANCES BY///
#block-yui_3_17_2_1_1679620870173_64240 h3 strong{color:green}
///color to JD MDGP///
#block-yui_3_17_2_1_1678143459210_959621 p strong{color:#ED297C!important}
/// MDGP Button Style///
#block-3b68734b79645acce10b .sqs-block-button-element{background-color: #D9559D; color:#FFFFFF}
[data-section-id="640bd9041de521462e9851fc"]{.section-background:after{
content: "";
position: absolute;
top: 0;
left:0;
height: 100%;
width: 100%;
opacity: .3;
background-color:black;
}
}
///shadow on Judys photo///
#block-yui_3_17_2_1_1678143459210_944581 {
.image-block {filter: drop-shadow(8px 8px 12px black);}
filter: drop-shadow(3px 3px 3px #c0c0c0);
}
/* TSIV CLS Fixes */
/* 1. Logo image block stabilization */
#block-yui_3_17_2_1_1750880691736_27341 .sqs-block-image img {
aspect-ratio: 1 / 1;
width: 100%;
height: auto;
display: block;
max-width: 274px;
}
/* 2. Hero background stabilization */
section[data-section-id="6858464ad1169727bb1cb7ef"] {
aspect-ratio: 16 / 9;
min-height: 648px;
background-size: cover;
background-position: center;
}
/* 3. Force min-height on Fluid Engine container */
.fe-685e0afb79ac5c453136bd37 {
min-height: 274px;
height: auto;
overflow: hidden;
}
/* 4. Ensure top spacing in main content */
.content-wrapper {
padding-top: 40px;
}
/*=====ART WITH IMPACT PRODCT BLOCKS====*/
/* Change Add to Cart → Sold for sold-out products in this section */
section[data-section-id="691116a7c135c1786bebf38f"]
.product-block:has(.product-mark.sold-out) .sqs-add-to-cart-button .add-to-cart-text {
font-size: 0 !important; /* hide original Add to Cart text */
}
/* Inject "Sold" label and align vertically via flex centering */
section[data-section-id="691116a7c135c1786bebf38f"]
.product-block:has(.product-mark.sold-out) .sqs-add-to-cart-button .add-to-cart-text::before {
content: "Sold" !important;
font-size: 1rem !important;
font-weight: 600;
display: inline-block;
line-height: 1.2 !important;
align-self: center !important; /* vertically centers inside flex container */
}
/* Standardize width and height of all product buttons in this section */
section[data-section-id="691116a7c135c1786bebf38f"]
.product-block .productDetails .sqs-add-to-cart-button,
section[data-section-id="691116a7c135c1786bebf38f"]
.product-block .product-details .sqs-add-to-cart-button {
width: 70% !important;
margin: 0 auto !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
min-height: 40px !important; /* adjust to match your design */
padding: 0.5em 1em !important;
box-sizing: border-box !important;
}
/* Customize the SOLD badge over the product image */
section[data-section-id="691116a7c135c1786bebf38f"]
.product-mark.sold-out {
background-color: #C94E4E !important; /* unique color (example: muted red) */
color: #ffffff !important; /* text color */
font-weight: 700 !important;
letter-spacing: 0.05em;
text-transform: uppercase;
border-radius: 3px !important; /* optional */
padding: 0.3em 0.6em !important;
opacity: 0.9; /* slight transparency if desired */
==========================================================
ART WITH IMPACT — REFINED PRODUCT GRID + DETAIL STYLING
========================================================== */
/* ---------------------------------------
1. Align title, number, and price with image width
--------------------------------------- */
/* Make the metadata container span the image width */
.product-list-item-meta,
.product-list-title-price,
.product-list-item-title,
.product-list-item-price {
width: 100% !important;
max-width: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
text-align: left !important;
}
/* Title + number layout */
.product-list-item-title {
display: flex !important;
justify-content: space-between !important;
align-items: baseline !important;
font-style: italic !important;
text-align: left !important;
width: 100% !important;
margin-bottom: 0.4em !important; /* breathing room above price */
}
/* Price alignment */
.product-list-item-price {
text-align: left !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
display: block !important;
}
/* ---------------------------------------
2. Style and spacing for the right-aligned number
--------------------------------------- */
.product-list-item-title::after {
font-style: normal;
font-weight: 400;
color: #4a4a4a;
margin-left: 1rem; /* space between title and number */
flex-shrink: 0; /* prevents crowding */
text-align: right;
}
/* ---------------------------------------
3. Generate numbers from tag classes — exact match
--------------------------------------- */
.product-list-item[class~="tag-1"] .product-list-item-title::after { content: "1"; }
.product-list-item[class~="tag-2"] .product-list-item-title::after { content: "2"; }
.product-list-item[class~="tag-3"] .product-list-item-title::after { content: "3"; }
.product-list-item[class~="tag-4"] .product-list-item-title::after { content: "4"; }
.product-list-item[class~="tag-5"] .product-list-item-title::after { content: "5"; }
.product-list-item[class~="tag-6"] .product-list-item-title::after { content: "6"; }
.product-list-item[class~="tag-7"] .product-list-item-title::after { content: "7"; }
.product-list-item[class~="tag-8"] .product-list-item-title::after { content: "8"; }
.product-list-item[class~="tag-9"] .product-list-item-title::after { content: "9"; }
.product-list-item[class~="tag-10"] .product-list-item-title::after { content: "10"; }
.product-list-item[class~="tag-11"] .product-list-item-title::after { content: "11"; }
.product-list-item[class~="tag-12"] .product-list-item-title::after { content: "12"; }
.product-list-item[class~="tag-13"] .product-list-item-title::after { content: "13"; }
.product-list-item[class~="tag-14"] .product-list-item-title::after { content: "14"; }
.product-list-item[class~="tag-15"] .product-list-item-title::after { content: "15"; }
.product-list-item[class~="tag-16"] .product-list-item-title::after { content: "16"; }
.product-list-item[class~="tag-17"] .product-list-item-title::after { content: "17"; }
.product-list-item[class~="tag-18"] .product-list-item-title::after { content: "18"; }
.product-list-item[class~="tag-19"] .product-list-item-title::after { content: "19"; }
.product-list-item[class~="tag-20"] .product-list-item-title::after { content: "20"; }
.product-list-item[class~="tag-21"] .product-list-item-title::after { content: "21"; }
.product-list-item[class~="tag-22"] .product-list-item-title::after { content: "22"; }
.product-list-item[class~="tag-23"] .product-list-item-title::after { content: "23"; }
.product-list-item[class~="tag-24"] .product-list-item-title::after { content: "24"; }
.product-list-item[class~="tag-25"] .product-list-item-title::after { content: "25"; }
.product-list-item[class~="tag-26"] .product-list-item-title::after { content: "26"; }
.product-list-item[class~="tag-27"] .product-list-item-title::after { content: "27"; }
.product-list-item[class~="tag-28"] .product-list-item-title::after { content: "28"; }
.product-list-item[class~="tag-29"] .product-list-item-title::after { content: "29"; }
.product-list-item[class~="tag-30"] .product-list-item-title::after { content: "30"; }
.product-list-item[class~="tag-31"] .product-list-item-title::after { content: "31"; }
.product-list-item[class~="tag-32"] .product-list-item-title::after { content: "32"; }
.product-list-item[class~="tag-33"] .product-list-item-title::after { content: "33"; }
.product-list-item[class~="tag-34"] .product-list-item-title::after { content: "34"; }
.product-list-item[class~="tag-35"] .product-list-item-title::after { content: "35"; }
.product-list-item[class~="tag-36"] .product-list-item-title::after { content: "36"; }
.product-list-item[class~="tag-37"] .product-list-item-title::after { content: "37"; }
.product-list-item[class~="tag-38"] .product-list-item-title::after { content: "38"; }
.product-list-item[class~="tag-39"] .product-list-item-title::after { content: "39"; }
.product-list-item[class~="tag-40"] .product-list-item-title::after { content: "40"; }
.product-list-item[class~="tag-41"] .product-list-item-title::after { content: "41"; }
.product-list-item[class~="tag-42"] .product-list-item-title::after { content: "42"; }
.product-list-item[class~="tag-43"] .product-list-item-title::after { content: "43"; }
.product-list-item[class~="tag-44"] .product-list-item-title::after { content: "44"; }
.product-list-item[class~="tag-45"] .product-list-item-title::after { content: "45"; }
.product-list-item[class~="tag-46"] .product-list-item-title::after { content: "46"; }
.product-list-item[class~="tag-47"] .product-list-item-title::after { content: "47"; }
.product-list-item[class~="tag-48"] .product-list-item-title::after { content: "48"; }
.product-list-item[class~="tag-49"] .product-list-item-title::after { content: "49"; }
.product-list-item[class~="tag-50"] .product-list-item-title::after { content: "50"; }
.product-list-item[class~="tag-51"] .product-list-item-title::after { content: "51"; }
.product-list-item[class~="tag-52"] .product-list-item-title::after { content: "52"; }
.product-list-item[class~="tag-53"] .product-list-item-title::after { content: "53"; }
.product-list-item[class~="tag-54"] .product-list-item-title::after { content: "54"; }
.product-list-item[class~="tag-55"] .product-list-item-title::after { content: "55"; }
.product-list-item[class~="tag-56"] .product-list-item-title::after { content: "56"; }
.product-list-item[class~="tag-57"] .product-list-item-title::after { content: "57"; }
.product-list-item[class~="tag-58"] .product-list-item-title::after { content: "58"; }
.product-list-item[class~="tag-59"] .product-list-item-title::after { content: "59"; }
.product-list-item[class~="tag-60"] .product-list-item-title::after { content: "60"; }
.product-list-item[class~="tag-61"] .product-list-item-title::after { content: "61"; }
.product-list-item[class~="tag-62"] .product-list-item-title::after { content: "62"; }
.product-list-item[class~="tag-63"] .product-list-item-title::after { content: "63"; }
.product-list-item[class~="tag-64"] .product-list-item-title::after { content: "64"; }
.product-list-item[class~="tag-65"] .product-list-item-title::after { content: "65"; }
.product-list-item[class~="tag-66"] .product-list-item-title::after { content: "66"; }
.product-list-item[class~="tag-67"] .product-list-item-title::after { content: "67"; }
.product-list-item[class~="tag-68"] .product-list-item-title::after { content: "68"; }
.product-list-item[class~="tag-69"] .product-list-item-title::after { content: "69"; }
.product-list-item[class~="tag-70"] .product-list-item-title::after { content: "70"; }
/* ---------------------------------------
4. Hide numbers on product detail pages
--------------------------------------- */
.ProductItem .product-title::after,
.ProductItem .breadcrumbs [aria-current="page"],
.ProductItem [class*="tag-"] .product-list-item-title::after {
display: none !important;
}
/* JUROR CHOICE BEST IN SHOW border*/
/* Robust stroke without changing layout (uses box-shadow as an outline) */
#block-yui_3_17_2_1_1762521617797_17894 .image-block-outer-wrapper {
display: inline-block; /* ensures the stroke renders cleanly */
box-shadow: 0 0 0 2px #cccccc !important; /* width & color */
border-radius: 0 !important; /* adjust if you want rounded corners */
}
/* If the image is linked, apply to the anchor too */
#block-yui_3_17_2_1_1762521617797_17894 .image-block-outer-wrapper a {
display: inline-block;
box-shadow: 0 0 0 4px #cccccc !important;
border-radius: 0 !important;
}
///COMMERCE///
///Reveal Price on Hover///
@media only screen and (min-width: 640px){.products.collection-content-wrapper .grid-item img{z-index: 0!important}
.products.collection-content-wrapper .grid-main-meta {z-index: 99!important; margin-top: -1rem; text-align:center; background: #ffffff; padding: 10px; visibility:hidden; }
.grid-main-meta *{color: #000000!important;}
.products.collection-content-wrapper .grid-item:hover .grid-main-meta {visibility:visible}
}
// Border to JDMDC portraits //
#block-yui_3_17_2_1_1741042577062_19603, #block-5988981dba29e7a46e86, #block-881a1b3cf6dfefb5ca90, #block-yui_3_17_2_1_1741097253065_15889, #block-1466f2f03cc27d4f3140 {
border: solid 3px #fac827;
}
#block-yui_3_17_2_1_1741042577062_19603, #block-5988981dba29e7a46e86, #block-881a1b3cf6dfefb5ca90, #block-yui_3_17_2_1_1741097253065_15889, #block-1466f2f03cc27d4f3140.image-block {
filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.3));
}
/* hyperlink style 2024 FTLOA Q&A page */
#page .sqs-block-html a {
background: #ffffff;
text-decoration: none;
font-weight: bold;
}
#page .sqs-block-html a:hover {
color: #FFF;
background: #000;
}
/*drop shadow on Monica Cowsert banner type*/
#block-7f5b51a8ee9b23535222, #block-e396d284edb3ab101662, #block-89971c31d10fd856dd4f, #block-0a8f64078df95e3a7341, #block-1b75b5d8837e0320fb3e {
text-shadow: 3px 5px 3px rgba(0, 0, 0, .4);
}
///Gradient over Kelly's header banner///
section[data-section-id="68b49ec603ef7c199c1a9e23"] .section-background-overlay {
opacity: 1 !important;
background: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.0) 0%, /* Top: black at 0% opacity */
rgba(0, 0, 0, 0.5) 100% /* Bottom: black at 70% opacity */
) !important;
}
/* Quote on Kellys page Align quote text flush left */
.sqs-block-quote blockquote {
text-align: left;
margin: 0;
padding: 0;
}
/* REMOVE PADDING FROM THE FTLOA SECTION HEADER - BKGRND AND FRAME ART */
section[data-section-id="68e509f052792a720f50086b"] .content-wrapper {
padding-top: 0 !important;
}
section[data-section-id="68e509f052792a720f50086b"] h1 {
font-family: "Marcellus", serif;
font-weight: 900;
text-transform: none; /* "normal" isn’t a valid value — use none */
font-size: 120px; /* adjust to your needs */
line-height: 1.1; /* tighten or loosen spacing */
letter-spacing: -0.3px; /* optional fine-tuning */
}
/* ===========================
For the Love of Art — List Section (Grid layout)
Section ID: 68e1795f75f32945d74fa95b
=========================== */
/* SECTION TITLE */
section[data-section-id="68e1795f75f32945d74fa95b"]
h2,
section[data-section-id="68e1795f75f32945d74fa95b"]
.list-section-title,
section[data-section-id="68e1795f75f32945d74fa95b"]
.section-title {
font-family: "marcellus", serif;
font-size: 3.5rem;
font-weight: 600;
line-height: 1.2;
color: #708090;
text-align: center;
margin-bottom: 1.0em;
letter-spacing: 0.00em;
}
/* LIST ITEM TITLES */
section[data-section-id="68e1795f75f32945d74fa95b"] .list-item-title {
font-family: "marcellus", serif;
font-size: 1.5rem;
font-weight: 600;
color: #333333;
line-height: 1.3;
margin-top: 0.75em;
transition: color 0.3s ease;
}
/* LIST ITEM TITLE HOVER */
section[data-section-id="68e1795f75f32945d74fa95b"] .list-item-title:hover {
color: #98db18; /* optional accent hover color to match your palette */
}
/* LIST ITEM DESCRIPTION (if used) */
section[data-section-id="68e1795f75f32945d74fa95b"] .list-item-excerpt {
font-family: "adobe garamond pro", serif;
font-size: 1rem;
line-height: 1.6;
color: #555555;
margin-top: 0.5em;
}
/* Art With Impact section background color */
/* Force solid background color for the Art With Impact section */
section[data-section-id="68e16575dddb182cd9ff6bfc"],
section[data-section-id="68e16575dddb182cd9ff6bfc"] .section-background,
section[data-section-id="68e16575dddb182cd9ff6bfc"] .section-background-overlay,
section[data-section-id="68e16575dddb182cd9ff6bfc"] .section-background-content {
background-color: #F5F2EB !important;
background-image: none !important;
}
/* ===============================
Live Auction + Wine Pull/Raffle Sections
Section IDs:
section[data-section-id="68e50a571dbfa41cdede3c03"]
section[data-section-id="68e50a674bd48b5f5ef73997"]
=============================== */
/* Background color */
section[data-section-id="68e50a571dbfa41cdede3c03"],
section[data-section-id="68e50a571dbfa41cdede3c03"] .section-background,
section[data-section-id="68e50a674bd48b5f5ef73997"],
section[data-section-id="68e50a674bd48b5f5ef73997"] .section-background {
background-color: #F5F2EB !important;
}
/* Section titles for Live Auction + Wine Pull/Raffle */
section[data-section-id="68e50a571dbfa41cdede3c03"] .section-title,
section[data-section-id="68e50a571dbfa41cdede3c03"] .list-section-title,
section[data-section-id="68e50a674bd48b5f5ef73997"] .section-title,
section[data-section-id="68e50a674bd48b5f5ef73997"] .list-section-title {
font-family: "Marcellus", serif !important;
font-size: 4rem !important;
font-weight: 700 !important;
line-height: 1.2 !important;
color: #708090 !important;
letter-spacing: -0.02em !important;
text-align: center !important;
margin-bottom: 1.0em !important;
}
/* ===============================
Honoree Sponsor and FTLOA Table Sponsor headlines
Section IDs:
section[data-section-id="68e50a12712bf535fe138f05"]
section[data-section-id="68e50af0ecc51615cf14fa2b"]
=============================== */
/* Section titles for Live Auction + Wine Pull/Raffle */
section[data-section-id="68e50a12712bf535fe138f05"] .section-title,
section[data-section-id="68e50a12712bf535fe138f05"] .list-section-title,
section[data-section-id="68e50af0ecc51615cf14fa2b"] .section-title,
section[data-section-id="68e50af0ecc51615cf14fa2b"] .list-section-title {
font-family: "Marcellus", serif !important;
font-size: 4rem !important;
font-weight: 700 !important;
line-height: 1.2 !important;
color: #708090 !important;
letter-spacing: -0.02em !important;
text-align: center !important;
margin-bottom: 1.0em !important;
}
/* ============================= Two-column layout on mobile only FTLOA Table Sponsors
Section ID: 68e50af0ecc51615cf14fa2b
*/
@media screen and (max-width: 767px) {
section[data-section-id="68e50af0ecc51615cf14fa2b"] .list-grid {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 1.5rem !important; /* spacing between columns */
}
section[data-section-id="68e50af0ecc51615cf14fa2b"] .list-item {
margin: 0 !important; /* reset any theme spacing that causes stacking gaps */
}
}
“MASTER” Code submitted to ChatGPT to clean up and make more efficient. Replaced by ChatGPT provided code, currently on the site, on 06.06.24
///hide prices on INDIVIDUAL NFS products - Used mostly for Threads///
.tag-gallery .sqs-add-to-cart-button-wrapper, .tag-gallery .product-quantity-input {
display: none;
}
///JSA Accordion Block///
#block-yui_3_17_2_1_1708360523740_80098.sqs-block-accordion {
filter: drop-shadow(5px 5px 8px #ababab); border: 3px solid gray
}
#block-e341a9b7f47961686a0a, #block-yui_3_17_2_1_1708188519600_51438, #block-2682c68d1882d8ea0426, #block-e44dbc264765269758c6, #block-e440c10e5870ebb4165e, h2 {margin-bottom: 0 !important;
} p {margin-top: 0}
///Drop shadow on Texas Sculpts posters and media images///
#block-6d71dbb80cc2e355573d, #block-35ad63a2d5400127e6dc, #block-6365c13136583784c5e0, #block-yui_3_17_2_1_1705870540217_10285, #block-d68173f6c8d2b107a162, #block-db77260494d5f6420056, #block-08b1f1cc5f0d0aa7d416.image-block {
filter: drop-shadow(5px 5px 8px #ababab);
}
///Site-wide Mobile Type Sizes///
@media only screen and (max-width: 640px){ h1{font-size: 1.3rem!important} h2{font-size: 1.0rem!important} .sqsrte-large{font-size: 0.9rem!important} .p{font-size:0.7rem!important} .sqsrte-small{font-size:0.6rem!important}
div.list-section-title p { font-size: 1.0em!important;}
}
///Win This 1:18th... List Section///
section[data-section-id="6537118019827e415cc5aafd"] {
.user-items-list-simple .list-item-content__description p {
font-size: 0.8rem!important;}
}
///BROWSE BY ARTIST LINK ON IMAGE///
section[data-section-id="653eac2ea926e015fbf4d6cc"] .list-item-content__button{
opacity:0;
width:100%;
transform:translatey(-95%);
border-radius:0!important;
height: 20rem!important;
margin-bottom:-28rem!important
}
.list-item-content__button:hover{
opacity:0!important
}
.list-item {
background:#fff
}
.list-item:hover{
background:#e7e5dd
}
// HIDDEN ELEMENTS ON MOBILE
@media only screen and (max-width: 768px) {#block-yui_3_17_2_1_1693160969172_11273, #block-edbe6615a0b28c43a363 {display: none;}
}
///minimize space between name/award and description on Honorees page///
#block-yui_3_17_2_1_1694901446322_28448 p {
margin-top: -25px !important;
}
html.squarespace-damask .sqs-blockStatus, .sqs-block .removed-script {
display: none !important;
}
///video block drop shadow///
.video-block {
filter: drop-shadow(3px 3px 5px #666666);
}
// Video Block (File Uploaded) - Super Simple Style - Ghost //
@simple-vid-border: 1px solid #000;
@simple-vid-border-radius: 5px;
@simple-vid-play-background: #fff;
@simple-vid-play-icon-color: #98db18;
@simple-vid-play-border: 1px solid #000;
@simple-vid-play-padding: 10px;
@simple-vid-play-box-shadow: 5px 5px 15px rgba(0,0,0, .5)!important;
/* ---- Do Not Edit Below ---- */
.video-player.video-player .plyr--video .plyr__control--overlaid { background: @simple-vid-play-background !important; color: @simple-vid-play-icon-color !important; border: @simple-vid-play-border; padding: @simple-vid-play-padding !important; } .video-player .plyr { border: @simple-vid-border; border-radius: @simple-vid-border-radius; } .video-player .plyr .plyr__controls:before { background-image: none !important; }
// Video Block (File Uploaded) - Super Simple Style - Ghost //
///Accordion Text Multi-column///
@media screen and (min-width: 610px) {
.accordion-item__description {
columns: 1;
column-gap: 20px;
}
}
///Two Column Text on TSII Landing///
#block-970961cd960bf590f02d p {column-count: 1; column-gap: 0%}
////TSII Accordion Style///
.accordion-item {
background-color: #ffffff;
padding: 2px 00px!important;
margin-bottom: 16px!important;
}
section[data-section-id="647cdd469c2ddd18a1171a60"] .gallery-caption {background:none}
.gallery-caption p {white-space:pre; text-align:center}
.gallery-caption p:first-line {color: black; font-size: 1.1rem; font-weight:bold}
///Form Style///
.react-form-contents input, text-area{border-left:none; border-right:none; border-top:none; border-bottom:solid 2px #98db18;}
///Message Box///
.form-wrapper .field-list textarea {border-left:none; border-right:none; border-top:none; border-bottom:solid 2px #98db18;}
/* Hide prices on Squarespace 7.1 */
/* Solution by https://sf.digital */
/* Use within CSS. Do not republish. */
.tag-nfs > .ProductItem-summary .product-price:before {
content: 'NFS'; /* Use your wording here */
visibility: visible;
}
/* Hide the price on PDP and PLP */
.tag-nfs > .ProductItem-summary .product-price, .grid-item.tag-nfs > .grid-meta-wrapper .product-price {
visibility: hidden;
}
/* Hide the add-to-cart button */
.tag-nfs > .ProductItem-summary .ProductItem-details {
.sqs-add-to-cart-button-wrapper, .product-quantity-input {
display: none;
}
}
///Mobile copy sizes///
@media only screen and (max-width: 640px){h1{font-size: 26px!important} h2{font-size: 20px!important} h3{font-size: 14px!important} p{font-size: 10px!important} }
/// 2 Column Product on Mobile///
@media only screen and (max-width:767px) {
.products .list-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.products .grid-item {
width: 48%;
}
}
///style calendar block///
.yui3-squarespacecalendar .has-event {border-radius:50%!important;
background:#98db18!important; font-weight:900!important}
///change the size etc of event and exhibition headers///
.eventitem-title,.eventlist-title {
color:gray!important;
font-size:30px!important; font-weight:bold
}
///style calendar date box///
.eventlist-datetag{background:#98db18; color:#000; border-radius: 10px 0; left:10px!important}
///style video play button///
.sqs-video-icon {border: 5px solid #fff; border-radius: 50%;}
/// Mobile info bar ///
.sqs-mobile-info-bar{background: #98db18!important}
.sqs-mobile-info-bar-trigger-label {
color: black!important;
font-size:.7rem!important;
font-weight:bold;
}
// Mobile Info Bar Hours Background //
.sqs-mobile-info-bar-overlay, .sqs-mobile-info-bar-overlay-close {
background-color: white !important;
}
///////////////////////////////////
///MAIN NAVIGATION CUSTOMIZATION///
//bold and 98d18 on hover//
.header-nav a:hover {font-weight: bold; color:#98db18!important}
///Increase padding of dropdown menu items in main nav///
.header-nav-folder-content a {padding-bottom:.6rem!important; }
///Round corner of dropdown///
.header-nav-folder-content{border-radius:8px}
///drop shadow on dropdown///
.header-nav-folder-content{box-shadow: 5px 5px 15px rgba(0,0,0,0.25)}
/////////////////////////////////
///COMMERCE///
///Reveal Price on Hover///
@media only screen and (min-width: 640px){.products.collection-content-wrapper .grid-item img{z-index: 0!important}
.products.collection-content-wrapper .grid-main-meta {z-index: 99!important; margin-top: -1rem; text-align:center; background: #ffffff; padding: 10px; visibility:hidden; }
.grid-main-meta *{color: #000000!important;}
.products.collection-content-wrapper .grid-item:hover .grid-main-meta {visibility:visible}
}
////////////////////////////////
///Button Style on Facility Rental Reel slideshow///
.gallery-reel-control-btn {color:white}
.gallery-reel-control-btn::before{background-color:#98db18}
////////////////////////////////

