/*
Theme Name: West Nine Construction
Theme URI: 
Author: GIANT
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: west-nine-construction
Tags: 
*/

/* TABLE OF CONTENTS

- Globals
- Root Styles
- Header
- Homepage
- Footer
- About Us
- Meet the Team
- Contact Us
- Project Pages
- Private Login
- Private Account Creation
- Private Pages
- News/Blog
- Insurance & Loss Ajdusters
- Media Queries
- Accordion Row
- Projects Archive (Plugin)
- Simple Slider Block (Plugin)
*/




/* Globals Start  */

body a:focus{
    outline: unset !important;
}
body.hide-hero-overlay #home-hero .wp-block-cover__background{
    display: unset;
}
.container{
    max-width: 1600px;
    width: 100%;
    margin: auto;
}
.container-small{
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:focus{
    outline: none !important;
}
.gform-body textarea:focus,
.gform-body input:focus{
    outline: none !important;
}
#terracotta-block .wp-block-column p {
    padding: 10px 20px !important;
}
.locked-login input[type="submit"], .request-access-custom-btn{
    font-family: 'Futura PT' !important;
}
.gform-theme--framework .gform_validation_errors .gform_submission_error,
.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    color: #f5f3ba !important;
}
.page-id-1214 .site-header{
    background-color: #b16538 !important;
}
.page-id-1214 h1{
    padding-top: 100px;
    text-align: center;
}
@media screen and (min-width: 800px){
    .hide-above-800 p{
        display: none !important;
    }
}
@media screen and (max-width: 800px){
    #mid-logo{
        display: none;
    }
    .hide-below-800{
        display: none !important;
    }
}
@media screen and (max-width: 781px){ 
    #inverted-on-mobile .wp-block-column:first-child{
        order: 2;
    }
    .page-template-page-no-title-alt-header .wp-block-column{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .page-template-page-no-title-alt-header p{
        /* padding-left: 10px !important;
        padding-right: 10px !important; */
    }
    #home-hero{
        max-height: 500px !important;
    }
    #terracotta-block .wp-block-cover{
        min-height: 250px !important;
    }
}

/* Globals End  */



/* Root Styles START */

.scroll-prompt {
    overflow:hidden;
}

/* Root Styles END */


/* Header START */

.wp-block-group.site-header {
  position: fixed;
  z-index: 999;
  min-width: 100%;
  padding: 0px 20px;
  /* mix-blend-mode: difference;*/
}

.site-header .wp-block-cover__image-background {
    max-height:95%;
}

header.alt-header img {
    filter: invert(44%) sepia(8%) saturate(5387%) hue-rotate(341deg) brightness(75%) contrast(70%);
}

.scrolled-logo-area{
    gap: 5px;
}
/* menu */

.menu-btn {
  border: 1px solid white;
  padding:0;
  width: auto !important;
  align-self: flex-end;
}

@media (max-width: 1023px) {
    
    #header-cover > .wp-block-cover__inner-container > .wp-block-group {
        flex-direction: row !important;
          align-items: center !important; 
          justify-content: space-between !important; 
          flex-wrap: nowrap !important;
    }    
    
  .wp-block-group.is-layout-flex .home-logo{
      width: auto !important;
      align-self:flex-start;
  }
  
  .wp-block-group.is-layout-flex .menu-btn{
      width: auto !important;
        align-self: flex-end;
  }
  
  header .wp-block-group.menu-row,
  .wp-block-group.is-layout-flex.menu-row > *{
      width:auto !important;
  }
  
  header .wp-block-group.menu-row {
      align-self:flex-end;
  }
  
}

.alt-header nav.menu-btn {
    border-color:#b16538;
    color:#b16538;
}

nav.menu-btn > button {
    padding: 15px 60px;
}

nav.menu-btn > button:hover {
    background:rgba(255, 255, 255, 0.2);
}

.alt-header nav.menu-btn > button:hover {
    background:rgba(177, 101, 56, 0.15);
}

nav ul.wp-block-navigation__container.menu-btn {
    border:none 0 !important;
    padding-top:20%;
}

