/*
Theme Name: Falls Creek
Theme URI: http://www.bgco.org/
Version: 1.0
Description: A divi child theme.
Author: Grant Bivens
Author URI: http://www.bgco.org/
Template: Divi
*/


/* Header */


/* Content */
/* Food Services Questionannire Form  */
.gform_wrapper .description_above .gfield_description,
.gform_wrapper .top_label .gsection_description {
	line-height: 2em;
}
#field_9_11 div {
	font-size: 0.7em !important;
}
#field_9_11 td ul.bulleted {
	padding: 0;
}
#field_9_11 td ul.bulleted li {
	list-style: inherit !important;
}

.gform_wrapper form li .gsection_description li {
	list-style: disc !important;
	margin-left: 30px !important;
}

.gpnf-dialog {
	z-index: 999999;
	width: 100% !important;
    left: auto !important;
}

.gpnf-dialog .ui-dialog-titlebar {
	background: #5b6677 !important;
}

.gpnf-dialog #gform_submit_button_8 {
	color: #0071ce;
	border-color: #0071ce;
}

body .gform_wrapper .gform_footer input.button {
	color: #0071ce !important;
	border-color: #0071ce !important;	
}

body .gform_wrapper .gform_footer input.button:hover {
	background-color: #0071ce;
	color: #ffffff !important;
	border-color: #0071ce;	
}

/* Donation Form */
body .gform_wrapper .gform_page_footer input.button {
	color: #0071ce;
	border-color: #0071ce;
}

body .gform_wrapper .gform_page_footer input.button:hover {
	color: #5b6677;
	border-color: #5b6677;
}

@media only screen and (min-width: 641px) {
	.gform_wrapper #gform_fields_9 li.gfield.gf_list_3col ul.gfield_checkbox li label {
		text-overflow: initial;
		overflow: visible;
	}
}

/* Footer */
#footer-bottom .et-social-icons {
  display: block;
  text-align: center;
  float: none;
  margin: 20px;
}

.footer-info {
	
}

.footer-infoLogos {
	text-align: center;
	margin: 20px 0;
}

.footer-infoLogos a {
	margin: 0 20px;
}

#footer-bottom img {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	transition-duration: 1s;	
}

#footer-bottom img:hover {
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: inherit;
	filter: grayscale(0%);	
}

.footer-infoText,
.footer-infoRight {
	width: 100%;	
	margin-bottom: 5%;
	text-align: center;
}




/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0 0 !important;
    float: none !important;
}
}

/* Fix nav dropping to two lines on smaller screens before hamburger menu kicks in */
@media (max-width: 1250px) {
 #top-menu li, #top-menu li a {
 font-size: 14px;
 padding-right: 15px;
 }
 }

/* Switch to hamburger menu sooner */
@media (max-width: 1140px) {
 #et_mobile_nav_menu {
 display: block;
 }
 
#top-menu {
 display: none;
 }
 }

/* Meal Selections table fixes for mobile */
@media (max-width: 768px) {
 .page-id-980 .entry-content tr td {
    padding: 6px 125px;
 }
}   