/*
SMALL (BASE) SIZE
These are the small/base styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************

Stylesheet: Base/Small Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */

/*********************
INCLUDE NEW FONTS STYLES
*********************/

@font-face {
    font-family: 'blackjackregular';
    src: url('fonts/blackjack/black_jack-webfont.eot');
    src: url('fonts/blackjack/black_jack-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/blackjack/black_jack-webfont.woff') format('woff'),
         url('fonts/blackjack/black_jack-webfont.ttf') format('truetype'),
         url('fonts/blackjack/black_jack-webfont.svg#blackjackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'oakleaf-cakes-logo';
  src: url('fonts/oakleaf-cakes-logo-font/oakleaf-cakes-logo.eot?7818991');
  src: url('fonts/oakleaf-cakes-logo-font/oakleaf-cakes-logo.eot?7818991#iefix') format('embedded-opentype'),
       url('fonts/oakleaf-cakes-logo-font/oakleaf-cakes-logo.woff?7818991') format('woff'),
       url('fonts/oakleaf-cakes-logo-font/oakleaf-cakes-logo.ttf?7818991') format('truetype'),
       url('fonts/oakleaf-cakes-logo-font/oakleaf-cakes-logo.svg?7818991#oakleaf-cakes-logo') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*********************
LAYOUT & GRID STYLES
*********************/
body {
	/* background: #f6f6f6; */
	-webkit-font-smoothing: antialiased;
	background-color:#6b6052;
}

.fullWidth {
   width: 100% !important;
   max-width: 100%; 
   margin-left: auto;
   margin-right: auto;
}

/*********************
LINK STYLES
*********************/
a, a:visited {            /* Check the Content Section for hover styles */
	color: #6b6052;
  /*adds highlight on hover */
  /* on click */
  /* mobile tap color */ }

  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); 
}

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	
	font-family: 'blackjackregular', Arial, sans-serif;
	font-weight:normal;
	
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none;
	}

/*********************
HEADER STYLES
*********************/
.alertHeader{
	background:yellow;
	height:2em;
	text-align:center;
}

h1.large-header {
	font-size:2.25em;
	color:#fff;
	margin-top: 0.125em;
}

h2.large-header {
	font-size:1.125em;
	color:#fff;
	margin-top:-1em;
}

.orbit-timer {
	display:none;
}

.header {
	text-align:center;
}

#inner-header {
	background:#fff;	
}

  .header #inner-header li {
    list-style: none; }

.header-orbit {
	height: 20em;
}

.orbit-item {
	height: 20em;
}

