/*
	Theme Name: Grandbaby Cakes
	Description: Blog Theme for Grandbaby Cakes Food Blog
	Author: Melanie Anne Creative
	Author URI: http://www.melanieannecreative.com/
	Version: 1.0
	Tags: pink, blue, two-columns, right-sidebar, responsive
	Template: genesis
	Template Version: 2.0.1
	License: GPL-2.0+
	License URI: https://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements.
		- Headings
		- Objects
		- Forms
		- Tables

	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes

	- Common Classes
		- WordPress
		- Genesis
		- Titles

	- Widgets
		- Featured Content

	- Plugins
		- Jetpack
		- Simple Social Icons

	- Site Header
		- Top Bar
		- Title Area
		- Widget Area

	- Site Navigation
		- Primary Navigation
		- Top Bar Navigation

	- Content Area
		- Entries
		- Pagination
		- Comments

	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Options
		- Mint
		- Dusty Purple
		- Mustard
	- Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 568px
		- max-width: 400px

*/

/*

HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}



/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}



/*
Defaults
---------------------------------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
font-family: 'Muli', sans-serif;
font-style: normal;
color: #2A2E35;
font-weight: 400;
line-height: 20px;
font-size:14px;
margin: 0;
padding: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #53B2C0;
	font-weight:600;
	transition: color 0.30s ease;
	text-decoration:none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #F28A78;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

.screen-reader-text {
	position: absolute;
	left: -999em;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	letter-spacing:0px;
	margin: 0 0 20px;
	color:#F48A78;
	text-transform:uppercase;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	padding:8px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #949494;
}

::-webkit-input-placeholder {
	color: #949494;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #F28A78;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #4CB2C1;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner {
	clear: both;
	padding-top: 30px;
	margin: 0 auto;
	max-width: 1100px;
	background:#fff;
}

.wrap {
	margin: 0 auto;
	max-width: 1100px;
}



/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 700px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 800px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 300px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
	padding-top:10px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.site-footer ul {
text-align:left;
}

.site-footer li {
display: inline-block;
    margin-right: 7px;
    text-transform: uppercase;
    font-size: 11px;
}

.site-footer li a {
    border-bottom: 0px;
}

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.one-half .alignleft {
	float: none;
	display: block;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 5px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 15px 15px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 15px 15px;
}

.wp-caption {
	border: 1px solid #ddd;
	border-radius:3px;
	padding: 10px;
}

.wp-caption-text {
	font-size: 11px;
	font-weight: 400;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}


.author-box p {
	margin-bottom: 0;
}


.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Featured Post Grid
------------------------------------------------------------ */

.category-soul-food-movement .backbutton-wrapper,
.category-soul-food-movement .backbutton {
	display:none;
}

.category-soul-food-movement .archive-title {
display:none;
}

.genesis-grid {
	float: left;
	padding: 0 0 15px ;
	width: 20%;
	min-height:285px;
}

.genesis-grid a {
display:block;
}

.genesis-grid img.alignleft {
border-radius:50%;
}

.category .entry {
padding:0px 20px !important;
}

.genesis-grid .entry-content {
display:none;
}

.genesis-grid .category .entry-title:before {
display:none;
}

.genesis-grid .entry-title a, 
.genesis-grid .entry-title {
    font-family: Muli;
    font-size: 12px;
    font-weight: 400;
	color:#4CB2C1;
}

.genesis-grid .entry-title a:hover {
color:#F28A78;
}

.genesis-grid h2 {
}

.genesis-grid .category .content .entry:after {
    content: '';
}

.recipe-card img:hover {
box-shadow: -7px 7px #A9D9E0;
border-radius:50%;
}

/* Popular Posts
--------------------------------------------- */

.sidebar .featuredpost h2 {
    line-height: .5 !important;
	    margin-bottom: 20px;
}

.sidebar .featuredpost img  {
	margin-bottom:0px !important;
}

.sidebar .featuredpost a, .sidebar .featured-content .entry-title a {
color: #4CB2C1;
    font-size: 11px;
    font-family: 'Muli';
}

