div.sticky-note-wrapper {
  position: fixed;
  top: 44%;
  right: 0;
  z-index: 100;
}
input.wpcf7-form-control.wpcf7-submit.button {
    color: #FFF !Important;
    text-align: center;
    padding: 10px !important;
}
div.wpcf7 input, div.wpcf7 textarea {
    color: #afa9a9 !important;
}
.sticky-open {
  cursor: pointer;
}

div.sticky-note-wrapper#sticky-open {
  float: left;
  width: 100%;
}

#mobile-sticky-open {
  float: right;
  margin: 13px 14% 0 0;
  width: 53px;
  height: 43px;
  cursor: pointer;
}

/*div.sticky-note-content {
  position: absolute;
  top: 8px;
  right:-50px;
  width: 400px;
  min-height: 510px;

  padding-bottom: 20px;
  display: none;
}
*/
div.sticky-note-content {
    position: absolute;
    top: -84px;
    right: -50px;
    width: 400px;
    min-height: 510px;
    /* background: rgba(30,58,87,.9); */
    padding-bottom: 20px;
    display: none;
}

.close-btn {
  position: absolute;
  top: 20px;
  left: 78%;
  cursor: pointer;
  z-index:999;
  
}


.close-btn img{
	width:50%;
	float:left;
	height:auto;

}

div.sticky-note-copy {
    float: left;
    width: 100%;
    /* margin: 25px 0 0 -33px; */
    background: #181818;
    padding: 18px;
   
    overflow-x: hidden;
}

div.sticky-note-copy input {
    border: 1px solid #DDD;
    background: #FFF;
    height: 34px;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 5px;
}

div.sticky-note-copy textarea{
	 border: 1px solid #DDD;
    background: #FFF;
    height:60px;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 5px;
	}
	
	div.sticky-note-copy input.wpcf7-form-control.wpcf7-submit.button {
    color: #FFF !Important;
    text-align: center;
      padding: 8px 10px !important;
    background: #e52b2c !important;
}

div.sticky-note-copy p {
  font-size: 16px;
  color: #fff;
  padding: 5px 0 0;
}