.menu-btn-primary {
  border: 1px solid #b16538;
  padding: 15px 60px;
}

header nav a {
    font-weight:300;
    text-transform:uppercase;
    text-align:right;
    color:#fff !important;
    margin-bottom:0.25em;
}

nav .wp-block-navigation__responsive-close,
nav .wp-block-navigation__responsive-dialog {
    height:100%;
}

nav .wp-block-navigation__responsive-container-open {
    text-transform:uppercase;
}

.alt-header nav .wp-block-navigation__responsive-container-open {
    color:#b16538;
}

nav .wp-block-navigation__responsive-container-close {
    margin-top:1em;
    color:#fff;
    font-size:0 !important;
    visibility:hidden;
}

nav .wp-block-navigation__responsive-container-close::before {
    content: "\2715";
    font-size:1.75rem !important;
    padding:0.5em;
    overflow:hidden;
    visibility:visible;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    padding:0 !important;
    background-color: rgba(35, 31, 32, 0.2) !important;
}

nav .wp-block-navigation__responsive-container-content {
    min-height:100%;
    padding:0 2em 2em;
    position:absolute;
    right:0;
    background-image: url('https://westnineconstruction.tempurl.host/wp-content/uploads/2025/08/footer_pattern.svg');
    background-size:200% auto;
    background-repeat: repeat;
    width:100%;
    max-width:480px;
    background-color: rgba(35, 31, 32, 0.7)!important;
}

header.dark .site-header::before {
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height: 100%;
    background: #231F20;
    top:0;
    right:0;
    left:0;
    background: linear-gradient(0deg,rgba(35, 31, 32, 0) 10%, rgba(35, 31, 32, 0.85) 100%);
    transition:top 0.2s ease-in-out;
}

.viewport-middle header.dark .site-header::before,
.viewport-base header.dark .site-header::before {
    top:-110%;
}

.viewport-middle header.alt-header img,
.viewport-base header.alt-header img {
    filter: invert(0);
}

.viewport-middle .alt-header nav.menu-btn,
.viewport-base .alt-header nav.menu-btn {
    border-color:#fff;
    color:#fff;
}

.viewport-middle .alt-header nav .wp-block-navigation__responsive-container-open,
.viewport-base .alt-header nav .wp-block-navigation__responsive-container-open {
    color:#fff;
}
.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{
    /* margin-top: unset !important;
    padding-top: 50px !important; */
}

@media screen and (max-width: 781px){
    nav.menu-btn > button{
            padding: 10px 30px;
    }
    header .home-logo img{
        width: 40px !important;
        height: 40px !important;
    }   
}

/* Header END */


/* Homepage START */

.scroll-text {
  text-underline-offset: 0.3em;
}

.scroll-text:after {
  content: "\00a0\00a0\00a0\00a0";
}

/* --- Accordion Item Sizing --- */
.accordion-item {
    width: 33.3333% !important;
    transition: width 0.5s ease-in-out;
}

.side-by-side .accordion-item {
    width: 50% !important;
}

/* --- Accordion Hover/Active Sizing --- */
.accordion-row:hover .accordion-item:not(:hover),
.accordion-row.cycling .accordion-item:not(.active) {
    width: 20% !important;
}

.accordion-row:hover .accordion-item:hover,
.accordion-row.cycling .accordion-item.active {
    width: 60% !important;
}

.accordion-row.side-by-side:hover .accordion-item:not(:hover),
.accordion-row.side-by-side.cycling .accordion-item:not(.active) {
    width: 30% !important;
}

.accordion-row.side-by-side:hover .accordion-item:hover,
.accordion-row.side-by-side.cycling .accordion-item.active {
    width: 70% !important;
}

/* --- Inner Container Styling --- */
.accordion-item .wp-block-cover__inner-container,
.accordion-item .wp-block-tiptip-hyperlink-group-block {
    height: 100%;
    border: none;
    bottom: 0;
    box-shadow: none;
    left: 0;
    max-height: none;
    max-width: none;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0) 50%);
}

