| Server IP : 87.98.154.146 / Your IP : 216.73.216.165 Web Server : Apache System : Linux webm004.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : ohklomafyi ( 52085) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/ohklomafyi/www/wp-content/plugins/ocean-extra/sass/components/ |
Upload File : |
/**
* MailChimp Widget
*/
.oceanwp-newsletter-form-wrap {
position: relative;
.oceanwp-mail-text {
margin-bottom: 10px;
}
form {
position: relative;
max-width: 100%;
margin: 0 auto;
}
input[type="email"] {
height: 50px;
padding: 0 15px;
margin: 0;
}
button {
display: block;
position: absolute;
top: 50%;
right: 15px;
padding: 0 15px;
height: 60%;
border-radius: 3px;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
}
#mc-embedded-subscribe-form {
.email-wrap {
position: relative;
margin-bottom: 10px;
}
.gdpr-wrap {
label,
.err-msg{
display: block;
}
}
.err-msg,
.res-msg {
display: block;
padding: 3px 13px;
margin-bottom: 10px;
border: 1px solid transparent;
border-radius: 4px;
}
.err-msg,
.failed.res-msg {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.success.res-msg {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.success.res-msg,
.failed.res-msg {
margin: 6px 0 0;
}
}
/* Prevent conflict with woocommerce */
body.woocommerce .oceanwp-newsletter-form-wrap button {
padding-top: 0 !important;
padding-bottom: 0 !important;
}