/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/********* MODULO NEWSLETTER ************/
.newsl_block .icon-box-content .icon-box-heading {
    color:#283583;
    font-weight: 800;
}

.newsl_block .icon-box-content p {
    color:#283583;
    font-weight:500;
    line-height:normal;
    margin:0;
}
.newsl_block .btn-color-xsdn {
    color: #ffffff !important;
    background-color: #283583 !important;
    border-color: #283583 !important;
}

.newsl_block i.fa.fa-envelope3 {
    font-size:35px
}

.newsl_block .icon-box {
    display: flex;
    align-items: center;
    gap: 18px;
}

.newsl_block .icon-box-icon.fa-container {
    width: auto;
}

.newsl_block .icon-box-content {
    padding: 0 !important;
}

.row_newsletter p {
    margin: 0;
    display:flex;
}

.row_newsletter input.wpcf7-email {
    margin: 0;
    box-shadow: none;
    border-radius: 5px 0 0 5px;
    border:0px;
    height:38px;
    min-width: 250px !important;
    width: 100% !important;
    max-width: 350px;
}
.row_newsletter .wpcf7-submit {
    border-radius: 0 5px 5px 0;
    border:0px;
    height:38px;
    background-color: #283583 !important;
    color:#fff;
    letter-spacing:normal;
    max-width: 107px;
}
.row_newsletter .wpcf7-submit:hover{
    background-color: #4053c0 !important;
    max-width: 101px;
}
.row_newsletter span.wpcf7-not-valid-tip {
    color: red !important;
    font-weight: 700;
}
.wpcf7-response-output {
    font-weight: 400;
    color: #000;
    margin: 0 !important;
}