/*
Theme Name: Express Signs
Template: Divi
*/


/********************************************************************************HERO STYLES START*/

/*SUB PAGE TITLES START*/
.hero-style-2 {
    /* We replaced the complex math with a much stronger 12vw.
       This ensures the padding stays generous on medium screens
       and only drops down to 7vh on smaller mobile devices. */
    padding-top: clamp(11vh, 12vw, 14vh) !important;
    padding-bottom: 0 !important;
}

/* Keep the mobile override for screens under 400px */
@media (max-width: 399px) {
    .hero-style-2 {
        padding-top: 10vh !important;
    }
}

/*SUB PAGE TITLES END*/

/*HOMNE PAGE TITLES START*/
.home-hero-title-1 h1 {
    font-weight: 800;
    line-height: 1.1em;
    
    /* Desktop fluid sizing: Scales smoothly from 44px up to 65px */
    font-size: clamp(44px, 30px + 1.4vw, 65px) !important;
}

/* --- Tablet & Mobile Screens --- */
@media screen and (max-width: 980px) {
    .home-hero-title-1 h1 {
        
        /* Mobile fluid sizing: Scales smoothly from 25px up to 60px */
        font-size: clamp(25px, 2.85px + 5.83vw, 65px) !important;
    }
}
/*HOMNE PAGE TITLES END*/



/********************************************************************************HERO STYLES END*/



/*Overide Divi 5 Issue Nav dropdown menu color START*/
.header-2 .et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a:hover, .header-2 .et_pb_menu_1_tb_header.et_pb_menu .nav li ul.sub-menu a:hover {
    color: #43186A !important;
}
/*Overide Divi 5 Issue Nav dropdown menu color END*/

/*Button Animation START*/
/* 1. Ensure the button hides anything leaving its boundaries */
.mybtn-1,.mybtn-2,.mybtn-3 {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    /* Adjust padding/height as needed for your specific design */
}

/* 2. Set the initial state and transition for the icon */
.mybtn-icon {
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    display: inline-block;
}

/* 3. Move the icon down and fade it out on hover */
.mybtn-1:hover .mybtn-icon,.mybtn-2:hover .mybtn-icon,.mybtn-3:hover .mybtn-icon {
    transform: translateY(150%); /* Moves it down past the button edge */
    opacity: 0;                 /* Optional: adds a fade effect */
}

/* Ensure the button aligns the text and image in a perfect row */
.mybtn-1,.mybtn-2,.mybtn-3 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: ADLaM Display, Arial, sans-serif;
}

/* Style the image so it sits on the right with proper spacing */
.mybtn-icon {
    width: 30px !important;       /* Set the size of your image */
    height: 30px !important;      /* Keep width/height the same for square icons */
    object-fit: contain;          /* Prevents the image from stretching */
    margin-left: 10px !important; /* The space between the text and the image */
    display: block !important;
}
/*Button Animation END*/



.underline-emphasis::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px; /* Adjust this to move the image up or down */
  width: 100%;
  height: 15px; /* Adjust based on your image height */
      z-index: -1;
  /* Replace the URL below with your actual image link */
  background-image: url('https://staging-wmplo.xyz/express/wp-content/uploads/2026/04/cmyk-bar-15px.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  
  /* Optional: Ensures the image doesn't block clicks to the text */
  pointer-events: none;
}





.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
    background-color: #43186a !important;
}

/* Define the up and down animation */
@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px); /* Adjust this value to change how high it moves */
    }
    100% {
        transform: translateY(0);
    }
}

/* Apply the animation to your specific Divi column */
.floating-conatiner-effect {
    animation: floatUpDown 4s ease-in-out infinite;
}


.wmplo-blend-1:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
        /* Maintain the image's original aspect ratio */
    aspect-ratio: 2000 / 140; /* Adjust 140 to your image's actual height in px */
        z-index: 0;
        /* Background setup - KEY PART */
    background-image: url('https://staging-wmplo.xyz/express/wp-content/uploads/2026/03/cmyk-bar-2000px.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain; /* 👈 This ensures the ENTIRE image is visible, never cropped */
}

