﻿/*
 Theme Name:   Greater Boston Food Bank
 Theme URI:    http://www.russreid.com/rrcb_usm-umm
 Description:  Cobalt child theme.  Customizations specific to the site but not specific to Cobalt should be placed in here including stylesheets and custom code.
 Author:       Russ Reid
 Author URI:   http://www.russreid.com
 Template:     rrcb_cobalt_master
 Version:      1.0.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

label {
color: black;
}

section.content .accessfood-widget-container .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.donation-modal-open {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
  visibility: hidden;
}

/* On screens that are 768px or less */
@media screen and (max-width: 768px) {
  .js-donation-form {
    display: block;
    width: 100%;
    float: none!important;
  }
}