.header-shade {
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.header-shade a {
	color: #fff;
}

.logo {
	font-family: 'oakleaf-cakes-logo'; /* BYO icon font, mapped smartly */
	font-size:10em;
	color:#fff;
	padding-top:.25em;
	speak: none; /* Not to be trusted, but hey. */
	/* content: '\e800'; */ /* could also be typed in plain text as &#xe800; */
}

.orbit-item-1 /* home style */
{
  background: url(../images/headers/orbit-item-1_z.jpg) no-repeat center;
  background-size: cover;
}
.orbit-item-2
{
  background: url(../images/headers/orbit-item-1_z.jpg) no-repeat center;
  background-size: cover;
}

.header-cafe
{
	background: url(../images/headers/header-cafe_z.jpg) no-repeat center;
	background-size: cover;
	height: 21em;
}

.header-blog
{
	background: url(../images/headers/header-blog_z.jpg) no-repeat center;
	background-size: cover;
	height: 21em;
}


.header-cakes
{
	background: url(../images/headers/header-cakes_z.jpg) no-repeat center;
	background-size: cover;
	height: 21em;
}

.header-about
{
	background: url(../images/headers/header-cafe_z.jpg) no-repeat center;
	background-size: cover;
	height: 21em;
}

.header-contact
{
	background: url(../images/headers/header-contact_z.jpg) no-repeat center;
	background-size: cover;
	height: 21em;
}

.header-fallback
{
	background: url(../images/headers/header-cafe_z.jpg) no-repeat center;
	background-size: cover;
	height: 21em;
}

.logo-small {
	font-family: 'oakleaf-cakes-logo'; /* BYO icon font, mapped smartly */
	font-size:10em;
	color:#fff;
	padding-top:.25em;
	speak: none; /* Not to be trusted, but hey. */
	/* content: '\e800'; */ /* could also be typed in plain text as &#xe800; */
}

h1.small-header{
	font-size:2.25em;
	color:#fff;
	margin-top: 0.125em;
}

h2.small-header{
	font-size:1.125em;
	color:#fff;
	margin-top:-1em;
}


/*********************
NAVIGATION STYLES
*********************/

.sticky-side {  /* Turns off side sticky for medium and small screens */
	display:none;
	text-align:center;
	float:right;
	margin-right:5%;
	margin-top:3em;
	min-height:290px;
	min-width:290px;
	background: #6b6052;
	color: #fff5dc;
	opacity:0.75;
	border-radius:50%;
	overflow:hidden;
	font-size:1em;
}

.sticky-side ul {
	list-style: none;
	margin:0;
	padding-bottom:2em;	
}

.sticky-side a {
	color: #fff5dc;
}

.sticky-side li:hover {
	color: #000;
	background-color:#000;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.sticky-side.stick {
    position: fixed;
    top: 1em;
	right: 0;
    z-index: 10000;
}

.sticky-side h2 {
	padding-top:1em;
	color:#fff5dc;
	font-size:1.7em;
}

.top-bar, .top-bar a {
	background: #fedac6 !important;
	opacity:0.95;
	filter:alpha(opacity=95);
	z-index: 1;
	color: #333333 !important;
}

.top-bar .name h1 a {
	color: #333333 !important;
}

.top-bar .toggle-topbar a {
	color: #333333 !important;
}

.top-bar.expanded .title-area {
  background: #fedac6; 
}

.top-bar .toggle-topbar.menu-icon a::after {
  box-shadow: 0 10px 0 1px #333333, 0 16px 0 1px #333333, 0 22px 0 1px #333333; 
}

.top-bar-section .has-dropdown > a:after {
   border-color: #666666 transparent transparent;
}

.top-bar-section ul {
	background: #fedac6 !important;
	color: #333333 !important;
}

.top-bar-section ul li > a {
	background: #fedac6 !important;
	color: #333333 !important;
}

.top-bar-section ul li:hover:not(.has-form) > a {
	background: #FEEEE5 !important;
	color: #333333 !important;
}

.top-bar .title-area {
	z-index: 1;
}

.top-bar-section ul li.active > a {
    background-color: #ccf5bd !important;
}
    .top-bar-section ul li.active > a:hover {
      background-color: #FEEEE5 !important;
}

.top-bar-section .dropdown label {
	background: #fedac6 !important;
	color: #333333 !important;
}
.overflow-hidden { /* Added this to cut off top-bar title area rather than wrapping and messing up nav*/
	overflow:hidden;
}

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/

.archive-post {
	margin-bottom:2em;
}

.archive-post-content {
	max-height:16em; /* 1.6em x 10 */
	overflow:hidden;
}

.archive-post-content-long {
	max-height:32em; /* 1.6em x 20 */
	overflow:hidden;
}

.post-thumbnail {
	margin-bottom:1em;
	overflow:hidden;
}

.gallery-content {
	padding-left:0;
	padding-right:0;
}

.gallery-margin {
	margin-right:5%;
	margin-left:5%;
}

.gallery-padding {
	padding-left:0;
	padding-right:2.5%;
}

.photo-grid-1 {
	background: no-repeat center;
  	background-size: cover;
	height:325px;
	/* -moz-border-radius: 50%;
	border-radius: 50%; */
}

.photo-grid-1c {
	background: #000;
	height:325px;
	text-align:center;
	color:#fff;
}

	.photo-grid h1 {
		color:#fff;
		margin-bottom:0;
		margin:0;
		padding:0;
	}

	.photo-grid-dark h1 {
		color:#000;
		margin-bottom:0;
		margin:0;
		padding:0;
	}

	.photo-grid h4, .photo-grid p {
		color: #fff5dc;
		margin:0;
		padding:0;
	}

	.photo-grid-dark h4, .photo-grid-dark p {
		color: #4c4c4c;
		margin:0;
		padding:0;
	}
	
	.round-outline-button, .round-outline-button-dark {
		text-align:center;
		margin-top:1.75em;
		border:solid 2px;
		border-color:transparent;
		border-radius: 5px 20px 5px;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	
	.round-outline-button:hover {
		border-color: #fff5dc;
		cursor:pointer;
		background: rgba(255, 245, 220, 0.2);
	}

	.round-outline-button-dark:hover {
		border-color: #6b6052;
		cursor:pointer;
		background: rgba(107, 96, 82, 0.13);
	}
	
	.ROB-vert-center {
		margin-top:90px;
	}

.photo-grid-2 {
	background: no-repeat center;
  	background-size: cover;
	height:325px;
}

.photo-grid-2c {
	background: #6b6051;
	height:325px;
	text-align:center;
	color:#fff;
}

.photo-grid-3 {
	background: no-repeat center;
  	background-size: cover;
	height:325px;
}

.photo-grid-3c {
	background: #f5ece7;
	height:325px;
}

.photo-grid-4 {
	background: no-repeat center;
  	background-size: cover;
	height:325px;
}

.photo-grid-4c {
	background: #dae4ed;
	height:325px;
}

.photo-grid-5 {
	background: no-repeat center;
  	background-size: cover;
	height:325px;
}

.photo-grid-5c {
	background: #fff;
	height:325px;
}

.photo-grid-6c {
	background: #000;
	height:325px;
}

.photo-grid-7 {
	background: no-repeat left top;
  	background-size: cover;
	height:325px;
}

.photo-grid-7c {
	background: #000;
	height:325px;
}

.photo-grid-press {
	font-family: 'oakleaf-cakes-logo'; /* BYO icon font, mapped smartly */
	color:#e6e6e6;
	text-align:center;
	overflow:hidden;
}

.photo-grid-press li {
	font-size:70px;
	padding:0;
	margin:0;	
}

.press-orbit li {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.press-orbit li:hover {
	color:#fff5dc;
	cursor:pointer;
	background:#333;
	border-radius: 5px 20px 5px;
}

.vCardContainer {
	height:325px;
}

.vCardCenter {
	background: no-repeat center;
  	background-size: cover;
	background-color: #000;
	text-align:center;
	height:325px;
}
.vcard {
	margin-top:80px;
	background: #fff;
	opacity:0.90;
	filter:alpha(opacity=90);
	border-radius: 5px 20px 5px;
}

.vCardCenter :hover, .vCardCenter a:hover {
    background: #6b6052;
    color: #fff; 
	cursor:pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#iframelazyMap {
	display:none;
}

#lazyMap {
	cursor:pointer;
}

.googleMap{
	background: no-repeat center center;
	height:325px;
	background-size: cover;
	padding:0 !important;
}

.google-maps-header {
	margin: 10px 0 0 10px;
	padding: 10px 10px 0 10px;
	height: 50px;
	width: 292px;
	font-family: 'oakleaf-cakes-logo'; /* BYO icon font, mapped smartly */
	speak:none;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0 5px 1px #999;
}

.google-maps-star {
	float:right;
	font-size:1em;
	color:#4e8df2;	
}

.google-maps-name {
	font-size:13px;
	color:#000;	
}

.google-maps-description {
	font-size:12px;
	color:#4e8df2;
	margin-top:5px;
}

#content {
	background-color:#fff;
	padding-top: 1em; 
  /*adds highlight on hover */ 
}
  .content a:hover, .content a:focus, .content p.a:hover {
    background: #6b6052;
    color: #fff; 
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999; 
	margin:-1em .25em 0 .25em;
}

.byline-single {
	color: #999; 
	margin-top:-1em;
}

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }


