/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1 
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root { 
    --anim-delay-quick: 1s;  
    --anim-delay-short: 4.5s; 
    --anim-delay: 5s; 
    --anim-delay-long: 5.5s; 
}

.is-safari { 
    --anim-delay-quick: 2s; 
    --anim-delay-short: 5.5s; 
    --anim-delay: 6s;
    --anim-delay-long: 6.5s;  }

html { scroll-behavior: auto !important; } /* prevent double-smoothing */
#smooth-content { will-change: transform; transform: translateZ(0); }


html.no-smoother #smooth-content {
  transform: none !important;
  will-change: auto !important;
}

html.no-smoother #smooth-wrapper {
  height: auto !important;
  overflow: visible !important;
}

html, body {
    scroll-padding-top: 90px;
    overflow-x: hidden;
 }
  main{
    overflow-x:hidden
  }
#hero{
    opacity: 0;
     animation: fadeIn 2s ease var(--anim-delay-quick) forwards;
}

#hero-vid{
    overflow: hidden;
    height:100vh;
    width:calc(100% + 60px);
    transform:translateX(-30px);
    animation: heroframe 2s ease var(--anim-delay) forwards;
}
.elementor-9 .elementor-element.elementor-element-b7d6415::before{
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.3) 33%);
    opacity: .6;
    z-index: 1;
    animation: vid-overlay 2s ease var(--anim-delay) forwards;
    pointer-events: none;
}
 @keyframes vid-overlay{
to{
   opacity: 0;
}
 }
 @keyframes heroframe{
    0%{
        height:100vh;
    }
    100%{
       height: 60vh;
       margin:0 30px;
       width:calc(100%);
       transform: translateX(-30px) translateY(-30px);
       border-radius:3px;
    }
}

.elementor-widget-text-editor ul{
 margin-bottom:16px;
}

/* Image reveals*/
.img-container {
  width: 100%;
}

.reveal img, .reveal-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
}

.reveal, .reveal-right {
  visibility: hidden;
  position: relative;
border-radius: 3px;
  overflow: hidden;
}

#hero-text h2{
    color:white;
    animation: herotext 2s ease var(--anim-delay) forwards;
    transform:scale(1.5);
    transform-origin: top left;
}
 
@keyframes herotext{
    from{
        color:white;
        transform:scale(1.5);
    }
    to{
        color:#00263E;
        transform:translateY(-27vh) scale(1);
    }
}
#menu-icon path{
    stroke-width: 1px;;
}
#menu-icon:hover path:first-child{
    transform: translateY(-2px);
    transition: .3s ease;;
}
#menu-icon:hover path:nth-child(2){
    transform: translateY(2px);
    transition: .3s ease;;
}
#menu-icon a::after{
    content:"Menu";
    display: block;
    font-size: 10pt;
    position: absolute;
    bottom:3px;
    text-transform: uppercase;
    font-weight: 400;
    color:#00253D;
    left:4px;
    letter-spacing: 1px;
}

.e-n-menu-title{
    z-index:2
}
.e-n-menu-content{
    clip: rect(0px, 10000px, 10000px, 0px);
    z-index:0 !important;
}
.elementor-widget-n-menu .e-n-menu-content>.e-con{
        animation: slide-down .8s ease-in-out;
}
@keyframes slide-down{
from{
     transform: translateY(-250px);
}
to{
     transform: translateY(0px);
}
}
.e-con.e-active *{

    animation: fadeIn .8s ease;
}

.e-n-menu-content.e-active::before{
    animation: fadeIn .4s ease;
    content:'';
    position: absolute;
    z-index: 0;
    background: rgba(0,0,0,0.05);
    width: 100%;
    height:100vh;
   top:50px;
    left:0;
}
.arrow-after h3::after{
    content:"";
    width:25px;
    height:25px;
    display: inline-block;
    margin-left:10px;
    margin-bottom:-3px;
    background-image: url('../../uploads/2023/10/arrow-white.svg');
    background-position: center center;
    background-size: cover;
}
.arrow-after-dark p::after{
    content:"";
    width:20px;
    height:20px;
    display: inline-block;
    margin-left:10px;
    margin-bottom:-2px;
    background-image: url('../../uploads/2025/08/arrow-dark.svg');
    background-position: center center;
    background-size: cover;
}
.arrow-before-dark p::before{
    content:"";
    width:20px;
    height:20px;
    display: inline-block;
    margin-left:10px;
    margin-bottom:-2px;
    background-image: url('../../uploads/2025/08/arrow-dark.svg');
    background-position: center center;
    background-size: cover;
    transform: rotate(180deg);
}



.wrap {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.wrap.center {
    justify-content: center
}

.sp {
  margin-top: 1rem;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content:  flex-start;
  min-height: 50vh;
  opacity: 0.8;
  font-size: 1.5rem;
}

.quote {
  margin-top: 0px;
  overflow: hidden;

}

.split-line {
  overflow: hidden;
      padding-bottom: .25rem;
    margin-bottom: -.25rem;
}
.split-line:last-child{
        margin-bottom: 0;
}

.video-background {
    position: relative;
    top: 0%;
    left: 0%;
    min-width: 100%;
    min-height: 100%;
    border: 2px solid red;
  }
  #vidContainer {
    height: 500vh;
  }
  .yellow{
    color:#FFDE59;
}
.mercerBlue{
    color:#004A97; 
} 

