/*
Theme Name: Sweet Life v1
Author: Tess Studios
Author URI: http://TessStudios.com
Version: 1.0
*/

@charset "UTF-8";
/* CSS Document */

/* Sweet Life font stack 
font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
*/

/* Sweet Life brand colors
Pink: rgb(226,173,168) #E2ADA8
Brown: rgb(88,58,50) #583A32
*/
/*mobile nav - testing*/
/* Body */
body {
	color: #583A32;
	font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
	margin: 0;
	position: relative;
	}
	
	.container {
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		max-width: 1366px;
		width: 90%;
		}

/* Typography */
a {
	color: #E2ADA8;
	font-weight: 400;
	text-decoration: none;
	outline: 0;
	}

h1 {
	font-size: 250%;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
	.underline {
		border-bottom: thin solid #E2ADA8; 
		margin-bottom: 10px;
		overflow: hidden;
		padding-bottom: 10px;
		}
		
		h1.underline,
		h2.underline {
			padding-bottom: 0;
			}

		/* Bakery page h1 */
		h1.bakery {
			font-size: 300%;
			}
		
		h1.bakery:before {
			content: url(img/brown-dots-lt-50x10.png);
			padding-right: 15px;
			}
		
		h1.bakery:after {
			content: url(img/brown-dots-rt-50x10.png);
			padding-left: 20px;
			}
		
		/* Bakery page subtitle */ 
		p.subtitle {
			font-size: 120%;
			font-weight: 300;
			margin: 5px 0 20px 0;
			padding: 0;
			text-align: center;
			text-transform: uppercase;
			}

	#welcome h1{
		border-bottom: thin solid #E2ADA8; 
		margin-bottom: 10px;
		overflow: hidden;
		padding-bottom: 10px;	
	}
		
h2 {
	font-size: 200%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

	.menu h2{
		border-bottom: thin solid #E2ADA8;
		margin-bottom: 10px;
	}

h3 {
	font-size: 150%;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	}

h4 {
	font-size: 110%;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	}

li {
	color: #583A32;
	font-family: 'Open Sans', sans-serif; 
	font-size: 100%;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px 0;
	}

	li.widget{list-style-type: none;}

p {
	color: #583A32;
	font-family: 'Open Sans', sans-serif; 
	font-size: 100%;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 150%;
	margin: 0;
	padding: 0 0 20px 0;
	}

	.date {
		font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
		font-size: 110%;
		letter-spacing: 1px;
		padding: 0 0 15px 0;
		}
	
	p:last-child {
		padding-bottom: 0;
		}
		
	.small {
		font-size: 90%;
		}

/*p.circles {
	text-transform: uppercase;
	letter-spacing: 2px;
	}
		
	p.circles:before {
		content: url(img/dots-white-50x15.png);
		padding: 0 10px;
		}
		
	p.circles:after {
		content: url(img/dots-white-ltr-50x15.png);
		padding: 0 10px;
		}*/
	
ul {
	list-style-position: outside;
	margin: 0 0 0 15px;
	padding: 0;
	}

/* Drop case on home page */
#welcome h1 + p:first-of-type:first-letter, h1.underline + p:first-of-type:first-letter,
#blogpost div.blogheading+p:first-of-type:first-letter {
	color: #E2ADA8;
	float: left;
	font-size: 300%;
	font-weight: 400;
	line-height: 80%;
	padding: 9px 1px 1px 0;
	}

/* Images */
#banner figure {
	margin: 0;
	padding: 0;
	} 

#banner .span_3_of_12{overflow: hidden; width: 23.9%;}
#banner .col{margin: 1% 0 1% 1.466%;}
#banner .col:first-child{margin-left:0;}
/*#chalkboard .col{margin: 14px 0 0 20px;}*/
		
img {
	max-width: 100%; 
	}

#banner img{width: 326px!important; height: auto!important;}
	
.reflect {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	}

.img-border {
	border: 5px solid white;
	-moz-box-shadow: 5px 5px 2px rgba(146,146,146,0.30);
	-webkit-box-shadow: 5px 5px 2px rgba(146,146,146,0.30);
	box-shadow: 5px 5px 2px rgba(146,146,146,0.30);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 20px 5px 0;
	outline: 1px solid #ccc;
	padding: 0;
	}

