/**
 * TextConnect Styles.
 * 
 * Includes styles for the Hollow TextConnect Component.
 *
 * @link       https://bigtuna.com/
 * @since      2.5.2
 *
 * @package    Big_Tuna_Pro
 * @subpackage Big_Tuna_Pro/textconnect
 * @author     Christopher McRoy, Big Tuna
 */
 
 @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
 :root {
  --spotlightFont: "Manrope", sans-serif;
}

.hollow-corner-item-08 {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 999999;
  font-family: var(--spotlightFont);
}
.hollow-corner-item-08 a {
    text-decoration: none!important;
}
.pushNavBody.pushNavBodyNavOpen .hollow-corner-item-08 {
  display: none!important;
}
.hollow-corner-item-08[data-active="false"] {
  display: none!important;
}
.hollow-corner-item-08[data-alignment="left"] {
  left: 1rem;
  right: unset;
  align-items: flex-start;
}
.hollow-corner-item-08 .side-item {
  position: fixed;
  left: 0;
  bottom: 45%;
  opacity: 0;
  animation: 1s popup08slideout 3s forwards;
}
.hollow-corner-item-08 .side-item {
  display: none;
}
@keyframes popup08slideout {
  0% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.hollow-corner-item-08 .side-item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border-radius: 0 0 0.5rem 0.5rem;
  background: #fff;
  border: 1px solid #000;
  padding: 1.5rem 1rem .6rem 1rem;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg) translateY(-80%);
  width: max-content;
  transition: all .3s ease;
}
.hollow-corner-item-08 .side-item-wrap span {
  color: #000;
  line-height: 1.5;
  padding: 0 0 0 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  transition: all .3s ease;
}
.hollow-corner-item-08 .side-item-wrap i {
  font-size: 1.2rem;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  transition: all .3s ease;
}
.hollow-corner-item-08 .side-item-wrap:hover i,
.hollow-corner-item-08 .side-item-wrap:hover span {
  color: #fff;
}
.hollow-corner-item-08 .side-item-wrap:hover {
  background: var(--defaultMainDark);
}
.hollow-corner-item-08.active .side-item-wrap i:before {
  content: "\f00d";
}
.hollow-corner-item-08 .corner-item-wrap {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-radius: 2rem;
  background: var(--defaultMainAccent);
  padding: 0.8rem 1rem;
  z-index: 100;
  transition: all .3s ease;
}
.hollow-corner-item-08 .corner-item-wrap span {
  color: #fff;
  line-height: 1.2;
  padding: 0 0 0 .5rem;
  font-size: 18px;
  font-weight: 400;
}
.hollow-corner-item-08 .corner-item-wrap i {
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  transition: all .3s ease;
}
.hollow-corner-item-08 .corner-item-wrap img {
  width: 26px;
  fill: #fff;
}
.hollow-corner-item-08 .corner-item-wrap:hover {
  background: var(--defaultMainColor);
}
/* .hollow-corner-item-08.active .icon-wrap i:before {
  content: "\f00d";
} */
.hollow-corner-item-08 .message-bubble {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: .5rem;
  background: #fff;
  border-radius: 0.7rem;
  filter: drop-shadow(1px 7px 40px rgba(0,0,0,.3));
  margin-bottom: 0.5rem;
  width: 288px;
  max-height: 7rem;
  transition: all .3s ease;
}
.hollow-corner-item-08.active .message-bubble .close-bubble {
  display: none;
}
.hollow-corner-item-08 .message-bubble .close-bubble {
  position: absolute;
  left: -1.85rem;
  top: .25rem;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: #d5d5d5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}
.hollow-corner-item-08 .message-bubble .close-bubble:hover {
  background: #fff;
}
.hollow-corner-item-08 .message-bubble .close-bubble i {
  font-size: 1rem;
  color: #000;
  /* border: 2px solid rgba(0,0,0,.15); */
  border-radius: 50%;
  opacity: .7;
  background: #d5d5d5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}
.hollow-corner-item-08 .message-bubble .close-bubble img {
  width: 18px;
  height: 18px;
}
.hollow-corner-item-08 .message-bubble .close-bubble i:hover {
  background: #fff;
  opacity: 1;
}
.hollow-corner-item-08[data-show-bubble="false"] .message-bubble {
  display: none!important;
}
.hollow-corner-item-08.active[data-show-bubble="false"] .message-bubble {
  display: flex!important;
}
.hollow-corner-item-08.active .message-bubble {
  width: 414px;
  padding: 0;
  max-height: 40rem;
  display: flex!important;
  visibility: visible!important;
  opacity: 1!important;
  z-index: 99999;
}
.hollow-corner-item-08 .heading-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.hollow-corner-item-08.active .heading-wrap {
  padding: .5rem;
  background: var(--defaultMainDark);
  border-radius: 0.5rem .5rem 0 0;
  justify-content: space-between;
}
.hollow-corner-item-08 .message-bubble .caret {
  position: absolute;
  bottom: -0.35rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 4px;
  transform: rotate(45deg);
  z-index: 0;
  display: none;
}
.hollow-corner-item-08[data-alignment="left"] .message-bubble .caret {
  left: 1rem;
  right: unset;
}
.hollow-corner-item-08 .message-bubble .img-wrap {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.hollow-corner-item-08.active .message-bubble .img-wrap {
  margin-bottom: 1.25rem;
}
.hollow-corner-item-08.active .heading-wrap .img-wrap {
  display: none;
}
.hollow-corner-item-08 .message-bubble .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hollow-corner-item-08 .message-bubble .text-wrap {
  /* padding: 0rem 0 0.5rem; */
  width: 12rem;
}
.hollow-corner-item-08.active .message-bubble .text-wrap {
  padding: .5rem;
  width: calc(100% - 3rem);
}
.hollow-corner-item-08 .message-bubble .text-wrap span {
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  /* font-family: var(--spotlightFont); */
}
.hollow-corner-item-08.active .message-bubble .text-wrap span {
  color: #fff;
}
.hollow-corner-item-08 .message-bubble .text-wrap .heading-text {
  display: none;
}
.hollow-corner-item-08.active .message-bubble .text-wrap .heading-text {
  display: block;
}
.hollow-corner-item-08.active .message-bubble .text-wrap .bubble-text {
  display: none;
}
.hollow-corner-item-08 .message-bubble .close-btn {
  color: #fff;
  font-size: 1.5rem;
  display: none;
}
.hollow-corner-item-08.active .message-bubble .close-btn {
  display: inline-flex;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  justify-content: center;
  align-items: center;
  /* border: 2px solid #fff; */
  border-radius: 50%;
  background: var(--defaultMainAccent);
}
.hollow-corner-item-08.active .message-bubble .close-btn img {
  width: 22px;
  height: 22px;
}
.hollow-corner-item-08 .message-bubble .form-wrap {
  overflow: hidden;
  max-height: 0;
  transition: all .3s ease;
}
.hollow-corner-item-08.active .message-bubble .form-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 1rem;
  max-height: 40rem;
}
.hollow-corner-item-08 .message-bubble .left-chat {
  padding: 1rem;
  background: whitesmoke;
  width: 70%;
  border-radius: 1rem 1rem 1rem 0;
  margin-bottom: 1rem;
  opacity: 0;
}
.hollow-corner-item-08.active .message-bubble .left-chat {
  opacity: 1;
  transition: opacity .2s ease .6s;
}
.hollow-corner-item-08 .message-bubble .left-chat span {
  color: #000;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 300;
}
.hollow-corner-item-08 .message-bubble .right-chat {
  opacity: 0;
  width: 85%;
  /* margin: 0 0 3rem auto; */
  margin: 0 0 1rem auto;
  padding: 1rem;
  /* background: var(--defaultMainAccent); */
  border-radius: 1rem 1rem 0 1rem;
  position: relative;
}
.hollow-corner-item-08 .form-wrap .wpcf7-spinner {
  right: 2rem;
  bottom: 50%;
  position: absolute;
  transform: translateY(50%);
}
.hollow-corner-item-08 .form-wrap .resetting .wpcf7-spinner {
  visibility: visible;
}
.hollow-corner-item-08 .form-wrap .sent .wpcf7-form-control-wrap,
.hollow-corner-item-08 .form-wrap .sent .submit-wrap {
  display: none;
}
.hollow-corner-item-08 .form-wrap div.wpcf7-response-wrap {
  border-radius: 1rem 1rem 0 1rem;
}
.hollow-corner-item-08 .form-wrap .sent div.wpcf7-response-wrap {
  position: relative;
  pointer-events: none!important;
}
.hollow-corner-item-08 .form-wrap .resetting div.wpcf7-response-wrap {
  visibility: hidden;
}
.hollow-corner-item-08 .form-wrap .invalid div.wpcf7-response-wrap {
  visibility: visible;
}
.hollow-corner-item-08 .form-wrap div.wpcf7-response-output {
  font-size: 1rem;
  line-height: 1.3;
  font-family: var(--spotlightFont);
}
.hollow-corner-item-08 .form-wrap .sent div.wpcf7-response-output {
  color: #000;
  font-size: .9rem;
  font-weight: 300;
  text-align: left;
  padding: 1rem;
}
.hollow-corner-item-08 .form-wrap div.wpcf7-response-wrap .button {
  border: none;
  background: rgba(0,0,0,.25);
  font-family: var(--spotlightFont);
  font-size: .9rem;
  border-radius: 4px;
}
.hollow-corner-item-08 .form-wrap .sent div.wpcf7-response-wrap {
  background: whitesmoke;
}
.hollow-corner-item-08 .form-wrap .sent div.wpcf7-response-wrap .button {
  display: none;
}
.hollow-corner-item-08 .form-wrap div.wpcf7-response-wrap .button:hover {
  background: rgba(0,0,0,.5);
}
.hollow-corner-item-08.active .message-bubble .right-chat {
  opacity: 1;
  transition: opacity .2s ease .8s;
}
.hollow-corner-item-08 .form-wrap input,
.hollow-corner-item-08 .form-wrap select,
.hollow-corner-item-08 .form-wrap textarea {
  font-family: var(--spotlightFont)!important;
  font-weight: 400!important;
  color: #000!important;
  border-radius: 10px!important;
  font-size: 16px!important;
  background: #fff;
  outline-color: var(--defaultMainAccent);
  border: 1px solid #CCC;
  padding: 0.7rem;
  max-width: 100%;
  transition: all .3s ease;
}
.hollow-corner-item-08 .form-wrap button {
  font-size: 16px!important;
  font-weight: 400!important;
  font-family: var(--spotlightFont)!important;
}
.hollow-corner-item-08 .form-wrap .resetting input,
.hollow-corner-item-08 .form-wrap .resetting select,
.hollow-corner-item-08 .form-wrap .resetting textarea {
  background: #ccc;
}
.hollow-corner-item-08 .form-wrap input:focus,
.hollow-corner-item-08 .form-wrap select:focus,
.hollow-corner-item-08 .form-wrap textarea:focus {
  border-color: var(--defaultMainAccent);
}
.hollow-corner-item-08 .form-wrap textarea {
  height: 4.5rem;
/* margin-bottom: 0px; */
}
.hollow-corner-item-08 .form-wrap .submit-wrap {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin: 0 0 0 auto;
}
.hollow-corner-item-08 .form-wrap .submit-wrap i {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--defaultMainColor);
  color: #fff;
  border-radius: 50%;
  transition: all .3s ease;
}
.hollow-corner-item-08 .form-wrap .submit-wrap:hover i {
  background: var(--defaultMainDark);
  color: #fff;
}

.hollow-corner-item-08 .form-wrap input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  border: none;
  cursor: pointer;
  background: transparent;
  border-radius: 50%;
  transition: all .3s ease;
}
.hollow-corner-item-08 .form-wrap input[type="submit"]:hover {
  /* background: var(--defaultMainDark); */
}
.hollow-corner-item-08 ::-webkit-input-placeholder {
  color: #000!important;
}
.hollow-corner-item-08 :-ms-input-placeholder {
  color: #000!important;
}
.hollow-corner-item-08 ::-ms-input-placeholder {
  color: #000!important;
}
.hollow-corner-item-08 ::placeholder {
  color: #000!important;
}
.hollow-corner-item-08 .message-bubble .notice {
  padding: 1rem 0rem;
  text-align: center;
  font-weight: 300;
  font-size: .8rem;
  color: #222;
  line-height: 1.2;
  opacity: 0;
}
.hollow-corner-item-08.active .message-bubble .notice {
  opacity: 1;
  transition: all 1s ease;
}
@media only screen and (max-width: 767px){
  .hollow-corner-item-08 .side-item {
    display: none;
  }
  .hollow-corner-item-08 .message-bubble {
    width: 23rem;
    padding: 1rem;
  }
  .hollow-corner-item-08.active .message-bubble {
    width: 90vw;
  }
  .hollow-corner-item-08 .message-bubble .img-wrap {
    width: 3rem;
    height: 3rem;
  }
  .hollow-corner-item-08 .message-bubble .text-wrap {
    width: 17rem;
  }
  .hollow-corner-item-08.active .message-bubble .text-wrap {
    width: 23.5rem;
    padding: 0.5rem 0 .5rem .5rem;
  }
  .hollow-corner-item-08 .message-bubble .text-wrap span {
    font-size: 1.3rem;
  }
  .hollow-corner-item-08.active .message-bubble .text-wrap span {
    font-size: 1.1rem;
  }
  .hollow-corner-item-08 .message-bubble .left-chat span {
    font-size: 1.1rem;
  }
  .hollow-corner-item-08 .corner-item-wrap {
    padding: .8rem 1.1rem;
  }
  .hollow-corner-item-08 .corner-item-wrap span {
    font-size: 1.3rem;
  }
  .hollow-corner-item-08 .message-bubble .close-bubble {
    width: 2rem;
    height: 2rem;
    left: -2.5rem;
  }
  .hollow-corner-item-08 .message-bubble .close-bubble i {
    opacity: 1;
    background: #fff;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .hollow-corner-item-08 .form-wrap input, 
  .hollow-corner-item-08 .form-wrap select, 
  .hollow-corner-item-08 .form-wrap textarea {
    font-size: 1.1rem;
  }
  .hollow-corner-item-08.active .message-bubble .close-btn {
    font-size: 1.1rem;
    width: 1.4rem;
    height: 1.4rem;
    min-width: 1.4rem;
    min-height: 1.4rem;
  }
  
  /* Fullscreen setting */
  
  .hollow-corner-item-08.active[data-fullscreen="true"] {
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble {
    min-width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    max-width: 100%;
    margin-bottom: 0;
    display: block;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .icon-wrap {
    bottom: -4rem;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble .form-wrap {
    max-height: unset;
    height: 90vh;
    padding: 3rem 1rem;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .heading-wrap {
    padding: 1.35rem 0.5rem;
    border-radius: 0;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble .close-btn {
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble .text-wrap .heading-text {
    font-size: 1.2rem;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble .left-chat {
    width: 65%;
    height: 7.5rem;
    padding: 1.5rem 1.5rem 2rem;
  }
  .hollow-corner-item-08 .form-wrap div.wpcf7-response-output {
    font-size: 1.2rem;
  }
  .hollow-corner-item-08 .form-wrap .sent div.wpcf7-response-output {
    font-size: 1.3rem;
    padding: 1.5rem 1.5rem 2rem;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble .right-chat {
    width: 80%;
    /* height: 75%; */
    margin-bottom: 100%;
  }
  .hollow-corner-item-08[data-fullscreen="true"] .form-wrap input,
  .hollow-corner-item-08[data-fullscreen="true"] .form-wrap select,
  .hollow-corner-item-08[data-fullscreen="true"] .form-wrap textarea {
    font-size: 1.2rem;
    padding: 1rem;
  }
  .hollow-corner-item-08[data-fullscreen="true"] .form-wrap textarea {
    height: 10rem;
  }
  .hollow-corner-item-08[data-fullscreen="true"] .message-bubble .left-chat span {
    font-size: 1.2rem;
  }
}