/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/******* Image Captioning for About Page *************/
/****** As taken from http://maketea.co.uk/2013/12/16/smooth-text-overlays-with-css-transforms.html *************/
/******** Please note, more code in different screen resolution sections ************/

.caption-wrap {
	margin:1em 0 0 0;
}

.caption-container{
	padding:5px;
}

.caption h1 {
    margin: 0;
    padding: .5em;
	color:#fff;
	text-shadow: 0px 0px 4px #444444;
}

.caption h3 {
    margin: 0;
    padding: .5em;
	color:#fff;
	text-shadow: 0px 0px 10px #000;
}

.caption p {
	margin: 0;
    padding: 0 .5em 0 .5em;
	color:#fff;
}

.caption {
    position: relative;
    overflow: hidden;

    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .4s ease-out;
}

.caption:hover::before {
    background: rgba(0, 0, 0, .5);
}

.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    transition: -webkit-transform .4s ease-out;
    transition:         transform .4s ease-out;

}

.caption__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, .5);

    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    transition: -webkit-transform .4s ease-out;
    transition:         transform .4s ease-out;
}

.caption:hover img {
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
	transition: -webkit-transform .4s ease-out;
    transition:         transform .4s ease-out;    
}

.caption:hover .caption__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.caption__overlay__title {
    -webkit-transform: translateY( -webkit-calc(-100% - 10px) );
            transform: translateY( calc(-100% - 10px) );

    transition: -webkit-transform .4s ease-out;
    transition:         transform .4s ease-out;
}

