/* CSS */

#app {
  z-index: 1;
}

/*Popup Form Styling*/

.popup-contact-form {
  background: #fff;
  max-width: 1000px;
  margin: 15px;
  padding: 20px;
  position: relative;
}

.mfp-close-btn-in .mfp-close {
  color: #c02b0a;
}

.popup-contact-form label,
.popup-contact-form legend {
  font-family: "Belgrano", sans-serif;
}

.name_first label,
.name_last label {
  opacity: 0.6;
  margin-bottom: 0;
}

span.name_last {
  margin-bottom: 0px !important;
}

.popup-contact-form input,
.popup-contact-form textarea {
  background: #ecebe8;
  border: transparent;
  padding: 8px !important;
  letter-spacing: 0.1em !important;
  font-size: 0.875rem !important;
}

@media (min-width: 600px) {
  .popup-contact-form {
    padding: 50px;
  }
  .mfp-close-btn-in .mfp-close {
    margin: 15px;
  }
  .popup-contact-form input,
  .popup-contact-form textarea {
    padding: 15px !important;
  }
}

@media (min-width: 1000px) {
  .popup-contact-form {
    padding: 50px;
    margin: 0 auto;
  }
}

.last-modified time.post-modified-info {
  border-left: solid 1px;
}
.last-modified {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.last-modified time {
  padding: 0 15px;
  line-height: 1;
}

.date-container {
  display: flex;
}

.date-container time {
  line-height: 1;
}
.date-container .post-modified-info {
  padding-left: 10px;
  border-left: solid 1px;
  margin-left: 10px;
}

.post-type-archive-glossary .share-controls {
  display: none;
}

.post-type-archive-glossary .archive-banner__bg-img {
  background-image: url(/wp-content/uploads/psych-glossary-banner.jpg) !important;
}

.post-type-archive-glossary_cannabis .archive-banner__bg-img {
  background-position: bottom center;
}

.post-type-archive-glossary .archive-banner.overlay,
.post-type-archive-glossary_cannabis .archive-banner.overlay {
  background-color: transparent;
  !important: ;
}

.post-type-archive-glossary
  .archive-banner.overlay
  .archive-banner__bg-img:before,
.post-type-archive-glossary_cannabis
  .archive-banner.overlay
  .archive-banner__bg-img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: linear-gradient(to top, black, transparent);
  opacity: 0.9;
}

.post-type-archive-glossary .archive-banner__bg-img,
.post-type-archive-glossary_cannabis .archive-banner__bg-img {
  mix-blend-mode: normal;
  opacity: 1;
}

@media (min-width: 992px) {
  .banner-glossary h1,
  .banner-glossary h1 p,
  .banner-glossary_cannabis h1,
  .banner-glossary_cannabis h1 p {
    font-size: 3.4375rem;
  }
}

.sidebar .search-form {
  width: 100%;
  justify-content: center;
}

section.widget.mb-4.block-8.widget_block {
  margin: 0 !important;
}

.custom_html-27,
.custom_html-28 {
  background: #f8f7f5;
  padding: 30px 0;
}

.custom_html-27 h5,
.custom_html-28 h5 {
  margin-bottom: 20px;
}

/* Map Template */
.map-container {
  padding: 60px 0 120px;
}

.map-content h2 {
  color: #a6492a;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.map-content p {
  font-size: 24px;
}

.map-legend {
  box-shadow: 0 0 20px rgba(87, 87, 87, 0.24);
  margin: 35px 0;
}

.map-legend ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0;
  padding: 15px 30px;
}

.map-legend ul li {
  align-items: center;
  color: #686156;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
  width: 100%;
}

.map-legend ul li .legend-dot {
  border-radius: 100%;
  display: block;
  height: 20px;
  margin-right: 8px;
  width: 20px;
}

.map-legend ul li .legend-dot.black {
  background-color: #677288;
}

.map-legend ul li .legend-dot.gray {
  background-color: #6a6459;
}

.map-legend ul li .legend-dot.yellow {
  background-color: #d6ae43;
}

.map-legend ul li .legend-dot.red {
  background-color: #a6492a;
}

.map-legend ul li .legend-dot.white {
  background-color: #f0eeeb;
}

.map-legend ul li .legend-dot.orange {
  background-color: #ce623e;
}

.map-legend ul li .legend-dot.green {
  background-color: #92d050;
}

#map_access {
  display: none !important;
}

@media (max-width: 600px) {
  #map {
      pointer-events: none;
  }
}

.tt_sm {
  background-color: white;
  box-shadow: 0 0 20px rgba(87, 87, 87, 0.28);
  color: #2c2926;
  font-size: 18px;
  opacity: 1;
  position: relative;
}

.tt_name_sm {
  background-color: #d6ae43;
  color: #fff;
  font-weight: 700;
  padding: 18px 0;
  text-align: center;
  text-transform: uppercase;
}

.xmark_sm {
  align-items: center;
  background: #fff;
  border-radius: 100%;
  display: flex;
  height: 25px;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 25px;
}

.xmark_sm img {
  display: flex;
  height: 20px;
  width: 20px;
}

.tt_custom_sm {
  padding: 22px 0 0;
}

.map-description > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 16px;
}