#featured-post-27, #featured-post-3 {
margin-bottom:20px;
}

#featured-post-27 .entry, #featured-post-27 .entry {
    display: inline-block;
    width: 49%;
    margin-bottom: 0px;
    padding: 0px 2px;
	border-bottom:0px;
}

#featured-post-28 .widget-title {
    font-size: 23px;
}


#featured-post-28 .widget-title:before {
    content: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/line.png);
    position: absolute;
    margin-left: -160px;
    margin-top: -7px;
}


#featured-post-28 .widget-title:after {
    content: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/line.png);
    position: absolute;
    margin-left: 7px;
    margin-top: -7px;
}

#featured-post-28 .entry {
    float: left;
    width: 20%;
text-align:center;
}

#featured-post-28 h2 a {
    font-size: 12px;
    line-height: 1;
    font-family: Muli;
}

#featured-post-28 img {
border-radius:50%;
}



/* Video Gallery
--------------------------------------------- */

.video {
position:relative;
display:block;
text-align:center;
margin-bottom: 15px;
}

.video img {
margin-bottom:-5px;
}

.play {
position:absolute;
background: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/playlarge.png);
background-size: 62px;
    width: 62px;
    height: 62px;
    top: 60px;
    left: 125px;
    opacity: .8;
}

.sidebar .play {
top: 55px;
left: 115px;
}

.play:hover {
opacity:1;
}

@media only screen and (max-width: 767px) {
.play {left: 45%;}
}

/* Titles
--------------------------------------------- */

.entry-title {
    position: relative;
    color: #F28A78;
    display: block;
    text-align: center;
    font-family: 'Fjalla One';
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 1.2;
}

.page .entry-title:before {
    content: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/line.png);
    position: absolute;
    margin-left: -160px;
    margin-top: -7px;
}

.page .entry-title:after {
    content: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/line.png);
    position: absolute;
    margin-left: 7px;
    margin-top: -7px;
}

.page-template-page_blog .entry-title:before {
    content: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/postimage3.png);
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin: 0 auto;
}

.page-template-page_blog .entry-title:after {
    content: '';
}

.sidebar .entry-title {
	font-size: 12pt;
}

.sidebar .entry-title:before {
	content:'';
}

.entry-title a,
.sidebar .widget-title a {
	color: #F28A78;
	font-weight: 400;
    font-size: 25px;
}

.sidebar .widget-title {
    border-bottom: 2px solid #FBE5DB;
    font-size: 20px;
    height: auto;
}

.entry-title a:hover {
	color: #53B2C0;
}

.widget-title {
	position: relative;
    color: #F28A78;
    height: 36px;
    display: block;
    text-align: center;
    font-family: 'Fjalla One';
    font-size: 28px;
    letter-spacing: 0px;
}

.home-widget .widget-title:before, .video-widget .widget-title:before {
    content: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/line.png);
    position: absolute;
    margin-left: -160px;
    margin-top: -7px;
}

.home-widget .widget-title:after, .video-widget .widget-title:after {
    content: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/line.png);
    position: absolute;
    margin-left: 7px;
    margin-top: -7px;
}

#logos {
display:block;
background:url(https://grandbaby-cakes.com/wp-content/uploads/2016/10/logos.png) no-repeat center;
min-height: 202px;
min-width: 100%;
background-size: contain;
margin-top:-35px;
}

.gifmg-widget {
    clear: both;
    padding-top: 0px;
    margin: 0 auto;
    max-width: 1100px;
    background: #fff;
	margin-bottom:50px;
}

.video-widget {
    border-bottom: 2px solid #FBE5DB;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
    position: relative;
    color: #F28A78;
    height: 36px;
    display: block;
    text-align: center;
    font-family: 'Fjalla One';
        width: 700px;
    margin: 0 auto;
    font-size: 28px;
}

.category-fourth-of-july .archive-title {
    width: 600px;
    font-size: 20px;
}

.archive-title:before {
    content: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/line.png);
    position: absolute;
    margin-left: -160px;
    margin-top: -7px;
}

