/**
 * Theme Name: Little Birdies Child
 * Template:   little-birdies
 */

@font-face {
    font-family: 'fontello';
    src: url('/wp-content/themes/little-birdies-child/css/fontello/fontello.woff') format('woff');
}

@font-face {
    font-family: 'trx_addons_icons';
    src: url('/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.woff') format('woff');
}

input[type="date"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	/* Addresses box sizing set to content-box in IE8/9 */
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	    -ms-border-radius: 20px;
			border-radius: 20px;
    border: 0;
    border-top: 4px solid;
    border-bottom: 6px solid;
    height: 3.167rem;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

input[type="date"] {
	-webkit-appearance: none;
	outline: none;
	resize: none;
	padding: 0.7em 1.4em;
}

input[type="date"]:focus {
	outline: none;
}

.scheme_default input[type="date"] {
	color: #9f9f9f;
    border-color: #f0efec;
    background-color: #f0efec;
}

input[type="date"] {
	font-size: 1em;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: none; 
}