/*
 *  Theme Name:   Pantry279 Theme
 *  Theme URI:    http://pantry279.org
 *  Description:  Child of the Generate Press theme for use in 
 *                Pantry279 site
 *  Author:       James Dudley
 *  Author URI:   http://pantry279.org
 *  Template:     generatepress
 *  Version:      1.0.6
 *  License:      GNU General Public License v2 or later
 *  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 *  Tags:         
 *  Text Domain:  generatepress-child
 */

/*
 * General style tweeks
 *
 */

:root {
/*
  --background-color : #850fb4;
  --background-color : #5145b4;
  --background-color : #605069;
 */
  --background-color : #c8e3ff;
}
.charitable-donation-form .recurring-donation .recurring-donation-option.selected > label {
  /* color : #61EE02 !important; */
  color : green !important;
}
.charitable-donation-form .recurring-donation .recurring-donation-option:not(.selected) > label {
  color : rgba( 88, 88, 88, 0.5 ) !important;
}
/*
 header outside of logo image
*/
.site-header {
  background-color : var(--background-color);
}

/*
  Copyright bar
*/
.site-footer .site-info {
  background-color : var(--background-color);
}

/*
 * Charitable Campaigns Widget
 */
div.charitable-donation-options {
  margin-bottom     : 1em !important;
}

.charitable-submit-field .button {
  margin-left       : auto;
  margin-right      : auto;
  display           : block;
  border-radius     : 5px;
  background-color  : var(--background-color);
}

/*
  widget titles
*/
.widget-title {
    padding: 0 0 .5em 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #555;
    color: #555;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

/*
  Background for Thanksgiving day pages
*/
.page-id-181 #main,
.page-id-190 #main,
.page-id-191 #main,
.page-id-211 #main,
.page-id-213 #main,
.page-id-846 #main,
.page-id-222 #main {
  /* background-color   : red; */
  background: url(/wp-content/uploads/2017/08/thanksgiving_autumn_wreath-background.png);
  background-position : top center;
  repeat              : repeat-y;
  background-width    : 1080px;
}

/*--------------------------------------------------------------
   21.0 Gravity Forms
  
   Local changes to the gravity form styles
---------------------------------------------------------------*/


/*
 *  make the input areas stand out a little more 
 *   
 */


/*
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
*/

/*
body  .gform_wrapper
      .gform_body
      .gform_fields
      .gfield input[type]:not([type=file]) {
        box-shadow : 0 2px 1px 0px rgba( 0, 0, 0, 1 ) inset;
}
*/

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  border-color : #555555;
}

li.greyed input[type]:not([type=file]) {
  background-color   :   rgba( 128, 128, 128, 1 );
}

input[type=submit].gform_button {
  background-color  : var(--background-color);
  border-radius     : 5px;
  color             : maroon;
  font-weight       : bold;
}


/*
 * These are the input list items that are lined up on the right and side
 */
#field_11_23,
#field_11_24,
#field_11_25,
#field_11_26,
#field_11_27,
#field_11_52,
#field_11_28,
#field_11_29,
#field_11_30,
#field_11_31,
#field_11_32,
#field_11_33,
#field_11_34,
#field_11_35,
#field_11_36,
#field_11_54,
.food_donation_input {
  float         : left;
  clear         : left;
  width         : 70%;
  margin-left   : -1px !important;
  margin-right  : -1px !important;
  display       : inline;
  height        : 4rem;
}

/*
 *  These are the progress bars lined up on the left hand side
 *
 */
#field_11_51,
#field_11_38,
#field_11_39,
#field_11_40,
#field_11_41,
#field_11_53,
#field_11_43,
#field_11_42,
#field_11_44,
#field_11_45,
#field_11_46,
#field_11_47,
#field_11_48,
#field_11_49,
#field_11_50,
#field_11_55,
#field_11_57,
#field_11_59,
#field_11_61,
#field_11_63,
#field_11_65,
#field_11_67,
.food_donation_progress_bar {
  float         : right;
  clear         : right;
  margin-left   : -1px !important;
  margin-right  : -1px !important;
  width         : 30%;
  display       : inline;
  height        : 4rem;
  margin-top    : 0;
}
                            
#field_13_7 > div > div,
#field_13_8 > div > div {

  display       : none;

}


.page-id-623 #main,
.page-id-626 #main,
.page-id-628 #main {
  /* background-color   : red; */
  background: url( /wp-content/uploads/2019/12/christmas-santa-vintage-background.png );
  background-position : top center;
  repeat              : repeat-y;
  background-width    : 1080px;
}

/*
  top bar menu text color
*/
li.menu-item a {
  color : black !important;
}
top-menu .sub-menu li a {
  color : black !important;
}

/*
 * charitable buttons
 *
 */
.charitable-button {
  color           : black;
}

/*
 * because gutenberg sucks
 *
 */
#receive_meal_button a {
  color             : black;
  background-color  : #c8e3ff;
}


/*
 *
 * For better accessibility
 *
 */
a {
  text-decoration   : underline;
}