/*WORKING HOURS START*/
.working-hours{
    width:100%;
}
.working-hours li {
        border-bottom: 1px solid rgb(147 144 144 / 40%);
    font-size: 17px;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    padding: 4px 0;
    font-weight: 600
}

.working-hours li span {
    float: right
}

.working-hours ul {
    padding-left: 0
}

.working-hours span {
    color: #ffffff;
}
/*WORKING HOURS END*/

.pointer-to-text{
    cursor: text;
}

.list-emphasis{
    font-weight:700;
        color: #000000;
}



/*
.et_pb_button {
  transition: transform 0.3s ease;
}

.et_pb_button:hover {
  transform: translateY(-5px);
}
*/

/*
.header-2 .my-top-navigation li.divi-life-cta-menu a {
    background-color: #000000; 
}
*/
/*Nav Link Hover Overide for Menu Flip With Dual Headers, header-1, header-2 START*/
.et_pb_menu_1_tb_header.et_pb_menu .nav li ul.sub-menu a:hover {
    color: #43186A !important;
}
/*Nav Link Hover Overide for Menu Flip With Dual Headers, header-1, header-2 START*/
/*Nav Current Active Overide for Menu Flip With Dual Headers, header-1, header-2 START*/
.page-id-215481 .header-2 .et_pb_menu_1_tb_header.et_pb_menu ul li.current-menu-item>a {
    color: #ffffff !important;
}
/*Nav Current Active Overide for Menu Flip With Dual Headers, header-1, header-2 END*/

/*Menu Flip START*/
.pa-header-test {
    background: #00000000;
}
.pa-header-test .et_pb_row {
 padding-top: 0!important;
    padding-bottom: 0!important;
}
/*Add padding to Nav here to allow dropdown to take 100% of viewport*/
.et_pb_menu_inner_container{
    padding-left:3%;
    padding-right:3%;
}
/*Add padding to Nav here to allow dropdown to take 100% of viewport END*/
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding: 21px 0;
 }
/*Menu Flip END*/

.pa-fixed-header{
    background:#dd5d3f!important
             background:#6d6d6d70!important
}


@media (max-width: 980px) {
 .divi-life-cta-menu{
    margin-top:30px;
 }
}

/*Add Rounded croners on dropdown mobile END*/

/*Add Pointer Arrow below Hamburger on mobile START*/
#mobile_menu1:after {
    content: '';
    display: block;
    position: absolute;
   right: 5.2%;
    top: -22px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #43186A;
    border-left: 10px solid transparent;
    z-index: 1;
}

/*Add Pointer Arrow below Hamburger on mobile END*/
.page-id-215481 .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item>a{
    color:#ffffff!important;
}


/*************************************************************************Disbaled because its causing animation drop down issues*/
/*
.et_mobile_menu{
    height:auto!important;
}
*/
/*************************************************************************Disbaled because its causing animation drop down issues END*/


.industries-dropdown .sub-menu{
     top: calc(100% - 1px)!important;
    left: -100px!important;

}
.industries-dropdown .sub-menu:after {
  left: 45%!important;
}
/*************************************************************************GLOBALS Start*/
/*Opening Hours Starts*/ 
.working-hours-footer ul {
    padding-left: 0;
}
.working-hours-footer li {
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    font-size: 13px;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 2px 0;
    font-weight: 600;
}
.working-hours-footer li span {
    float: right;
}
.working-hours-footer span {
    color: #fff;
}

/*Opening Hours End*/

/*GLOBAL SETTINGS*/
.wmplo-txt-color-emph{
       color: #43186A!important; 
}
.wmplo-list ul{
    padding-left: 20px;
}
.wmplo-list li{
    padding-bottom: 10px;
    font-size:15px;
    font-style:italic;
}
.wmplo-list ::marker {
color:#43186A;  
}
.wmplo-list .wmplo-list-title{
    font-weight:600;
    color:#000000;
}
.wmplo-list h4{
    padding-bottom:5px;
    color:#82b109;
}

