/*!
 * Theme Name: DFA Dairy Brands 2024
 * Author: Dairy Farmers of America
 * Version: 1.0
 * Text Domain: dfadairybrands
 */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* Katie's Code - Contact us page */
.contact-item h3 {
	color: #003ca5 !important;
}
.cta-primary {
    color: #ee3124 !important;
    background-color: transparent !important;
}

/* Katie's code - Nav - current page selected */
.main-nav li.current-menu-item a {
    color: #003ca5 !important;
}

/* Katie's Code - products landing page */
.subcategory-products-wrap .product-title {
	color: #003ca5 !important;
}

/* Katie Code - product detail page */
#nutritionfacts h4 {
  font-family: "Mulish", sans-serif;
}

.product-title-section .product-title h2 {
  color: #003ca5;
}


/* menu hover color -BDL*/
.main-nav a:hover{
	color: #003ca5 !important;
}                     

/* ourStoryAdditionalSlider, set relative to prepare ::before use of absolute positioning for the wavey borders - BDL */
#ourStoryAdditionalSlider{
    background-color: #bfedfc !important;
    position: relative;
}

/*  ourStoryAdditionalSlider top wave - BDL */
    

/* ourStory-links-section, set relative to prepare .ourStory-links-section::before use of absolute positioning for the wavey borders */
section.ourStory-links-section {
  position: relative;
}

/*  ourStoryAdditionalSlider top wave - BDL */
/* .ourStory-link-block::before {
  content: "";
  background-image: url(assets/img/waves-white-top.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 245px;
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: scaleX(-1);
} */
/* 
section.ourStory-links-section:nth-of-type(2)::before{
  content: "";
  background-image: url(assets/img/waves-white-top.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 245px;
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: scaleX(-1);
} */
section.ourStory-links-section:nth-of-type(3)::before{
  content: "";
  background-image: url(assets/img/waves-pink-top.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 245px;
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: scaleX(-1);
}


/* Make odd rows display text then image */
.ourStory-link-block:nth-child(odd) {
  /* flex-direction: row-reverse; */
}
