/*
Theme Name: CannaComply Pro
Theme URI: https://www.cannacomplypro.com
Author: CannaComply Pro
Description: Custom WordPress theme generated from the CannaComply Pro website HTML files.
Version: 1.0.0
Text Domain: cannacomply-pro
*/

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding-top: 90px;
}

.ccp-header {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.admin-bar .ccp-header {
  top: 32px;
}

.ccp-header-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ccp-logo {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.ccp-logo img {
  display: block;
  width: 350px;
  height: auto;
  max-width: 250px;
padding: 0px 20px 0px 10px;
}

.ccp-desktop-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 22px;
}

.ccp-desktop-nav li {
  margin: 0;
  padding: 0;
}

.ccp-desktop-nav a {
  color: #000000 !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .045em;
  white-space: nowrap;
}

.ccp-desktop-nav a:hover {
  color: #0f6b3f !important;
}

.ccp-menu-toggle {
  display: none;
  width: 42px;
  height: 34px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 100002;
}

.ccp-menu-toggle span {
  display: block;
  height: 3px;
  width: 34px;
  margin: 7px auto;
  background: #000000;
  border-radius: 4px;
  transition: .3s ease;
}

.ccp-menu-toggle.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.ccp-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.ccp-menu-toggle.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.ccp-mobile-nav {
    position: fixed;
    top: 0;
    right: -330px;
    width: 310px;
    height: 100vh;
    background: #fff;
    z-index: 100001;
    pointer-events: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 95px 28px 28px;
    box-shadow: -10px 0 30px rgba(0,0,0,.22);
    transition: right .32s ease;

    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.ccp-mobile-nav.active {
    right: 0;
}

.admin-bar .ccp-mobile-nav {
  top: 32px;
}

.ccp-mobile-nav.active {
  right: 0;
}

.ccp-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ccp-mobile-nav li {
  margin: 0;
  padding: 0;
}

.ccp-mobile-nav a {
  display: block;
  color: #000000 !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}

.ccp-mobile-nav a:hover {
  color: #0f6b3f !important;
}

.ccp-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.48);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s ease;
}

.ccp-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ccp-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.ccp-menu-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .ccp-desktop-nav {
    display: none;
  }

  .ccp-menu-toggle {
    display: block;
  }

@media (max-width: 782px) {
  body {
    padding-top: 90px;
  }

  .admin-bar .ccp-header {
    top: 46px;
  }

  .admin-bar .ccp-mobile-nav {
    top: 46px;
  }
}
section[id],div[id]{scroll-margin-top:50px}
@media(max-width:768px){section[id],div[id]{scroll-margin-top:70px}}