.wmplo-box-shadow-1{
    /*box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.09);*/
    box-shadow: 0 8px 60px 0 rgb(0 0 0 / 11%), 0 12px 90px 0 rgb(0 0 0 / 11%);
}

.color-1{
    color:#dd5d3f;
}
.emphasis{
    color:#dd5d3f;
    font-weight:700;
}


.color-emphasis-a {
    color:#43186a;
}
.color-emphasis-b {
    color:#82b109;
}
.color-emphasis {
 /* The gradient now uses Cyan, Magenta, Yellow, and Black */
  background: linear-gradient(to right, cyan, magenta, yellow, black);
  
  -webkit-background-clip: text;
  background-clip: text;
  
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.border-raidus10{
    border-radius:10px!important;
}

.underline-emphasis {
  position: relative;
  display: inline-block; /* Required for the image to align correctly */
}


/*Fix bottom Padding Issue for li inside li Start*/
.et_pb_text ul {
    padding-bottom: 0;
}
/*Fix bottom Padding Issue for li End*/


.emph-1{
    font-weight: 900;
    color: #0c0c0c;
        font-style: normal;
}

.border-style-1{
    border: 1px dashed #43186A66;
    border-radius: 4px;
}
.background-global-green{
    background-color: rgba(45, 174, 146, 0.1);
}
.img-style-1 img{
    border-radius:5px;
    /*box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 21%);*/
	box-shadow: 0 8px 60px 0 rgb(0 0 0 / 11%), 0 12px 90px 0 rgb(0 0 0 / 11%);
    border: 2px solid #ffffff;
}
.wmplo-margintop20{
    margin-top:20px;
}
.margintop-20{
    margin-top:20px!important;
}
.margintop-10{
    margin-top:10px!important;
}
.wmplo-marginbtm10{
    margin-bottom:10px;
} 

.my-box-shadow{
    box-shadow: 0px 30px 100px 0px rgb(0 0 0 / 9%);
}
.et_pb_scroll_top.et-pb-icon {
    text-align: center;
    background: #43186A;
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    right: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    cursor: pointer;
    font-size: 30px;
    padding: 5px;
    color: #fff;
}

/*************************************************************************GLOBALS END*/

/********************************************************************************NAVIGATION START*/

/*Will add Arrow indicator to Dropdown Menu*/
.et-menu-nav .sub-menu .sub-menu::after {
  content: '';
    display: block;
    position: absolute;
    left: -6%;
    top: +15px;
    width: 0;
    height: 0;
    border-top: 10px solid #00000000;
    border-right: 10px solid #000000fc;
    border-bottom: 10px solid #06060600;
    border-left: 10px solid #00000000;
    z-index: 1;
}
.et-menu-nav .et-show-dropdown .sub-menu .sub-menu {
    top: -7px!important;
}
.et-menu-nav .sub-menu a{
    line-height:1.1;
        padding-top: 8px;
    padding-bottom: 8px;
}




.et-menu-nav .et-show-dropdown .sub-menu .sub-menu{
   top:30px
}
.mobile_menu_bar {
    position: relative;
    display: block;
    bottom: 1px!important;
    line-height: 0;
}
.product-sticky-links span.et-pb-icon{
        font-size: 15px!important;
    position: relative;
    top: -3px;
    }
.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.emphasis-color-1{
    color:#2db093;
}

.et-menu li li a {
                padding: 6px 20px;
                width: 200px
            }

            .nav li {
                position: relative;
                line-height: 1em
            }

            .nav li li {
                position: relative;
                line-height: 2em
            }

            .nav li ul {
                position: absolute;
                padding: 20px 0;
                z-index: 9999;
                width: 240px;
                background: #fff;
                visibility: hidden;
                opacity: 0;
                border-top: 3px solid #2ea3f2;
                box-shadow: 0 2px 5px rgba(0,0,0,.1);
                -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
                -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
                -webkit-transform: translateZ(0);
                text-align: left
            }

.nav li ul {
                width: 250px;
            }

            .et-menu li li a {
                width: 240px
            }

ul.sub-menu a {
   
    font-size: 19px!important;
}

.nav li li {
    padding: 0 5px;
    margin: 0;
}




/*Mobile Menu*/
.et_mobile_menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    color: #000000;
    padding: 10px 5%;
    display: block;
}
.et_mobile_menu .menu-item-has-children>a {
    background-color: rgb(0 0 0 / 0%);
}
/*Mobile Menu*/