.float-lt {
	float: left;
	margin: 0 20px 5px 0;
	}

.float-rt {
	float: right;
	margin: 0 0 5px 10px;
	}

/* Bakery page images */
.overlay {
	position: relative;
	}
	
.overlay div {
	background-color: rgba(255,255,255,0.85);
	padding: 1% 0;
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 100%;
	}

.overlay p {
	padding: 0;
	}
	
	.bakery2 .overlay div {
		padding: 3% 0;
		/*top: 250px;*/
		bottom: 0;
		}
	
/* Header */
header {
	margin: 0;
	padding: 0;
	}
	
	header figure {
		margin: 5px 20px;
		padding: 0;
		}
	
#secondnav {
	background-image:url(img/pink-linen.png);
	background-repeat: repeat;
	-moz-box-shadow: 0px 5px 2px rgba(146,146,146,0.30);
	-webkit-box-shadow: 0px 5px 2px rgba(146,146,146,0.30);
	box-shadow: 0px 5px 2px rgba(146,146,146,0.30);
	box-sizing: border-box;
	height: 50px;
	padding: 7px 0 0 0;
	margin: 0 0 20px 0;
	}
	
	#secondnav div.col {
		color: #FEFEFE;
		margin: 0;
		padding-bottom: 0;
		}
	
	#secondnav div.container {
		margin: auto;
		}
	

		.social i{    color: #fefefe;
    padding: 0 15px 10px 0;}
		
		.fa-envelope,
		.fa-phone {
			padding: 0 5px 0 0;
			}
					
/* Nav bar */
nav {
	display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex: auto;
	-moz-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	}
	
	nav ul {
		border-bottom: thin solid #E2ADA8;
		list-style: none;
		margin: 0;
		padding: 0 0 20px 0;
		position: relative;
		}
		
		nav ul li {
			display: inline-block;
			font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
			padding: 0 10px;
			position: relative;
			}
			
			nav ul li a {
				/*color: #E2ADA8;*/
				font-size: 100%;
				font-weight: normal;
				letter-spacing: 1px;
				text-transform: uppercase;
				text-decoration: none;
				}
				
				nav ul li a:hover {
					color: rgb(88,58,50);
					}

#mobilelogo{display: none;}

.current-menu-item a{color: rgb(88, 58, 50);}
nav ul li.current-menu-ancestor >a{color: rgb(88, 58, 50);}

#menu-left-menu li:before, #menu-right-menu li:after {content: url(img/dot-15x15.png); vertical-align: middle;}
#menu-right-menu li:after{margin-left: 30px;}
#menu-left-menu li:before{margin-right: 30px;}
#menu-left-menu li:first-of-type:before, #menu-right-menu li:last-of-type:after {content: "";}
#menu-left-menu li:first-of-type:before{content: url(img/dots-50x15.png);}
#menu-right-menu li:last-of-type:after{content: url(img/dots-rt-50x15.png);}

#menu-left-menu li ul li:before, #menu-right-menu li ul li:after {content: none;}
#menu-right-menu li ul li:after{margin-left: 0;}
#menu-left-menu li ul li:before{margin-right: 0;}
#menu-left-menu li ul li:first-of-type:before{content: none;}
#menu-right-menu li ul li:last-of-type:after{content: none;}

#menu-left-menu li ul {width: 100%; left: 20px;}
#menu-left-menu li ul li{margin-right: 0;}
#menu-left-menu li:first-of-type ul:first-of-type{left: 50px; width: 90%;}

#menu-right-menu li ul {width: 100%; right: 20px;}
#menu-right-menu li ul li{margin-left: 0;}
#menu-right-menu li:last-of-type ul:first-of-type{right: 50px; width: 90%;}


	/* Drop-down menu styling */
	nav ul ul {
		background-color: white;
		display: none;
		list-style: none;
		position: absolute;
		z-index: 999;
		}
		
		nav ul ul li {
			display: block;
			margin: 0;
			padding: 10px;
			text-align: center;
			}
			
		nav ul ul li:first-child {
			padding-top: 20px;
			}
		
		nav ul li:hover > ul {
			display: block;
			}
			
