@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
p {
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/*a {
	text-decoration: none;
	font-weight: normal;
	color:#AA1E2E;
}*/
a:link {
	text-decoration: none;
	font-weight: normal;
	color:#AA1E2E;
	}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#AA1E2E;
	}
a:hover {
	font-weight: normal;
	color:#AA1E2E;
	text-decoration: none;
	}

a:active {
	text-decoration: none;
	font-weight: normal;
	color:#AA1E2E;
	}
caption {
	text-align: center;
	font-weight: bold;
	color: #AA1E2E;
}
body {
	background-color: #750000;
	/*background: radial-gradient(#AA1E2E 10%, #750000 70%);*/
	padding: 0;
	margin: 0;
}
body, p {
	width: 100%;
	font-family: condor-condensed, arial, verdana, jaf-bernina-sans, sans-serif;
	letter-spacing: .5px;
	font-weight: 300;
	font-style: normal;
	margin: auto;
	padding: 0;
	text-align: center;
}
.text-indent {
	text-indent: .5em;
}
.centeredText {
	text-align: center;
}
.shipping-notice {
	position: relative;
	z-index: 1000;
	width: 100%;
	height: auto;
background-image: url("../images/Bkgrd-Pattern_1440x1440-sRGB.jpg");
	background-repeat: repeat-y;
	background-color: #AA1E2E;
	padding: 20px 0 20px 0;
	border-top: green solid 6px;
	border-bottom: green solid 6px;
}
.shipping-notice p{
	width: 85%;
	margin: auto;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: .1em;
}
.container {
	padding: 0;
	color: #363636;
	margin: auto;
	max-width: 1440px;
	height: auto;
	background-color: #FFFFFF;
	border-left: 2px solid rgba(245,224,192,1.00);
	border-right: 2px solid rgba(245,224,192,1.00);
	/*background: linear-gradient(to bottom, #73253d, 5%, white);*/
}
.container h2 {
	letter-spacing: .04em;
	font-size: 3em;
	font-family: domlovesmary-pro, jaf-bernina-sans, arial, verdana, sans-serif;
}
.redlogo {
	position: relative;
	display: block;
	float: none;
	margin: auto;
	padding: 30px 20px 45px 20px;
	max-width: 425px;
}
.whitelogo{
	display: none;
}
header {
	position: relative;
	margin: auto;
	width: 100%;
	font-weight: normal;
	color: #AA1e2e;
	background-color: rgba(228,154,37,.05);
	background-image: url("../images/LogoBkgrd-DKGOLD-12-011221-sRGB.png");
	align-content: center;
	border-bottom: 2px solid #AA1E2E;
}
.hamheader{
	display: none;
}
nav {
	display: block;
	width: 100%;
	margin: auto;
	height: auto;
	text-align: center;
	background-color: rgba(228,154,37,.20);
	padding: 16px 0;
	border-bottom: 3px solid rgba(249,199,0,1.00);
	overflow: hidden;
}
nav a:link {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}
nav a:visited {
	text-decoration: none;
	color:#AA1E2E;
	}
nav a:hover {
	font-weight: 600;
	color:#787878;
	text-decoration: none;
	}

nav a:active {
	text-decoration: none;
	color:#AA1E2E;
	}
.navigation {
	display: inline-grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1.5fr 1fr .75fr .75fr .5fr 1fr;
	grid-gap: 35px;
	text-align: center;
	align-content: center;
	max-width: 1000px;
	height: auto;
	margin: auto;
}
.hero {
margin: auto;
padding-top: 5px;
max-width: 100%;
height: auto;
border-bottom: #AA1E2e solid 2px;
}
.redfield {
	background-image: url("../images/Bkgrd-Pattern_1440x1440-sRGB.jpg");
	background-repeat: repeat-y;
	background-color: #AA1E2E;
	padding: 20px 0 40px 0;
	border-bottom: #FCF7E9 solid 2px;
}
.images .productdesc a:link {
color: #AA1E2E;
}
.images {
	max-width: 1400px;
	padding: 30px 30px 10px 30px;
	margin: 0px auto 35px auto;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas: "ET NC CWN CA";
	grid-column-gap: 30px;
	grid-row-gap: 20px;
}
.images div img{
	width: 100%;
	height: auto;
}
.image-head {
	margin: auto;
}
.grandparents-grandson-image img {
	 max-width: 400px;
	height: auto;
	padding-left: 7px;
}
.ET {
	grid-area: ET;
}
.NC {
	grid-area: NC;
}
.CWN {
	grid-area: CWN;
}
.CA {
	grid-area: CA;
}