.archive-title:after {
content: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/line.png);
    position: absolute;
    margin-left: 7px;
    margin-top: -7px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	padding: 20px;
}

.featured-content .entry-title a {
	font-size: 16px;
}

.sidebar .entry {
	padding: 5px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Simple Instagram
--------------------------------------------- */
.si_feed_widget .si_item {
    width: 14.2% !important;
}

#si_feed_widget-1 {
	margin-top:15px;
}

/* Easy Recipe Pro
--------------------------------------------- */

div.easyrecipe {
    font: 12px Muli, sans-serif !important;
    border: 2px solid #FBE5DB !important;
    padding: 30px !important;
}

.easyrecipe .ERSName {
    font: 200% Fjalla One, sans-serif !important;
    text-transform: uppercase;
    color: #F28A78;
    display: block;
    margin-bottom: 15px;
}

.easyrecipe .ERSName:before {
	content:url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/postimage3.png);
	 float: left;
    margin-top: -20px;
    margin-right: 10px;
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader, .easyrecipe .ERSInstructions .ERSInstructionsHeader, .easyrecipe .nutrition .ERSNutritionHeader, .easyrecipe div .ERSNotesHeader {
    font-family: Fjalla One, sans-serif;
    text-transform: uppercase;
    color: #4CB2C1;
}

div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn, div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
	background: #4CB2C1 !important;
    font-size: 12px !important;
	border-radius:0px;
}

div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
    background-image: url(https://www.grandbaby-cakes.com/wp-content/uploads/2016/05/printericon.png) !important;
}

div.easyrecipe div.ERSSavePrint span.ERSSaveBtnSpan span.ERSSaveIcon {
    background-image: url(https://www.grandbaby-cakes.com/wp-content/uploads/2016/05/hearticon.png) !important;
    width: 18px !important;
}

.easyrecipe .ERSTimes {
    border-top: 1px dotted #4CB2C1 !important;
    border-bottom: 1px dotted #4CB2C1 !important;
}

.easyrecipe .ERSTimeRight {
    border-left: 1px dotted #4CB2C1 !important;
}

.easyrecipe .ERSTopRight img {
    border: 2px solid #F28A78 !important;
}

.easyrecipe .ERSTimes .ERSTime .ERSTimeHeading {
    font-family: Fjalla One, sans-serif !important;
    text-transform: uppercase !important;
	color:#4CB2C1 !important;
}

/* Recent Post Slider
--------------------------------------------- */

.recent-post-carousel.design-22 .slick-prev {
    top: 200px;
left: -30px !important;
}

.recent-post-carousel.design-22 .slick-next {
    top: 200px;
right: -30px !important;
}

.recent-post-carousel.design-22 .slick-dots {
top:10px;
left:0px !important;
}

.recent-post-carousel .slick-dots {
position:relative !important;
}

.recent-post-carousel.design-22 .post-content-left {
    background: rgba(76,178,193,0.8) !important;
    height: 100px;
    left: 0px !important;
    bottom: 0px !important;
    right: 0px !important;
    padding: 0px !important;
    z-index: 999;
    color: #fff;
}

.recent-post-carousel.design-22 .post-content-left a {
	color:#fff !important;
	font-size: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px !important;
}

.recent-post-carousel.design-22 .post-content-left .post-content-left-inner {
    border: 0px solid #fff !important;
    padding: 15px;
    text-align: center;
}

.recent-post-carousel.design-22 .post-image-bg {
    background: #f1f1f1;
    height: 500px !important;
}

.recent-post-carousel.design-22 .post-image-bg img {
max-width: 400px !important;
}

/* Popup Ally
--------------------------------------------- */

#popup-box-sxzw-1 .popupally-inner-sxzw-1 .popupally-center-sxzw .content-sxzw input[type="text"].field-sxzw, #popup-embedded-box-sxzw-1 .popupally-inner-sxzw-1 .popupally-center-sxzw .content-sxzw input[type="text"].field-sxzw {
margin-right: 10px !important;
width:48% !important;
float:left;
background: #FFFFFF !important;
}