/* --- Title Animation Container --- */
.acc-item-title {
    margin: 0;
    position: absolute;
    top: 45%; /* Controls the FINAL (unrotated) title position */
    left: 50%; /* Center the container by default */
    transform: translateX(-50%);
    font-size: 0 !important;
    text-align: left;
    max-width: 22ch;
    transition: left 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s;
}

/* --- Shared Pseudo-Element Styles --- */
.acc-item-title::before,
.acc-item-title::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    color: white;
    text-align: left;
    font-size: 3rem !important;
    font-weight: 400;
}

/* --- Rotated Title Styling (Default State) --- */
.acc-item-title::after {
    top: -50px;
    left: 50%; /* Position the pseudo-element's start at the center */
    transform-origin: center;
    /* Translate it back by half its width, THEN rotate */
    transform: translateX(-50%) rotate(90deg);
    opacity: 1;
    transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s !important;
}

/* --- Unrotated Title Styling (Default State) --- */
.acc-item-title::before {
    top: 0;
    transform: translateX(-150%) translateY(-50%);
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out !important;
}

/* --- Hover & Active State Container Positioning --- */
.accordion-item:hover .acc-item-title,
.accordion-item.active .acc-item-title {
    left: 75px;
    transform: translateX(0);
}

/* --- Unrotated Title Animation (Hover/Active) --- */
.accordion-item:hover .acc-item-title::before,
.accordion-item.active .acc-item-title::before {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
    transition-delay: 0.3s !important;
}

/* --- Rotated Title Animation (Hover/Active) --- */
.accordion-item:hover .acc-item-title::after,
.accordion-item.active .acc-item-title::after {
    /* Retain the centering transform while adding the exit animation */
    transform: translateX(-50%) rotate(90deg) translateY(-100%);
    opacity: 0;
    transition-delay: 0s !important;
}


/* Homepage END */


/* Footer START */

footer.wp-block-template-part {
    margin-top:0;
}

footer a {
    font-weight:300 !important;
}

footer .wp-block-cover.is-repeated .wp-block-cover__image-background {
    background-size: 100px;
}
footer .logo-area .wp-block-group{
    gap: 20px;
}

@media screen and (max-width: 1023px) {
    
    footer .logo-area .wp-block-group.footer-logos {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items:space-between;
    }
    
    footer .logo-area .wp-block-group.footer-logos figure {
        width:auto !important;
    }
    
}

@media screen and (max-width: 800px) {
    footer .wp-block-group{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    footer .wp-block-group,
    footer .wp-block-columns{
        display: block !important;
    }
    footer p{
        padding-bottom: 10px;
    }
    footer .logo-area .wp-block-group{
        display: flex !important;
        flex-wrap: nowrap;
    }
    footer .wp-block-column:nth-child(2){
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid #b16538;
    }
    footer .wp-block-column:nth-child(2) p{
        padding: unset;
    }
    
    footer .footer-logos > figure {
        width:auto !important;
    }
    
}


/* Footer END */

/* Projects Row START */

.project-row .project.hentry {
    padding-bottom:80px;
    transition: padding 0.3s ease-in-out;
}

.project-row .project.hentry:hover {
    padding-bottom:0;
}

.project-row .project.hentry a {
    overflow:hidden;
}

body:not(.logged-in) .project-row .project.hentry.category-athletes-public-figures a:hover .has-background-dim {
    min-height: 360px  !important;
    backdrop-filter: blur(6px) !important;
    z-index: 1 !important;
}

body:not(.logged-in) .project-row .project.hentry.category-athletes-public-figures a .pr-cover > img {
    backdrop-filter: blur(6px) !important;
    filter: blur(6px) !important; 
    transition: none !important;
}

.project-row .project.hentry a .wp-block-cover {
    transition:min-height 0.3s ease-in-out;
}


.project-row a:hover .wp-block-cover,
.project-row a:hover .pr-cover {
    min-height:360px !important;
} 

.project-num::after {
    content:".";
    margin-left:-0.07em;
}

.project-row .scroll-prompt {
    display:none;
}
.project-row .project.hentry a .wp-block-cover,
.project-row .project.hentry a .pr-cover {
    transition: min-height 0.3s ease-in-out;
}

.project-row .project.hentry.category-athletes-public-figures a .wp-block-cover::after,
.project-row .project.hentry.category-athletes-public-figures a  .pr-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    backdrop-filter: blur(0px);
    transition: backdrop-filter 0.3s ease-in-out;
    z-index: 1;
    pointer-events: none;
}

