#tpbr_calltoaction {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
#tpbr_calltoaction:hover {opacity:0.9;}

#tpbr_topbar {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  padding:0px !important;
}
span.tpbr_close {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
	background: #ddd;
	border-radius: 50%;
	cursor: pointer;
}
span.tpbr_close:after, span.tpbr_close:before {
    content: "";
    width: 2px;
    height: 17px;
    background: #fff;
    top: 6px;
    left: 14px;
    display: block;
    position: absolute;
    transform: rotate(-45deg);
}
span.tpbr_close:after {
	transform: rotate(45deg);
}

@media (max-width: 992px) {
div#tpbr_box {
    padding-right: 50px !important;
}
}