#popup-box-sxzw-1 .popupally-outer-sxzw-1 {
top:15% !important;
}

#popup-box-sxzw-1 .popupally-inner-sxzw-1 .logo-img-sxzw, #popup-embedded-box-sxzw-1 .popupally-inner-sxzw-1 .logo-img-sxzw {
    height: 250px !important;
}

#popup-box-sxzw-1 .popupally-inner-sxzw-1 .desc-sxzw, #popup-embedded-box-sxzw-1 .popupally-inner-sxzw-1 .desc-sxzw {
    font-family: "Fjalla One" !important;
    text-transform: uppercase !important;
    color: #f28a78 !important;
    font-size: 28px !important;
    margin-top: 10px !important;
}

#popup-box-sxzw-1 .popupally-inner-sxzw-1 .desc-sxzw:before, #popup-embedded-box-sxzw-1 .popupally-inner-sxzw-1 .desc-sxzw:before {
    content: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/shortline.png);
    position: absolute;
    margin-left: -110px;
    margin-top: -8px;
}

#popup-box-sxzw-1 .popupally-inner-sxzw-1 .desc-sxzw:after, #popup-embedded-box-sxzw-1 .popupally-inner-sxzw-1 .desc-sxzw:after {
    content: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/shortline.png);
    position: absolute;
    margin-left: 7px;
    margin-top: -7px;
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

#popup-box-sxzw-1 .popupally-inner-sxzw-1 .desc-sxzw:before, #popup-embedded-box-sxzw-1 .popupally-inner-sxzw-1 .desc-sxzw:before,
#popup-box-sxzw-1 .popupally-inner-sxzw-1 .desc-sxzw:after, #popup-embedded-box-sxzw-1 .popupally-inner-sxzw-1 .desc-sxzw:after {
    content: '' !important;
}

#popup-box-sxzw-1 .popupally-inner-sxzw-1 .desc-sxzw, #popup-embedded-box-sxzw-1 .popupally-inner-sxzw-1 .desc-sxzw {
   line-height:30px !important;
}

}

@media only screen and (max-width: 520px), only screen and (max-device-width: 520px) {

#popup-box-sxzw-1 .popupally-inner-sxzw-1 .logo-img-sxzw, #popup-embedded-box-sxzw-1 .popupally-inner-sxzw-1 .logo-img-sxzw {
    height: 150px  !important;
}

}

#popup-box-sxzw-1 .popupally-inner-sxzw-1 .logo-text-sxzw, #popup-embedded-box-sxzw-1 .popupally-inner-sxzw-1 .logo-text-sxzw {
    font-family: "Muli", sans-serif !important;
padding-top: 20px !important;
}

#popup-box-sxzw-1 .popupally-outer-sxzw-1 {
        border: solid 3px #F28A78;
}

/* Events Calendar
--------------------------------------------- */

.single-tribe_events .linkwithin_hook, .single-tribe_events .trackable_sharing {
	display:none;
}

.tribe-events-tooltip .entry-title:before, .tribe-events-tooltip .entry-title:after {
	content:'';
}

#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical {
	color:#F48A78 !important;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #F48A78 !important;
color:#fff !important;
}

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget input {
	margin-bottom: 10px;
	width: 100%;
}

