/*   
	Theme Name:        Junk Rescue Theme
	Theme URI:         https://hitusupdesigns.com
	Description:       A custom, light weight theme for Junk Rescue.
	Author:            HitUsUpDesigns
	Author URI:        https://hitusupdesigns.com
	Version:           1.0
	Stable tag:        1.0
	Requires at least: 4.9
	Tested up to:      4.9
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       elementor-hello-theme
*/

html, body {
	margin: 0;
	padding: 0;
}
.bookly-form {
    font-size: 18px !important;
    font-family: "PT Sans Narrow", Sans-serif !important;
}

#dumpster-quote input{
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 12px 17px;
    gborder-ra: s;
    border-radius: 5px;
}