/* Main content */
/*.bakery2 .overlay div {*/
	/*top: 310px;*/
	/*}*/
	
	.bakery2 div.overlay:first-of-type {
		margin-top: 0;
		}

		.bakery2 .section, section{margin-bottom: 3%;}

#cakes {
	margin-bottom: 20px;
	}
	
	#cakes p {
		padding: 0;
		}

#catering {
	margin-bottom: 20px;
	}

#chalkboard {
	background-image: url(img/chalkboard.jpg);
	border: 8px solid #FEFEFE;
	-moz-box-shadow: 10px 10px 5px rgba(146,146,146,0.50);
	-webkit-box-shadow: 10px 10px 5px rgba(146,146,146,0.50);
	box-shadow: 10px 10px 5px rgba(146,146,146,0.50);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 475px;
	margin: 14px 0 0 20px;
	outline: 1px solid #aaa;
	color: #fefefe;
	}
		
	#chalkboard h1,
	.chalkboard h1,
	#chalkboard h2,
	#chalkboard p,
	.chalkboard h2,
	.chalkboard p {
		color: #FEFEFE;
		}


	#banner #chalkboard a{color: #FEFEFE;}
	#banner #chalkboard h2, #banner #chalkboard h3{
		font-size: 18px;     
		display: block;
    	font-weight: 500;
    	letter-spacing: 2px;
    	margin: 10px 0 6px 0;
    }
	#banner #chalkboard h2:before{content: url("img/dots-white-50x15.png"); padding: 0 10px;}
	#banner #chalkboard h2:after{content: url("img/dots-white-ltr-50x15.png"); padding: 0 10px;}
	
	#chalkboard p {
		font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
		font-size: 110%;
		letter-spacing: 1px;
		line-height: 125%;
		padding: 0 0 15px 0;
		}
	
	#chalkboard p:first-child {
		display: inline-block;
		font-weight: 500;
		letter-spacing: 2px;
		margin: 10px 0 0 0;
		}
				
	#chalkboard p:last-child {
		padding: 0 0 10px 0;
		}
	
	.chalkboard {
		/* Flexbox begin */
		display: -ms-flexbox !important;
		display: -moz-box !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-content: center;
		align-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	 	/*End flexbox */
		background-image: url(img/chalkboard.jpg);
		background-repeat: no-repeat;
		border: 8px solid #FEFEFE;
		-moz-box-shadow: 10px 10px 5px rgba(146,146,146,0.50);
		-webkit-box-shadow: 10px 10px 5px rgba(146,146,146,0.50);
		box-shadow: 10px 10px 5px rgba(146,146,146,0.50);
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		min-height: 300px;
		margin: 0 0 20px 0;
		outline: 1px solid #aaa;
		}

/* Used on bakery page */
div.intro {
	background-color: rgba(226,173,168,0.15);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
/*	-moz-columns: 2;
	-webkit-columns: 2;
	columns:  2;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;*/
	/*-moz-column-rule: thin solid #E2ADA8;
	-webkit-column-rule: thin solid #E2ADA8;
	column-rule: thin solid #E2ADA8;*/
	margin: 20px 0 10px 0;
	padding: 10px;
	}
	
	div.intro p {
		font-size: 115%;
		}
	
	div.intro a {color: #E2ADA8;}

	div.intro h3 {
		border-bottom: thin solid #E2ADA8; 
		margin-bottom: 10px;
		overflow: hidden;
		padding-bottom: 10px;
		}

#separator {
  position: relative;
  text-align: center;
}

#separator span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

#separator:before {
  background: #e2ada8;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}

#separator:before {
  left: 0;
}

/* Specials */
#specials img{
	float: left;
	border: 5px solid white;
    box-shadow: 5px 5px 2px rgba(146, 146, 146, 0.3);
    box-sizing: border-box;
    margin: 0 20px 5px 0;
    outline: 1px solid #ccc;
    padding: 0;
    margin-right: 6%;
	}

/* featured post on home page */
.homefeaturedpost p{}

#specials .homefeaturedpost img{border: none; box-shadow: none; outline: none;}

