@media screen and (min-width:981px) {
    /*#page-container .menu-item-has-children {
        margin-right: 1em;
    }*/

    #page-container #primary-menu .et-menu li li a {
        padding: .4em;
        width: 200px;
        font-size: 16px !important;
        font-weight: 500 !important;
        text-transform: capitalize !important;
    }
}

/* new header */

@media screen and (min-width:981px) {
    body header#main-header {
        padding: 15px 0px;
        display: flex;
        height: 110px;
    }

    #page-container #et-boc #main-header {
        top: 70px;
    }

    #main-header #logo {
        max-height: none !important;
        position: static;
        height: 100%;
    }

    #main-header>.et_menu_container {
        height: 100%;
    }
}

#et-boc {
    overflow: hidden;
}

.gallery-slider .slick-arrow {
    font-size: 20px !important;
}

footer div#subfooter.et_pb_section.et_pb_section_0_tb_footer {

    @media screen and (min-width: 981px) and (max-width: 1500px) {
        background-image: linear-gradient(90deg, #c8dff5 36%, #e3effa 36%) !important;

        #trademark {
            max-width: 24vw;
        }
    }

    @media screen and (min-width: 1501px) {
        background-image: linear-gradient(90deg, #c8dff5 34%, #e3effa 34%) !important;

        #trademark {
            max-width: 20vw;
        }
    }
}

/* Accessibility improvements */

/* Adding visual element to links other than color to help distinguish links from normal text. */
.gform_body {
  .gfield--type-html {
    p {
      a {
        text-decoration: underline;
        transition: all 0.3s linear;

        &:hover {
          font-weight: bold;
        }
      }
    }
  }
}

/* Adding Spacing to Shop Our Sales Headlines */
.facetwp-template .no-nearby-sales .sales-title {
  padding: 2rem 0;
}