.caption:hover .caption__overlay__title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

/******* end Image Captioning for About Page *************/

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination a:hover {
  color: black; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

#respond ul {
  margin-left: 0px; }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
    background: #e7e7e7; }
  .commentlist li.depth-3 {
    background: #dadada; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em; }
  .commentlist .comment-reply-link {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #008cba;
    border-color: #007095;
    color: white;
    float: right; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      background-color: #007095; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      color: white; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
}

  .widget ul li {
    list-style: none;
	line-height: 115%;
	padding: 0;
    /* deep nesting */ }

.screen-reader-text {
	display:none;
}

.off-canvas-back {
	width: 100%;
	text-align: center;
	margin-left: -1em;
}

.sidebar-offcanvas #searchform {
	width: 100%;
	margin-left: -1em;
}

#searchsubmit {
	display: none;
}

.sidebar-offcanvas {
	padding: 1em;
}

.sidebar-offcanvas .widgettitle, .sidebar-offcanvas h3 {
	color: #fff;
}

.sidebar-offcanvas h3:hover {
	cursor: pointer;
}

.sidebar-offcanvas a {
	color: #fff5dc;
}

.sidebar-toggle {
	z-index:50;
	background:#000;
	text-align:center;
	width:8em;
	height:2.5em;
	position:fixed;
	right:0;
	top:50%;
	padding-top:.25em;
	margin-top:-7em;
    
    
    /* Rotate from top left corner (not default) */
    -webkit-transform-origin: right bottom;
    -moz-transform-origin:    right bottom;
    -ms-transform-origin:     right bottom;
    -o-transform-origin:      right bottom;
    
    -webkit-transform: rotate(270deg); 
    -moz-transform:    rotate(270deg); 
    -ms-transform:     rotate(270deg); 
    -o-transform:      rotate(270deg); 

	border-radius: 1.5em 1.5em 0 0;
	opacity:0.7;
}

.sidebar-toggle h4 {
	color:#fff5dc;
}

/*********************
FOOTER STYLES
*********************/
.footer {
	clear: both;
/*	margin-top: 1em;  */
	padding: 10px 0 10px 0;
	background: #6b6052;
	min-height: 5em;
	color: #fff5dc;
	text-transform:uppercase;
}

.footer p {
	margin:0;
	font-size:.8em;
}

.footer-logo {
	text-align:center;
	font-family: 'oakleaf-cakes-logo'; /* BYO icon font, mapped smartly */
	font-size:4em;
	speak: none; /* Not to be trusted, but hey. */
	/* content: '\e800'; */ /* could also be typed in plain text as &#xe800; */
	margin-top:-8px;
}