body:not(.logged-in) .project-row .project.hentry.category-athletes-public-figures a:hover .wp-block-cover::after,
body:not(.logged-in) .project-row .project.hentry.category-athletes-public-figures a:hover .pr-cover::after {
    backdrop-filter: blur(6px);
}

.scroll-prompt {
        padding-top: 20px;
        display: flex !important;
        justify-content: right;
        border: unset;
    }
    .scroll-prompt p{
        /* border-bottom: 1px solid #b16538; */
        max-width: 100px;
        padding-bottom: 0px !important;
        /* padding-right: 20px !important; */
    }
    .scroll-prompt.outer p{
      padding-right: 20px !important;
      border-bottom: 1px solid;
    }

@media (max-width: 1050px) {
  /* * 1. Create the horizontal track.
   * We target .no-stack and common inner wrappers (like GenerateBlocks or WP Core) 
   * to ensure the flex rules are applied to the direct parent of the items.
   */
  .no-stack,
  .no-stack > .gb-grid-wrapper,
  .no-stack > .wp-block-post-template {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    
    /* Enable horizontal scroll for now */
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
    
    /* Scroll snapping creates a carousel-like feel (optional but recommended) */
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px; /* Adjust based on your page padding */
    
    /* Set a gap between the cards */
    gap: 20px; 
  }

  /* * 2. Size the individual post items.
   * Using 80-85% width allows the edge of the next post to "peek" into view, 
   * giving the user a visual cue to scroll. 
   */
  .no-stack > *,
  .no-stack > .gb-grid-wrapper > *,
  .no-stack > .wp-block-post-template > * {
    /* Prevents the items from shrinking to fit the screen */
    flex: 0 0 85% !important; 
    max-width: 200px !important;
    
    /* Snaps the item to the left when scrolling */
    scroll-snap-align: start;
  }

  /* * 3. Hide the scrollbar (Optional)
   * This gives it a cleaner, app-like appearance and prepares it visually 
   * for when you switch to JS-based scroll-hijacking later.
   */
  .no-stack::-webkit-scrollbar,
  .no-stack > .gb-grid-wrapper::-webkit-scrollbar,
  .no-stack > .wp-block-post-template::-webkit-scrollbar {
    display: none;
  }
  .no-stack,
  .no-stack > .gb-grid-wrapper,
  .no-stack > .wp-block-post-template {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
    
  /* .project-row .scroll-prompt {
      padding-top: 20px;
      display: block !important;
       display:inline;
    } */
  .project-row .project.hentry a:hover .wp-block-cover,
  .project-row .project.hentry a:hover .pr-cover {
    min-height: 280px !important;
  }
  .project-row .project.hentry a:focus,
  .project-row .project.hentry a:focus-visible{
    outline: none !important;
  }
}

@media (max-width: 600px) {

   /* Using 80-85% width allows the edge of the next post to "peek" into view, 
   * giving the user a visual cue to scroll. 
   */
  .no-stack > *,
  .no-stack > .gb-grid-wrapper > *,
  .no-stack > .wp-block-post-template > * {
    /* Prevents the items from shrinking to fit the screen */
    flex: 0 0 85% !important; 
    max-width: 85% !important;
    
    /* Snaps the item to the left when scrolling */
    scroll-snap-align: start;
  }
  
}

/* Projects Row END */


/* About Us START */

.hover-reveal .wp-block-cover {
    min-height:400px !important;
    transition:min-height 1s ease;
}

.hover-reveal:hover .wp-block-cover {
    min-height:300px !important;
}

.hover-reveal .reveal-text {
    opacity:0;
    transition: all 0.6s ease;
    transform: translateY(5rem);
}

.hover-reveal:hover .reveal-text {
    opacity: 1;
    transform: translateY(0);
}

/* Override theme styling to force Gutenslider headings left */
.wp-block-eedee-block-gutenslider .swiper-slide h2,
.wp-block-eedee-block-gutenslider .swiper-slide h3,
.wp-block-eedee-block-gutenslider .swiper-slide h4,
.wp-block-eedee-block-gutenslider .swiper-slide h5,
.wp-block-eedee-block-gutenslider .swiper-slide p {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

/* If the theme is using flexbox on the slide container to center elements */
.wp-block-eedee-block-gutenslider .swiper-slide > .block-editor-inner-blocks > .block-editor-block-list__layout,
.wp-block-eedee-block-gutenslider .swiper-slide .wp-block-group {
    align-items: flex-start !important;
    text-align: left !important;
}


@media screen and (max-width: 1200px) {
    #team-slider figure img{
        padding: 10px;
    }
}

@media screen and (max-width: 1024px) {
    
    .hover-reveal:hover .wp-block-cover {
        min-height:400px !important; /* remove height change for touch devices */
    }
    
    #directors-columns .hover-reveal .reveal-text {
        opacity: 1;
        transform: unset !important;
    }
}

