/*
 Theme Name:   Konstrakt Child
 Theme URI:    http://konstrakt.bold-themes.com
 Description:  Konstrakt child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     konstrakt
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  konstrakt-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.woocommerce-page .bt-content :not(.widget_product_search) button[type="submit"]{
	line-height:1 !important;
	color: #FFFFFF !important;
}

.btPageHeadlineLightDark .btPageHeadline{
	min-height: 500px
}

#inch-calculator-icwf{
    display: none !important;
}
.wbd_cubicyardCalc{
	padding:50px 0 20px 0;
}
.wbd_cubicyardCalc_inner{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.wbd_calc_wrap{
	display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 7px;
}
.wbd_calc_wrap input[type="number"]{
	width: 100px;
    display: inline-block;
	padding:10px
}
.wbd_calculatorResult{
	margin-top:20px;
	opacity:0
}
.wbd_calculatorResult.active{
	opacity:1
}
.wbd_calculateBtn{
	background : #225eab;
	padding:15px 30px;
	height:50px;
	border: 2px solid #1e73be;
	outline:0;
	box-shadow:none;
	color:#FFF;
	display:inline-block;
	margin-top:20px;
	transform: translateY(0px);
	transition:0.3s transform;
	line-height:16px;
	font-size: 16px;
    font-family: "Manrope",Arial,Helvetica,sans-serif;
    font-weight: 800;
}
.wbd_calculateBtn:hover{
	transform: translateY(-5px);
	
}
.wbd_calculateBtn:focus,
.wbd_calculateBtn:active,
.wbd_calculateBtn:hover{
	border: 2px solid #1e73be;
	outline:0;
	box-shadow:0 5px 20px rgba(0,0,0,.2);
	color:#FFF;
}
@media screen and (max-width:768px){
	.wbd_cubicyardCalc_inner{
		flex-direction:column
	}
}