/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  background: #fff;
}

.no-gutters {
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-top: 0;
  margin-bottom: 0;
}

.no-right-gutter {
  margin-right: -15px;
}

h2,
h3,
h4,
h5,
h6,
p {
  font-family: helvetica, sans-serif;
  color: #fff;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}

h1 {
  font-family: "Cardo", serif;
  text-transform: uppercase;
  font-size: 2.4em;
  color: #fff;
  /* letter-spacing: 0.3em; */
  line-height: 1.45;
}

dt {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

dd {
  color: #fff;
  font-weight: 300;
}

a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

small {
  color: #fff;
}

.font-italic {
  font-family: Iowan Old Style, serif;
}

.sectionTitles {
  text-transform: uppercase;
  font-family: "Cardo", serif;
}

.contentContainer {
  padding: 75px;
}

.contentContainer,
h5,
p {
  color: #32532b;
}

.contentContainer a {
  color: #32532b;
  text-decoration: underline;
  text-transform: uppercase;
}

.nav-item a {
  font-size: 12px;
  line-height: 55px;
}

.nav-item a:hover {
  text-decoration: overline;
}

.navLogo {
  margin: -55px;
}

.homeHero {
  background: url(../images/img/home_bk.jpg) center no-repeat;
  background-size: cover;
}

.heroTag {
  margin-bottom: 200px;
}

.forTag {
  text-transform: none;
  font-style: oblique;
}

.treeIcon {
  padding-top: 200px;
}

.aboutBlurb {
  background-color: #3e6534;
  background-blend-mode: lighten;
  opacity: 0.9;
}

.aboutBlurb p {
  color: #fff;
  padding: 120px 0 120px 0;
  line-height: 42px;
}

.scrollspyWoods {
  background-color: #4e7545;
}

.scrollspyWoods h4 {
  /* letter-spacing: 0.2em; */
}

.scrollspyWoods a {
  /* letter-spacing: 0.2em; */
}

.scrollspyWoods a:hover {
  color: #00b706;
}

.list-group {
  margin-right: -15px;
}

.list-group-item {
  background-color: #60785b;
  border-style: none;
}

.list-group-item p {
  font-size: 12px;
}

.list-group-item:hover {
  background-color: #82bf75;
}

.list-group-item.active {
  background-color: #32532b;
}

.tab-container {
  background-color: #4e7545;
}

.productsRow {
  padding: 40px;
}

.tab-pane {
}

/* #list-whitewood {
  background: url(../images/img/products_whitewood.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#list-cedar {
  background: url(../images/img/products_cedar.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#list-decking {
  background: url(../images/img/products_decking.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#list-timber {
  background: url(../images/img/products_timber.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#list-hardwood {
  background: url(../images/img/products_hardwood.jpg);
  background-repeat: no-repeat;
  background-size: cover;
} */

.tab-content p,
h4,
h6,
a {
  color: #fff;
}

.tab-content h4,
h6 {
  text-transform: uppercase;
}

.distrLink {
  text-decoration: underline;
  text-transform: uppercase;
}

.shippingContent {
  min-height: 900px;
  position: relative;
  overflow: hidden;
  background: url(../images/img/tree_icon_bk.png) no-repeat;
  background-position: right -135px bottom 20px;
  margin-top: 80px;
}

.shippingContent p {
  color: #3a3a3a;
}

.shippingContent a:hover {
  color: #00b706;
}

.aboutContent p {
  color: #3a3a3a;
}

.contactContent {
  background: url(../images/img/contact_bk.png) no-repeat;
  background-size: cover;
}

.contactContent a:hover {
  color: #00b706;
}

/* Contact form */

#success_message {
  display: none;
}

.contactContent h5 {
  color: #fff;
}

.contactContent a {
  color: #fff;
}

.contactContent p {
  color: #fff;
}

.aboutContent {
  margin-top: -200px;
}

.footer {
  background-color: #60785b;
  min-height: 200px;
  padding-top: 55px;
}

.footer a:hover {
  color: #00b706;
}

/* Media screen size adustments */

@media screen and (max-width: 690px) {
  .contentContainer {
    padding: 45px;
  }
}

@media screen and;
) {
  .contentContainer {
    padding: 20px;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* .product-content-container {
  max-height: 640px;
} */
.section-container {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
.tab-content-re {
  display: flex;
  min-height: 650px;
  overflow: hidden;
}

@media screen and (max-width: 1119px) {
  .tab-content-re {
    min-height: 650px;
  }
}

@media screen and (max-width: 1009px) {
  .tab-content-re {
    min-height: 750px;
  }
}

@media screen and (max-width: 860px) {
  .tab-content-re {
    min-height: 800px;
  }
}

@media screen and (max-width: 787px) {
  .tab-content-re {
    min-height: 1200px;
  }
  .product-button {
    margin-bottom: 25px;
  }
  .productsRow {
    padding-right: 0;
  }
}

@media screen and (max-width: 576px) {
  .tab-content-re {
    min-height: 1400px;
  }
}

@media screen and (max-width: 338px) {
  .tab-content-re {
    min-height: 1450px;
  }
}
.product-content-wrapper {
  padding: 40px;
  margin: 0;
}

.tab-list-container {
  width: 100%;
}

.list-group-rd {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 auto;
}

.list-group-item {
  flex-basis: 20%;
  flex-grow: 1;
  min-width: 240px;
}

.tab-header {
  font-family: "Cardo", serif;
}

/* slider */

.slick-arrow {
  background: transparent;
  border: none;
  font-size: 90px;
  color: silver;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.slick-next {
  right: 3%;
}

.slick-prev {
  left: 3%;
}

.slider-item {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 590px;
}

.slider-item img {
  height: 100%;
  max-width: none;
}

.button {
  border: 1px solid white;
  padding: 20px 40px;
  margin-left: 15px;
}

a.button {
  text-decoration: none;
}

/* bootstrap hack: fix content width inside hidden tabs */

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  /* undo display:none*/
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 0;
}

.tab-content > .tab-pane.active,
.pill-content > .active {
  height: auto;
  visibility: visible;
  width: 100vw;
  position: absolute;
  left: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

/* bootstrap hack end */
