| Server IP : 68.183.124.220 / Your IP : 216.73.216.141 Web Server : Apache/2.4.18 (Ubuntu) System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : gavin ( 1000) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/wp-content/plugins/astra/assets/css/unminified/compatibility/ |
Upload File : |
/**
* Astra Theme compatibility with Contact Form 7
*/
.wpcf7 {
/* Button */
/* Validation Fix */
}
.wpcf7 form {
position: relative;
}
.wpcf7 form > p,
.wpcf7 form > div {
margin-bottom: 1.2em;
}
.wpcf7 .wpcf7-form-control-wrap {
width: 100%;
display: block;
}
.wpcf7 input:not([type="submit"]):focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
background: #fff;
border-color: #eaeaea;
outline: 0;
box-shadow: none;
}
.wpcf7 input:not([type="submit"]), .wpcf7 textarea, .wpcf7 select {
width: 100%;
padding: 0.75em;
}
.wpcf7 input[type="file"] {
color: #666;
height: auto;
border-width: 1px;
border-style: solid;
border-color: #eaeaea;
border-radius: 2px;
background: #fafafa;
box-shadow: none;
box-sizing: border-box;
transition: all 0.2s linear;
}
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
display: inline-block;
background: #E9EEF2;
color: #555;
clear: none;
cursor: pointer;
line-height: 0;
height: 1.2em;
margin: -3px 0 0 4px;
outline: 0;
padding: 0;
border-radius: 0.2em;
text-align: center;
vertical-align: middle;
width: 1.4em;
min-width: 1.4em;
transition: all 0.2s linear;
}
.wpcf7 .wpcf7-validation-errors {
border-color: #f00;
}