.hidden, .cf7-form-popup {
	display:none;
}
body { 
    position: relative;
}
.cf7-button-popup {
	display: inline-block;
	text-decoration: none !important;
	background: red;
	border-radius: 3px;
	color: #fff;
	padding: 5px 15px;
	background-repeat: no-repeat;
}
.cf7-button-popup.cf7-button-popup-icon-left {
	padding-left: 50px;
	background-position: 15px center;
}
.cf7-button-popup.cf7-button-popup-icon-right {
	padding-right: 50px;
	background-position: right 15px center;
}
.cf7-button-popup-icon-email {
	background-image: url(../images/email.png);
}
.cf7-button-popup-icon-comment {
	background-image: url(../images/comment.png);
}
.cf7-button-popup-icon-headphones {
	background-image: url(../images/headphones.png);
}
.cf7-button-popup-icon-phone {
	background-image: url(../images/phone.png);
}
#overlay-cf7-popup {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	background-color: rgba(0, 0, 0, 0.5);
	height:100%;
	z-index: 9999;
    bottom: 0px;
    right: 0px;
}
.cf7-pop-up {
	position: absolute;
    margin: 2% auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999999;
    max-width: 100%;
    
    background-color: whitesmoke;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}
 .cf7-pop-up .cf7-header {
 	 text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    background-color: #07a5e7;
    font-size: 20px;
 }
 .cf7-content {
 	padding:15px 15px;
 }
 .cf7-close-button {
    transition: all 0.5s ease;
    position: absolute;
    background-color: #07a5e7;
    padding: 1.5px 7px;
    right: 0;
    margin-right: 5px;
    margin-top: 2px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: white;
    -webkit-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
    box-shadow: -3px 1px 6px 0px rgba(0,0,0,0.1);
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 9999px;
    display: block;
    width: 30px;
    height: 30px;
}
 .cf7-close-button:hover {
 	opacity: 0.8;
 }
