body {
	background-image: url(/img/holton-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
/*Oct 26 2020 changes*/
.form button {
	float:left;
	margin-left: 20%;
	margin-top: 10px;
	}
	
.g-recaptcha {
    margin-left: 14.2% !important;
    padding: 0px !important;
}

/*end Oct 26 2020 changes*/
#Agreement {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.required {
    width: 90% !important;
    float: left;
}

.slick-dots li.slick-active button:before {
	background-color: transparent !important;
			}

.dough p {padding: 5px !important;}

.searchieCon{
	width:22px;
	height:22px;
	}

.search-results{
	margin-bottom:0px;
	color:#ff5b33;
	}

#pager ul li{
	display:inline-block;
	}

#pager ul li:first-of-type{
	margin-right:15px;	
	}

#pager ul li:last-of-type{
	margin-left:15px;	
	}

.searchButton {
	margin: 0px auto !important;
	display: block !important;
}

#product-catalog {
    margin-top: 110px;
}

.norbWide {
	width: 230px;
}

.newsBox {
    background-color: #e6e6e6;
    width: 100%;
    max-width: 400px;
    padding-left:1%;
    margin-top:50px;
    float:left;
}

.newsBox h2 {
    color:#000;
}

li.Active a { color: #ff5b33;}

.callOut {
    background-color: #ff5b33;
    width: 130px;
    padding: 10px;
    margin-left: 100px;
    margin-bottom: 80px;
    color: #FFF;
}

.navContain {
    border-bottom: 5px solid #a6aaad;
}

#content {
    position: relative;
    top: -5px;
}

.logoContain {
    background-color: #FFF;
    border-radius: 0px 0px 24px 24px;
    -moz-border-radius: 0px 0px 24px 24px;
    -webkit-border-radius: 0px 0px 24px 24px;
    width: 100%;
    height: 100%;
    position: absolute;
    /*opacity: .9;*/
    left: 0px;
    top: 0px;
}

#logo img {
    position: relative;
    opacity: 1;
    width: 100%;
    max-width: 356px;
    display: block;
    margin: 0 auto;
    top: -22px;
}

/* Styles for conact us validation helpers 
-----------------------------------------------------------*/  
.field-validation-error {  
    color: #f00;  
}  
  
.field-validation-valid {  
    display: none;  
}  
  
.input-validation-error {  
    border: 4px solid #f00;  
    background-color: #fee;  
}  
  
.validation-summary-errors {  
    font-weight: bold;  
    color: #f00;  
}  
  
.validation-summary-valid {  
    display: none;  
} 

Code Description

.searchButton {width: 68px !important;
    float: right !important;
    height: 32px !important;
    font-size: 8px !important;
    text-align: center !important;
    padding: 0px 0px 0px 2px !important;
    position: absolute !important;
    right: 9px !important;}

.theSearchBar {
	float: left;
    width: 100% !important;
    margin-bottom: 10px !important;
}

#searchBox {
	position: absolute; right: 0px; top: 61px; background-color: rgb(255, 255, 255); width: 250px; padding: 10px; border-radius: 10px;
}

img {
	width: 100%;
	height: auto;
}
h2 {
	color: #ff5b33;
	font-weight: 400;
	margin-top: 10px;
}


/* MOBILE NAVIGATION*/
#desktop {
	display: none;
	position: relative;
	z-index: 1;
}
nav:not(.mm-menu)
{
	display: none;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	z-index: 1000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 50px;
}
#logo {
	position: absolute;
	left: 20px;
	top: -18px;
	width: auto;
	background-color: transparent;
	padding: 30px 25px 5px 25px;
	border-radius: 24px;
	-webkit-box-shadow: 0px 3px 51px 0px #636363;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0px 3px 51px 0px #636363;  /* Firefox 3.5 - 3.6 */
	box-shadow:         0px 3px 51px 0px #636363;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
#toggle {
	position: absolute;
	top: 5px;
	right: 20px;
	cursor: pointer; 
	padding: 15px 33px 16px 3px;
}
#toggle span,
#toggle span:before,
#toggle span:after {
	height: 2px;
	width: 28px;
	background: #ff5b33;
	position: absolute;
	display: block;
	cursor: pointer;
	content: '';
	transition: all 500ms ease-in-out;
}
#toggle span:before {
	top: -10px;
}
#toggle span:after {
	bottom: -10px;
}