#ETmain{
 grid-column: 1, -1; grid-row: 1;
}
#Clustersmain{
 grid-column: 2, -1; grid-row: 1;
}
#CaramelsNutsmain{
grid-column: 3, -1; grid-row: 1;
}
#CaramelsNoNutsmain{
grid-column: 4, -1; grid-row: 1;
}
.productdesc {
	font-weight: 300;
	font-size: 18.5px;
	line-height: 150%;
	max-width: 75%;
	height: auto;
	color: #000000;
	text-align: justify;
	margin: auto;
}
.introbox-head {
	max-width: 85%;
	margin: auto;
}
.introductory-box-image {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 0;
	background-color: #FFFFFF;
	grid-area: image;
	/*background-image: url("../images/IntroductoryBox-410_0308.jpg");*/
	border: 2px solid #EDEDED;
	border-top-left-radius: 9px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 0;
	/*box-shadow: 0 0 30px 4px rgba(0, 0, 0, .6);*/
}
.introbox-textarea {
	width: 100%;
	grid-area: text;
	max-height: auto;
	background-color: #ededed;
	margin-top: 0px;
	line-height: 200%;
	padding-top: 25px;
	border: 2px solid #EDEDED;
	border-top-left-radius: 0;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 9px;
	/*box-shadow: 0 0 30px 4px rgba(0, 0, 0, .6);*/
}
.introbox-textarea h2 {
 	font-family: condor-condensed, arial, verdana, jaf-bernina-sans, sans-serif;
	max-width: 90%;
	margin: auto;
	color: #AA1E2E;
	font-size: 1.75em;
	font-weight: 500;
}
.introbox-textarea p {
 	font-family: condor-condensed, arial, verdana, jaf-bernina-sans, sans-serif;
	max-width: 90%;
	margin: auto;
	font-size: 1.75em;
	font-weight: 300;
}
ul {
	list-style: none;
	text-align: left;
	padding-left: 0;
}
.dropshadow {
	z-index: 0;
	margin-top: -3px;
	max-width: 100%;
	height: 20px;
	background: linear-gradient(#555, #ffffff);
}
.newsletter {
	position: absolute;
	width: 200px;
	top: 80px;
	right: 40px;
}
.hover-image, #gridItemLG:hover .normal-image {
  display: none;
}
/*#gridItemLG:hover .hover-image {
  display: inline;
}*/
.hover-image, #ETmain:hover .normal-image {
  display: none;
}
#ETmain:hover .hover-image {
  display: inline;
}
.hover-image, #Clustersmain:hover .normal-image {
  display: none;
}
#Clustersmain:hover .hover-image {
  display: inline;
}.hover-image, #CaramelsNutsmain:hover .normal-image {
  display: none;
}
#CaramelsNutsmain:hover .hover-image {
  display: inline;
}.hover-image, #Caramelsmain:hover .normal-image {
  display: none;
}
#Caramelsmain:hover .hover-image {
  display: inline;
}
/*.gridItem img {
	position: relative;
	width: 100%;
}
.gridItem p {
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	color: #AA1E2E;
	}
.gridItem {
	position:relative;
	max-width:250px;
	padding-bottom:30px;
	align-content: center;
	}
.gridItem3 {
	position:relative;
	max-width:100px;
	padding-bottom:20px;
	}
.gridItemLG {
	position:relative;
	max-width:400px;
	padding:30px;
	}
.gridItemLG p{
margin: 10px auto;
text-align: center;
font-weight: bold;
}*/
.nfl {
position: relative;
max-width: 190px;
height: auto;
margin: 30px auto 0 auto;
}
.itembottom {
	display: block;
	width: 80%;
	line-height: 140%;
	text-align: center;
	padding-bottom:10px;
}
.itembottom span{
	color: #AA1E2E;
	}
.itembottom .header {
	font-weight: 600;
}
#logo {
	margin: auto;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