.links {font-size: 90%;}
.links h3 {font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;}
	
/* Blog post class */
div.post {
	margin-bottom: 20px;
	}

div.post:last-of-type {
	border-bottom: none;
	}

/* Blog post ID */		
#blogpost h1 {
	font-variant: none;
	}

/*Blog post & Blog home images*/
#blogpost img, #bloghome img{float: left; padding: 0 3% 3% 0;}

/* Blog home chalkboard */
#bloghome div.chalkboard {
	min-height: 0;
	width: none;
	}
	
	#bloghome div.span_2_of_12 img {
		margin: 0 5px 0 0;
		}
/* blog home pagination */
#postprev_nav{float: left; color: #e2ada8;}
#postprev_nav i, #postnext_nav i{padding-right: 3px;}
#postnext_nav{float: right; color: #e2ada8;}

/* blog sidebar */
.widget li{list-style-type: none;}
.widget #s{line-height: 1em; width: 70%;}
.widget h2{
		border-bottom: thin solid #E2ADA8; 
		margin-bottom: 10px;
		overflow: hidden;
		padding-bottom: 0;
		font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
}
.widget .widget_search h2{border-bottom: none;}
.current-cat a{color: rgb(88, 58, 50);}

#searchform label{display: none;}

/* Newsletter form */
#mc4wp_widget-2 {
	margin-bottom: 0 !important;
	}

.mc4wp-alert, .mc4wp-success{color: #e2ada8;}

#mc4wp-form-1 input[type="submit"],
#searchform input[type='submit']
{
	background-color: #E2ADA8;
	border: none;
	color: #FEFEFE;
	font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
	font-size: 110%;
	letter-spacing: 1px;
	padding: 3px;
	text-transform: uppercase;
	width: 25%;
	}

#searchform input[type='text'] {
	padding: 2px 0 3px 0;
	}
	
#mc4wp_email {
	font-size: 90%;
	margin-right: 3px;
	width: 70%;
	}

#newsletter p:last-child {
	font-size: small;
	padding-top: 10px;
	}

#newsletter img{
	float: right;
}

#newsletter li.widget_mc4wp_widget{list-style-type: none; padding-bottom: 0;}
.widget_mc4wp_widget p {padding-bottom: 3%;}
.widget .widget_mc4wp_widget{padding-bottom: 0;}

#fullwidth-sidebar #newsletter.border-top{border-top: none;}

.menupage #newsletter h2{overflow: hidden;}

/* Contact form */
#contactform {
	margin: 0 auto 20px auto;
	}

.contact-directions p:first-of-type{
	float: left;
}

.contactform{ border: 2px solid #e2ada8;
    box-sizing: border-box;
    padding: 20px;}
.contactform h4{padding-bottom: 20px;}

#contactpage iframe{width: 100%; height: 450px;}


.wpcf7-submit {
	-moz-box-shadow: 5px 5px 2px rgba(0,0,0,0.25)!important;
	-webkit-box-shadow: 5px 5px 2px rgba(0,0,0,0.25)!important;
	box-shadow: 5px 5px 2px rgba(0,0,0,0.25)!important;
	font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif!important;
	font-size: 120%!important;
	padding: 5px 0!important;
	width: 25%!important;
	text-transform: uppercase;
    background-color: #e2ada8;
    border: medium none;
    color: #fefefe;
    letter-spacing: 1px;
	}
	
	#contact h4+p {
		padding-top: 20px;
		}
	
	#contact p:last-child {
		padding: 0;
		}

.wpcf7-form input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: thin solid #E2ADA8;
	}

.wpcf7-form input,
.wpcf7-form textarea {
	width: 99%
	}

