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

.mbws_project .portfolio-element-wrapper {
	margin-top: 0;
}
.project-tabs-wrapper {
	display: flex;
}
.project-tabs-wrapper h4 {
	text-align: left !important;
	max-width: 50%;
	height: 40px;
	margin-bottom: 0;
	font-size: 40px;
	text-transform: none;
	position: relative;
	line-height: 1.5;
}
.project-tabs-wrapper h4::before {
	content: "";
    height: 5px;
    width: 50px;
    display: block;
    background: linear-gradient(93deg, #fbb034 0%, #fedb03 100%, #fedb03 100%);
}
.project-tabs-wrapper .nav {
	max-width: 50%;
	padding: 10px 0;
}
.project-tabs-wrapper .tab-panels {
	width: 100%;
	padding-top: 30px;
}
.project-tabs-wrapper .nav>li {
	margin: 0 30px;
}

.wpcf7-submit {
	color: white;
	padding: 5px 30px;
	border-radius: 30px;
	width: 100px;
	text-align: center;
}

@media (max-width: 480px) {
	.project-tabs-wrapper {
		flex-wrap: wrap;
	}
	.project-tabs-wrapper h4 {
		font-size: 24px;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.project-tabs-wrapper h4::before {
		margin-bottom: 10px;
	}
	.project-tabs-wrapper .nav {
		max-width: 100%;
		justify-content: flex-start;
	}
	.project-tabs-wrapper .nav li {
		margin: 0;
	}
	.project-tabs-wrapper .tab-panels {
		padding-top: 15px;
	}
}