/*
Theme Name: CHD NY Chapter Child Theme
Theme URI: https://ca.childrenshealthdefense.org/
Description: Children's Health Defense's California Chapter Child theme.
Author: Children's Health Defense
Author URI: https://childrenshealthdefense.org/
Template: chd_chapter
Version: 1.5
License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chd_chapter_child
*/

/* Start Child theme */
#gform_2 span {
  width: 100%;
}

#gform_2 #field_2_1 {
  width: 100%;
}

#gform_2 #field_2_1 input {
  width: 100%;
}

#popmake-177 {
  background-color: #333;
  background-image: url('https://ny.childrenshealthdefense.org/wp-content/themes/chd_chapter/images/bobby.jpeg') !important;
  background-position: right center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 800px;
}

#popmake-177 label {
  display: none;
}

#popmake-177 .popup-logo {
  width: 100%;
  margin-bottom: 10px;
}

#popmake-177 .popup-logo img {
  width: 100%;
}

#popmake-177 .popup-right {
  margin-left: 350px;
  padding: 5px;
}

#popmake-177 .popup-right h1 {
	line-height: 1.3em;
	padding-bottom: 0.4em;
	font-size: 17px;
}

#popmake-177 .popup-right h2 {
  font-size: 16px;
  color: #fff;
  line-height: 1.4em;
}

#popmake-177 .popup-right input {
  font-size: 15px;
}

#popmake-177 .popup-right input,
.popup-right button {
  width: 100%;
  height: 40px;
  margin: 7px 0;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #aaa;
}

#popmake-177 input[type='submit'] {
  background-color: #038bb3;
  border-color: #038bb3;
  color: #fff;
  /* text-transform: uppercase; */
  font-size: 20px;
}

#popmake-177 span {
  width: 100%;
}

#popmake-177 .gform_wrapper ul.gform_fields li.gfield {
  margin: 0;
  padding: 0;
}

#popmake-177 .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}

#popmake-177 .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}

@media (max-width: 500px) {
  #popmake-177 .popup-right {
    margin-left: 0 !important; 
  }
}

.logo-wrapper img {
  width: auto;
  height: 100% !important;
}

.logo-wrapper img {
  width: auto;
  height: 100% !important;
}

#logo-area {
  height: 100% !important;
}

#popmake-177 .popmake-content {
    outline: none;
}

@media (max-width: 768px) {
  .logo-wrapper img {
    width: 100%;
  }
}
/* This allows for long menu scrolling on mobile devices */
.mobile-nav { 
	max-height: 78vh; 
	overflow-y: scroll; 
	padding-top: 30px; 
	margin-top: 60px;
}