 @import url('/wp-content/themes/DH-Blank-Theme/styles/css/dropdown-click-new.css');

 body,
 p {
     font-family: "Poppins", sans-serif;
     color: #4D4D4D;
     font-weight: 400;
     font-size: 16px;
     line-height: normal;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-family: "Poppins", sans-serif;
     color: #0DB14B;
 }

 h1, .h1 {
     font-size: 40px;
     font-weight: 700;
     line-height: 46px;
 }

 h2 {
     font-size: 36px;
     font-weight: 700;
     line-height: 42px;
 }

 h3 {
     font-size: 32px;
     font-weight: 700;
     line-height: 40px;
 }

 h4 {
     font-size: 28px;
     font-weight: 600;
     line-height: 40px;
 }

 h5 {
     font-size: 24px;
     font-weight: 600;
     line-height: 36px;
 }

 li {
     font-family: "Poppins", sans-serif;
     font-weight: 600;
     color: #4D4D4D;
 }



 button,
 a.button {
     font-family: "Poppins", sans-serif;
     font-weight: 600;
     font-size: 18px;
     line-height: normal;
     border: 0;
     border-radius: 2rem;
     padding: .5rem 2rem;

     &.primary {
         color: #fff;
         background-color: #0DAB4B;

         &:hover {
             background-color: #114749;
         }
     }

     &.secondary {
         background-color: transparent;
         border: 2px solid #0DAB4B;
         color: #4D4D4D;

         &:hover {
             background-color: #0DAB4B;
             color: #fff;
         }
     }

     &.outline {
         background-color: transparent;
         border: 2px solid #fff;
         color: #fff;

         &:hover {
             background-color: #fff;
             color: #4D4D4D;
         }
     }

     &.produce {
         color: #fff;
         background-color: #e55812;

         &:hover {
             background-color: #C13900;
         }
     }

     &.bakery {
         color: #fff;
         background-color: #9D8058;

         &:hover {
             background-color: #624A25;
         }
     }

     &.frozen-foods {
         color: #fff;
         background-color: #25679A;

         &:hover {
             background-color: #003E68;
         }
     }

     &.pizza {
         color: #fff;
         background-color: #A63229;

         &:hover {
             background-color: #79201C;
         }
     }

 }

 a {
     font-family: "Poppins", sans-serif;
     font-size: 16px;
     line-height: 16px;
     font-weight: 600;
     color: #E55812;

     &:hover {
         color: #E55812;
         text-decoration: underline;
     }
 }

 footer #footer-links .footer-nav .navbar-nav>li>a {
     color: #fff;
     text-transform: unset;

     &:hover {
         color: #E55812;
     }
 }

 footer #footer_utility_wrapper {
     text-transform: unset;
 }

 .dropdown-toggle::after {
     display: none;
 }

 /* overrides */

 #nav_wrapper #header_nav .navbar-default .navbar-nav>li>a,
 .navbar-default .sub-menu-trigger,
 nav ul li ul.sub-menu .sub-menu-trigger,
 nav ul li ul.sub-menu li a,
 li.menu-item-has-children.open>.sub-menu a,
 li.open>.sub-menu a,
 .menu-item-has-children.open>.sub-menu a {
     font-family: "Poppins", sans-serif !important;
     font-size: 16px !important;
     font-weight: 600 !important;
     color: #4D4D4D !important;
     line-height: normal !important;
 }

 footer #footer-links .footer-nav .navbar-nav>li>a,
 footer #footer_utility_wrapper {
     font-family: "Poppins", sans-serif;
     font-size: 16px;
     line-height: normal;
     font-weight: 600;
     color: #fff;
 }

 footer #footer_utility_wrapper {
     font-weight: 400;
 }