/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
.mfn-queryloop-item-wrapper {
	justify-content: center;
}

input[type="time"] {
	color: #626262;
    background-color: rgba(255, 255, 255, 1);
    border-color: #EBEBEB;
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
    padding: 10px;
    outline: none;
    margin: 0;
    width: 230px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
	width: 100%;
}