.elementor-location-popup nav .menu-item {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  
  .elementor-location-popup nav:not(:hover) .menu-item {
    opacity: 1;
  }
  
  .elementor-location-popup nav:hover .menu-item:not(:hover) {
    opacity: 0.5;
  }
  .safari-show {
    display: none;
  }

  .dialog-type-lightbox .elementor-slideshow__header{
    display: none;
  }

  .dialog-type-lightbox .elementor-swiper-button.elementor-swiper-button-prev{
    font-size: 0 !important;
    top: 50% !important;
    left: 0 !important;
  }
  .dialog-type-lightbox .elementor-swiper-button.elementor-swiper-button-prev:before{
    content: url(../../uploads/2023/03/yellow-arrow-right.svg);
    display: block;
    transform: rotate(180deg);
  }

  .dialog-type-lightbox .elementor-swiper-button.elementor-swiper-button-next{
    font-size: 0 !important;
    top: 50% !important;
    right: 0 !important;
  }
  .dialog-type-lightbox .elementor-swiper-button.elementor-swiper-button-next:before{
    content: url(../../uploads/2023/03/yellow-arrow-right.svg);
    display: block;
  }


  .elementor-widget-media-carousel .elementor-swiper-button-next svg,   .elementor-widget-media-carousel .elementor-swiper-button-prev svg{
    display: none;
  }
  .elementor-widget-media-carousel .elementor-swiper-button-next:before{
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../../uploads/2023/03/blue-arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .elementor-widget-media-carousel .elementor-swiper-button-prev:before{
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../../uploads/2023/03/blue-arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }
/* ------------------ STABLE BASE ------------------ */
/* Final brand color lives on the header as a CSS variable */
.header {
  --nav-color: #00263E;
  background-color: #f6f6f5;
}

/* Home: start transparent bg, start nav color at white, then animate once */
.home .header {
  background-color: transparent;
  animation:
    navColor 2s ease var(--anim-delay-short) both,    
    navBkg   1s ease var(--anim-delay-long) forwards;
}
.home .header.header-active { background-color: #f6f6f5; }

/* Let nav text/icons read the variable (no animations here) */
.header .e-n-menu-title-text,
.header .e-n-menu-title-container {
  color: var(--nav-color) !important; /* Elementor sets color; override it */
}
.header.header-active .e-n-menu-title-text,
.header.header-active .e-n-menu-title-container {
  color: #00263E !important; /* Elementor sets color; override it */
}

.header .e-n-menu-title svg,
.header .e-n-menu-title svg path,
.header #menu-icon a::after,
.header #menu-icon path {
  fill:   var(--nav-color);
  stroke: var(--nav-color);
  color:  var(--nav-color);
}
.header.header-active .e-n-menu-title svg,
.header.header-active .e-n-menu-title svg path,
.header.header-active #menu-icon a::after,
.header.header-active #menu-icon path {
  fill:   #00263E;
  stroke: #00263E;
  color:  #00263E;
}

/* Elementor swaps these spans on hover; make sure they never animate */
.e-n-menu-dropdown-icon-closed,
.e-n-menu-dropdown-icon-open {
  animation: none !important;
  transition: none; /* avoid flickers on reinsert */
}


/* ------------------ ANIMATIONS ------------------ */
@property --nav-color {
  syntax: '<color>';
  inherits: true;
  initial-value: #00263E;
}


@keyframes navColor {
  from { --nav-color: #f6f6f5; }
  to   { --nav-color: #00263E; }
}

@keyframes navBkg {
  to { background-color: #f6f6f5; }
}

.header .logo-dark {
    z-index: 99;
}
.header .logo-dark svg{
    overflow: visible;
}

/* 1) Force paths to paint from currentColor (overrides inline fill attrs) */
.home .header .logo-dark path {
  fill: currentColor !important;
  stroke: none;
  will-change: color; /* micro-hint */
}

/* 2) Group paths by their ORIGINAL fill attribute to target the final color */
.home .header .logo-dark path[fill="#004A98"] {
  color: #f6f6f5; /* start */
  animation: paintBlue 1s ease var(--anim-delay, 0s) forwards;
}

.home .header .logo-dark path[fill="#00263E"],
.home .header .logo-dark path[fill="#53575A"] {
  color: #f6f6f5; /* start */
  animation: paintDark 1s ease var(--anim-delay, 0s) forwards;
}

/* 3) Animate color → both Chrome & Safari update fill via currentColor */
@keyframes paintBlue { to { color: #004A98; } }
@keyframes paintDark { to { color: #00263E; } }

/* Optional: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .home .header .logo-dark path { animation: none; color: currentColor; }
}


.header.header-active .logo-dark path[fill="#004A98"]{
    fill: #004A98 !important;
}
.header.header-active .logo-dark path[fill="#00263E"], .header.header-active .logo-dark path[fill="#53575A"]{
fill: #00263E !important;
}



.header.transparent {
    background: linear-gradient(180deg,  rgba(0,0,0,0.4), transparent);
}
.header.transparent.bar{
    background: linear-gradient(180deg, transparent 6px, rgba(0,0,0,0.4) 6px, transparent);
}
.logo-light{
    display: none;
}
.transparent .logo-dark{
    display: none;
}  
.transparent .logo-light{
    display: block; 
} 
.header.transparent a{
    color:#f6f6f5 !important;
}
.header.transparent a:hover{
    color:#004A97 !important;
}
.header.transparent .elementor-element-a11b20f svg path, .header.transparent .elementor-element-a11b20f svg circle{
    stroke: #F6F6F5 !important;
}
.header.transparent .elementor-element-e4b3908 svg path{
stroke: #F6F6F5 !important;
}
.elementor-element-9c1b87.transparent a:hover{
    color:#FFDE59 !important;
}
.theplus-accordion-wrapper.elementor-accordion .elementor-tab-title{
    align-content: start;
}
.elementor-tab-title span:hover{
    color:#004A97
}
.elementor-tab-title, .elementor-tab-content {
    border-bottom: 1px solid #D9D9D9;
}
.elementor-accordion-item:last-child .elementor-tab-title{
    border-bottom: none;
}
.elementor-accordion-icon.elementor-accordion-icon-right{
    margin-top: 7px !important;
} 

/*Menu */
#menu-1-5840015 ul{
    position: relative !important; 
    display: block !important;
    background: none;
}
#menu-1-5840015 .sub-menu{
width:100% !important;
 margin: 30px 0;
}
#menu-1-5840015 .sub-menu li{ 
    margin-right: 20px !important;

}
#menu-1-5840015 ul li a{
color: #F6f6f5;
    padding: 0 0 15px 0;
    margin: 3px 0;
    border-left: 0 !important;
    font-size: 16pt;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
}
#menu-1-5840015 ul li a:hover{
    background:none !important;
    color:#FFDE59;
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon, svg{
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0)
}

/* Product Page */
#product-scroller{
    max-height:0;
    visibility: hidden;
    overflow: hidden;
}
#scroller-wrapper{
    transition: 1s ease;
}
#enter-scroller, #close-scroller{
    cursor: pointer;
}
#scroller-info, #close-scroller{ 
    opacity: 0;
    visibility: hidden;
}