@media screen and (max-width: 800px) {
    #about-hero {
        min-height:400px !important;
    }
    #team-slider figure img{
        padding: 10px;
    }
}
@media screen and (max-width: 670px) {
    #directors-columns h2,    
    #directors-columns p{
        padding: 10px 10px !important;
    }
    #directors-columns h4{
        padding: 0px 10px !important;
    }

}
@media screen and (max-width: 600px) {
    #about-hero.wp-block-cover .wp-block-cover__image-background{
        object-fit: contain !important;
    }
}

@media screen and (max-width: 500px) {
    #about-hero {
        min-height: 300px !important;
    }

}

/* About Us END */


/* Meet the Team START */

/* =========================================
   Slider Container Animation
========================================= */

/* Target the main slider container */
#gutenslider-5nnr8xa0s {
    /* Smooth fade for the whole block */
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

/* The class used to hide the slider while we shuffle items */
#gutenslider-5nnr8xa0s.is-fading {
    opacity: 0;
}

/* The final state: removed from flow so Swiper ignores them */
.swiper-slide.is-filtered-out {
    display: none !important;
}

/* =========================================
   Navigation Menu Animations (Unchanged)
========================================= */

#managers-team-nav p {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

/* Initial state of Show All button */
#managers-team-nav .show-all-btn {
    cursor: pointer;
    opacity: 0;
    max-width: 0; 
    overflow: hidden; 
    white-space: nowrap; 
    margin-right: 0;
    transform: translateX(-20px);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.25, 1);
}

/* Visible state of Show All button */
#managers-team-nav .show-all-btn.is-visible {
    opacity: 1;
    max-width: 200px; 
    transform: translateX(0);
    margin-right: 30px; 
}

/* Meet the Team END */


/* Contact Us START */

.gform_fields {
  row-gap: 0px;
}

#input_1_1 {
  background: none;
  box-shadow: none;
  border: unset;
  color: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-radius: unset;
}

#input_1_1::placeholder {
  text-transform: uppercase;

}

#input_1_3_3,
#input_1_4 {
  background: none;
  box-shadow: none;
  border: unset;
  color: white;
  border-top: 1px solid white;
  height: 42px;
  border-radius: unset;
}

#input_1_3_3::placeholder,
#input_1_4::placeholder {
  text-transform: uppercase;
  position: relative;
  top: 15px;
}

#gform_submit_button_1 {
  text-transform: uppercase;
  border: 1px solid white;
  background: unset;
  border-radius: unset;
  font-size: 18px;
  padding: 16px 40px;
}

.gform-footer {
  justify-content: center !important;
}

#request-access-gf-container .gfield_description,
#request-access-gf-container .gfield_label,
#request-access-gf-container .gfield_required{
    text-transform: uppercase;
}
/* Contact Us END */


/* Project Pages START */

.project-hero > span {
    background: linear-gradient(13deg,rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 60%) !important; 
    opacity: 1 !important;
}

