/* Theme Name: SKLaw Theme
           Description: SKLAW new wordpress website
           Author: JEFFREY MANTE
           Template: kadence */

           @import url("https://use.typekit.net/rky0iiv.css");
           @import url("https://use.typekit.net/ozs3egi.css");


           *{
            font-family: "azo-sans-web", sans-serif;
            font-weight: 400;
            font-style: normal;
           }

           h1{
            font-family: "larken", sans-serif!important;
           }
           h4{
            font-family: "larken", sans-serif!important;
           }
           
           .site-middle-footer-inner-wrap p, .site-middle-footer-inner-wrap a, .site-middle-footer-inner-wrap li{
            color: #82A9D5!important;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 31px;
           }

           .site-middle-footer-inner-wrap ul{
            list-style:none;
            padding:0;
            margin:0;
           }


           .site-middle-footer-inner-wrap h1{
           color: #fff;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin:0;
padding:0;
           }

           .wp-block-kadence-header.header-desktop-sticky[data-shrink-main="1"] .item-is-stuck .wp-block-kadence-header-section>.kb-identity img{
            max-height: 50px!important;
            width:auto;
           }

           .site-bottom-footer-inner-wrap {
            min-height: 0px;
            padding-top: 10px;
            padding-bottom: 10px;
        }


        .entry-hero-container-inner  .entry-title{
            opacity: 0;
            animation: fadeIn 2s ease-in-out forwards;
          }

          .main-navigation .primary-menu-container > ul li.menu-item-565 a {
            background:#82A9D5!important;
            color:#fff!important;
                      }
          
          @keyframes fadeIn {
            from {
              opacity: 0;
            }
            to {
              opacity: 1;
            }
          }



           
