/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 16 2021 | 07:41:13 */
/* GLOBAL */ 

.comment-form-url,.cacher{
  DISPLAY:NONE;
}

.wpforms-field-divider {
    background-color: #013164!important;
    margin-bottom: 10px!important;
    color: white!important;
    padding : 10px!important;
    font-size: 17px;
    /* font-weight: 300; */
    text-transform: uppercase;
  margin-top:20px!important;
}

div.wpforms-container-full .wpforms-form .wpforms-one-third {
    width: 32.666667%;
    margin-bottom: 20px;
    background-color: aliceblue;
    padding: 20px;
    margin: 0;
    margin-bottom: 27px;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 5px;
}

/* TABLE */
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}