.map-description > div:last-child {
  background-color: rgba(106, 100, 89, 0.18);
  color: #a6492a;
  display: block;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.map-description > div:last-child a {
  display: block;
  padding: 10px 0;
}

.map-description > div:last-child a:hover {
  text-decoration: none;
}

.map-description > div span:first-child {
  font-weight: 600;
  margin-right: 50px;
}

.map-description > div span i {
  font-size: 30px;
}

.map-description > div span .fa-circle-check {
  color: #a6492a;
}

.testimonial-container {
  background: #f0eeeb;
  padding: 90px 0;
}

.testimonial-top {
  margin-bottom: 90px;
  text-align: center;
}

.testimonial-top h2 {
  margin-bottom: 30px;
  font-size: 32px;
}

.testimonial-top .button {
  background-color: #a6492a;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 15px 24px;
  text-transform: uppercase;
}

.testimonial-top .button:hover {
  text-decoration: none;
}

.testimonial-item {
  margin-bottom: 100px;
}

.testimonial-item:last-child {
  margin-bottom: 0;
}

.testimonial {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(87, 87, 87, 0.24);
  padding: 64px 32px 32px;
  position: relative;
}

.testimonial-content {
  line-height: 2em;
  margin-bottom: 16px;
}

.testimonial-name {
  color: #a6492a;
  font-weight: 600;
  text-transform: uppercase;
}

.icon-quote {
  background: #fff;
  border-radius: 100%;
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: -50px;
  transform: translateX(-50%);
  width: 100px;
}

@media (min-width: 768px) {
  .map-legend ul {
    padding: 0;
  }

  .map-legend ul li {
    padding: 22px 0;
    width: auto;
  }

  .testimonial-top h2 {
    font-size: 42px;
  }

  .testimonial-item {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .testimonial-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
    text-align: left;
  }

  .testimonial-top h2 {
    margin-bottom: 0;
    font-size: 52px;
  }
}

@media (min-width: 1200px) {
  .testimonial-top h2 {
    font-size: 62px;
  }
}

/* Map Table */
.state-table {
  margin-bottom: 100px;
  width: 100%;
}

.state-table tr th {
  background-color: #a6492a;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 65px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
}

.state-table tr th:first-child {
  text-align: left;
}

.state-table tr {
  border-bottom: 1px solid rgba(104, 97, 86, 0.5);
}

.state-table tr:last-child {
  border-bottom: 0;
}

.state-table tr td {
  color: #2c2926;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 10px;
  text-align: center;
}

.state-table tr td:first-child {
  text-align: left;
}

.state-table tr td > i {
  color: #a6492a;
  font-size: 30px;
}

.state-table tr td i.fa-circle-xmark {
  color: #2c2a26;
}

.state-table tr td a {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.additional-content {
  padding: 50px 0;
}

.state-table tr td a:hover {
  text-decoration: none;
}

@media (min-width: 1025px) {
  .state-table thead tr th,
  .state-table tbody tr td {
    padding: 16px 30px;
  }
}

@media (max-width: 768px) {
  .state-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .state-table tr {
    border: 0;
    display: block;
    margin-bottom: 0.625em;
  }

  .state-table tr td {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    justify-content: space-between;
    padding: 10px 16px;
    text-align: right;
  }

  .state-table tr td::before {
    content: attr(data-label);
    float: left;
    font-size: 18px;
    font-weight: bold;
  }

   .state-table tr td:first-child:before,
  .state-table tr td:last-child:before {
    content: none;
  }

  .state-table tr td:first-child {
    background-color: #f0eeeb;
    font-weight: bold;
    padding: 18px 16px;
    text-transform: uppercase;
  }

  .state-table tr td:last-child {
    /* background-color: #a6492a; */
    /* padding: 0; */
  }

  .state-table tr td:last-child a {
    background-color: #a6492a;
    color: #fff;
    display: block;
    padding: 10px 16px;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 600px) {
  li#mega-menu-item-89151 .mega-sub-menu {
    display: block !important;
  }

  li#mega-menu-item-89151 .mega-menu-link {
    display: none !important;
  }

  #mega-menu-item-89151 li#mega-menu-89151-0 {
    padding-block: 0 !important;
  }

  #mega-menu-item-89151 .mega-sub-menu {
    padding: 0 0 10px !important;
  }

  #mega-menu-89176-0 .widget_media_image img {
    height: 250px !important;
    object-fit: cover;
    object-position: center;
  }
}


/*Temp hide map law link*/
#map_holder .map-description .law-link {
    /*display: none;*/
}

.tt_custom_sm{
  padding-bottom: 10px;
}

.state-table tr td a[href="#"] {
    display: none;
}

.state-table tr td > i{
  display: flex;
  align-items: center;
  justify-content: center;
}
.state-table .fa-circle-check:after{
  content: 'Yes';
  padding-left: 5px;
  font-size: 16px;
  font-family: "Belgrano", sans-serif;

}
.state-table tr td i.fa-circle-xmark:after{
  content: 'No';
  padding-left: 5px;
  font-size: 16px;
  font-family: "Belgrano", sans-serif;

}

.page-id-120605 div#tt_sm_map {
  display: none !important;
}

.page-id-120605 div#map_inner path {
  pointer-events: none;
  cursor: default !important;
}
