.cu-single-post .cta-box {
  display: flex;
  justify-content: space-between;
  position: fixed;
  right: -750px;
  bottom: 50px;
  width: 35%;
  margin-bottom: 10px;
  padding: 25px;
  background: white;
  box-shadow: -3px 4px 4px 0px rgba(0, 1, 1, 0.1);
  border-radius: 5px 0px 0px 5px;
  z-index: 100;
  transition: all 2s;
}

@media only screen and (max-width: 1200px) {
  .cu-single-post .cta-box {
    width: 45%;
  }
}

@media only screen and (max-width: 800px) {
  .cu-single-post .cta-box {
    width: 70%;
  }
}

@media only screen and (max-width: 500px) {
  .cu-single-post .cta-box { display: none; }
}

.cu-single-post .cta-box .cta-content {
  width: 70%;
}

.cu-single-post .cta-box.display-cta {
  right: 0;
}

.cu-single-post .cta-box .cta-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  margin: 10px;
  background-color: lightgray;
  font-size: 12px;
  color: darkgray;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

.cu-single-post #newsroom-cta i:nth-child(2) {
  align-self: center;
  width: 30%;
  font-size: 6rem;
}

.cu-single-post #newsroom-cta i:nth-child(2).rotate {
  transform: rotate(-20deg);
}

.cu-single-post .cta-cu-logo {
  width: 120px;
  height: 120px;
  align-self: center;
  object-fit: contain;
}

.cu-single-post .cta-box .cta-actions {
  display: flex;
  flex-direction: column;
}

.cu-single-post .cta-box .cta-actions button {
  margin-bottom: 10px;
}

.cu-single-post .cta-box .cta-actions a {
  color: white;
}

.cu-single-post .cta-box .cta-actions a:hover {
  color: white;
}

.cu-single-post .cta-box .cta-actions button:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3), inset 0 0px 230px rgba(0, 0, 0, 0.1);
}
