/* Hide UTM parameter form fields */
.form-item-parameter-medium,
.form-item-parameter-source,
.form-item-parameter-campaign {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}

/*****====== Jared's CSS that applies to this page type - https://www.lancasterbarns.com/amish-sheds-in-new-jersey =====*****/
footer a {
  color: white;
  text-decoration: underline;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.block-footerlocationparagraph {
  padding: 51px 40px 40px;
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto;
}

.field--name-field-text-block-text div.button-wapper {
  text-align: center;
}

.field--name-field-text-block-text div.button-wapper a {
  display: inline-block;
  margin: 60px auto 48px;
}

.gray-background {
  background: #efefef;
  padding: 10px 30px;
  margin: 60px 0;
}

.field--name-field-testimonial div.field--name-field-text-block-text {
  position: relative;
}

/** I added new selectors to these **/

/* line 395, ../../../../../Users/jarednolt/Sites/lancasterbarns/public_html/lanc/web/themes/custom/lanc_barn/src/scss/main/_body.scss */

/* line 415, ../../../../../Users/jarednolt/Sites/lancasterbarns/public_html/lanc/web/themes/custom/lanc_barn/src/scss/main/_body.scss */

/** add this selector - .field--name-field-testimonial div.field--name-field-text-block-text **/
.testimonial-view,
.field--name-field-testimonial div.field--name-field-text-block-text {
  border-top: 1px solid #bca372;
  color: rgb(73, 72, 72);
  font-size: 1.3rem;
  font-weight: 400;
}

/* line 428, ../../../../../Users/jarednolt/Sites/lancasterbarns/public_html/lanc/web/themes/custom/lanc_barn/src/scss/main/_body.scss */

/** add this selector - .field--name-field-testimonial div.field--name-field-text-block-text::before **/

.block-views-block-testimonials-slider-block-1 .view::before,
.testimonial-view::before,
.field--name-field-testimonial div.field--name-field-text-block-text::before {
  content: "";
  height: 3em;
  width: 3em;
  background: transparent;
  background-image: url(/sites/default/files/quote_mark.png);
  position: absolute;
  top: -1.5em;
  left: calc(50% - 1.5em);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 200;
}

/***** hide titles on simple call to action form *****/
.webform-submission-simple-call-to-action-form-form .webform-name--wrapper label {
  display: none;
}

/* Download brochure button styling */

.path-product .region-content .view-brochure-download.view-display-id-block_2 {
  margin: 0;
  max-width: none;
}

.view-brochure-download .button {
  margin-top: 0;
}

/* webform CTA styling */
.form-wrapper::after {
  display: table;
  clear: both;
  content: "";
}

.webform-actions.form-actions {
  max-width: 20rem;
  margin: 0 auto;
}

.webform-actions input.button:first-child {
  max-width: none;
}

.productform-prev-button.button {
  text-decoration: none;
  color: white;
  background-color: #bca372;
  padding: 0.5em 3em;
}

@media screen and (min-width: 960px) {
  .path-product .region-content .field--name-field-product-buttons {
    clear: right;
  }

  .view-brochure-download .view-content {
    margin: 0;
  }

  .extra-field--product-buttons-b,
  .field--name-field-configurator {
    float: right;
    width: calc(50% - 1rem);
    padding: 0;
    text-align: left;
    clear: right;
    max-width: none;
  }

  .cta-buttons {
    max-width: 12em;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    justify-content: center;
  }

  /* Webform CTA styling */
  .webform-actions.form-actions {
    max-width: none;
  }

  .webform-actions input.button,
  .webform-actions input.button:first-child {
    display: inline-block;
    margin-right: 1rem;
    width: auto;
  }

  .fieldset-wrapper .form-item-zip-code-postal-code {
    max-width: none;
    width: 100%;
  }

  .form-wrapper .form-item-size,
  #edit-zip-code--wrapper {
    max-width: calc(50% - 0.5rem);
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
  }
}

/* min-width: 960 */

#views-exposed-form-testimonials-slider-page-1 .js-form-item-field-product-category-target-id,
#views-exposed-form-client-reviews-page-1 .js-form-item-field-product-category-target-id {
  margin: 1.35rem auto;
}

#views-exposed-form-testimonials-slider-page-1 .js-form-item-field-product-category-target-id .select-wrapper,
#views-exposed-form-client-reviews-page-1 .js-form-item-field-product-category-target-id .select-wrapper {
  display: none;
}

#views-exposed-form-testimonials-slider-page-1 .js-form-item-field-product-category-target-id .select-wrapper:first-of-type,
#views-exposed-form-client-reviews-page-1 .js-form-item-field-product-category-target-id .select-wrapper:first-of-type {
  display: inline-block;
}

.field--name-field-product-category input.form-checkbox,
.field--name-field-product-category .form-type-checkbox label.option {
  width: auto;
  display: inline-block;
  padding: 0;
}

.view-client-reviews .view-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.view-client-reviews .view-content h2 {
  color: #bca372;
  padding-top: 2rem;
}

.view-client-reviews .view-content .views-row {
  margin: 2rem auto;
}

.webform-elements .js-form-item-first-name,
.webform-elements .js-form-item-last-name {
  width: 49%;
  display: inline-block;
}

.webform-elements .js-form-item-last-name input {
  max-width: 24em;
}

/* change the icon for the animal shelters */
#block-producticonmenu #menu-producticonmenu li.menu-icon-78 a {
  background-size: 48px;
  background-position-y: 6px;
}

.eck-entity {
  margin-bottom: 3rem;
}

.eck-entity .eck-entity {
  margin-bottom: 0rem;
}

@media (min-width: 960px) {
  .eck-type--get-your-price:has(.field--name-field-text-block-text) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .eck-type--get-your-price .page-blocks-block-title {
    width: 100%;
  }

  .eck-type--get-your-price:has(.field--name-field-text-block-text) .field--name-field-text-block-text,
  .eck-type--get-your-price:has(.field--name-field-text-block-text) .field--name-field-get-your-price {
    width: calc(50% - 1rem);
  }
}

.block-lanc-barn-phonenumber {
  grid-area: phone;
}

.block-lanc-barn-amishshedspage .field--name-field-hero-image-title,
.block-lanc-barn-equineandanimallandingpage .field--name-field-hero-image-title,
.block-lanc-barn-outdoorlivinglandingpage .field--name-field-hero-image-title,
.block-lanc-barn-garageslandingpage .field--name-field-hero-image-title,
.block-lanc-barn-generallandingpage .field--name-field-hero-image-title {
  max-width: 520px;
}