/*!
Theme Name: Ritas Catering
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ritas-catering
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ritas Catering is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.img-fluid {
    max-width: 100%;
}

footer a#footer-logo img {
    width: 100%;
}

.gform_wrapper.gravity-theme .gform_footer input.gform_button {
    color: #fff !important;
    background: #700D30 !important;
}
.gform_wrapper.gravity-theme .gform_footer input.gform_button:hover {
    color: #700D30 !important;
    background: #fff !important;
}

.service-page-form .gform_wrapper.gravity-theme .gform_footer input.gform_button {
    background: #fff !important;
    color: #700D30 !important;
}

.services-page-icon {
    max-width: 251px;
}

/**
 * submenu items override * 
 */
 #main-menu .sub-menu {
    display: none;
    position: absolute;
    background-color: #100f0f;
    min-width: 320px;
    top: 100px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 1.6rem;
    z-index: 1;
}
#main-menu .sub-menu a {
    color: #fff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem !important;
    text-align: left !important;
    position: relative;
    padding: 0rem 0rem 0.85rem 0rem !important;
    margin: 0px !important;
    margin-bottom: 1rem !important;
}

#main-menu .sub-menu a .arrow {
    background-image: url(img/misc-icons/right-arrow-angle.png);
    padding: 0px !important;
    width: 20px;
}

#main-menu .menu-item-has-children:hover .sub-menu {
    display: block;
}

/* ***** woocommerce **** */
.cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
}

body.woocommerce-checkout #wrapper .container .row form.checkout .col-1,
body.woocommerce-checkout #wrapper .container .row form.checkout .col-2 {
    width: 50%;
}

.order-cart a.added_to_cart.wc-forward {
    display: none;
}

.woocommerce .quantity .qty {
    width: 80px;
}