#2 {
	align-content: center;
	padding-top: 120px;
	padding-left: 20px;
	padding-right: 20px;
}
.topmessage {
	margin: auto;
	display: grid;
	width: 70%;
	font-size: 22px;
	color: #363636;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 20px;}
.lgtextbox {
	color: #512C1E;
	line-height: 145%;
	max-width: 75%;
	margin: auto;
	margin-top: -20px;
	display: block;
	text-align: left;
	padding-bottom: 60px;
}
.message {
	margin: auto;
	width: 90%;
	font-size: 22px;
	color: #AA1E2E;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.message-lower {
	color: #FFFFFF;
	border-radius: 5px;
	background-color: #AA1E2E;
	max-width: 1200px;
	height: auto;
	font-size: 20px;
	margin: auto;
	margin-bottom: 50px;
	padding: 0 50px 30px 50px;
}
.productinfo {
	max-width: 80%;
	height: auto;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:flex-start;
}
.ingredientlist {
color:#AA1E2E;
width: 60%;
height: auto;
margin: 10px auto 50px auto;
}
.ingredientlist h4 {
font-weight: normal;
font-size: 12px;
}
.smallproductsrow {
width: 100%;
margin: 0px auto;
background-color: #ffffff;
padding-top: 40px;
}
.smallproductscontainer {
width: 50%;
margin: auto;
height: auto;
display: flex;
flex-direction: row;flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
h1 {
 color: #AA1E2E;
  font-size: 32px;
  font-weight: bold;
  padding: 50px 100px 0px 100px;
}
p {
margin: 0 0;
}
.maintitles {
  margin-bottom: 50px;
}
.maintitles h1 {
  font-size: 40px;
}
.aboutpagediv {
	max-width: 400px;
	color: #787878;
	font-size: 22px;
	padding: 0 30px 0 20px;
}
.aboutpagediv h2 {
 	padding: 0 30px 0 20px;
	font-weight: 600;
	text-indent: .5em;
	color: #575757;
	font-family: condor-condensed, jaf-bernina-sans, arial, verdana, sans-serif;
	font-size: 23px;
	text-align: left;
}
.aboutpagediv p {
	font-weight: 400;
	text-indent: .5em;
	font-size: 20px;
	text-align: left;
	padding: 0 15px;
}
#shipping {
	background-color: #AA1E2E;
}
.shipping-info {
	padding: 12px 0;
}
.shipping-info p {
	font-size: 20px;
	font-weight: 400;
	width: 50%;
	margin: auto;
}
.safety-precautions {
color: #FFFFFF; 
	max-width: 50%;
	height: auto;
	border: #FCF7E9 solid 1px;
	border-radius: 7px;
	padding: 15px 25px;
	margin: 70px auto 15px auto;
	background-color: rgba(0,0,0,.15);
}
.footer .col-heads {
font-weight: normal;
color: #AA1E2E;
}
.footer {
width: 100%;
color: #AA1E2E;
border-top: #AA1E2E dotted 4px;
height: auto;
background-color: rgba(228,154,37,.20);
padding: 20px 0 10px 0;
overflow: hidden;
}
.footer2{
 display: none;
}
/*.footer a {
  color: #363636;
  text-decoration: none;
  font-weight: normal;
}*/
.footer a:link {
	text-decoration: none;
	font-weight: normal;
	color:#363636;
	}
.footer a:visited {
	font-weight: normal;
	color:#363636;
	text-decoration:none;
	}
.footer a:hover {
	font-weight: normal;
	color:#787878;
	text-decoration: underline;
	}
.footer a:active {
	font-weight: normal;
	color:#363636;
	text-decoration:none;
	}
.footer-social {
	padding: 30px 0;
	font-weight: 400;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 5px;
	grid-column-gap: 32px;
	text-align: center;
	width: 80%;
	height: auto;
	margin: auto;
	color: #363636;
}
.bottominfo {
    font-weight: 400;
    padding-left: 6%;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /*grid-template: repeat(4,auto) / repeat(auto-fill, minmax(180px, 1fr));*/
    grid-row-gap: 5px;
    grid-column-gap: 32px;
    text-align: left;
    max-width: 1100px;
    height: auto;
    margin: auto;
    color: #363636;
}
.address-hours {
color: #363636;
width: 100%;
background-color: rgba(228,154,37,.05);
background-image: url("../images/LogoBkgrd-DKGOLD-12-011221-sRGB.png");
height: auto;
padding: 15px 0;
margin: 0 auto;
float: none;
}
.address-hours p{
font-size: 16px;
font-weight: 400;
line-height: 130%;
width: 100%;
}
.copyright {
color: #363636;
float: none;
width: 100%;
margin: 22px auto;
font-size: 10px;
}
/*START OF MEDIA QUERIES*/

@media screen and (max-width: 1440px){
.container {
	border-left: none;
	border-right: none;
}
}
@media screen and (max-width: 1288px){
.images {
	width: 85%;
	padding: 0px 30px 10px 30px;
	margin: auto;
	margin-bottom: 35px;
	display: grid;
	grid-template-areas: "ET NC"
						"CWN CA";
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 40px;
}
.image-head {
	margin: -20px auto 0 auto;
}
.introductory-box-image {
	max-width: 100%;
	grid-area: image;
	border-radius: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.introbox-textarea {
	max-width: 100%;
	margin-top: 0px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
}
@media screen and (max-width: 980px){
nav a:link {
	font-size: 16px;
}
.image-head {
	margin: -05px auto 0 auto;
}
.newsletter {
	display: none;
}
}
@media screen and (max-width: 825px){
.images h2 a{
	line-height: 115%;
}
nav {
display: none;
}
header {
	height: 220px;
	border-bottom: none;
	}
.hamheader{
	height: 0px;
	display: block;
	background-color: rgba(228,154,37,.05);
	background-image: url("../images/LogoBkgrd-DKGOLD-12-011221-sRGB.png");
	margin-top: 0px;
	border-bottom: 3px solid rgba(249,199,0,1.00);
}
.hamheader ul {
	text-align: center;
	font-size: 1.5rem;
	margin: auto;
	width: 100%;
	padding:0;
	list-style: none;
	overflow: hidden;
}

.hamheader li a {
	color: #F5E0C0;
	display: block;
	padding: 20px 20px;
	text-decoration: none;
}

.hamheader li a:hover,
.hamheader .menu-btn:hover {
	color: #AA1E2E;
	background-color: #F5E0C0;
	width: 35%;
	margin: auto;
	border-radius: 9px;
}

/* menu */

.hamheader .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.hamheader .menu-icon {
	display: block;
	position: relative;
	margin: auto;
	margin-bottom: 0px;
	padding: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	/*user-select: none;*/
}

.hamheader .menu-icon .nav-icon {
  background: #CC0033;
  margin: auto;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: background .2s ease-out;
}

.hamheader .menu-icon .nav-icon:before,
.hamheader .menu-icon .nav-icon:after {
  background: #CC0033;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.hamheader .menu-icon .nav-icon:before {
  top: 7px;
}

.hamheader .menu-icon .nav-icon:after {
  top: -7px;
}
.hamheader, li a :last-child {
	padding-bottom: 30px;
}

/* menu btn */

.hamheader .menu-btn {
  display: none;
}

.hamheader .menu-btn:checked ~ .menu {
	margin-top: -17px;
	padding-top: 25px; 
	max-height: 1200px;
	background-color: rgba(0,0,0,.80);
	border-bottom-left-radius: 45px;
	border-bottom-right-radius: 45px;
}

.hamheader .menu-btn:checked ~ .menu-icon .nav-icon {
  background: transparent;
}

.hamheader .menu-btn:checked ~ .menu-icon .nav-icon:before {
  transform: rotate(-45deg);
  top:0;
}

.hamheader .menu-btn:checked ~ .menu-icon .nav-icon:after {
  transform: rotate(45deg);
  top:0;
}
/*.redfield {
	background-image: url("../images/Bkgrd-Pattern-fade_1400x1800.jpg");
	background-repeat: repeat-y;
	}*/
.images {
	width: 85%;
	padding: 0;
	margin: auto;
	margin-bottom: 5px;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 40px;
}
#ETmain{
 grid-column: 1, -1; grid-row: 1;
}
#Clustersmain{
 grid-column: 2, -1; grid-row: 2;
}
#CaramelsNutsmain{
grid-column: 3, -1; grid-row: 3;
}
.introbox {
	margin-top: -80px;
}
.aboutpagediv {
	text-indent: none;
	margin: 20px auto 0 auto;
	text-align: center;
	padding: 0;
}
.aboutpagediv h2, .aboutpagediv p {
	text-indent: none;
	text-align: center;
	padding: 0;
	margin: auto;
}
.footer{
	display: none;
}
.footer2{
 	display: none;
}
.address-hours{
	text-size: 18px;
	margin-top: 0;
	border-top: #AA1E2E dotted 4px;
	padding: 20px 0 10px 0;
}
}
@media (max-width: 760px){
.images {
	max-width: 80%;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-template-areas: "ET" "NC" "CWN" "CA";
	grid-column-gap: 30px;
	grid-row-gap: 40px;
}
.image-head {
	margin: -25px auto 0 auto;
}
.shipping-info p {
	width: 70%;
}
}
@media (max-width: 570px){
.shipping-notice {
	
}
.shipping-notice p{
	font-size: 18px;
}
}
@media (max-width: 520px){
	.titlelinespace {
		line-height: 75%;
		padding: 20px 0 20px 0;
}
}