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

.project-tabs .nav>li>a {
	padding: 0 40px;
	height: 65px;
}
.project-tabs .tab-panels {
	padding-top: 30px;
}
.post-item.project .post-title {
	padding-top: 15px;
	display: inline-block !important;
	width: 70%;
}

.post-item.project .box .box-text {
	padding-top: 0;
}
.post-item.project .button {
	font-size: 14px;
}
.project-list-wrapper {
	padding: 60px 0;
}
.archive .project-item {
	padding-bottom: 30px !important;
}
.archive .project-item .box-text {
	padding-top: 15px !important;
}

.related-projects .box-image img {
	aspect-ratio: 16/9;
	object-fit: cover;
}

.single-project .project-content .gallery-col .box-image img {
	aspect-ratio: 1/1;
	object-fit: cover;
}

@media (max-width: 480px) {
	.post-item.project .post-title {

		width: 100%;
	}
	.post-item.project .button {
		vertical-align: unset;
		width: 100%;
		float: unset;
	}
}