.lcw-lg-form label {
display: block;
    color: rgb(17, 35, 55);
    font-weight: 500;
    font-size: 14px;
}


.lcw-lg-form input, .lcw-lg-form select
{
    border: 1px solid rgb(104, 110, 119);
        color: #000;
        width:100%;
    border-radius:5px;
}

.form-check-input{
    width:auto!important;
}

.lcw-lg-form .btn-primary
{
    width: 100%;
    border-radius: 0px;
    background-color: #fff;
    color: #303434;
    padding: 1em;
    font-weight: 500;
    border: 1px solid #b19e87;
}

#lcwRequestNewsLetterForm {
    display:flex;
    flex-wrap:wrap;
}

#EmailInput, #CountryInput {
    width:100%;
}


#RequestNewsLetterModelRecaptchaContainer{
    margin:15px 0;
}

#LastNameInput, #FirstNameInput {
    
    width:48%;
}


#FirstNameInput{
    margin-right:4%;}
    
    .widget.category_posts .wttitle p a{
        color: #303434 !important;
        font-family: Playfair Display, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px !important;
    }
    
    .widget.category_posts .wttitle p {
        line-height:18px;
        margin:0px;
    }
    
    p.subscribe-title-form {
        font-weight: 500;
        color:#303434;
    letter-spacing: 0px;
    font-family: Playfair Display, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    margin-top: 0px;
    font-size: 24px !important;
    }