.sidebar .enews-widget input[type="submit"] {
	background:#2A2E35;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background:#F28A78;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/* CF7
--------------------------------------------- */

.wpcf7 input:hover[type="submit"], .wpcf7 input[type="submit"] {
width:100%;
height:40px;
}

/*
Simple Social Icons
---------------------------------------------------------------------------------------------------- */

.top-bar .simple-social-icons ul li a {
	background-color: #2A2E35 !important;
	color: #ffffff !important;
	font-size: 14px !important;
}

.top-bar .simple-social-icons ul li a:hover {
	background-color:  #2A2E35 !important;
	color: #F28A78 !important;
	font-size: 14px !important;
}

.simple-social-icons ul li.social-snapchat a {
    font-family: 'FontAwesome' !important;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header .wrap {
	padding: 70px 0;
}

/*
Footer Bar
---------------------------------------------------------------------------------------------------- */

.footer-bar {
background:#2A2E35;
width: 100%;
height:50px;
color: #fff;
}

.footer-bar-left,
.footer-bar-right {
	width: 50%;
}


.footer-bar-left {
	float: left;
}

.footer-bar-left .widgetwrap {
	float: left;
}

.footer-bar-right {
	float: right;
	text-align: right;
}

/* Title Area
--------------------------------------------- */

.site-header {

}

.title-area, .site-title {
	text-align:center;
	width: 100%;
}

.header-image .title-area {
	background: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/header.png) center no-repeat;
	min-height: 400px;
}

#book {
position:absolute;
    right: 80px;
    top: 301px;
}

.checkoutlinks {
    position: absolute;
    font-family: 'Fjalla One';
    text-transform: uppercase;
    margin-top: -55px;
    margin-left: 143px;
    font-size: 9px;
    line-height: 15px;
    width: 120px;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.checkoutlinks a {
    color: #2A2E35;
    border-bottom: 1px dotted #2A2E35;
font-weight:400;
}

.checkoutlinks a:hover {
color:#F28A78;
}

#follow {
    position: absolute;
    left: 60px;
    top: 360px;
}

#home-subscribe {
background:url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/emailbackground.png) no-repeat left;
border: 1px solid #f28876;
    padding: 20px;
text-align: center;
margin:0 auto;
width: 85%;
}

#home-subscribe .widget-title {
    margin: 0 auto;
    margin-top: -35px;
    background: #fff;
	width:200px;
}

#home-subscribe .widget-title:before, #home-subscribe .widget-title:after {
content:'';
}

#home-subscribe form {
display:inline-block;
}

#home-subscribe input {
width:370px;
background: rgba(255, 255, 255, 0.5);
height:40px;
margin-left: 10px;
text-transform:uppercase;
}

#home-subscribe  input[type="submit"] {
background:url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/go.png) no-repeat;
color: #fff;
height: 62px;
width:62px;
text-indent:-999px;
}

#instagram {
border: 1px solid #f28876;
    padding: 15px;
    margin-bottom: 40px;
}

#instagram p {
	margin:0px;
}

.instagram-title {
    margin-top: -50px;
    margin-left: 30px;
    display: block;
    margin-bottom: 15px;
	position:absolute;
}

.insta-link {
    background: #2A2E35;
    color: #fff;
    padding: 2px 10px;
    float: right;
    margin-right: 30px;
    font-size: 12px;
}

.insta-link:hover {
color:#feefe9;
}

.insta-link2 {
    background: #FFFFFF;
    color: #2A2E35;
    padding: 2px 10px;
    float: left;
    margin-right: 0px;
    font-size: 12px;
}

.backbutton-wrapper {
position:relative;
}

.backbutton {
    position: absolute;
opacity:.8;
}

.backbutton:hover, 
.recipesbutton:hover,
.morevideobutton:hover {
opacity:1;
}

.recipesbutton {
    position: absolute;
    float: right;
    right: 30px;
    top: -10px;
opacity:.8;
z-index: 1;
}

.morevideobutton {
opacity:.8;
}

.site-title {
}

.site-title a {
display:none;
}

.site-title a:hover {

}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
	display:none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	width: 100%;
}


/* Widget Area

--------------------------------------------- */

.home-widget { padding:20px;}

.widget-area {
	word-wrap: break-word;
}

.widget-area .header-widget-area {
	position: relative;
	float:right;
	width: 440px;
	list-style: none;
}

.header-image .site-header .widget-area {
	position: relative;
	float:right;
	width: 440px;
	list-style: none;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	position: relative;
	text-align: center;
	line-height: 48px;
	color: #fff;
	letter-spacing: 1px;
}