/***************************************************************set the transition for the logo shrinking action START*/
.pa-fixed-header{
    background:#6d6d6d70!important
}

.pa-header{
    background:transparent;
}

.pa-header .et_pb_row { 
    padding:10px 0 0 0!important;
}
.pa-fixed-header .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
padding-top: 10px;
    padding-bottom: 10px;
}
.pa-header .et_pb_menu__logo img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*change the logo size when the header shrinks*/
.pa-fixed-header .et_pb_menu__logo img {
    max-width: 60%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*set the transition for the spacing shrinking action*/
.pa-header .et_pb_row {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*set the background color of the fixed header when scrolling*/
.pa-fixed-header .et_pb_row {
    padding: 0px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
/***************************************************************set the transition for the logo shrinking action END*/

/*****************************************************************************Menu Collapse START*/
/*change hamburger icon to x when mobile menu is open*/
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    content: '\4d';
}
/*adjust the new toggle element which is added via jQuery*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
    width: 44px;
    height: 100%;
    padding: 0px !important;
    max-height: 44px;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    background-color: transparent;
}
/*some code to keep everyting positioned properly*/
ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
    position: relative;
}
/*remove default background color from menu items that have children*/
.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
    background-color: transparent;
}
/*hide the submenu by default*/
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
    display: none !important;
    visibility: hidden !important;
}
/*show the submenu when toggled open*/
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
    display: block !important;
    visibility: visible !important;
}
/*adjust the toggle icon position and transparency*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
    text-align: center;
    opacity: 1;
}
/*submenu toggle icon when closed*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    top: 10px;
    position: relative;
    font-family: "ETModules";
    content: '\33';
    color: #000000;
    border-radius: 50%;
    padding: 3px;
}
/*submenu toggle icon when open*/
ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
    content: '\32';
}
/*add point on top of the menu submenu dropdown*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
    position: absolute;
    right: 5%;
    margin-left: -20px;
    top: -14px;
    width: 0;
    height: 0;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
}
/*adjust the position of the hamburger menu*/
.mobile_menu_bar {
    position: relative;
    display: block;
    bottom: 10px;
    line-height: 0;
}
/*force the background color and add a rounded border*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
    background-color: #ffffff!important;
    border-radius: 10px;
}

/*****************************************************************************Menu Collapse End*/

/*****************************************************************************NAV STYLES START*/
.nav-emphasis a{
   background: #43186A47;
    border-radius: 5px;
}


    ul.et_mobile_menu,ul.et_mobile_menu ul.sub_menu{
    list-style-type: none!important;
}
    
    .et-l--header ul {
    list-style-type: none;
    padding: 0 0 23px 1em;
    line-height: 26px;
}
    .et_mobile_menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    color: #000000;
    padding: 10px 1%!important;
    display: block;
}
    .et_mobile_menu li li {
    padding-left: 1%!important;
}
}

@media (max-width: 1400px) {
    #menu-primary-menu li a{
        font-size: 16px !important;
    }
}

.et_mobile_menu li::marker{
    display:none;
}



.et_pb_menu_0_tb_header.et_pb_menu.my-top-navigation  .nav li ul.sub-menu a:hover {
    color: #43186A !important;
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: transparent;
}
/*****************************************************************************NAV STYLES END*/

