| Server IP : 144.76.79.100 / Your IP : 216.73.216.103 [ Web Server : Apache System : Linux ch05.wehostwebserver.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64 User : razzlestore ( 1092) PHP Version : 8.2.29 Disable Function : NONE Domains : 343 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/yousafimpex/public_html/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;
}