.species-map {
  opacity: 0;
  transition: none !important;
  pointer-events: none; 
  transition: opacity .25s ease-in .15s !important;
}
.species-map.is-visible { opacity: 1; 
transition: opacity .25s ease-in 0s !important;}

#e-n-tab-title-79730601,#e-n-tab-title-623781781{
    display: none;
}

.species-tabs .e-n-tab-title-text:before {
    content: '';
    width: 30px;
    height: 20px;
    background: grey;
    margin-right: 15px;
    border-radius: 3px;
    border: 1px solid;
}

#spf-tab .e-n-tab-title-text:before {
    background: #E0E9D4;
    border-color: #B1C78D;
}
#ayc-tab .e-n-tab-title-text:before {
    background: #D3E7E1;
    border-color: #7AB396;
}
#dfl-tab .e-n-tab-title-text:before {
    background: #E7DCEC;
    border-color: #C9B2DE;
}
#syp-tab .e-n-tab-title-text:before {
    background: #F2E5C2;
    border-color: #EBC762;
}
#hem-tab .e-n-tab-title-text:before {
    background: #DAE0EC;
    border-color: #9CB7D9;

}
.e-n-tabs-heading button:last-child{
    border:none
}
.elementor-element-079a8c4 .e-n-tab-title[aria-selected=true], .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a{
color:#001929
}


.span-table *{
    color:#00263E
}
.span-table .controls {
  display: flex;
  gap:20px;
  margin-bottom: 35px;
 
}
.span-table table{
margin-block-end: 0;
}

#glulam-columns-section .elementor-button, #glulam-beams-section .elementor-button{
    min-width: 175px;
}
#glulam-columns-section .elementor-button .elementor-button-icon, #glulam-beams-section .elementor-button .elementor-button-icon {
    right: auto !important;
    left: 20px !important;
    transform: rotate(180deg);
}
#glulam-columns-section .elementor-button .elementor-button-text, #glulam-beams-section .elementor-button .elementor-button-text {
left: 30px;
    position: relative;
}
#glulam-columns-section .elementor-button:hover .elementor-button-text, #glulam-columns-section .elementor-button.out .elementor-button-text, 
#glulam-beams-section .elementor-button:hover .elementor-button-text, #glulam-beams-section .elementor-button.out .elementor-button-text{
    animation: none !important;
}

@media (max-width: 640px) {
  .span-table .controls { grid-template-columns: 1fr; }
}

.span-table .controls label {
    width:220px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
}

/* Select (custom arrow, rounded, subtle border) */
.span-table .controls select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 11px 16px !important;
  padding-right: 42px; /* room for arrow */
  border: 1px solid rgba(0, 74, 151, 0.2);
  border-radius: 3px;
  background:
    transparent
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23004A97' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>")
    no-repeat right 12px center / 18px 18px;
  box-shadow: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.span-table .controls select:hover {
  border-color: #004A97;
}
.span-table .controls select:focus {
  outline: none;
  border-color: #004A97;

}
.span-table .controls select:disabled {
  opacity: .8;
  cursor: not-allowed;
}

/* Span Table */
#product-layups .e-n-tabs-heading button{
    border-right: 1px solid transparent;
    padding: 15px;
}
#product-layups .e-n-tab-title[aria-selected="true"],#product-layups .e-n-tab-title[aria-selected="false"]:hover{
    border-right: 1px solid #00253D;
}
#product-layups .e-n-tab-title[aria-selected="true"]:after{
    content:"";
    width:20px;
    height:20px;
    background-image: url('../../uploads/2025/09/active-arrow.svg');
    position: absolute;
    bottom:-19px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99
}
#product-layups .e-n-tab-title[aria-selected="true"], #product-layups .e-n-tab-title:hover{
 border: 1px solid #004A97 !important;
}

#product-layups .e-n-tabs-heading button:last-child {
    border: 1px solid var( --e-global-color-e72554e );
    border-radius: 0 3px 3px 0;
}
#product-layups .e-n-tabs-heading button:first-child {
    border-radius:  3px 0 0 3px;
}

.span-table table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  border:none;
  border-radius: 12px;
  overflow: hidden; 

}
.glulam-col-table table {
      max-width: 900px;
}
.glulam-columns .e-n-accordion-item{
      max-width: 900px !important;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
    background-color: transparent !important;
}

.span-table thead th {
    font-family: 'Montreal';
    font-weight: 400;
  text-align: left;
  border:none !important; 
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    padding: 5px 0;
}

.span-table tbody th,
.span-table tbody td{
  padding: 1px;
  border-bottom: 1px solid rgba(0, 74, 151, 0.2);
      font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: var(--e-global-color-text);
}
.span-table h4 {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: var(--e-global-color-text);
}

.span-table tbody th, .span-table tbody td { 
    text-align: right; 
    text-align: left;
    width: 25% !important;
    border: none;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 74, 151, 0.2) !important;
}
.design-table tbody th:first-child, .design-table tbody td:first-child { 
    width: 15% !important;
    padding-left: 10px;
}
.glulam-col-table table .span-table tbody th, .span-table tbody td {
      width:12.5% !important;
    }
#product-layups .e-n-accordion-item{
      max-width: 600px;
}