/* hamburger animation using mmenu toggle class */
#toggle:before,
#toggle:after {
	-webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
}
html.mm-opening #toggle span:before,
html.mm-opening #toggle span:after {
	top: 0;	
}
html.mm-opening #toggle span {
	background-color: transparent;
}
html.mm-opening #toggle span:before {
	transform: rotate( 45deg);
	-webkit-transform: rotate( 45deg);
}
html.mm-opening #toggle span:after {
	transform: rotate( -45deg);
	-webkit-transform: rotate( -45deg);
}


nav ul li:last-child {
	border-bottom: transparent;
}
#menu form {
	padding: 20px 20px 10px 20px;
}
/* END OF MOBILE NAV*/


.container img {
	display: block;
}
.bold {
	font-weight: bold;
}
.njamnjam {
	/*background-color: #ececec;
	display: flex;*/
	background-color: #FFF;
	display:block;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	max-height: 302px;
	/*border-bottom: 3px solid #aaa;*/
	position: relative;
	z-index: 0;
	/* height: auto !important; */
}
.njamnjam img {
	flex-shrink: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
}

.big {
    margin: 15px 1.5%;
    width: 22%;
    position: relative;
    float: left;
    padding-top: 20%;
    background-color: #027BC4;
    color: white;
}
	/*.big:first-of-type {
		margin-left: 0px;
	}
	.big:last-of-type {
		margin-right: 0px;
	}*/

.cool {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
#dough {
	text-align: center;
	height: 75%;
	margin: 8% 10% 7% 10%;
	overflow: hidden;
}
.polaroid {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: #027BC4;
	color: white;
	font-weight: 100;
}
.orange {
	background-color: #ff5b33;
}
.polaroid p {
	margin: 5px;
}
.indented li {
	margin-left: 30px;
}
#contact-page {
	float: left;
	width: 100%;
}
/*#product-catalog,*/
#contact-page {
	margin-top: 130px;
}
.product {
	width: 100%;
	float: left;
	margin-top: 3.5rem;
	border-bottom: 3px solid #ff5b33;
}
[class~='product']:last-of-type {
	border-bottom: none;
}
.product li {
	font-weight: 300;
}
.product li:last-child {
	list-style-type: none;
	font-weight: 400;
	font-size: 12px;
	margin: 5px 0 3.5rem 30px;
}
.random-cake,
.stacked-cake {
	display: none;
}


footer {
	position: relative;
	float: left;
	background-color: #ff5b33;
	color: white;
	min-width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	text-align: center;
}
footer ul {
	padding: 10px 25px;
	margin: 10px 0;
}
footer ul li {
	list-style-type: none;
	margin-bottom: 5px;
	font-weight: 300;
}
footer ul li:first-child {
	font-weight: 400;
}
footer ul li:last-child {
	margin-bottom: 0;
	font-weight: 400;
}
footer a {
	color: white;
	text-decoration: none;
}
footer a:hover {
	color: #7F2D19;
}
/* STICKY FOOTER */
#wrapper {
	min-height: calc(100vh - 180px);
}

.youT {
		width: 40%;
		height: 315px;
		max-width: 560px;
		padding: 20px 20px 20px 20px;
		margin-top: 30px;
	}



/* MEDIA QUERIES */



@media (min-width: 768px) {
	.callOut {margin-left:0px;}
	footer ul li{
		display: inline-block
	}
	footer ul li:after {
			content: " | ";
			padding-left: 5px;
    		margin-right: 5px;

	}
	footer ul li:last-child:after {
		content: " ";
	}
	/* STICKY FOOTER */
	#wrapper {
		min-height: calc(100vh - 93px);
	}
	
	#product-catalog {
	    margin-top: 210px !important;
	}
}
@media (min-width: 862px) {
	#wrapper {
		min-height: calc(100vh - 69px);
	}
	.callOut {margin-left:0px;}
	
	#product-catalog {
	    margin-top: 210px !important;
	}
}

