/*
 Theme Name:   Re-Bound 2024
 Theme URI:    https://re-bound.co.uk/
 Description:  Re-Bound 2024 website
 Author:       WWD
 Author URI: https://re-bound.co.uk/
 Template:     reboundcore
 Version: 1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  rebound
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.calculator-container{
    background-color:#F0F6FA;
	padding: 20px;
	margin-top: 20px;
    margin-bottom: 20px;
}

#qty_result{
    color:#fff;
    padding:1px 15px;
    margin-top:20px;
	display: none;
}

 #qty_calc_div{
	display: block;
}

 #qty_calc{
	margin-top: 10px;
}

/* 
.calculator-container{
    margin-bottom:40px;
    padding:0;
    float:left
}
 
 .calculator-box{
    float:left;
    height:60px;
    background-color:#EDEDED;
    color:#575756;
    font-size:1em;
    line-height:120%;
    font-weight:200;
    padding:12px 10px 10px 12px
}
 .calculator-icon{
    padding:0;
    background-color:#EDEDED
}
 .calculator-icon p{
    width:60px;
    height:60px;
    background-color:#00953A;
    background-image:url(../images/calculator.png);
    float:right;
    color:#FFF;
    margin-bottom:0
}
 .calculator-container a:hover p{
    background-color:#008FBE;
    -webkit-transition:color .2s ease-out,background .3s ease-in;
    transition:color .2s ease-out,background .3s ease-in
}
 .calculator-icon a p{
    display:block
}
 #qty_calc_div{
    height:auto;
    background:#ededed;
    padding:12px 10px 10px 12px;
	display: none;
}
 #qty_calc_div label{
    width:100px
}
 #qty_calc_div p{
    margin:10px 0;
    font-size:1em
}
 #qty_result{
    background:#008fbe;
    color:#fff;
    padding:1px 15px;
    margin-top:10px
}
 */