/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/

.post-item.trip .post-title a {
	 overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
		min-height: 78px;
}
.wpcf7 .mbws-booking-form label {
	white-space: nowrap;
	line-height: 46px;
	padding: 5px 15px;
}

 .wpcf7 .mbws-booking-form label select option {
	color: #111;
}
.wpte-material-ui-input-control fieldset {
	padding: 0 !important;
}
.wpte-checkout__input {
margin-bottom: 0 !important;
}
.wpte-material-ui-input-control fieldset legend {
	display:none;
}
.wpte-checkout__form-control label {
z-index: 2;	
}