/*
 Theme Name:   Logico Child
 Description:  Logico Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/logico
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     logico
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  logico-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

.wpforms-container .wpforms-field input[type=checkbox].wpforms-error {
	border: 1px solid #EF644C!important;
}

.wpforms-submit-container:not(:first-child) {
    padding-top: 20px;
}

.forms-acceptance input[type="checkbox"] {
	margin-right: 6px!important;
	top: 1px!important;
}

.forms-acceptance .wpforms-field-label-inline {
	font-weight: 300!important;
	font-size: 13px!important;
}



.w-40 {
	width: 40% !important;
}
.w-50 {
	width: 50% !important;
}
.w-60 {
	width: 60% !important;
}

@media (max-width: 767px) {
    .eael-data-table .td-content {
        text-align: center;
    }
}