/*
	Theme Name: Semplice Child Theme
	Description: Child Theme for Semplice
	Author: Your name
	Template: semplice
*/

/* Custom CSS Start */



#hl-contact-form, #hl_result{
  background-color: #faf8e3;
  padding: 40px 0;
  max-width: 1000px;
  margin:0 auto;
	display:none;
}
#calc{
	margin-bottom: 50px;
}
#hl-contact-form *{
	font-weight:600;
	font-size:18px;
}
#hl-contact-form form{
	padding: 25px 35px;
}
    
#hl-contact-for label>span{
	color:#fe0000;
}
#hl-contact-form .hl_result{
	display: none;
}

#hl-contact-form .form-control{
	border:2px solid #989897;
	background-color: #ffffff;
	line-height: 40px;
	padding: 0 20px;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
}
.hl_form-left,.hl_form-right{
	width:50%;
	padding:0 15px;
	float:left;
}
#hl-contact-form .hl_calculator button.hl_btn{
	float: right;
}
.hl_btn{
	margin-top: 15px;
	background-color: #ffd300;
	font-size: 25px;
	line-height: 35px;
	border:none;
	padding: 6px 25px;
	color:#fff;
	border-radius:0;
	    transition: all .2s ease;
}
#calc button.hl_btn{
	transition: all .2s ease;
}
.hl_btn:active, .hl_btn:focus{
	outline: none;
}
.hl_btn:hover,#calc button.hl_btn:hover{
	background: #000;
    text-decoration: none;
    color: #ffd500;
    cursor: pointer;
}
#hl-contact-form .hl_button-wrapper{
	text-align:right;
}
#hl-contact-form .wpcf7-form-control-wrap{
	display:block;
}
#hl-contact-form .wpcf7-not-valid-tip{
	    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0px;
    font-size: 16px;
    opacity: 0.7;
}
#hl-contact-form .wpcf7-validation-errors{
	margin-top:0;
}

#hl_result .hl_form-left{
	width:60%;
}
#hl_result .hl_form-right{
	width:40%;
}
#hl_result table{
	width:100%;
	font-weight:700;
}
#hl_result .hl_form-right h2{
	margin-top: 15px;
    background-color: #ffd300;
    font-size: 25px;
    line-height: 35px;
    border: none;
    padding: 6px 25px;
    color: #fff;
    border-radius: 0;
}

.projects-holder{
	display: flex;
	flex-direction: row;
	justify-content: left;
	flex-wrap: wrap;
}
.project-item{
	width: calc(33% - 20px);
	margin: 0 10px 20px;
	display: block;
	background: #ffd300;
	transition: 0.3s;
	overflow: hidden;
}
.project-item:hover{
	transition: 0.3s;
}
.project-item:hover img{
	transition: 0.3s;
	transform: scale(1.05);
}
.project-item-img{
	overflow: hidden;
	line-height: 0;
}
.project-item img{
	width: 100%;
	height: auto;
	transition: 0.3s;
}
.project-item-title{
	padding: 8px 20px 10px;
	color: #000;
}
.tags-filter-holder{
	padding: 20px 10px;
}
.tags-filter{
	border: 4px solid #ffd300;
	padding: 2px 10px;
	color: #000;
	display: inline-block;
	margin: 0 10px 10px 0;
	transition: 0.3s;
}
.tags-filter:hover,
.tags-filter.active{
	background: #ffd300;
	transition: 0.3s;
}
@media (max-width:979px){
	#calc .hl_calculator .calc-form-left label{
		line-height: 20px;
    font-size: 14px;
	}
	.project-item {
	    width: calc(50% - 20px);
	}
	.projects-holder{
		flex-wrap: wrap;
	}
}
@media (max-width:767px){
	#calc .hl_calculator .calc-form-left, #calc .hl_calculator .calc-form-right, .hl_form-left, .hl_form-right{
		width:100%;
	}
}		
@media (max-width:576px){
	.project-item {
	    width: 100%;
	}
}

/* Custom CSS End */