/*
 Theme Name:   Twenty fourteen Child for AFPIF
 Template:     twentyfourteen
*/



@media screen and (min-width: 1080px) {
.entry-content, .entry-header {min-width:700px; padding-left:40px}
div#content-sidebar.content-sidebar.widget-area {width: 250px}
div.post-thumbnail {width: 750px;
text-align: center;
	background-color:white
	}

	.site-content .has-post-thumbnail .entry-header {
margin-top: 0px;
}
}

#footer-sidebar {width: 1150px; margin-left:auto; margin-right:auto}

/* Register Button */
#regbutton a {
  border-radius: 20px 20px 20px 20px;
  background-color: #24890d;
	color: #fff;
  display: block;
  font-size: 1.2em;
  margin: 20px auto 34px;
  padding: 5px;
	text-decoration:none;
  text-align: center;
}
#regbutton a:hover {
  background-color: #1a6409;
}

#regbutton {
  width: 260px;
	text-align: center;
	margin:auto;
}


/* 
* fixes responsive display for twentyfourteen
* source: https://stackoverflow.com/questions/24572553/wordpress-twentyfourteen-responsive-theme-resizing-incorrectly
*/
body {
  overflow:hidden;
}

.comment-notes {display:none;}



/* forms */

#field_14_56 {
  margin-top: 0px !important;
}

gfield_description_14_11

/* removed as this is not compatible with responsive display of forms 
.gform_body { width: 900px !important}
 */
.gform_legacy_markup_wrapper .field_sublabel_above .gfield_description { margin-top:0px !important; margin-bottom:40px }

.gform_legacy_markup_wrapper .field_description_below .gfield_description {
    padding-top: 6px;
  }


.gform_legacy_markup_wrapper .gfield_checkbox li input {
  vertical-align: top !important;
}


.gform_legacy_markup_wrapper .gfield_checkbox li label {
  padding-left: 10px !important;
}

.gfield_checkbox .gchoice { margin-bottom:20px }


.asn-error {
  background-color: EFF2EC; color: #c02b0a;border: 1px solid #c02b0a; padding:6px;font-weight: normal
}

.asn-ok {
  background-color: #D0E6DA; border: 1px solid #02837D; padding:6px;font-weight: normal
}

/* afpif attendees list */
table.dataTable {background-color:#ffffff}

div.dataTables_wrapper {
    left: -110px;
}



.gform_wrapper.gravity-theme .gfield_label, 
.gform_wrapper.gravity-theme .gfield.gfield--width-full,
.gform_wrapper.gravity-theme fieldset  {
    margin-top: 25px !important
}