/* 
 Theme Name:   Food Catering
 Theme URI:    
 Description:  A Child Theme From Astra
 Author:       mike@wpxhouston.com
 Author URI:   http://indiancateringhtx.com
 Template:     astra
 Version:      10.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

html body .rpress_fooditem_inner {
    display: block;
    clear: both;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #db9423;;
    -webkit-box-shadow: 1px 1px 1px 1px #db9423;
    /*border: 1px solid #db9423 !important;*/
    padding: 10px;
    margin: 0 0 0 0;
    width: 100%;
    position: relative;
}

a.rpress-add-to-cart .rpress-add-to-cart-label {
    display: none;
}

.rpress_fooditem.rpress-list .add-icon {    
    vertical-align: middle;
}

.rpress_fooditem.rpress-list .rpress_purchase_submit_wrapper a.rpress-add-to-cart.button {
    background: #ffffff;
    color: #1C1C1C;
    border-radius: 50%;
    
    border: 1px solid #db9423;
    padding: 5px 10px;
    width: auto;
    height: auto;
}

.rpress-section .rpress-sidebar-cart-wrap {
    box-shadow: 1px 0px 12px 1px #db9423;
    -moz-box-shadow:1px 0px 12px 1px #db9423;
    -webkit-box-shadow: 1px 0px 12px 1px #db9423;
}

ul.rpress-category-lists .rpress-category-item {
    box-shadow: 1px 0px 12px 1px #db9423;
    -moz-box-shadow:1px 0px 12px 1px #db9423;
    -webkit-box-shadow: 0px 1px 0px 0px #db9423;
}

.food-title {
    color: #3e90d6 !important;
}

h5.rpress-cat.rpress-different-cat {
    color: darkslategrey !important;
}

.rpress-categories-menu ul li a.active, .rpress-price-holder span.price {
    color: darkslategrey !important;
    background-color: antiquewhite;
    border-radius: 5px;
    padding: 5px;
}