#product-layups .e-n-accordion-item:last-child summary, .single-accordian .e-n-accordion-item:last-child summary {
    border-bottom: 1px solid rgba(0, 74, 151, 0.2) !important 
}

.design-table tr.is-highlight td { font-weight: 400;
    background: #004a970a !important;
 }
 .design-table tbody tr {
  transition: opacity 1s ease, transform 1s ease;
}
.design-table tbody tr[hidden] {
  opacity: 0; 
  transform: translateY(-4px);
}

 #compare-all-btn{
    color: #004a97;
    border-top: 1px solid rgba(0, 74, 151, 0.2);
    border-bottom: 1px solid rgba(0, 74, 151, 0.2);
    width: 100%;
    max-width: 600px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
 }
 #compare-all-btn:focus,  #compare-all-btn:hover{
    background: transparent;
 }
  #compare-all-btn:after{
content: '';
    width: 15px;
    height: 15px;
    background-image: url(../../uploads/2022/09/plus.svg);
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -2px;
    background-repeat: no-repeat;
    background-position: center center;
  }
    #compare-all-btn[aria-expanded="true"]:after{
            background-image: url(../../uploads/2022/09/minus.svg);
    }
    #glulam-tabs .e-n-tabs-heading,  .glulam-columns .e-n-tabs-heading, #product-layups .e-n-tabs-heading{
        flex-wrap: nowrap !important;
    }
    #glulam-tabs .e-n-tab-title-text, .glulam-columns .e-n-tab-title-text, #glulam-beams-section .e-n-tab-title-text{
        flex-direction: column;
    }
    #glulam-tabs .e-n-tab-title-text span, .glulam-columns .e-n-tab-title-text span, #glulam-beams-section .e-n-tab-title-text span{
            color: #53575A;
    font-size: 11pt;
    margin: -10px;
    }
    #glulam-tabs .e-n-tab-icon, .glulam-columns .e-n-tab-icon, #glulam-beams-section .e-n-tab-icon{
        max-height: 50px;  
    margin-bottom: 5px;
    }

    table tbody tr:hover>td, table tbody tr:hover>th{
        background-color: transparent !important;
    }



/* Resources */
.search-filter-input-text{
    border: 1px solid #004A9720 !important;
    background:none !important;
    padding: 7px !important;
}
.search-filter-component-popup{
        border: 1px solid #004A9720 !important;
    color: #00263e !important;
}
.search-filter-component-combobox-base__listbox-option--selected{
    background: #004A9710 !important;
    color: #004A97 !important;
}
.search-filter-component-combobox-base__listbox-option{
        border-bottom: 1px solid #004A9720;
}
    
.search-bar input, .search-bar input::placeholder{
    font-family: "Montreal" !important;
    font-weight: 300 !important
}
.search-bar .search-filter-icon__svg{
    fill:#004A97;
    transform: scale(1.4)
}

.search-bar button{
        border: 1px solid #004A9720;
        border-radius: 3px;
        color:#004A97;
        padding:9.5px 20px;
        padding-right:60px;
        background-image: url('../../uploads/2023/09/blue-arrow-right-2.svg');
        background-repeat: no-repeat;
        background-position: 80%;
}.search-bar button:hover{
    background-color:#004A97 !important;
    color:white !important;
    border-color: #004A97;
   background-image: url( '../../uploads/2023/10/arrow-white.svg');
}


.search-filter-input-radio__control{
     display: none !important;
}
.search-filter-input-radio{
    padding: 2px 0;
}
.search-filter-input-radio label{
    background:none;
    padding:11px 5px !important;
    border-radius: 3px;
    transition: .4s;

}
.search-filter-input-radio:hover > label, .search-filter-input-radio--is-active > label{
    background: #004A9710
}
.search-filter-input-radio label span{
    font-family: 'Montreal'  !important;
    font-weight: 300;
    font-size: 12pt !important;
    color:#00253D;
}


.doc-tags .elementor-post-info__terms-list{
    color:transparent;
    font-size:0;
}
.doc-tags .elementor-post-info__terms-list a, .post-cat .elementor-post-info__terms-list a{
     background: #004A9715;
    padding: 4px 6px 3px 6px !important;
    border-radius: 3px;
    font-size: 9pt;
    margin-right: 8px;
    margin-bottom: 8px !important;
    display: inline-block !important;
    line-height: 12pt;
}
.post-cat .elementor-post-info__terms-list a{
    padding: 4px 6px 4px 6px;
}
.doc-tags .elementor-icon-list-item{
    margin:0;
    margin-inline: 0px !important
}
.doc-items .e-loop-item:last-child > div{
    border:none
}
.doc-tags .elementor-post-info{
    margin-inline: 0px !important;
}

/* Factory Page */
.single-factory{
    transition-property: width, background-size;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s; 
    overflow: hidden;
    cursor: pointer
}
.single-factory:hover{
    width:50%;
    background-size: 100%;
    transition-delay: 0s; 

}
.single-factory.is-active {
    width:100%;
    background-size:50% !important;
    cursor:auto;    
}
.single-factory.is-active:hover{
        width:100%;
    }
.factory-details{
        position: absolute;
        visibility: hidden;
        opacity:0;
            transition-property:opacity;
        transition-timing-function: ease;
        transition-duration: 0.5s;
        transition-delay: .5s; 
}
.single-factory.is-active .factory-details{
        position: relative;
        opacity:1;
        visibility: visible;
    }
.fact-button{
    opacity:0;
}

  .single-factory.is-active .factory-details .fact-button{
    opacity:1;
}
.single-factory.collapsed { width:80px;
     background-image: none !important;
}
.single-factory.collapsed:hover {
    width:90px;
    cursor: pointer
}
.single-factory.collapsed .plus-icon{
    transform: translate(-21px, 0px)
}
.single-factory.collapsed .factory-address{
    display: none;
}
.factory-title{
        transition: transform 0s !important;
}
.single-factory.collapsed .factory-title{
    transform:rotate(90deg) translate(10px, 5px);
    transform-origin: bottom left;
    width: 300px;
    max-width: 300px !important;

}
.single-factory.is-active .return-arrow, .plus-icon{
    transition: all .5s ease;
    width:20px;
    visibility: visible;
    opacity: 1;
    position: relative;
    cursor: pointer
}
 .return-arrow, .single-factory.is-active .plus-icon{
    position: absolute;
        visibility: hidden;
        transition: all .5s ease;
        width:0px;
        opacity:0;
        cursor: pointer
}

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

    #hero-text h2{
    transform:scale(1);
}
 