.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
color: #ffffff;
    font-family: 'Muli', san-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item a {
	color: #F48873;
	background:#feefe9;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 250px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu li {
	border-bottom: 2px solid #F59383;
	width:250px;
	background-color: #FEEFE9;
	padding-left:10px;
}

.genesis-nav-menu .sub-menu .current-menu-item a {
	background:transparent;
}

.genesis-nav-menu .sub-menu li:after {
	content:'';
	
}

.genesis-nav-menu .sub-menu li:hover {
	background-color: #2A2E35;
	color: #fff;
}

.genesis-nav-menu .sub-menu a {
	color: #F59383;
	font-size: 14px;
	position: relative;
	text-transform:uppercase;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #FEEFE9 !important;
	background: transparent;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.sidebar input[type="search"] {
    width: 240px;
    height: 35px;
}

.sidebar input[type="submit"] {
    content: "\f179";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 28px 'dashicons';
    vertical-align: top;
    background: none;
    background: #4CB2C1;
    border: none;
	height:35px;
    padding: 2px;
}

.sidebar input[type="submit"]:hover {
    background-color: #2A2E35;
}


.to-top {
	display:inline-block;
	height:70px;
	width:70px;
	position:fixed;
	bottom:25px;
	right:10px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(images/backtotop.png) no-repeat center;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:1;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}

@media only screen and (min-width: 768px) {

	.to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:70px;
		width:70px;
		right:30px;
		bottom:25px;
	}
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/nav-bg.png);
}

.nav-primary .sub-menu a:hover {
	color: #2A2E35;
}

.nav-primary .dashicons, .dashicons-before:before {
    display: inline-block;
    font-size: 25px;
    vertical-align: middle;
    height: 30px;
	width:25px;
}

/* Top Bar Navigation
--------------------------------------------- */

/*
Hellobar
---------------------------------------------------------------------------------------------------- */

#hellobar {
position:relative;
z-index: 200;
height:60px;
background-color: #2A2E35;
width:100%;
}

#hellobar-inner {
color:#fff;
font-size: 16px;
margin:0 auto;
line-height: 60px;
width:1100px;
font-weight: 400;
}

#hellobar form {
display:inline-block;
}

#hellobar  input[type="submit"] {
width:150px;
color: #fff;
height: 33px;
}


#hellobar  input[type="submit"]:hover {
width:150px;
color: #fff;
height: 33px;
}

#hellobar input {
width:250px;
margin-left: 10px;
border:0px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.blog .entry-title:before, .single-post .entry-title:before {
    content: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/postimage3.png);
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.entry {
	background-color: #fff;
	border-radius: 3px;
	padding:20px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-header img {
border-radius: 50%;
box-shadow: -7px 7px #A9D9E0;
}

.entry-header .entry-meta {
    font-family: Muli;
    text-align: center;
    font-size: 9pt;
    text-transform: uppercase;
    color: #2A2E35;
    margin-top: -15px;
    font-weight: 400;
}

.entry-footer .entry-meta {
    font-family: Muli;
    text-align: center;
    font-size: 8pt;
    text-transform: uppercase;
    color: #2A2E35;
    margin-top: -15px;
    font-weight: 400;
}

.single .entry-footer .entry-meta {
    margin-top: 15px;
}

.page-template-page_blog .entry-footer, .home .entry-footer {
    width: 430px;
    float: right;
}

.post-meta {
	text-align:center;
	text-transform:uppercase;
	font-size:10pt;
	margin-top:-15px;
}


.post-info {
	text-transform:uppercase;
	text-align: center;
}

.shopify-buy-frame--productSet {
    width: 96% !important;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 20px 20px;
    clear: both;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #999;
	color: #999;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #fff;
	border: 1px solid #F28A78;
	color: #F28A78;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-reply-title, .entry-comments h3 {
    color: #F28A78;
    font-size: 23px;
    height: auto;
}

.comment-author-admin {
background:FBE5DB;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
}

.entry-comments {
	padding: 10px;
}

li.comment {
    border-top: 2px solid #FBE5DB;
}

.comment-respond,
.entry-pings {
	padding: 20px;
}

.avatar {
border-radius:50%;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	border-bottom: 0px dotted #767676;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar a {
transition: color 0.30s ease;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 10px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	padding-top: 40px;
	border-top: #F28A78 solid 1px;
}

.footer-widgets .wrap {
	padding-bottom: 15px;
}

.footer-widgets .widget-title {
	color:#2A2E35;
	background:#fff;
}

.footer-widgets .widget-title:before {
content:url(images/line.png);
	position: absolute;
	margin-left: -60px;
	margin-top: -4px;
} 

.footer-widgets .widget-title:after {
content:url(images/line.png);
	position: absolute;
	margin-top: -4px;
	margin-left: 10px;
} 

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	width:33%;
}