.outline-number {
  -webkit-text-stroke: 2px white;
  color: transparent !important;
  margin-top: -90px;
  margin-left: -90px !important;
  line-height: 0.9;
}
.single-project .project-name-label{
    position: absolute;
    top: 0;
    left: 5rem;
}
.project-name {
  /* margin-top: -100px; */
}

.project-title {
  margin-left: -20px !important;
  padding: 0px 20px;
}

.second-line {
  margin-top: -20px !important;
}

/* locked projects */
body.category-athletes-public-figures:not(.logged-in) .wp-block-cover.project-hero {
    min-height:300px !important;
}

body.category-athletes-public-figures:not(.logged-in) .wp-block-cover.project-hero::before,
body:not(.logged-in) .project-row .category-athletes-public-figures .wp-block-cover::before,
body:not(.logged-in) .project-row .category-athletes-public-figures .pr-cover::before,
body:not(.logged-in) .wn-pa-card.athletes-public-figures .wn-pa-card__thumb::before {
    content: "🔒";
    font-size: 7em;
    color: #fff;
    opacity: 0.9;
    position: absolute;
    z-index: 99;
    top: 35%;
    filter: brightness(10);
    left: 50%;
	transform: translateX(-50%);
}

body:not(.logged-in) .project-row .category-athletes-public-figures .wp-block-cover::before,
body:not(.logged-in) .project-row .category-athletes-public-figures .pr-cover::before,
body:not(.logged-in) .wn-pa-card.athletes-public-figures .wn-pa-card__thumb::before{
    font-size:3em;
}

body.category-athletes-public-figures:not(.logged-in) .wp-block-cover.project-hero > .wp-block-cover__background,
body:not(.logged-in) .project-row .category-athletes-public-figures .wp-block-cover__background,
body:not(.logged-in) .wn-pa-card.athletes-public-figures .wn-pa-card__thumb > img {
    opacity: 1 !important;
    background-color: rgba(35, 31, 32, 0.5);
    backdrop-filter: blur(7.7px);
    -webkit-backdrop-filter: blur(7.7px);
    filter: blur(7.7px);
}

body:not(.logged-in) .project-row .category-athletes-public-figures .wp-block-cover__background,
body:not(.logged-in) .project-row .category-athletes-public-figures .pr-cover > img {
    background-color: rgba(35, 31, 32, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

body.category-athletes-public-figures:not(.logged-in) .wp-block-cover.project-hero > .wp-block-cover__inner-container {
    filter: blur(8px);
}

body.category-athletes-public-figures:not(.logged-in) .project-content {
    margin:0;
}

.pr-block .pr-item.category-athletes-public-figures a:hover .pr-cover::after {
	backdrop-filter: blur(0px) !important; 
}

.wn-pa-card__thumb {
    position:relative;
}

/*#project-content-area .wp-block-group{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
#project-content-area .wp-block-group p,
#project-content-area .wp-block-column p{
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px !important;
}*/

#contact-form-area .gfield{
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}


@media screen and (max-width: 1050px) {
    .more-projects-grid ul{
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
      .project-row .project.hentry{
        padding-bottom:0 !important;
    }
}

@media screen and (max-width: 1000px){

}
@media screen and (max-width: 800px) {
    #project-hero{
        min-height: 400px !important;        
    }
    .single-project .wp-block-group{
        flex-wrap: wrap !important;
    }
  
    .more-projects-grid ul{
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .single-project .wp-block-column .wp-block-cover{
        min-height: 300px !important;
    }
    .outline-number{
        margin-left: -30px !important;
        font-size: 140px !important;
    }
    .single-project .project-name-label{
        left: 3rem;
    }
    .single-project h1{
        font-size: 30px !important;
    }
    
    /* project tax archives */
    #simple-slider-area .gbs-slide__heading {
    	font-size: 18px;
    	text-wrap:pretty;
    }
    
    #simple-slider-area .gbs-slide__content p {
	    font-size: 16px !important;
    }
    
  .entry-content.is-layout-constrained > *:not(.alignfull),
  .entry-content.is-layout-flow > *:not(.alignfull) {
    padding-inline: 1rem;
  }
    
}
@media screen and (max-width: 781px){
    .single-project .wp-block-column{
        padding: unset !important;
    }
}
@media screen and (max-width: 450px) {
    .more-projects-grid ul{
            grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

/* Project Pages END */


/* Private Login START */

/* Private Login & Request Access Form START */

.locked-login, 
#request-access-gf-container {
    max-width:500px;
    margin:auto;
}

.locked-login label, 
#request-access-gf-container label {
    color:#fff;
    text-transform:uppercase;
    font-size:1rem;
}