.footer-logo :hover {
	color: #fff;
	cursor:pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-address {
	margin-top:9px;
	text-align:center;
}

.footer-address :hover {
	color: #fff;
	cursor:pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer ul.home-social {
	position: relative;
	float: left;
	display: block;
	left: 47%;
	font-family: 'oakleaf-cakes-logo'; /* BYO icon font, mapped smartly */
}

.footer ul.home-social li {
	position: relative;
	float: left;
	display: block;
	right: 53%;
    list-style: none;
	margin: 0 5px 0 5px;
}

.footer ul.home-social li a {
    display: block;
    height: 30px;
    width: 30px;
	font-size: 28px;
	color: #fff5dc;
}

.footer ul.home-social li a:hover {
	color: #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.copyright {
	text-align:center;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: none; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*
MEDIUM
*/
@media only screen and (min-width: 40.063em) {
  /******************************************************************
  
  Stylesheet: Mediun Stylesheet
  
  Styles apply to 40.063em and up.
  
  ******************************************************************/

  /*********************
  HEADER STYLES
  *********************/

.header-shade {
	margin:auto;
	width:80%;
	height:100%;
	background: rgba(0, 0, 0, 0.25); 
	overflow:hidden;
}

.logo {
	font-size:13em;
	color:#fff;
	padding-top:.65em;
}

h1.large-header {
	font-size:3em;
	color:#fff;
	margin-top: 0.175em;
}

h2.large-header {
	font-size:1.5em;
	color:#fff;
	margin-top:-0.75em;
}

.header-orbit {
	height: 30em;
}

.orbit-item {
	height: 30em;
}

.orbit-item-1
{
	background: url(../images/headers/orbit-item-1_b.jpg) no-repeat center;
    background-size: cover;
}
.orbit-item-2
{
	background: url(../images/headers/orbit-item-1_b.jpg) no-repeat center;
    background-size: cover;
}
.header-cafe
{
	background: url(../images/headers/header-cafe_b.jpg) no-repeat center;
    background-size: cover;
}

.header-blog
{
	background: url(../images/headers/header-blog_b.jpg) no-repeat center;
    background-size: cover;
}

.header-cakes
{
	background: url(../images/headers/header-cakes_b.jpg) no-repeat center;
	background-size: cover;
}

.header-about
{
	background: url(../images/headers/header-cafe_b.jpg) no-repeat center;
	background-size: cover;
}

.header-contact
{
	background: url(../images/headers/header-contact_b.jpg) no-repeat center;
	background-size: cover;
}

.header-fallback
{
	background: url(../images/headers/header-cafe_b.jpg) no-repeat center;
	background-size: cover;
}

h1.small-header{
	font-size:3em;
	color:#fff;
	margin-top: 0.175em;
}

h2.small-header{
	font-size:1.5em;
	color:#fff;
	margin-top:-0.75em;
}


  /*********************
  NAVIGATION STYLES
  *********************/

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

.photo-grid-press li {
	font-size:130px;
}


  /* end .entry-content */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*********************
  FOUNDATION STYLES
  *********************/
  /*********************
  PLUGIN STYLES
  *********************/ }
/*
LARGE
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 64.063em) {
  /******************************************************************
  
  Stylesheet: Large Stylesheet
  
  Styles apply to 64.063em and up.
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px;
}

  /*********************
  HEADER STYLES
  *********************/
.header-shade {
	margin: auto;
	width: 60%;
	height:100%;
	background: rgba(0, 0, 0, 0.25); 
	overflow:hidden;
}

.logo {
	font-size:15em;
	color:#fff;
	padding-top:.65em;
}

h1.large-header {
	font-size:4em;
	color:#fff;
	margin-top:0.225em;
}

h2.large-header {
	font-size:2em;
	color:#fff;
	margin-top:-0.75em;
}

.header-orbit {
	height: 37em;
}

.orbit-item {
	height: 37em;
}

.orbit-item-1
{
  background: url(../images/headers/orbit-item-1_h.jpg) no-repeat center;
  background-size: cover;
}
.orbit-item-2
{
  background: url(../images/headers/header-cafe_h.jpg) no-repeat center;
  background-size: cover;
}
.header-cafe
{
	background: url(../images/headers/header-cafe_h.jpg) no-repeat center;
    background-size: cover;
}

.header-blog
{
	background: url(../images/headers/header-blog_h.jpg) no-repeat center;
    background-size: cover;
}

.header-cakes
{
	background: url(../images/headers/header-cakes_h.jpg) no-repeat center;
	background-size: cover;
}

.header-about
{
	background: url(../images/headers/header-cafe_h.jpg) no-repeat center;
	background-size: cover;
}

.header-contact
{
	background: url(../images/headers/header-contact_h.jpg) no-repeat center;
	background-size: cover;
}

.header-fallback
{
	background: url(../images/headers/header-cafe_h.jpg) no-repeat center;
	background-size: cover;
}

  /*********************
  NAVIGATION STYLES
  *********************/
.sticky-side {
	display:inherit;
}

  /*********************
  POSTS & CONTENT STYLES
  *********************/
.gallery-margin {
	margin-right:2.25%;
	margin-left:5%;
}

/******* Image Captioning for About Page *************/
/****** As taken from http://maketea.co.uk/2013/12/16/smooth-text-overlays-with-css-transforms.html *************/
/******** Please note, more code in different screen resolution sections ************/

.caption-wrap {
	max-width:1600px;
	margin-right:5%;
	margin-left:5%;
}


  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */ }
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em; }

.sidebar-toggle {
	display:none;
}

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */
  /*********************
  FOUNDATION STYLES
  *********************/
  /*********************
  PLUGIN STYLES
  *********************/ }