.wpcf7-form textarea {
	border: thin solid #E2ADA8;
	height: 150px;
	}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {border: 2px solid #E2ADA8!important;}
span.wpcf7-not-valid-tip{color: #E2ADA8!important;}
/*  Search form */
#searchfield {
	margin: 0 0 20px 0;
	width:  80%;
	}

/* Photo gallery - lightbox */
.spider_popup_wrap {background: #efefef!important;}
.spider_popup_close_fullscreen{color: #E2ADA8!important; font-size: 30px!important;}
/* Footer */
footer {
	border-top: thin solid #E2ADA8;
	padding-top: 20px;
	}
	
	footer.container {
		margin-top: 0;
		padding-bottom: 3%;
		}
	
	footer p {
		font-size: small;
		padding: 0 0 10px 0;
		}
/* Scroll up */
    .scrollup{
        width:40px;
        height:40px;
        position:fixed;
        z-index:10;
        bottom:30px;
        right:30px;
    }

    .scrollup:hover{
        cursor: pointer;
        color: #583A32; 
    }

/* Basic classes */

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}

.border {
	border: 2px solid #E2ADA8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	}

.box {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

.border-top {
	border-top: thin solid #E2ADA8; 
	padding-top: 20px;
	}

.border-bottom {
	border-bottom: thin solid #E2ADA8;
	padding-bottom: 20px;
	}

.border-left {
	border-left: thin solid #E2ADA8; 
	padding-left: 20px;
	}

.border-right {
	border-right: thin solid #E2ADA8; 
	padding-right: 20px; 
	}
	
.center {
	text-align: center;
	}

.pink {
	background-color: rgba(226,173,168,0.15);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 0 10px !important;
	}

.linen {
	background-color: rgba(226,173,168,0.25);
	}

.m0 {
	margin: 0;  /* Set margin to 0 on all four sides */
	}

.p0 {
	padding: 0;  /* Set padding to 0 on all four sides */
	}

.right {
	text-align: right;
	}

.uppercase {
	text-transform: uppercase;
	}

.widget {
	margin: 20px 0;
	}
	
	.widget:first-of-type {
		margin-top: 0;
		}

/* =========== Mobile Nav styles =========== */
.mobilecontainer{}

#hamburger {
  display: none;
}

.menumobile {
  display: block;
  background-color: #fff;
  width: 0px;
  /*height: 100%;*/
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  position: absolute;
  top: 50px;
  right: 0;
  border: solid thin #e2ada8;
  overflow: hidden;
}

.menuicon {
  position: absolute;
  top: 100px;
  right: 50px;
  display: none;
  cursor: pointer;
  height: 21px;
  width: 35px;
  z-index: 1;
  overflow: hidden;
}
.menuicon span {
  display: block;
  top: 8px;
  width: 35px;
  height: 3px;
  background-color: #e2ada8;
  position: relative;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menuicon span::after, .menuicon span::before {
  display: block;
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #e2ada8;
  -webkit-transition-property: margin, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0;
  -moz-transition-delay: 0.2s, 0;
  -ms-transition-delay: 0.2s, 0;
  -o-transition-delay: 0.2s, 0;
  transition-delay: 0.2s, 0;
}
.menuicon span::before {
  margin-top: -8px;
}
.menuicon span::after {
  margin-top: 8px;
}

#hamburger:checked ~ .menumobile {
  width: 250px;
  z-index: 999;
}

#mobileMenu{margin-top: 30%;}
#mobileMenu, #mobileMenu ul{list-style-position: inside; padding: 5%;}
#mobileMenu li{color:#e2ada8;}

#hamburger:checked ~ .menuicon span {
  background-color: transparent;
}
#hamburger:checked ~ .menuicon span::before, #hamburger:checked ~ .menuicon span::after {
  margin-top: 0px;
  -webkit-transition-delay: 0, 0.2s;
  -moz-transition-delay: 0, 0.2s;
  -ms-transition-delay: 0, 0.2s;
  -o-transition-delay: 0, 0.2s;
  transition-delay: 0, 0.2s;
}
#hamburger:checked ~ .menuicon span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger:checked ~ .menuicon span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Image Landing Page */
#imagelandingPage{text-align: center;}
#imagelandingPage h1{text-align: left;}
.landingImages li{list-style-type: none; text-decoration: none; display: inline-block; width: 33%; margin-bottom: 5%; position: relative;}
.landingImages .lititle{position: absolute; bottom: 10%; background: rgba(255, 255, 255, .7); color: #583a32; width: 100%; padding: 3%; }

/* media queries */

@media only screen and (max-width: 1515px){
	#chalkboard {height: 450px;}
}

@media only screen and (max-width: 1362px){
	#banner #chalkboard h2::before{padding: 0 1px;}
	#banner #chalkboard h2::after{padding: 0 1px;}
}


@media only screen and (max-width: 1280px) {	
	#chalkboard {height: 400px; min-height: inherit;}
	#chalkboard p {font-size: 100%; padding: 0 0 10px 0;}
	.menupage #mc4wp-form-1 input[type="submit"]{font-size: 90%; padding: 5px;}
}

@media only screen and (max-width: 1203px){
	#menu-right-menu li:after{margin-left: 20px;}	
	#menu-left-menu li:before{margin-right: 20px;}	
	#mc4wp-form-1 input[type="submit"], #searchform input[type="submit"]{font-size: 90%;}

	p.bakerydesc{display: none;}
}

@media only screen and (max-width: 1187px){
	#banner #chalkboard h2, #banner #chalkboard h3{font-size: 16px;}
}

@media only screen and (max-width: 1153px){
	#menu-left-menu li:before{margin-right: 0;}	
	#menu-right-menu li:after{margin-left: 0;}	
	#menu-left-menu li a{margin-left: 15px;}
	#menu-right-menu li a{margin-right: 15px;}	
	#menu-left-menu li:first-of-type ul:first-of-type{left: 40px;}	
	#menu-left-menu li ul{left: 10px;}
}


@media only screen and (max-width: 1129px){
	#banner #chalkboard h2::before, #banner #chalkboard h2::after{content: "";}

}
@media only screen and (max-width: 1103px) {	
	#menu-left-menu li:first-of-type::before {content: "";}
	#menu-right-menu li:last-of-type::after{content: "";}
	#menu-left-menu li:first-of-type ul:first-of-type{left: 15px; width: 200%;}
	nav ul ul li{text-align: left;}
	#menu-left-menu li ul{left: 30px;}
	#menu-left-menu li ul{width: 90%;}
	#menu-left-menu li ul li a{margin-left: 0}
}


@media only screen and (max-width: 1037px) {	
	#chalkboard{height: 325px;}
}

@media only screen and (max-width: 1028px) {
	.col{margin:0 0 1% 2.5%;}
	#chalkboard{margin: 0 0 0 20px;}
	/*#banner div:first-child {display: none; width: 0;}*/
	#banner .span_3_of_12:first-child {display: none; width: 0;}
	/*#banner div:first-child figure img{display: none;}*/
	#banner .span_3_of_12:first-child figure img{display: none;}
	/*#banner div {width: 30%;}*/
	#banner .span_3_of_12 {width: 30%;}
	#chalkboard {height: 415px;}
	#chalkboard p {font-size: 95%; padding: 0 0 10px 0;}
	input {width: 65%;}
	nav ul li a {font-size: 90%;}
	nav figure img {width: 100px; height: 100px;}
	
	/* Typography */
	h1{font-size: 200%;}
	h2 {font-size: 150%;}
	h3 {font-size: 125%;}
	h4 {font-size: 110%;}
	p, li {font-size: 90%;}

	#contactpage .span_6_of_12.map{width: 38%;}
	#contactpage .span_6_of_12.details{width: 58%;}
	#contactform .span_3_of_12 img{display: none;}
	.contactform {width: 100%;}

	/* Drop case on home page */
	#welcome h1 + p:first-of-type:first-letter, h1.underline + p:first-of-type:first-letter,
	#blogpost div.blogheading+p:first-of-type:first-letter {
		line-height: 58%;
		}
}

@media only screen and (max-width: 980px) {	
	#chalkboard {height: 398px;}
}

@media only screen and (max-width: 900px){
	.menupage #newsletter h2{font-size: 130%;}
	.menupage #mc4wp_email{width: 100%;}
	.menupage #mc4wp-form-1 input[type="submit"]{width: 30%;}
	#bloghome  #searchform input[type="submit"], #blogpost  #searchform input[type="submit"]{width: 25%;}

	#bloghome #mc4wp-form-1 input[type="submit"], #bloghome #searchform input[type="submit"],
	#blogpost #mc4wp-form-1 input[type="submit"], #blogpost #searchform input[type="submit"]{padding: 4px;}


	#chalkboard{height: 365px;}
	#banner #chalkboard h2, #banner #chalkboard h3{margin-top: 1px;}
}

@media only screen and (max-width: 873px) {	
	/*start mobile menu here*/
	header #desktoplogo{display: none;}
	header #mobilelogo{display: inline-block;}
	nav figure img{height: 75px; width: 200px;}
	nav{display: block;}
	.menuicon{width: 35px; float: right; margin-right: 2%;}
	.menu-left-menu-container, .menu-right-menu-container{display: none;}
	.menuicon{display: block;}
	header figure{width: 200px; float: left; margin-left: 7%;}
	
	#chalkboard {height: 353px;}
	.menupage #section-1{padding-top: 3%;}

	.container.bakery-home{margin-top: 130px;}
}

@media only screen and (max-width: 850px) {	
	nav{display: block;}
	nav ul{padding-right: 3%; text-align: right;}
	header figure{margin:5px 60px; float: left;}
	nav ul ul li{text-align: right;}
	nav ul li a, nav ul li{width: 100%;}
	nav ul li{padding: 15px;}
	#chalkboard{height: 346px;}
}

@media only screen and (max-width: 800px) {
	.container{width: 95%;}
	#banner #chalkboard h2, #banner #chalkboard h3{margin-top: 10px;}
	#banner #chalkboard h2:before{content: url(img/dots-white-50x15.png);}
	#banner #chalkboard h2:after{content: url(img/dots-white-ltr-50x15.png);}
	#banner #chalkboard h2, #banner #chalkboard h3{margin-top: 15px;}
	#banner #chalkboard h2::before{padding: 0 10px;}
	#banner #chalkboard h2::after{padding: 0 10px;}

	/*#banner div {width: 47%;}*/
	#banner .span_3_of_12 {width: 47%;}
	/*#banner div:nth-child(2) {display: none;}*/
	#banner .span_3_of_12:nth-child(2) {display: none;}
	/*#banner img {overflow: hidden;}*/
	#banner .span_3_of_12 img {overflow: hidden;}
				
	#content div.span_10_of_12,
	#content div.span_2_of_12 {width: 100%;}
	#content div.span_2_of_12 {border-top: thin solid #E2ADA8; border-left: none; margin: 0; padding: 20px 0 0 0;}

	#catering,
	#cakes,
	#menus {float: left; margin: 0 1.5% 20px 1.5%; width: 30%;}
	
	#cakes {border-top: none; border-bottom: none; border-left: thin solid #E2ADA8; border-right: thin solid #E2ADA8;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
		}

	#chalkboard{height: 475px;}

	#bloghome .span_8_of_12, #bloghome .span_4_of_12, #blogpost .span_8_of_12, #blogpost .span_4_of_12{border-right: none; width: 100%; }
	#bloghome, #blogpost {padding-top: 3%;}
	#bloghome #mc4wp-form-1 input[type="submit"]{width: 20%;} 
	#bloghome #searchform input[type="submit"], #blogpost #searchform input[type="submit"]{width: 20%;}

	.menupage #newsletter h2{font-size: 100%;}
	.menupage #mc4wp-form-1 input[type="submit"]{width: 104%; margin-top: 2%;}
	.menupage h1{text-align: center;}

	.contactleft, .contactright{width: 100%;}

	#mc4wp_email{width: 60%;}
	#bloghome #mc4wp_email{width: 60%;}
	#blogpost #mc4wp_email{width: 60%;}
	.widget #s{width: 60%;}
	/*#searchform input[type="submit"]{width: 15%;}*/
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
	/*#banner div:nth-child(2) {display: none;}*/
	#banner .span_3_of_12:nth-child(2) {display: none;}
	.collageset2{display: none;}
}

