select {
	padding: .3em;
}
#content {
	position: relative;
}
#content section.homePods {
	padding: 0;
}
.timer {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: black;
}
.timer .timer-progress {
	background: #0086cd;
	width: 0;
	height: 2px
}
.timer.paused {
	display: none
}
.homePods {
	text-align: center;
	padding: 0;
	line-height: 0;
}
.homePods, .homePods h2{
	text-align: left;
	color: white;
}
.homePods h2 {
	font-size: 2.9em;
	line-height: 1.11;
}
.homePods p {
	font-size: 16px;
}
.homePods a.button{
	margin-top: 40px;
}
.homePods .button{
	background-color: white;
	color: black;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.homePods .button:hover{
	background-color: black;
	color: white;
}
.caramel-text {
	color: #d48c35;
}
footer {
	width:100%;
}
.homePods .legal {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
    padding-bottom: 40px;
}
.homePods .legal p {
	font-size: 10px;
	width: 100%;
	max-width: 900px;
	color: #2c2c2c;
	margin: 0 auto;
	padding: 5px 10px;	
}

.homePods a.black-hover, .homePods a.purple-hover, .homePods a.pink-hover{
    color: #fff;
}
.homePods a.black-hover:hover{
    color: #000 !important;
    background-color: #fff !important;
}
.homePods a.blackbg-hover:hover{
    color: #fff !important;
    background-color: #000 !important;
}

.homePods a.purple-hover:hover{
    color: #702a77;
    background-color: #fff !important;
}

#yesprint, #print input{
	display: inline;
	margin: .5em 1em 1em .5em;
}
#frozenTreats {
    color:red;
    font-size: 1.5em;
    line-height: 1.3em;
}

#productUPC, #mfgCode {
	margin-bottom: 5px;
}

.productupc {
	font-size: 12px;
	font-weight: bold;
}

@media only screen and (max-width:1000px) {
	.homePods .legal {
	    padding-bottom: 10px;
	}
	.homePods .legal p {
		padding: 0 10px;	
	}
}
@media only screen and (max-width:768px){
	.homePods .legal{
		position: relative;
	}
	.homePods .legal p {
		margin: 0;	
		font-size: 11px;
		color: white;
	}
}
@media only screen and (min-width:769px){
	.legal {
		background-color: transparent !important;
	}
}

img.corner-logo {
	position: absolute;
	width: 258px;
	height: 215px;
	left:16%;
	top: 0;
}
.stretch img.corner-logo {
	width:40%;
	max-width: 258px;
	height: auto;
}
@media only screen and (max-width:1140px){
	img.corner-logo {
		left:20px;
	}
}
@media only screen and (max-width:768px){
	.stretch img.corner-logo {
		width:30%;
		height: auto;
	}
}


.stretch {
	position: relative;
	display: inline-block;
	width: 100%;
}
.stretch img{
	width: 100%;
	display: block;
}
.stretch-text{
	position: absolute;
	width: 274px;
	padding: 8.125% 0 0 14.3%;
	top:0;
	left:55%;
	box-sizing: content-box;
}


.minion h2 {
	font-size: 2.1em;
}
.minion a {
	color: #2c2c2c;
}
.minion .rating {
  margin: 2px 0 -8px 0;
  width: 59px;
  height: 23px;
  background-image: url(/assets/img/raiting-pg-black.png);  
  display: inline-block;
}

@media only screen and (min-width:769px){
	.minion .stretch-text{
		padding-top: 10%;
	}
}


@media only screen and (max-width:768px){
	.homePods .minion a, .homePods .minion p, .homePods .minion h2{
		color: white;
	}
	.minion .rating {
	  background-image: url(/assets/img/raiting-pg-white.png);
	}
}


@media only screen and (max-width:1000px){
	.stretch-text {
		width: 240px;
	}
	.stretch-text h2{
		font-size: 2.2em;
	}
	.stretch-text a.button{
		margin-top: 10px;
	}
}

@media only screen and (max-width:768px){
	.stretch-text {
		width: 100%;
		padding: 16px;
		box-sizing: border-box;
		position: relative;
		display: block;
		background-color: black;
		height: auto;
		left:0;
	}
	.homePods a.button {
		display:none;
	}
	.homePods p{
		color: white;
	}
	.homePods h2 {
		font-size: 24px;
		color: white;
	}
	.homePods h2:first-child{
		margin-top: 10px;
	}
	.homePods h2.make-link{
		position: relative;
		padding-right:40px;
		cursor: pointer;
	}
	.homePods h2.make-link:after{
		content:'>';
		position:absolute;
		right:2px;
		top: 4px;
		vertical-align:middle;
		height: 100%;
	}
}

@media only screen and (min-width:769px){
	.stretch-text {
		background-color: transparent !important;
	}
	
	.ghostbusters h2 {
		float: left;
		width: 380px;
		font-size: 3.5em;
	}

	.ghostbusters {
		left: 0;
		padding-left: 9%;
		width: inherit;
	}
	
	.ghostbusters div {
		float: left;
		margin: 30px 0 0 20px;
		width: 340px;
	}

	.snack-cakes {
		left: 0;
		padding-left: 9%;
		width: inherit;
	}

	.snack-cakes h2 {
		float: left;
		width: 350px;
		font-size: 3.5em;
	}
	
	.snack-cakes div {
		float: left;
		margin: 30px 0 0 20px;
		width: 340px;
	}
	
	.snack-cakes a.button{
		background-color: black;
		color: white;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0 0 0 55px;
	}
	.snack-cakes a.button:hover{
		background-color: white;
		color: black;
	}
	
	.birthday-cake {
		left: 0;
	}
}