/*
XLARGE
*/
@media only screen and (min-width: 90.063em) {
  /******************************************************************
  
  Stylesheet: X-Large Stylesheet
  
  Styles apply to 90.063em and up.
  
  
  ******************************************************************/ 

  /*********************
  HEADER STYLES
  *********************/
.header-shade {
	margin: auto;
	width: 70%;
	height:100%;
	background: rgba(0, 0, 0, 0.25); 
	overflow:hidden;
}

.logo {
	font-size:15em;
	color:#fff;
	padding-top:.65em;
}

h1.large-header {
	font-size:4em;
	color:#fff;
	margin-top: 0.225em;
}

h2.large-header {
	font-size:2em;
	color:#fff;
	margin-top:-0.75em;
}

.header-orbit {
	height: 37em;
}

.orbit-item {
	height: 37em;
}

.orbit-item-1
{
  background: url(../images/headers/orbit-item-1_k.jpg) no-repeat center;
  background-size: cover;
}
.orbit-item-2
{
  background: url(../images/headers/orbit-item-1_k.jpg) no-repeat center;
  background-size: cover;
}
.header-cafe
{
	background: url(../images/headers/header-cafe_k.jpg) no-repeat center;
    background-size: cover;
}

.header-blog
{
	background: url(../images/headers/header-blog_k.jpg) no-repeat center;
    background-size: cover;
}

.header-cakes
{
	background: url(../images/headers/header-cakes_k.jpg) no-repeat center;
	background-size: cover;
}

.header-about
{
	background: url(../images/headers/header-cafe_k.jpg) no-repeat center;
	background-size: cover;
}

.header-contact
{
	background: url(../images/headers/header-contact_k.jpg) no-repeat center;
	background-size: cover;
}

.header-fallback
{
	background: url(../images/headers/header-cafe_k.jpg) no-repeat center;
	background-size: cover;
}


}
/*
XXLARGE
*/
@media only screen and (min-width: 120.063em) {
  /******************************************************************
  
  Stylesheet: XX-Large Stylesheet
  
  Styles apply to 120.063em and up.
  
  ******************************************************************/
 

}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/


  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }

/*
RETINA LARGE DISPLAYS (2x RESOLUTION DEVICES AND 64 EM+)
This applies to the retina iPad (2,3) AND Macbook Pros along with
other displays with a 2x LARGE resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 64.063em), only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 64.063em), only screen and (min-device-pixel-ratio: 1.5) and (min-width: 64.063em) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Large Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/

  /*********************
  HEADER STYLES
  *********************/
.header-shade {
	margin: auto;
	width: 70%;
	height:100%;
	background: rgba(0, 0, 0, 0.25);
	overflow:hidden;
}

.logo {
	font-size:15em;
	color:#fff;
	padding-top:.65em;
}

h1.large-header {
	font-size:4em;
	color:#fff;
	margin-top: 0.225em;
}

h2.large-header {
	font-size:2em;
	color:#fff;
	margin-top:-0.75em;
}

.header-orbit {
	height: 37em;
}

.orbit-item {
	height: 37em;
}

.orbit-item-1
{
  background: url(../images/headers/orbit-item-1_k.jpg) no-repeat center;
  background-size: cover;
}
.orbit-item-2
{
  background: url(../images/headers/orbit-item-1_k.jpg) no-repeat center;
  background-size: cover;
}
.header-cafe
{
	background: url(../images/headers/header-cafe_k.jpg) no-repeat center;
    background-size: cover;
}

.header-blog
{
	background: url(../images/headers/header-blog_k.jpg) no-repeat center;
    background-size: cover;
}

.header-cakes
{
	background: url(../images/headers/header-cakes_k.jpg) no-repeat center;
	background-size: cover;
}

.header-about
{
	background: url(../images/headers/header-cafe_k.jpg) no-repeat center;
	background-size: cover;
}

.header-contact
{
	background: url(../images/headers/header-contact_k.jpg) no-repeat center;
	background-size: cover;
}

.header-fallback
{
	background: url(../images/headers/header-cafe_k.jpg) no-repeat center;
	background-size: cover;
}


  /* 

  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 

  */ }


/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