@keyframes herotext{
    from{
        color:white;
        transform:scale(1);
    }
    to{
        color:#00263E;
        transform:translateY(-27vh) scale(1);
    }
}


    .wr360container_wr360_SPF_playerid{
    height:375px !important;
}
    .arrow-after-dark p::after{
    width:10px;
    height:10px;}

    .single-factory.is-active {
    background-size:100% !important;
    }
    .single-factory.collapsed { width:100%;
     min-height:70px;
    }
    .single-factory.collapsed .plus-icon{
        transform: translate(0px)
    }
    .single-factory.collapsed .factory-address{
        display: block;
    }
    .factory-title{
            transition: transform 0s !important;
    }
    .single-factory.collapsed .factory-title{
        transform:rotate(0deg) translate(0px);
        transform-origin: bottom left;
        width: 300px;
        max-width: 300px !important;

    }
}

/* Theme Elements */
.elementor-button{
    overflow: hidden;
    min-width: 250px;
    border: 1px solid rgba(0, 74, 151, 0.2) !important;
    border-radius: 3px !important;
    padding:8px 16px !important;
    padding-right: 50px !important;
    position: relative;
    transition: .4s ease-in-out;
    font-size: 18px;
}
.elementor-button:hover{
    background-color: #004A97 !important;
    color:white !important;
}
.section-fill video{
    width:100% !important
}
.section-fill .elementor-button, .contact .elementor-button{
    border:1px solid rgba(255, 255, 255, 0.3) !important;
}
.section-fill .elementor-button:hover, .contact .elementor-button:hover{
    border:1px solid #004A97 !important;
}
.elementor-button:hover path{
    fill:white
}
.elementor-button .elementor-button-text{
    text-align: left;
    flex-grow: 1;
}
.elementor-button-content-wrapper{
    gap: 10px !important;
}
form .elementor-button{
    overflow: hidden;
    min-width: 0px;
    border: none !important;
}
 .elementor-field-type-submit{ 
    padding:0 !important;
    width: 140px !important;
    position: absolute;
    bottom: -80px;
    right: 0;
}
 .elementor-field-type-submit button{ 
    width:100%;
 }
.subscribe-form .elementor-field-type-submit{ 
    bottom: 0;
    margin-bottom: 7px !important;
}
input, textarea, select{
    padding: 0.3rem 0.5rem !important;
}

.elementor-button-content-wrapper{
    gap:10px
}
.elementor-button .elementor-align-icon-right{
margin:0 !important

}
.elementor-button .elementor-button-icon{
    position: absolute;
    right: 20px;
    top: 17px;
}
.elementor-button-icon svg{
    width: .8em;
}
.elementor-button:hover .elementor-button-icon{
    animation-name: arrow-slide-in;
    animation-duration: .4s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    
}
.elementor-button.out .elementor-button-icon{
    animation-name: arrow-slide-out;
    animation-duration: .25s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}


.elementor-button:hover .elementor-button-text{
    animation-duration: .4s;
    animation-name: text-slide;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}
.elementor-button.out .elementor-button-text{
    animation-duration: .25s;
    animation-name: text-slide-back;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-delay: 0;
}
form .elementor-button:hover .elementor-button-text{
    animation-name: text-slide-2;
}

@keyframes arrow-slide-in {
      0%{
    right: 20px;
    left:auto;
    }
    50%{
    right: -30px;
    left:auto;
    }
    50.1%{
    right:auto;
       left: -10px;
    }
    100%{
        left: 20px;
        right:auto;
    }
}
@keyframes arrow-slide-out {
      0%{
    left: 20px;
    right:auto;
    }
    50%{
    right:auto;
    left: -10px;
    }
    50.1%{
    right: -30px;
    left:auto;
    }
    100%{
    right: 20px;
    left:auto;
    }
}

@keyframes text-slide{
    from{
        transform: translateX(0px);
    }
    to{
        transform: translateX(40px);
    }
}
@keyframes text-slide-2{
    from{
        transform: translateX(0px);
    }
    to{
        transform: translateX(10px);
    }
}

@keyframes text-slide-back{
    0%{
        transform: translateX(40px);
    }
    100%{
        transform: translateX(0px);
    }

}

