/* Enter Your Custom CSS Here */

@media only screen and (min-width: 850px) {

form#chimpy_popup_1 {
    background: url(/wp-content/uploads/2016/07/tlcpop.png) no-repeat white;
    padding-left: 450px;
    height: 400px;
    width: 400px;
    background-position: left bottom;
    margin-left: -400px !important;
}

.sky-form fieldset {
    background: white;
    width: 400px;
    margin-left: -2px;
}

i#chimpy_popup_close {
    border: 0;
    padding: 0 !important;
    right: -435px;
}

.sky-form header, .sky-form footer, div.chimpy_status_underlay, .sky-form .description:first-child {
    background: white;
    border: 0;
    color: #112e44;
    font-weight: bold;
    width: 400px;
}
  
div.chimpy_status_underlay {
    padding: 0;
    padding-right: 40px;    
    height: 135px;
}

.sky-form-red footer button.button {
    background-color: #d32b27;
    border-radius: 4px;
    opacity: 1;
}

.sky-form footer button.button:hover {
    opacity: 0.9;
}

.sky-form .description:first-child {
    font-size: 14px;
}

.sky-form .description {
    font-size: 11px;
}
  
.sky-form footer {
    height: 178px;
}

}