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

.required {
	margin-left: 0;
}
#footer .wpcf7-not-valid-tip {
	display: none;
}
#footer .wpcf7-submit {
	color: var(--fs-color-secondary);
}
#footer .wpcf7-submit:hover{
	color: #fff;
}
.single-trip #secondary {
	display: none;
}
#wp-travel-trip-wrapper>.row {
	justify-content: center;
}
#enquiry_submit_button {
	background-color: var(--fs-color-secondary);
}
.service-item .box {
	height: 100%;
	position: relative;
	padding-bottom: 54px !important;
}
.service-item .box-text {
	position: static;
}
.service-item .service-title a {
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}
.service-item .box-text .button {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto !important;
	width: fit-content;
}