/**
Theme Name: Home Hardware Nepveu
Author: Nivii
Author URI: https://www.nivii.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: home-hardware-nepveu
Template: astra
*/

form{
    /* background-color: #e3e3e3; */
}
fieldset {
    border: none;
    margin: 0 0;
    padding: 30px;
}
.newsletter-form .fields {
    width: 33%;

}
.clear.clearfix{
    clear: both;
    float: none;
}
.newsletter-form input {
    width: 98%;
    border: 0;
    font-size: 16px;
}
.newsletter-form input[type=submit] {
    width: 100%;
    max-width: 200px;
    font-size: 16px;
    box-shadow: none;
    padding: 16px;
}
.newsletter-form input[type=submit]:hover {
    background-color: #e73237;
}
.newsletter-form input[type=submit]:focus {
    color: #fff !important;
}


#cyberimpact_subscribe_form .control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}
#cyberimpact_subscribe_form .control input {
    position: absolute;
    z-index: -1;
    width: auto !important;
    opacity: 0;
}
#cyberimpact_subscribe_form .control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 0px solid #000;
    border-radius: 10px;
}
#cyberimpact_subscribe_form .control:hover input ~ .control_indicator, #cyberimpact_subscribe_form .control input:focus ~ .control_indicator {
    background: #fff;
}
#cyberimpact_subscribe_form .control input:disabled ~ .control_indicator {
    background: #fff;
    opacity: 0.6;
    pointer-events: none;
}
#cyberimpact_subscribe_form .control:hover input:not([disabled]):checked ~ .control_indicator.concours, #cyberimpact_subscribe_form .control input:disabled ~ .control_indicator.concours {
    background: #fff;
    opacity: 0.6;
    pointer-events: none;
}
#cyberimpact_subscribe_form .control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
#cyberimpact_subscribe_form .control input:checked ~ .control_indicator:after {
    display: block;
}
#cyberimpact_subscribe_form .control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid red;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#cyberimpact_subscribe_form .control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
#cyberimpact_subscribe_form .control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}
@keyframes s-ripple {
    0% {
        transform: scale(0);
   }
    20% {
        transform: scale(1);
   }
    100% {
        opacity: 0;
        transform: scale(1);
   }
}
@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
   }
    30% {
        transform: scale(1);
   }
    60% {
        transform: scale(1);
   }
    100% {
        opacity: 0;
        transform: scale(1);
   }
}
#cyberimpact_subscribe_form .control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
#cyberimpact_subscribe_form .control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}
.communication-type label input {
    width: auto;
}
.communication-type {
    margin: 15px 0;
}
.communication-type label {
    color: #fff;
}
.communication-type label input {
    width: auto;
}
.communication-type > div div {
    /* margin-right: 15px; */
}

@media only screen and (min-width: 981px) {
    .newsletter-form {
        display: flex;
        justify-content: space-between;
   }
    .newsletter-form .fields {
        float: left;
   }
    .communication-type > div {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        /* justify-content: center; */
        flex-direction: column;
        height: 100px;
   }
   .communication-type > div > div {
    flex-grow: 1;
    width: 33%;
}
}
@media only screen and (max-width: 980px) {
    body .newsletter-form {
        display: block;
   }
    body .newsletter-form .fields {
        width: 100%;
        text-align: center;
   }
    body .newsletter-form input {
        margin: 0 auto 30px;
   }
    body .col-2-group div:nth-child(2) {
        width: 100%;
   }
    body .col-2-group div {
        width: 100%;
        float: none;
        margin-right: 0;
   }
}