@media only screen and (max-width: 782px) {
.bakery2 h1{font-size: 160%;}
}


@media only screen and (max-width: 736px) {
	#chalkboard{height: 475px;}
}

@media only screen and (max-width: 669px) {
	h1.bakery{font-size: 200%;}
}


@media only screen and (max-width: 667px) {
	#chalkboard{height: 449px;}
}

@media only screen and (max-width: 640px) {
	#chalkboard{height: 407px;}
	.span_8_of_12 .post:first-of-type{border-top: none;}
	#bloghome .span_8_of_12 {border-top: none;}
		#welcome #mc4wp-form-1 input{width: 96%;}
	#welcome #mc4wp-form-1 input[type="submit"]{font-size: 100%; margin-top: 2%; width: 100%;}
	.bakery2 h1{font-size: 130%;}
}

@media only screen and (max-width: 600px) {
	#chalkboard{height: 395px;}
	/*#banner div{width: 46%;}*/
	#banner .span_3_of_12{width: 46%;}
	.menupage .span_4_of_12{width: 100%;}
	.menupage #newsletter h2{font-size: 150%;}
	.menupage #mc4wp_email{width: 70%;}
	.menupage #mc4wp-form-1 input[type="submit"], #searchform input[type="submit"]{width: 25%;}

}