@media (min-width: 1375px) {
	/* DESKTOP NAVIGATION */
	nav .mm-menu {
		display: none;
	}
	.header,
	nav#menu {
		display: none;
	}
	#desktop {
		display: block;
	}
	#logo {
		position: absolute;
		left: 0;
		top: 0px;
		width: auto;
		/* background-color: #fff; */
		/* padding: 10px 35px 20px 35px; */
		/* border-radius: 24px; */
	}
	nav {
		text-align: center;
		position: relative;
		width: 85%;
		max-width: 1366px;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
	}
	.nav-border{
		border-bottom: 3px solid #aaa;
	}
	nav ul {
		text-align: left;
		display: inline;
		float: right;
		margin: 0;
		padding: 15px 0 0 0;
		list-style: none;
		background-color: rgba(255, 255, 255, 0.1);
	}
	nav ul li {
		display: inline-block;
		position: relative;
		padding: 10px;
		cursor: pointer;
	}
	/*nav ul li:last-child {
		padding: 10px 0 25px 10px;
		width: 18px;
		height: 18px;
	}*/
	nav a {
		color: #333;
		text-decoration: none;
		cursor: pointer;
		font-size: 13px;
	}
	nav a:hover {
		color: #ff5b33;
	}
	nav ul li ul {
		padding: 0;
		position: absolute;
		top: 40px;
		left: 0;
		min-width: 200px;
		display: none;
		z-index: 3;
		background: #fff;
	}
	nav ul li ul li {  
		display: block; 
		color: #333;
		margin: inherit;
		min-width: 200px;
		padding:5px 10px;
	}

	nav ul li ul li:last-child{
		padding:5px 10px !important;
	}

	nav ul li:hover ul {
		display: block;
	}
	/*
	#logo {
		display: block;
		position: relative;
		padding: 10px 34% 0 34%;
		margin: 0;
	}
	*/
	/* END DESKTOP NAVIGATION */
	
	
	
	/*
	.big {
		margin: 1.5% 2%;
		width: 28.6666666667%;
		padding-top: 25%;
	}
	.big:last-child {
		margin-top: 22px;
	}
	*/
	.big {
		margin: 15px 1.5%;
		width: 22.75%;
		padding-top: 20%;
	}
	.big:first-of-type {
		margin-left: 0px;
	}
	.big:last-of-type {
		margin-right: 0px;
	}
	#dough {
		height: 85%;
		margin: 6% 7.5% 9% 7.5%;
		font-size: 14px;
	}
	.indented li {
		margin-left: 40px;
	}
	footer ul {
		margin: 15px 0;
	}
	footer ul li {
		margin: 0;
	}
	/*#product-catalog,*/
	#contact-page {
		margin-top: 80px;
	}
	.product {
		width: 70%;
		float: left;
		padding-right: 30%;
	}
	.product li {
		margin: 5px 0;
	}

	.callOut {margin-left:0px;}
	
	
}

@media (min-width: 1200px) {

	nav a {
		font-size: 15px;
	}
	/*nav ul li:last-child {
		padding: 10px 0 25px 15px;
		width: 22px;
		height: 22px;
	}*/
	#logo {
		width: 30%;
	}
	/*#product-catalog,*/
	#contact-page {
		margin-top: 110px;
	}
	
	#product-catalog {
	    margin-top: 210px !important;
	
	.big {
		margin: 15px 1.5%;
		width: 22.75%;
		padding-top: 20%;
	}
	.big:first-of-type {
		margin-left: 0px;
	}
	.big:last-of-type {
		margin-right: 0px;
	}
	}
	
}
@media (min-width: 1366px) {
	/*nav ul {
		float: right;
	}
	nav ul li {
		float: left;
		padding: 15px 10px;
	}
	
	nav ul li:last-child {
		width: 28px;
		height: 28px;
	}

	*/
	/* LOGO */
	#logo {
		position: absolute;
		left: 0;
		top: 0px !important;
		width: 30%;
		height: 252%;
		/* background-color: #fff; */
		/* padding: 10px 35px 20px 35px; */
		/* border-radius: 24px; */
	}
	#desktop input {
		margin-bottom: 0;
	}
	
	
	/*#product-catalog {
		margin-top: 120px
	}*/
	/*#product-catalog h2 {
		margin: 20px 0 0 100px;
	}*/
	.product {
		width: 60%;
		float: left;
		padding-right: 40%;
	}
	/*.product h6,
	.product ul {
		margin-left: 100px;
	}*/
	.random-cake {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 440px;
	}
	#contact-page {
		width: 65%;
		margin: 120px 26% 0 9%;
	}
	#contact-page form {
		
	}
	.stacked-cake {
		display: block;
		position: fixed;
		top: 110px;
		right: 8%;
		width: 340px;
	}

}