.footer-widgets-1, .footer-widgets-2 {
	float:left;
	padding-right:40px;
}

.footer-widgets-3 {
	float:right;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets input[type="submit"] {
	width: 100%;
	margin-top: 5px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #2A2E35;
	color: #fff;
	font-size: 12px;
	padding: 20px 10px;
	text-align: right;
	margin-bottom: -40px;
}

.creds {
background-color:#2A2E35;
}

.site-footer a {
	color: #F28A78;
	border-bottom:1px dotted #ddd;
	font-weight:bold;
	transition: color 0.30s ease;
}

.site-footer a:hover {
	color: #e5e5e5;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

}

@media only screen and (max-width: 1099px) {

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.header-image, .site-header .wrap {
		background-position: center top;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget {
		padding: 20px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 20px;
	}

	.sidebar .widget-title:after {
	border-color: #fff transparent;
	}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	padding: 0px 15px;
}

}

@media only screen and (max-width: 1024px) {

.one-half {
	width:100%;
	float:none;
	text-align:center;
}

.site-footer ul {
text-align:center;
}

.to-top {
	display:none;
}

.nav-primary {
	background:#F28A78;
}

.recent-post-carousel.design-22 .post-content-left a {
	font-size:18px;
}

#home-subscribe input {
	width:100%;
	margin-left: 0px;
}

#home-subscribe form {
    display: block;
}

#home-subscribe input[type="submit"] {
	margin-top:20px;
}

#hellobar {
    height: auto;
    padding: 10px;
}

#hellobar-inner {
    line-height: 40px;
    width: 100%;
    text-align: center;
}

#book {
    top: 341px;
}

#follow {
    top: 400px;
}

}
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
.insta-link, .insta-link2 {
display:block;
text-align:center;
float:none;
margin-right:0px;
}


.header-image .title-area {
	background: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/header-768.png) center no-repeat;
}

.backbutton-wrapper {
    display: none;
}

.archive-title {
	width:100%;
}

#home-subscribe {
	width:100%;
}

}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

.easyrecipe .ERSName:before {
	content:'';
}

.site-title a {
	display: block;
	width: 70%;
	margin: 0 auto;
	word-wrap: break-word;
}

.footer-widgets-1 {
	border-right: 0px solid #999;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 100%;
	height:auto;
	text-align: center;
	float: none;
	border-right: 0px solid #999;
}

.footer-bar {
position: relative;
}

.title-area, .site-title, .site-title a {
margin-top:0px;
}

.genesis-grid, #featured-post-3 .entry {
    width: 33%;
}

.su-column {
    text-align: center;
}

}

@media only screen and (max-width:  640px), only screen and (max-device-width: 640px) {

#logos {
background:url(https://www.grandbaby-cakes.com/wp-content/uploads/2016/10/logos-528.png) no-repeat center;
min-height: 356px;
background-size:contain;
}

.header-image .title-area {
	background: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/header-640.png) center no-repeat;
}

#book {
    display:none;
}

#follow {
    display:none;
}

#hellobar-inner {
	line-height:25px;
}

}

@media only screen and (max-width: 568px), only screen and (max-device-width: 568px) {

.page-template-page_blog .entry-footer, .home .entry-footer {
    width: auto;
    float: none;
margin:0 auto;
}

.genesis-grid, #featured-post-3 .entry {
    width: 50%;
}