@media only screen and (max-width: 568px) {
	#chalkboard{height: 374px;}
	.menupage #download{padding-bottom: 3%;}
}

@media only screen and (max-width: 494px) {
	h1.bakery{font-size: 160%;}
	.bakery-home p.subtitle{font-size: 100%;}
}

@media only screen and (max-width: 480px) {
	header figure{margin-left: 30px;}
	.menuicon{right: 30px;}
	#banner figure {display: none;}	
	.col{margin: 0;}
	
	#chalkboard {margin: 0; height: 475px;}
	
	#welcome {border-right: none; border-bottom: thin solid #E2ADA8; padding-bottom: 20px; margin-bottom: 20px;}
	
	#catering,
	#cakes,
	#menus {float: none; width: 100%;}
	
	#cakes {border-left: none; border-right: none; border-top: thin solid #E2ADA8; border-bottom: thin solid #E2ADA8; padding: 20px 0;}

	#contactpage .col{margin: 0;}
	#contactpage iframe{width: 100%; height: auto;}
	#contactpage h2{padding-top: 10%;}

	#mc4wp-form-1 input[type="submit"], #searchform input[type="submit"]{font-size: 100%;}
	#welcome #mc4wp-form-1 input{width: 60%;}
	#welcome #mc4wp-form-1 input[type="submit"]{width: 25%;}

	p.bakerydesc{display: block;}

	.bakery-home .intro div{ margin-bottom: 5%;}
}