/* WebRotate360 */ 
.wr360_player .container .theme_panel .toolbar a.left_button{
background: url('../../uploads/2023/09/blue-arrow-right-2.svg');
transform: scaleX(-1) translate3d(0,0,0);
    background-size: contain;
    background-repeat: no-repeat;
}
.wr360_player .container .theme_panel .toolbar a.right_button{
    background: url('../../uploads/2023/09/blue-arrow-right-2.svg');
    transform: translate3d(0,0,0);
    background-size: contain;
    background-repeat: no-repeat;
}
.wr360_player .container .theme_panel .toolbar a.up_button{
    background: url('../../uploads/2023/09/blue-arrow-right-2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg) translate3d(0,0,0);
}
.wr360_player .container .theme_panel .toolbar a.down_button{
    background: url('../../uploads/2023/09/blue-arrow-right-2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg) translate3d(0,0,0);
}
.wr360_player .container .theme_panel .toolbar a.zoomin_button{
        background: url('../../uploads/2025/09/search-Icon.svg');
    background-size: contain;
    transform: translate3d(0,0,0);
    background-repeat: no-repeat; 
}
.wr360_player .container .theme_panel{
    bottom:50px
}


.e-n-tab-title{
    justify-content: space-between !important;
}
 /*
.e-n-tab-title svg path{
    fill: #D9D9D9 !important;
    transition: .3s ease;
}
.e-n-tab-title.e-active svg path, .e-n-tab-title:hover svg path{
        fill: #004A97!important
    }

#contact-hero .e-n-tab-title.e-active svg path, #contact-hero .e-n-tab-title:hover svg path{
        fill: #FFDE59 !important
    }
        */



.sub-header span{
    margin-right: 20px;
}

.tooltips {
    color:#004A97;
    background-image: linear-gradient(to right, #004A97 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 7px 1px;
    background-repeat: repeat-x;
}
.Zebra_Tooltip_Message{
    box-shadow: none !important;
    border-radius: 0 !important;
    font-family: 'Montreal', 'Open Sans', sans-serif;
    font-size: 12pt !important;
       color:#001929 !important;
    font-weight: 300 !important;
    line-height: 1.4em !important;
}



.elementor-element.elementor-arrows-position-outside .swiper{
    width: 100% !important;
    padding-bottom: 4vw !important;
}
.gallery .elementor-swiper-button-prev,.gallery .elementor-swiper-button-next{
    bottom: 0 !important;
    transform: translateY(-25%) !important
}
.gallery .swiper{
    padding-bottom: 50px !important; 
}
 .elementor-swiper-button-prev{
    right: 40px !important;
    z-index: 99 !important;
    left: auto !important;
    top: auto !important;
}
.elementor-swiper-button-prev svg{
    transform: rotate(180deg) translateY(-1.5px);

}
 .elementor-swiper-button-next{
    right: 0px !important;
    z-index: 99 !important;
    left: auto !important;
    top: auto !important;
}
.elementor-widget-loop-carousel .elementor-swiper-button-next{
    right: 130px !important;
    top: 10px !important;
    bottom:auto
}
.elementor-widget-loop-carousel  .elementor-swiper-button-prev{
    right: 170px !important;
    top: 10px !important;
    bottom:auto
}

.elementor-element.elementor-arrows-position-outside .swiper  .elementor-swiper-button-prev{
    right: calc(10vw + 40px) !important;
    transform: rotate(180deg) translateY(-1px) !important;}
.elementor-element.elementor-arrows-position-outside .swiper  .elementor-swiper-button-next{
        right: calc(10vw) !important;}

.swiper-pagination-fraction{
text-align: right;
right: 90px;
left: auto !important;
bottom: -2px;
transform: translateY(4px);
}
.projects .swiper{
    padding-top:70px !important; 
}
.projects .swiper-pagination-fraction{
    right: 210px;
    bottom: auto;
    top: 18px;
    color:#00253D;
}
.projects .swiper-slide{
      position: relative;   /* create stacking context */
    z-index: 2;
    transition: .2s ease-in-out;
    cursor: pointer;
}
.projects .swiper-slide:hover{
width:10% !important;
    transition: .4s ease-in-out;

}

.product-tabs .e-n-tabs-heading{
    border:1px solid rgba(0, 74, 151, 0.2) !important;
    border-radius: 2px !important;
    overflow:hidden !important;
    position: relative;
    width: 100% !important;
    flex-basis: auto;
}

.product-tabs .e-n-tabs-heading:before{
    content:'';
    display: block;
    width:33.3%;
    height:46px;
    background:#004A97;
    position: absolute;
    left:2px;
    top:2px;
    border-radius:3px;
    transition: .3s ease;
    
}
.product-tabs .e-n-tabs-heading.tab-2-active:before{
    left:33.3%;
}
.product-tabs .e-n-tabs-heading.tab-3-active:before{
    left:66.6%;
}
.product-tabs button{
    justify-content: center !important;
    width:33.3% !important;
    flex-basis: auto !important;
}

.e-n-accordion-item:last-child summary {
    border:none !important
}
.swiper .swiper-slide .elementor-element{
    background-size: cover;
    background-position: center;
}
.swiper .swiper-slide .elementor-element > .elementor-element{
    background: linear-gradient(to top, rgba(0,0,0,0.3) 20%, transparent 50%);
}

#breadcrumbs > span {
    word-spacing: 10px;
}
#breadcrumbs > span .breadcrumb_last , #breadcrumbs > span a{
    word-spacing: 0px;
}
#breadcrumbs > span span:first-child a {
    font-size: 0 ;
}
#breadcrumbs > span span:first-child a:after {
    content: "";
  display:inline-block;
  height:15px;
  width:15px;
    background-size: 15px 15px;
    background-image: url('../../uploads/2023/03/home-icon.svg');
    background-repeat: no-repeat;
    top: 1px;
    position: relative;

}
#contact-hero #breadcrumbs > span span:first-child a:after {
    background-image: url('../../uploads/2023/03/home-white.svg');
}

/* Projects */
#wp_widget_gd_map > div:first-child{
    background:#F6F6F5 !important
}
/*.gm-style div:nth-child(2) div:first-child div:nth-child(4) div:hover{
    animation: bounce 2s ease infinite !important;
}*/
.gm-style .gm-style-iw-c{
    border-radius: 0;
    box-shadow: none; 
    padding:0;
}
.geodir-output-location-mapbubble{
    font-family: 'Montreal';
}
.wp_widget_gd_map_TopLeft{
    display: none !important;
}

.geodir-bubble-meta-side span[itemprop="placeName"]{ 
    font-size: 12pt;
    padding-bottom:5px;
    display: block;
}
.geodir-bubble-meta-side span[itemprop="addressLocality"]:after{
content: ", ";
}
.geodir-output-location{
    padding-bottom:8px;
}
.gm-style-iw-d{
    overflow: auto !important;
}
.geodir-post-title, .geodir-i-taxonomy, .geodir_post_meta_icon, .geodir-map-search-google{
    display: none;
}
.bsui .list-group-item{
    border:none;
}
.bsui .gap-2{
    gap: 20px !important
}
.geodir_post_meta ul{
    padding: 0;
    list-style: none;
}
.bsui .embed-has-action i{
    display: none;
}
.geodir-field-project_scope li:after{
    content:","
}
.geodir-field-project_scope li:last-child:after{
    content:""
}
.bsui .list-group-item-action:hover, .bsui .list-group-item-action:focus{
    background-color: transparent;
}
.marker-cluster-small span,.marker-cluster-medium span,.marker-cluster-large span{
    color:white !important;
}