.site-title a {
  width: 100%;
}

.entry-title {
clear: both;
}

a.alignleft, img.alignleft, .wp-caption.alignleft {
margin: 0px;
}

/* Align Simple Social Icons Centered */
  .simple-social-icons ul.alignright,
	.simple-social-icon ul.alignleft {
		text-align: center;
	}
 
	.simple-social-icons ul.alignright li,
	.simple-social-icons ul.alignleft li {
		display: inline-block;
		float: none;
		text-align: center;
	}
	
	/* Align everything center */
	.alignright,
	img.alignright,
	.aligncenter,
	img.aligncenter,
	.alignleft,
	img.alignleft {
		display: block;
		margin: 0 auto 24px;
		float:none;
		text-align: center;
	}

.footer-bar {
margin-bottom: 20px;
}

.footer-bar-left,
.footer-bar-right {
	width: 100%;
}

.footer-bar-left p,
.footer-bar-right p {
	margin-bottom: 0;
}

.footer-bar-left {
	margin-top:10px;
	float: none;
}

.footer-bar-left .widgetwrap {
	float: none;
}

.footer-bar-right {
	line-height: 50px;
	float: none;
	text-align: center;
}

.footer-bar-right input {
	width: 100%;
	margin-right: 0px;
}

}


@media only screen and (max-width:  428px), only screen and (max-device-width: 428px) {

#logos {
min-height: 250px;
}

.header-image .title-area {
	background: url(https://grandbaby-cakes.com/wp-content/uploads/2016/05/header-428.png) center no-repeat;
	min-height:176px;
}

#hellobar-inner {
	font-size:13px;
	line-height:15px;
}

#hellobar input, #hellobar input[type="submit"], #hellobar input[type="submit"]:hover {
    width: 100%;
margin-top: 5px;
margin-left:0px;
}

.page .entry-title:before, .page .entry-title:after,
.home-widget .widget-title:before,
.home-widget .widget-title:after,
.video-widget .widget-title:before,
.video-widget .widget-title:after {
    content: '';
}

.video-widget .widget-title {
    line-height: 30px;
height: 50px;
}

.play {
    left: 35%;
    top: 25%;
}


.genesis-grid, #featured-post-3 .entry {
    width: 100%;
}

}

/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */

/* Standard Navigation
--------------------------------------------- */

nav {
	clear: both;
}

/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */

@media only screen and (min-width: 769px) {

	nav {
		display: block !important;
	}
}

/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */

@media only screen and (max-width: 768px) {

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 20px;
		font-weight: 400;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle {
		font-size:40px;
	}

	button.menu-toggle {
		    background-color: #F28A78;
    			width: 100%;
   		 color: #FFF;
	}

	button.sub-menu-toggle {
		background-color: transparent;
		color: #FFFFFF;
	}

	.sub-menu-toggle {
		padding: 0px 10px !important;
		position: absolute;
		right: 0;
		top: 0;
	}

	.genesis-nav-menu a {
    		color: #FFFFFF;
	}

	.menu-toggle:before {
		content: "\2261";
	}

	.menu-toggle.activated:before {
		content: "\2191";
	}

	.sub-menu-toggle:before {
		content: "+";
	}

	.sub-menu-toggle.activated:before {
		content: "-";
	}

	nav {
		display: none;
		position: relative;
	}

	.genesis-nav-menu .menu-item {
		background-color: #F38975;
		display: block;
		position: relative;
		text-align: center;
    		line-height: 30px;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #ffffff;
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}

	.nav-primary a:hover {
		color: #F28A78;
	}

	.genesis-nav-menu li:after {
	content:' ';
	}

	.genesis-nav-menu .sub-menu li, 
	.theme-mint .genesis-nav-menu .sub-menu li, 
	.theme-mustard .genesis-nav-menu .sub-menu li, 
	.theme-purple .genesis-nav-menu .sub-menu li {
		width:100%;
	}

}

.shopify-buy__product__variant-selectors {
	max-width: 180px !important;
}