/* Added textarea and excluded submit buttons so they don't get the top/bottom borders */
.locked-login input:not([type="checkbox"]), 
#request-access-gf-container input:not([type="checkbox"]):not([type="submit"]):not([type="button"]),
#request-access-gf-container textarea {
    display:block;
    width:100%;
    background-color:transparent;
    border: none;
    font-size:1em;
    line-height:2em;
    text-align:center;
    color:#fff;
}

.locked-login input[type="checkbox"], 
#request-access-gf-container input[type="checkbox"] {
    display:inline-block;
}

.locked-login .login-submit {
    display:flex;
    justify-content:space-between;
    align-items: stretch;
}

.locked-login input[type="submit"], 
#request-access-gf-container input[type="submit"],
#request-access-gf-container button[type="submit"] {
    border:solid 1px #fff;
    text-transform:uppercase;
    cursor:pointer;
    width:100%;
    color:#fff;
    background: transparent; /* Added to strip default GF button styling */
}

/* This keeps your WP login submit button at 49% to fit next to the new Request Access button */
.locked-login input[type="submit"] {
    max-width:49%;
    margin-right:2%;
}
.locked-login label{
    display: none;
}
.locked-login .login-remember label{
    display: flex;
    align-items: center;
    gap: 10px;
}
.locked-login .login-remember label input{
    width: 30px;
    height: 30px;
    border: 1px solid #fff !important;
}
.locked-login input{
    text-align: left !important;
}
.locked-login .login-submit input{
    text-align: center !important;
}
.locked-login input::placeholder{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    opacity: 0.6;
}
.locked-login input:focus,
.locked-login input:focus-visible{
    outline: none !important;
}
.locked-login input{
    border-bottom: 1px solid #fff !important;
}
.sub-paragraph{
    max-width: 430px;
    margin-bottom: 30px !important;
}
/* Make sure the GF submit button spans the full width, as it sits alone */
#request-access-gf-container input[type="submit"],
#request-access-gf-container button[type="submit"] {
    margin-top: 20px;
    padding: 10px 0;
}

/* Styling for the new Cancel / X button inside the GF container */
.cancel-request-custom-btn {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: right; /* Pushes the 'X Cancel' to the top right */
    width: 100%;
    display: block;
    padding: 0;
}

.cancel-request-custom-btn:hover {
    text-decoration: underline;
}

#locked-content-form{}
@media screen and (max-width: 700px){
    .locked-login .login-submit{
        flex-wrap: wrap;
    }
     .locked-login .login-submit button,
      .locked-login .login-submit input{
          flex-basis: 100%;
          margin-bottom: 10px;
      }
      .locked-login input[type="submit"]{
        max-width: unset;
        margin-right: unset;
      }
      .locked-content-form{
        min-height: unset !important;
        padding: 50px 20px;
      }
}

/* Private Login END */


/* Private Account Creation START */



/* Private Account Creation END */


/* Private Pages START */


/* Private Pages END */


/* Post Archive START */

.blog-categories {
  font-weight: 300 !important;
  display: flex !important;
  justify-content: space-around !important;
}

.blog-categories>li::marker {
  content: '';
}

.blog-category {
  position: absolute;
  z-index: 5;
}

.blog-category>a {
  background: white;
  border: none;
  border-radius: unset;
}

.wp-block-post-excerpt__more-link {
  color: var(--wp--preset--color--contrast);
  font-weight: 300 !important;
  justify-content: right;
  display: flex;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 16px;
}