/*************************************************************Entrance Animation for Dropdown Menu START*/
/*Entrance Animation for Dropdown Menu*/
.et-menu-nav .et-show-dropdown .sub-menu{
-webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-bottom 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/*To add Box Shadow Corner Radius and Exit Animation to Dropdwon Menu*/
.et-menu-nav .sub-menu{
    box-shadow: 0px 5px 40px #0000002b !IMPORTANT;
    border-radius:8px;
    -webkit-animation: fade-out-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-out-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/*Will add Arrow indicator to Dropdown Menu*/
.et-menu-nav .sub-menu:after {
    content: '';
    display: block;
    position: absolute;
    left: 11%;
    top: -22px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #43186A;
    border-left: 10px solid transparent;
    z-index: 1;
}
.et-menu-nav .et-show-dropdown .sub-menu .sub-menu {
    top: -7px!important;
}

/*Keyframes for Dropdown menu Entrance Animation*/
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/*Keyframes for Dropdown Menu Exit Animation*/
@-webkit-keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
/*************************************************************Entrance Animation for Dropdown Menu END*/

/******************************************NAVIGATION MENU START*****/
/*Disable Link Mobile Menu*/
.et_mobile_menu li.menu-item-has-children > a:first-child {
  pointer-events: none;
}
/*Disable Link Mobile Menu End*/

.et_mobile_menu .menu-item-has-children>a {
    background-color: rgb(0 0 0 / 0%);
}

.et-menu li li a {
    width: 240px;
        text-align: left;
}
.nav li ul {
    width: 250px; 
}

 .et_pb_menu .et_pb_menu__menu>nav>ul>li.for-your-eyes-only-nav>ul {
    top: calc(100% - 1px);
    left: -120px;
}

.et-menu-nav .for-your-eyes-only-nav .sub-menu:after {
    left: 61%;
}


/*Mobile Menu*/
.et_mobile_menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    color: #000000;
    padding: 10px 5%;
    display: block;
}
.et_mobile_menu .menu-item-has-children>a {
    background-color: rgb(0 0 0 / 0%);
}
/*Mobile Menu*/

.et_pb_menu_0_tb_header.et_pb_menu ul li a{
    color: #000000;
}

.my-top-navigation li.divi-life-cta-menu a {
    background-color: #43186A;
   padding: 14px 13px 15px 10px !important;
    /* border-radius: 8px; */
    text-transform: revert !important;
    color: #ffffff !important;
    text-align: center;
    border-radius:3px;
}
.my-top-navigation .et_mobile_menu li.divi-life-cta-menu a {
color: #ffffff !important;
    text-align: center;
    font-size: 20px;
    margin-right: 10px !important;
   
}
.my-top-navigation li.divi-life-cta-menu a:hover {
    background-color: #43186A;
    color: #ffffff !important;
}

li.current-menu-item a {
    color: #43186A;
}
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
   -webkit-box-align: center!important;
        align-items: center!important;;
}
.my-top-navigation .et-menu a:hover {
      color: #43186A!important;
}

/*************************************************************************************************************************NAVIGATION END*/







/******************************************************BUTTONS START*/

.et_pb_button.mybtn-1{
 border: 2px solid #000000;
    color: #ffffff;
    padding: 10px 20px 10px 20px !important;
    letter-spacing: 0px;
    font-size: 20px;
    background-color: #000000;
    line-height: 1 !important;
	color:#ffffff!important;
    border-radius: 5px;

}
.et_pb_button.mybtn-1:hover{
 border: 2px solid #000000;
    color: #ffffff;
    padding: 10px 20px 10px 20px !important;
    letter-spacing: 0px;
    font-size: 20px;
    background-color: #000000;
    line-height: 1 !important;
    border-radius: 5px!important;
}

