/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.price-table-row
{
	
}
	
#length_needed, #width_needed
{
display: inline-block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
float: none;
z-index: auto;
width: 100%;
height: auto;
position: static;
cursor: default;
opacity: 1;
margin: 0;
padding: 10px 20px;
overflow: visible;
border: 1px solid #b7b7b7;
-webkit-border-radius: 3px;
border-radius: 3px;
font: normal 22px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: rgba(35,35,35,1);
-o-text-overflow: clip;
text-overflow: clip;
background: rgba(249,249,249,1);
-webkit-box-shadow: 2px 2px 2px 0 rgba(145,143,143,0.2) inset;
box-shadow: 2px 2px 2px 0 rgba(145,143,143,0.2) inset;
text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-webkit-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
}  


#price_calculator
{
	 all: none;
	text-align:left;
	 clear: both;
	width:300px;
}  




.length-input > td > label, .width-input > td > label
{
	font-size:1.5em;
  float: left;
}  


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