/* cat filter */
.rudr-taxonomy-filter--links a {
    color: var(--wp--preset--color--contrast);
    margin:0 0.5em;
}

/* Select the container */
.rudr-taxonomy-filter--links a {
    /* Hide all links by default */
    display: none;
}

/* Override the hiding for the links you want to keep visible */
.rudr-taxonomy-filter--links a:where(
    /* All Categories link (using content/text) */
    :not([href*='?filter-category'])
),
.rudr-taxonomy-filter--links a:where(
    /* Features link (using the filter-category parameter in href) */
    [href*='filter-category=features']
),
.rudr-taxonomy-filter--links a:where(
    /* Insights link (using the filter-category parameter in href) */
    [href*='filter-category=insights']
),
.rudr-taxonomy-filter--links a:where(
    /* Media link (using the filter-category parameter in href) */
    [href*='filter-category=media']
) {
    /* Set display back to inline (or inline-block, block, etc., depending on desired layout) */
    display: inline;
}


/* Post Archive END */

/* Individual News/Blog Post START */


/* Individual News/Blog Post END */


/* Insurance & Loss Ajdusters START */

/*.full-width-image-right {
  margin-right: -25px !important;
}

.full-width-image-left {
  margin-left: -25px !important;
}*/


.accordion-title-two-col {
  position: absolute;
  top: 470%;
  padding-left: 50px;
  bottom: -240%;
  z-index: 999999;
}

/* Insurance & Loss Ajdusters END */


/* Media Queries START */



/* Media Queries END */



/* - Accordion Row Start  */

@media screen and (max-width: 800px){
    #accordion-area{
        flex-wrap: wrap;
    }
    
    #accordion-area.accordion-row.cycling .accordion-item:not(.active){
        width: 100% !important;
        /* height: 150px !important; */
        /* min-height: unset !important; */
        transition: 1s ease-in-out !important;
    }
    #accordion-area.accordion-row.cycling .accordion-item.active{
        width: 100% !important;
        /* min-height: initial !important; */
        transition: 1s ease-in-out !important;
    }
    #accordion-area .acc-item-title::after{
        transform: unset;
    }
    #accordion-area .wp-block-cover{
        min-height: 40vh !important;
        max-height: 40vh !important;
        transition: max-height 1.3s ease-in-out !important;
        overflow: hidden;
    }
    #accordion-area .wp-block-cover.active{
        min-height: 60vh !important;
        max-height: 60vh !important;
    }
    #accordion-area .acc-item-title{
        left: 3rem;
    }
    #accordion-area .acc-item-title::after{
        font-size: 2rem !important;
    }
}

/* - Accordion Row End  */




/* Projects Archive (Plugin) START */ 

#archive-outer .wp-block-columns{
    /* margin-right: unset !important;
    margin-left: unset !important; */
    margin: auto;
}
.page-id-1305 header .site-header{
    background-color: #B16538;
}
.viewport-base.page-id-1305 header .site-header,
.viewport-middle.page-id-1305 header .site-header{
    background-color: transparent;
}

/* Projects Archive (Plugin) END */




/* Simple Slider Block (Plugin) START */

#simple-slider-area .wp-block-columns{
    margin: auto;
}
#simple-slider-area  {
    color: #686868;
}
#simple-slider-area .gbs-slide__heading{
    color: #b16538;
}
#simple-slider-area .gbs-slide__content p{
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Gilda Display';
    color: #686868;
}
#simple-slider-area .gbs-arrow{
    background: transparent;
    border: unset;
    color: #b16538;
    box-shadow: unset;
}
#simple-slider-area .gbs-arrow:focus,
#simple-slider-area .gbs-arrow:focus-visible{
    outline: unset;
    box-shadow: unset;
}
#simple-slider-area .gbs-arrow.gbs-arrow--next{
    right: -10px;
    display: block;
    position: absolute;
}
#simple-slider-area .gbs-arrow.gbs-arrow--prev{
    left: -10px;
    display: block;
    position: absolute;
}
/* Simple Slider Block (Plugin) END */