a.pop-up-click {
	cursor: pointer;
}
.pop-up-form-wrapper .gform_wrapper .gform_validation_container {
	display: none;
}
.pop-up-form-wrapper .gform_submission_error {
	font-size: 16px;
	margin-bottom: 15px;
}
.pop-up-form-wrapper {
        display: none;
}
.pop-up-form {
        background:#FFD202;
        box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
        padding:25px;
        top: 5%;
        margin:auto;
        position:fixed;
        left:0px;
        right:0px;
        width: auto;
        max-width:480px;
        z-index: 999;
}
#pop-up-form-header {
        display: block;
        font-weight: bold;
        margin-bottom:20px;
}
.pop-up-form .textarea.medium {
        height: 50px;
}
.pop-up-form .medium {
        border: 1px solid #C7C5AD;
        border-radius: 5px;
        padding: 5px 0px 5px 5px;
        width: 98%;
        margin-bottom: 10px;
}
.pop-up-form .gform_button {
        background: #898673;
        border: 2px solid #898673;
        border-radius: 12px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font: 600 normal 1em "UbuntuLight", Arial, Helvetica, sans-serif;
        margin: 10px auto 0px;
        padding: 10px 20px;
        transition: all .2s linear;
}
.pop-up-form .gform_button:hover {
        background: #3A3932;
        border: 2px solid #3A3932;
}
.pop-up-form-close {
        background:#ffe05b;
        border:2px solid #e7c530;
        border-radius:50%;
        color:#e7c530;
        cursor:pointer;
        display:inline-block;
        font: 600 normal 1.25em/.65em "UbuntuLight", Arial, Helvetica, sans-serif;
        height:18px;
        position:absolute;
        right:5px;
        text-align: center;
        top:5px;
        width:18px;
}