@media (min-width: 1367px){

	/*.callOut {margin-left: 100px;}*/
	
}
	/* STICKY FOOTER */
	#wrapper {
		min-height: calc(100vh - 74px);
	}


/* Toni */

.desert-table p, .product p{
	font-weight:700;
}

.desert-table {
		display: -webkit-flex;
		display: -webkit-box; 
        display: -ms-flexbox;
		display: flex;
		flex-wrap:wrap;
	}
	.desert-table div {
		float: left;
		flex-basis:25%;
		padding: 0px; 
		border-right: 2px solid #ff5b33;
		border-bottom: 2px solid #ff5b33;
		box-sizing:border-box;
	}
	.desert-table div:first-child {
		padding-left: 0;
	}
	.desert-table div:nth-child(4n+4){
	border-right:0px;
	}

	.desert-table ul{
		padding: 20px 15px;
		}
	.desert-table ul li {
		font-weight: 300;
	}
	.desert-note {
		display: -webkit-box;      
        display: -ms-flexbox;     
        display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin-top: 25px;
	}
	.desert-note p {
		font-size: 12px;
		margin-bottom: 0;
		margin-right: 50px
	}



@media (max-width:1060px){
	.desert-table div{
		flex-basis:33%;
		}
		
		
	.desert-table div:nth-child(4n+4){
		border-right:2px solid #ff5b33;
	}
		.desert-table div:nth-child(3n+3){
		border-right:0px;
	}

	/*.big {
		margin: 15px 1.5%;
		width: 46%;
		padding-top: 20%;
	}

	.big:first-of-type {
		margin-left: 15px;
	}
	.big:last-of-type {
		margin-right:15px;
	}*/

	}

@media (max-width:860px){
	/*.big {
		margin: 15px 1.5%;
		width: 100%;
		padding-top: 20%;
	}*/

	.youT {
		width: 100%;
		height: 315px;
		max-width: 560px;
		padding: 0px;
		margin-top: 30px;
	}

	}
	
@media (max-width:760px){
	.desert-table div{
		flex-basis:50%;
		}
			
.desert-table div:nth-child(4n+4){
		border-right:2px solid #ff5b33;
	}
	.desert-table div:nth-child(3n+3){
		border-right:2px solid #ff5b33;
	}
	.desert-table div:nth-child(2n+2){
		border-right:0px;
	}	
	
	#product-catalog {
	    margin-top: 210px !important;
	}

	.njamnjam {
	max-height:232px;
}

.storyMobile {display:none !important;}

}
				
@media (max-width:580px){
	.desert-table div{
		flex-basis:100%;
		}

		#logo {
		width: 30%;
		height: 180% !important;
	}
			
.desert-table div{
		border-right:0px !important;
	}	
	
	.HoltonProductCatalog #product-catalog, .HoltonContact #contact-page {
	    margin-top: 140px !important;
	}

	.HoltonHome .njamnjam {
	height:150px !important;
}

	.njamnjam {
	
	height: 191px !important;
}

.container {
		margin-top: -40px !important;
	}
	
	.HoltonProductCatalog .slick-slider, .HoltonContact .slick-slider {
    display: none;
}



#logo img {
	max-width: 174px;
	margin: 0 auto;
	display: block;
	width: 100%;
	top: -5px;
	position: relative;
}

}

@media (min-width: 551px) {
	.headlineNone {
		margin-top: 200px;
	}
}

@media (max-width: 550px) {

	/*#product-catalog,*/
#contact-page {
	margin-top: 80px;
}

#logo img {
	width:200px;
}

#logo {
		width: 30%;
		height: 180%;
	}

}

@media (max-width: 1366px)

{
	#logo img {
	margin: 0 auto;
	display: block;
	width: 100%;
	top: -4px;
	position: relative;
}
}

@media (max-width: 550px) {

	.callOut {margin-left:0px;}
	#logo {
		
		width: 30%;
		height: 160% !important;
	}

#logo img {
	max-width: 174px;
	margin: 0 auto;
	display: block;
	width: 80%;
	top: -4px;
	position: relative;
}
	.big {
		margin: 2%;
		width: 46%;
		padding-top: 40%;
	}
	#dough {
		height: 80%;
		margin: 9% 10% 11% 10%;
	}

	.njamnjam img {
		margin-top:40px;
		width: 100%;
		height: auto !important;
	}

}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