.et_pb_button.mybtn-2{
  border: 2px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px 10px 20px !important;
    letter-spacing: 0px;
    font-size: 20px;
    background-color: #43186A;
    line-height: 1 !important;
	color:#ffffff!important;
    border-radius: 5px;

}
.et_pb_button.mybtn-2:hover{
   border: 2px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px 10px 20px !important;
    letter-spacing: 0px;
    font-size: 20px;
    background-color: #43186A;
    line-height: 1 !important;
    border-radius: 5px!important;

}
.et_pb_button.mybtn-3{
   border: 2px solid #82b109;
    padding: 10px 20px 10px 20px !important;
    letter-spacing: 0px;
    font-size: 20px;
    background-color: #82b109;
    line-height: 1 !important;
	color: #ffffff!important;
    border-radius: 5px;

}
.et_pb_button.mybtn-3:hover{
   border: 2px solid #82b109;
    padding: 10px 20px 10px 20px !important;
    letter-spacing: 0px;
    font-size: 20px;
    background-color: #82b109;
    color: #ffffff!important;
    line-height: 1 !important;
    border-radius: 5px!important;

}
.et_pb_button.mybtn-4{
border: 2px solid #000000;
    color: #ffffff;
    padding: 15px 20px 15px 20px !important;
    border-radius: 5px;
    letter-spacing: 0px;
    font-size: 15px;
    background-color: #000000;
    line-height: 1 !important;
    font-weight: 800;
    text-transform: uppercase;

}
.et_pb_button.mybtn-4:hover{
border: 2px solid #000000;
    color: #ffffff;
    padding: 15px 20px 15px 20px !important;
    border-radius: 5px;
    letter-spacing: 0px;
    font-size: 15px;
    background-color: #000000;
    line-height: 1 !important;

}
/*************************************************************BUTTONS END*/



/*FOOTER START*************************************************************/
.footer-top-links a:hover,.footer-bottom-links a:hover{
    color:#ffffff;
}
.footer-top-links a{
    color: #c88c53;
    padding: 5px 20px;
    font-size: 17px;
       
}
.footer-bottom-links a{
    color: #6b6b6b;
    padding: 5px 20px;
    font-size: 13px;
}

@media (max-width: 980px) {
   .footer-top-links a,.footer-bottom-links a{
      display:block;
    }
}
/*FOOTER END*************************************************************/





/*******************************************************************Fade In on Load START*/
body {
animation: fadeIn ease 2s;
-webkit-animation: fadeIn ease 2s;
-moz-animation: fadeIn ease 2s;
-o-animation: fadeIn ease 2s;
-ms-animation: fadeIn ease 2s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}


/*Fade In on Load END*/


/*******************************************************************Fade In on Load END*/




/*******************************************************FORMIDABLE FORMS START*/
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    margin-top: 0;
    border-radius:5px;
}
.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn,.frm_form_submit_style,.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background: #000000;
    border-color: #000000; 
    color:#ffffff;
    font-size:18px;
}
.with_frm_style select {
    border-radius: 5px !important;
}

/*******************************************************FORMIDABLE FORMS END*/



/*TEMP
@media (max-width: 981px) {
    
 .product-sticky-links .et_pb_column{
     margin:0!important;
    }
   .product-sticky-links .sticky-columns .et_pb_column_1_5.et_pb_column{
      width:20%!important;
         margin-right: 0 !important;
         margin-bottom: 0!important;
                 border-right-width: 0!important;
}
    .et-db #et-boc .et-l .product-sticky-links .et_pb_column {
        width: 20% !important;
    }
}


.wmplo-blurb .et_pb_blurb_container {
    padding-left: 0;
}
*/


/*NEW TEMP CSS DISABLED START*

/*temp diable to see if can be deleted
.wmplo-blend:after {
 position: absolute;
    height: 40px;
    left: 0px;
    width: 100%;
    z-index: 9;
    content: "";
    background: url(http://localhost/express-signs-clean/wp-content/uploads/2026/01/blend-attempt.webp) repeat-x;
    bottom: 0px;
}


.wmplo-blend-up:before {
 position: absolute;
    height: 100px;
    left: 0px;
    width: 100%;
    z-index: 9;
    content: "";
    background: url(https://www.webamplo.com/wp-content/uploads/2020/12/webamplo-blend-down.png) repeat-x;
    top: 0px;
} 

*/