.overlay-popup-contact {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9990;
    display: none;
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    cursor: default;
}

.popup-shortcode {
    display: block;
    position: fixed;
    max-width: 530px;
    height: auto;
    top: 15%;
    right: 0;
    left: 0;
    margin: auto;
    transition: all 0.4s ease;
    transform: translate3d(1600px,0,0);
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    background: white;
    padding: 40px;
    z-index: 9999;
}

.popup-shortcode .close-popup-form {
    cursor: pointer;
    position: fixed;
    line-height: 1;
    font-size: 42px;
    transform: rotate(45deg);
    text-align: center;
    font-weight: 100;
    top: 3px;
    right: 15px;
    color: #B4B4B4;
    z-index: 99999999;
}

.popup-form-submit input {
    background-color: rgb(20, 163, 27) !important;
}

.active-background-popup {
    display: block;
}

.active-popup-contact {
    transform: translate3d(0,0,0);
    opacity: 1;
    visibility: visible;
}
.overlay {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 999990;
      display: none;
  
      background-color: rgba(0, 0, 0, 0.65);
      position: fixed;
      cursor: default;
  }
  
  .popupWindow {
      z-index: 999999;
      padding: 40px;
      background: #fff;
  }
  
  .popupWindow-body {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
  }
  .popupClose {
      cursor: pointer;
      position: fixed;
      line-height: 1;
      font-size: 42px;
      transform: rotate(
  45deg);
      text-align: center;
      font-weight: 100;
      top: 3px;
      right: 15px;
      color: #B4B4B4;
      z-index: 99999999;
  }
  
  .moveRight {
    display: block;
    position: fixed;
    max-width: 530px;
    height: auto;
    top: 15%;
    right: 0;
      left: 0;
      margin: auto;
    transition: all 0.4s ease;
    transform: translate3d(1600px,0,0);
      opacity: 0;
      visibility: hidden;
      border-radius: 10px;
  }
  
  .moveRight.in {
    transform: translate3d(0,0,0);  
          opacity: 1;
      visibility: visible;
  }
  
  
  span.pitbull-text {
      letter-spacing: 0.27em;
      text-transform: uppercase;
      color: #ADADAD;
      display: block;
      text-align: center;
      font-family: Montserrat;
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
  }
  
  span.title-pitbull-popup {
      text-transform: uppercase;
      color: #000000;
      display: block;
      text-align: center;
      font-weight: bold;
      font-size: 26px;
      line-height: 27px;
      max-width: 286px;
      margin: auto;
      margin-top: 5px;
  }
  
  .popupBodyForm br {
      display: none;
  }
  
  .ThanksPopup br {
      display: none;
  }
  
  .flex-form-popup {
      display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px;
  }
  
  .flex-form-popup > div {
      flex-basis: calc(50% - 20px);
      margin: 10px;
  }
  
  .item-flex-popup input, .item-flex-popup textarea {
      border-bottom: 2px solid #C4C4C4 !important;
      color: #000 !important;
      font-size: 14px !important;
      font-weight: 400 !important;
      padding: 10px !important;
  }
  
  .item-flex-popup input::placeholder, .item-flex-popup textarea::placeholder {
      color: #A8A8A8;
  }
  
  .item-flex-popup:nth-child(3) {
      flex-basis: calc(100% - 20px);
  }
  
  .item-flex-popup:nth-child(4) {
      flex-basis: calc(100% - 20px);
  }
  
  .item-flex-popup textarea {
      height: 80px !important;
      min-height: 80px !important;
  }
  
  .item-flex-popupBtn input {
      background: #000000;
      border-radius: 40px;
      color: #fff;
      height: 50px;
  }
  
  .item-flex-popupBtn {
      text-align: center;
      width: 100%;
      flex-basis: calc(100% - 20px) !important;
      margin-top: 20px !important;
  }
  
  span.thanks-text {
      font-size: 16px;
      line-height: 27px;
      color: #000000;
      max-width: 287px;
      display: block;
      margin: auto;
      text-align: center;
      margin-top: 15px;
  }
  
  .closeBtn {
      background: #000000;
      border-radius: 40px;
      color: #fff;
      height: 50px;
      width: 180px;
      margin: auto;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
  }
  
  .ThanksPopup {
      text-align: center;
  }
  
  .closeBtn {
      margin-top: 30px;
  }
  
  span.checkbox:before {
      content: "";
      width: 50px;
      height: 33px;
      border: 6px solid #000;
      display: block;
      border-radius: 0px;
      transform: rotate(
  -45deg);
      border-right: 0px;
      border-top: 0px;
      position: relative;
      top: -7px;
  }
  
  span.checkbox {
      width: 100px;
      height: 100px;
      display: flex;
      margin: auto;
      border: 5px solid #000;
      border-radius: 100%;
      margin-bottom: 25px;
      align-items: center;
      justify-content: center;
  }
  
  .thanks-show {
      max-height: 0;
      overflow: hidden;
  }

  .ThanksPopup {
    max-height: 0;
    overflow: hidden;
}

    /* .thanks-show.active-thanks {
        max-height: 100%;
        overflow: visible;
    } */

    .popupBodyForm.hide-form {
        display: none;
    }
  
  .item-flex-popupBtn input:hover {
      color: #fff;
  }
  
  .popup-form .wpcf7-response-output {
      display: none !important;
  }
  
  .popupBodyForm.hide {
      max-height: 0px;
      overflow: hidden;
      transition: all 0.2s ease-in-out;
  }
  
  .ThanksPopup.show {
      max-height: 500px;
      transition: all 0.2s ease-in-out;
  }
p.info-box-title.inkstore-font-weight-.box-title-style-default.font-primary{
    color: white;
    font-weight: 900;
    font-size: 35px !important;
    line-height: 1.4;
    display: block;    
}
p.info-box-title.inkstore-font-weight-.box-title-style-default.font-alt{
    color: white;
    font-weight: 500;
    font-size: 18px !important;
    margin-bottom: -4px !important;
    display: block;
    line-height: 1.4;
}
a.header-phone{
    font-size: 16px;
    line-height: 1.4;
    color: rgba(255,255,255,.6) !important;
}
a.header-phone:hover{
    color: rgba(255,255,255,1) !important;
}