/**
 * Print stylesheet
 *
 * Hides the footer and unnecessary elements like webform submit buttons, as
 * well as making webforms more print-friendly.
 */

/* General styles */
header,
.zone-header-zone-two .logo,
#zone-header-zone-two-wrapper {
  position: static !important; /* Fix logo position at top */
}

header {
  color: #000 !important;
  min-width: 1024px;
  width: 1024px !important;
  margin-left: auto;
  margin-right: auto;
}

header #zone-header-zone-two-wrapper {
  background: none;
}

#zone-header-zone-one-wrapper,
#zone-header-zone-two-wrapper {
  display: none;
}

.zone-header-zone-three-wrapper {
  position: relative !important;
  color: #000;
}

.zone-header-zone-two .search-wrapper {
  display: none;
}

.zone-header-zone-three-wrapper .region-header-third {
  display: none; /* Hide navigation */
}

#zone-header-zone-three {
  background: none;
}

.section-header {
  box-shadow: none;
  top: 0 !important;
}

#breadcrumb {
  background: none;
  color: #000;
  float: left;
  margin: 48px 0 0;
}

#breadcrumb .breadcrumb {
  background: none;
  display: block;
  padding: 0;
}

header:before {
  background: none !important;
  color: #000;
  content: "Virginia Historical Society";
  display: block;
  float: left;
  font-family: "Garamond Regular",'Times New Roman',Times,serif,serif;
  font-size: 5em;
}

.zone-header-zone-three .menu-background {
  background: none;
}

#section-content {
  top: 0;
}

#region-content {
  margin: 0;
  padding: 0 !important;
  width: 100%;
}

.region-sidebar-first {
  display: none;
}

.section-content .zone-content-wrapper .region-content-inner {
  margin-top: 60px; /* Set a non media-query margin */
}

footer {
  display: none;
}

/* Webform styles */
.webform-client-form label {
  font-size: 15px;
  font-size: 1.5rem;
}

.webform-client-form input[type="text"],
.webform-client-form input[type="email"] {
  line-height: 2;
}

.webform-client-form textarea,
.webform-client-form input[type="text"],
.webform-client-form input[type="email"],
.webform-client-form .form-item {
  max-width: 100%;
  width: 100%;
}

.webform-client-form textarea {
  height: 15em;
}

.webform-client-form input[type="submit"] {
  display: none;
}

.webform-client-form fieldset {
  display: block;
  float: none;
}

/* Hide sharing links */
#sharing-links {
  display: none !important;
}

/* Hide related content */
.promo-content {
  display: none;
}

/* Slideshow styling */
/* Display the images sequentially */
div#slideshow,
div#slideshow-slides,
div#slideshow div.slides-container {
  width: auto !important;
  max-width: 100%
}

#slideshow-thumbs,
#slideshow-progress {
  display: none !important;
}

#slideshow-slides .field-name-field-slideshow-360s,
#slideshow-slides .field-name-field-slideshow-videos {
  display: none !important;
}

#slideshow-slides .field-name-field-slideshow-images {
  clear: left;
  float: left;
}

div#slideshow-slides {
  background: none;
}

div#slideshow .field_slideshow_image_image {
  background: none;
}

div#slideshow a.fullscreen_gallery,
div#slideshow .hasDescription span.info_link {
  display: none;
}

div#slideshow #slideshow-slides .field_slideshow_images img {
  float: left;
}

div#slideshow .field_images_title {
  clear: left;
  float: left;
  position: relative;
}

div#slideshow div#slideshow-slides .field_slideshow_images {
  height: auto !important;
  display: block;
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
}