@media only screen and (max-width: 423px) {
	h1.bakery::before{content: "";}
	h1.bakery::after{content: "";}
	#separator img{width: 90%; height: auto;}
}

@media only screen and (max-width: 360px;){
	#bloghome #mc4wp-form-1 input[type="submit"], #bloghome #searchform input[type="submit"],
	#blogpost #mc4wp-form-1 input[type="submit"], #blogpost #searchform input[type="submit"]{width: 25%;} 
}

@media only screen and (max-width: 320px) {
	.widget #s{width: 90%;}
	#bloghome #mc4wp_email, #blogpost #mc4wp_email{width: 90%;}
	#bloghome #mc4wp-form-1 input[type="submit"], #blogpost #mc4wp-form-1 input[type="submit"]{width: 90%;}
	#bloghome #searchform input[type="submit"], #blogpost #searchform input[type="submit"]{width: 91.5%; margin-top: 2%;}
	#bloghome #mc4wp-form-1 input[type="submit"], #blogpost #mc4wp-form-1 input[type="submit"]{width: 92%; margin-top: 2%;}
}

@media only screen and (max-width: 240px){
	nav figure img{width: 130px; height: auto;}
}

@media print {
	.menupage div.span_4_of_12{width: 45%;}
	.menupage div.span_4_of_12:first-of-type{width: 100%; }
	.menupage div.span_4_of_12:nth-of-type(2){margin-left: 0;}
	.chalkboard{background-repeat: repeat; min-height: 100px;}
	.menupage #newsletter{display: none;}
	#download{display: none;}
	header{display: none;}
	.menupage h2{font-size: 100%;}
	.menupage h4{font-size: 70%;}
	.menupage p{font-size: 50%; line-height: 100%;}
	.menupage #section-1{margin-top: 0;}
	footer #th{display: none;}

}