.geodir-listing-search button{
    background: none !important;
    border:none !important;
    padding:0 !important;
}
.geodir-listing-search button:hover, .geodir-listing-search button:focus{
    box-shadow: none !important;
}
.geodir-listing-search button i{
    color:#004A97 !important;
    
}

.geodir-listing-search .form-select, .geodir-listing-search  .form-control{
    background: transparent url(../../uploads/2023/09/arrow.svg) 95% center / 13px 10px no-repeat;
   
    border-radius: 3px;
    font-family: 'Montreal' !important;
    color: #00263E !important;
    padding: 8px 15px !important;
    font-weight: 300;
}
input[type="text"]{
    background:none !important;
}
.geodir-listing-search  .form-control::placeholder{
        color:#00263E !important;
}
.geodir-listing-search .form-select:focus, .geodir-listing-search .form-control:focus{
     background: transparent url("../../uploads/2023/09/arrow.svg") 95%  center/13px 10px no-repeat;
     outline-style:none !important;
     box-shadow: none;
     border: 1px solid #004A97;
}

.flex-fill{
    width:30% !important;
    padding-right: 20px !important;
}
.geodir-search-input-label{
    display: none
}
.carousel-indicators li.my-1{
    width:100px !important;
    margin: 10px !important;
}
.bsui .carousel-control-next-icon{
    width: 30px;
    height: 30px;
    background-image: url("../../uploads/2023/10/arrow-white.svg");
}
.bsui .carousel-control-prev-icon{
    width: 30px;
    height: 30px;
    background-image: url("../../uploads/2023/10/arrow-white-prev.svg");
  
}

.bsui .alert-info{
    color: #00263E;
       background-color: white;
       border-radius:0;
       border:none;
       box-shadow:none !important;
       padding:15px 20px;
       pointer-events:auto !important
   }
   .bsui .alert-info p{
       display:none;
   }
   .bsui .alert-info .alert-heading{
           font-size:12pt;
       text-transform:uppercase;
       margin:0;
       font-size:0;
   }
   .bsui .alert-info .alert-heading:before{
       content:"No Results Here";
           font-size:11pt;
   }
   

/* Scoll effects */
/* Elementor image widgets often have transform transitions.
   Kill them WHILE PINNED so ScrollTrigger’s transforms don’t “ease”. */

  
.pinned-sticky{
    transition: none !important;
}


.scrollsequence-canvas{
    border:0 solid #f6f6f5;
    transition:border 1s ease;
    overflow: hidden;
}
.video-section{
    border: 30px solid #f6f6f5;
    transition: 1s ease;
    transition-property: border, height; 
}
.elementor-editor-preview{
    position: relative
}
.video-section video {
    transform: translate(-50%,-50%) scale(1.1) !important;
}

.video-section .elementor-background-video-embed{
    transform: translate(-50%,-50%) scale(1.15) !important;
}

.video-section.full-width{
    border:0px solid #f6f6f5 !important;
    min-height:100vh !important;
    height:100vh !important;
    
    top:0 !important;
}


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


#process .slick-dots{
    display: flex;
    justify-content: space-between;
}
#process .slick-dots li{
    width:31%;
    margin:0;
    transition:.2s ease;
}
#process .slick-dots li:hover{
        width:32%;
}
#process .slick-dots li.slick-active{
     width:34%;
}
#process .slick-dots li button{
    width:100% !important;
    height:2px;
}
#process .slick-dots.style-5 li button:before{
    font-size: 12pt;
    font-family: open sans, Sans-Serif;
    margin-top:20px;
    font-weight: 600;
    color: #001929 !important;
    opacity: 1;
    width: 100%;
    text-align: left
}
#process .slick-dots li.slick-active button:before{
    color: #004A97 !important;
}
#process .slick-dots.style-5 li:nth-child(1) button:before{
    content:"Design & engineering" !important;
}
#process .slick-dots.style-5 li:nth-child(2) button:before{
    content:"Manufacturing" !important;
}
#process .slick-dots.style-5 li:nth-child(3) button:before{
    content:"Logistics" !important;
}

#product-tabs .elementor-accordion{
    display: flex;
    justify-content: space-between;
}
#product-tabs .elementor-accordion .theplus-accordion-item{ 
    width:32%;
}

video{
    background-color:transparent !important;
}
.e-n-tabs-content video{
    max-height: 60vh;;

}
video::-internal-media-controls-overlay-cast-button {
    display: none;
}

[hidden] { display: none !important; }


@media screen and (max-width:777px){
    #menu-1-5840015 .sub-menu{
        margin: 10px 0;
    }
    #menu-1-5840015 ul{
        display: flex !important;
    flex-wrap: wrap;
    }
    #menu-1-5840015 ul li a{
    padding: 0 0 10px 0;
    font-size: 12pt;
    text-wrap: nowrap;  
    }
    #menu-1-5840015 > li:not(:last-child){
    margin-bottom: 15px !important;
    }
 .elementor-swiper-button-prev,  .elementor-swiper-button-next, .swiper-pagination{
    display: none !important;
 }

    #product-layups .e-n-tabs-heading button {
    border: 1px solid var( --e-global-color-e72554e );
}
.span-table thead th, .span-table tbody th, .span-table tbody td{
    font-size: 8pt;
}

   #product-layups .e-n-tab-icon {
        transform: rotate(0deg) !important;
        height: 50px;
    }
    .e-n-tab-icon .e-n-tabs-heading button{
            border-bottom: 1px solid transparent;
            border-right: 1px solid var(--e-global-color-e72554e);
    }
    #product-layups .e-n-tab-title[aria-selected="true"], #product-layups .e-n-tab-title[aria-selected="false"]:hover{
        border-bottom: 1px solid #00253D;
    }

    .video-section{
 border: 0px solid #f6f6f5;
}
#product-tabs .elementor-accordion{
    flex-wrap:wrap;
}
#product-tabs .elementor-accordion .theplus-accordion-item{
    width:100%;
}
.elementor-308 .elementor-element.elementor-element-df880b7{
    width: 100%
}
.header.transparent a{
    color:#004A97 !important;
} 
}
/*.home .header{
    opacity:0;
    animation: fadeIn 2s ease-out forwards;
    animation-delay: 3s;
}*/
.header.no-bkg{
    background:none;
}
.vp{
        height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5vw;
    width: 40%;
    max-width: 550px;
    position: absolute;
    color: var(--e-global-color-primary );
    width: 50%;
    max-width: 650px; 
}

