/**
* Theme Name: Normann Child
* Description: This is a child theme of Normann, generated by Merlin WP.
* Author: <a href="https://leebrosus.com/">Duy Nguyen</a>
* Template: bystone
* Version: 1.0.0
*/


i.normann-icon-plus-square:before {
	content: "";
}

#mobile-cal {
	display: none;
}

@media (max-width: 880px) {
	#mobile-cal {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		/* display: none; <- Crashes Chrome on hover */
		-webkit-appearance: none;
		margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
	}
	
	input[type=number] {
		-moz-appearance:textfield; /* Firefox */
	}

	input#length_needed {
		text-align: center;
	}
}