#vp-1{
    margin-left:50%;
}
#vp-2{
text-align: center;
left: 50%;
transform: translateX(-50%);
padding-bottom: 20vw;
}
/* Filter Form */

.searchandfilter ul{
    display: flex;
    gap: 20px;
    padding: 0;
}
.searchandfilter ul li{
    flex-grow: 1;
    max-width: 27%;
}
.searchandfilter ul .sf-field-submit{
    max-width: 150px;
}
.searchandfilter label{
    width: 100%;
}
.searchandfilter select.sf-input-select, .searchandfilter input[type=text]{
    border: none;
    background: none;
    color: #004A97;
    font-family: 'Montreal', sans-serif;
    font-weight: 300;
    border: 1px solid #004A9720;
    border-radius: 3px;
    padding: 0 20px !important;
    height: 50px;
}
.searchandfilter input[type=submit]{
    width: 100%;
    text-align: left;
    flex-shrink: 1;
    flex-grow: 0;
    color: #00253D;
    font-size: 14pt;
    font-family: 'Montreal', sans-serif;
    border: 1px solid #004A9720;
    border-radius: 2px;
    height: 50px;
    padding:0 20px !important;
    padding-left: 0;
    background: url(../../uploads/2023/03/blue-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
}
.sf-field-submit{
    max-width: 200px;
}
input:focus, input:active, select:focus, select:active {
    outline-style: solid !important;
    outline-color: #ccc !important;
    outline-width: 0px !important;
}


/* People */
.page-id-3234 .Zebra_Tooltip .Zebra_Tooltip_Message{
    padding: 10px 20px;
    text-align: center;
}
.sales-member .tooltips .label, .static .tooltips .label{
    cursor: pointer;
}
.sales-member .tooltips .label:before, .static .tooltips .label:before{
    content:url('../../uploads/2023/09/email.svg');
    margin-right: 10px;
} 
.sales-member .tooltips, .static .tooltips{ 
    background-image: none;
    color:#00263E;
}

.sales-map .map-image{
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.sales-member {
    cursor: pointer; 
    opacity: 1; /* Set the default opacity to 100% */
    transition: opacity 0.3s ease-in-out;
}
.sales-member img{
mix-blend-mode: multiply;
}
.sales-member.hovered {
    opacity: 1; 
}
.map-areas{
    max-width: 768px;
}
.map-area {
    fill: transparent; /* Fill color */
    stroke: blue; /* Stroke color */
    stroke-width: 0; /* Stroke width */ 
    cursor: pointer;
}

/* ShapeDiver */
/* #sd-wrapper{

} */
#sd-scene{
    width:80%;
    height: 400px;
}
#sd-controls{
    width:25%;
    position: absolute;
    right:0;
    top:0;
    display: flex; 
    flex-direction:column;
}

#sd-controls label{
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    color: var(--e-global-color-primary);
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0 !important;
}

#sd-controls select{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: var(--e-global-color-primary);
    border:none;
    padding: 10px 0 !important;
    background:none;
}

/* Tablet Viewports */

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

.elementor-button{
    min-width: 100px;
    width: 100%;
}
.factory-info{
   
    justify-content:flex-end;
    width: 100%;
    max-width: 100%;
}
.page-id-8797 .header{
    background:#f6f6f5; 
}
}


/* Mobile Viewports */

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

        #glulam-tabs .e-n-tabs-heading, .glulam-columns .e-n-tabs-heading, #product-layups  .e-n-tabs-heading{
        flex-wrap: wrap !important;
    }

    .sales-member{
        opacity:1 !important;
    }
    .bsui .flex-nowrap{
        flex-wrap: wrap !important;
    }
    .flex-fill{
        width:100% !important;
    }
    .geodir_submit_search{
        text-align: right !important;
    }
    .gd-search-field-search{
        padding-right: 20px !important;
    }
    #wp_widget_gd_map, .geodir_map_container{
        height:50vh !important;
        min-height:50vh !important
    }
    #product-layups .e-n-tab-icon{
        transform: rotate(90deg);
    }

    .type-projects img, .type-projects.e-loop-item{
        height:400px !important;
    }
    .searchandfilter input[type=submit]{
        font-size: 11pt !important;
    }
    .elementor-nav-menu ul li a{
        margin: 0
        }
    .elementor-swiper-button-next{
            right: 10px !important;
       }
     .elementor-swiper-button-prev{
            right: 50px !important;
        }
    .elementor-widget-loop-carousel .elementor-swiper-button-next{
        right: 40px !important;
   }
    .elementor-widget-loop-carousel  .elementor-swiper-button-prev{
        right: 80px !important;
    }
    .sub-menu li a{
        margin:0 !important;
    }
    .vp{
        width: 100%;
        max-width: none; 
        padding-bottom: 40%; 
        text-align: left !important; 
    }
    
    #vp-1{
        margin-left:0;
    }
    #vp-2{
    left: 0;
    transform: none;
    }
    .scrollsequence-canvas{
        transform: scale(1.6) translateY(-12%);
    }
}



