/*
	Theme Name: Divine Theme
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Restored 316 Designs
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* 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
		- After Entry
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Simple Social Icons
		- Simply Instagram
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Easy Recipe
	- Site Header
		- Widget Above Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Recipe Index
		- Custom Archives
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Widget Before Footer
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Divine Pale Blue
		- Divine Cotton Candy
		- Divine Fruity Orange
		- Divine Lemonade
		- Diving Classic Black
		- Divine Custom
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px
		
*/


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

/* Baseline Reset (normalize.css 2.1.2)
	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 solid}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px solid}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:#555}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;font-size:100%;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-content:before,
.entry-pagination:before,
.entry: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-content:after,
.entry-pagination:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

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


body, html { 
  color: #231F20; font-family: 'Open Sans', serif; font-weight: 400; font-size: 15px; line-height: 20px; 
}

body {
	color: #000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .4px;
	line-height:2;
}

a,
button,
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: #555;
	color: #fff;
}

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

a {
  color: #F286AB; text-decoration: none; 
}

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

a:hover {
  color: #231F20; text-decoration: none; 
	text-decoration: none;
}

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

strong {
	font-weight: 700;
}

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

li {
	list-style-type: none;
}

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

blockquote {
	margin: 0;
	padding: 24px 40px;
}

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

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'EB Garamond',  Arial, sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;

}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
font-size: 20px;
clear: both;
background: #000;
color: #fff;
width: 100%;
text-align: center;
padding: 5px;}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	border: none !important;
	width: auto; /* IE8 */
}

.featured-content img:hover,
.gallery img:hover {
opacity: .9;	
}

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

input,
select,
textarea {
	background-color: #f9f9f9;
	border: 1px solid #e8e8e8;
	color: #555;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

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

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #F187AD;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 20px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #DDD;
	border: none;
	color: #fff;
	text-decoration: none;
}

.button {
	display: block;
	text-align: center;
}

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;
	width: 100%;
}

tbody {
	border-bottom: double #ddd;
}

th,
td {
	text-align: left;
}

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

td {
	border-top: 1px solid #f4f4f4;
	padding: 6px 0;
}


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

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

.site-container {
	background: #fff;
	margin: 15px auto 15px;
	max-width: 1040px;
	padding: 0px;
}

.divine-landing .site-container {
	max-width: 800px;
}

.site-inner {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	background-color: #fff;
	box-shadow: 0 0 0 1px #fff;
	clear: both;
	margin: 10px auto;
	overflow: visible;
position: relative;
	padding: 20px 0px;
}

.divine-home .site-inner {
	overflow: visible;
}

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

/* Content  */

.content {
	float: right;
	width: 685px;
padding: 0px 20px 0px 0px;
}


.full-width-content .content {
	width: 100%;
padding: 30px;
}

/* Primary Sidebar */

.sidebar-primary {
	float: left;
	width: 320px;
  margin: 0px 0px 50px 20px; padding: 0; 
  font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 13px; line-height: 15px; letter-spacing: 0; text-align: center;
}

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


/* -------------------[ Layout ]------------------- */


.sidebar-primary ul { 
  margin: 6px 0 0 0; padding: 0; 
}

.sidebar-primary ul li { 
  list-style: none; 
  margin: 0 0 4px 0; padding: 0; 
}

.sidebar-primary .textwidget { 
  margin-bottom: 10px; 
}

/* -------------------[ Dot Boxes ]------------------- */

.sidebar-primary .textwidget { 
  clear: both; 
  margin: 0px 0; padding: 0 8px 4px 8px; 
  border: 1px dotted #A9ABAE; 
}


.sidebar-dotbox-title { 
  display: block; position: relative; top: -12px; 
  height: 20px; margin: 0 auto; padding: 0 5px;
  background-color: #FFF; 
  color: #231F20; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 15px; line-height: 20px; letter-spacing: 0.1px; text-align: center; 
}

.sidebar-primary a { 
  color: #17A1C1;
}

.sidebar-primary a:hover { 
  color: #231F20;
}

.sidebar-primary a img:hover { 
  opacity: 0.8;
}


ul#textarea-up { 
  position: relative; top: -5px;
} 

/* -------------------[ Fav Posts ]------------------- */

.sidebar-favposts { 
  line-height: 16px;  
}

#archives-2 h4 { 
  margin: 15px 0 5px 0; 
  color: #231F20; font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 15px; line-height: 20px; letter-spacing: 0.1px; text-align: center; 
}

.sidebar-primary select { 
  width: 170px; margin: 0 0 10px 0; 
  color: #4d4943; font-family: 'Gentium Book Basic'; font-weight: 400; font-size: 14px; line-height: 25px; text-align: left; 
}

/* -------------------[ Advertisers ]------------------- */

.sidebar-loveads img { 
  max-width: 275px; height: auto; margin: 0 5px; 
}

/* -------------------[ Printables ]------------------- */

.sidebar-latest img { 
 margin: 0 auto 5px auto; 
}

/* -------------------[ About ]------------------- */

.sidebar-abouthds { 
  text-align: left; 
}

.sidebar-abouthds img { 
 float: right; 
 margin: 2px 0 5px 5px; 
}

/* -------------------[ Connect ]------------------- */

.sidebar-connectwithus img { 
 margin: 0 5px 5px 5px; 
}

/* -------------------[ Shop ]------------------- */

#text-3 .textwidget{border: 0px solid #fff;
padding: 0px;}

#text-38 a.img {margin-bottom: 4px;}

/* 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;
}


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

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

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
	background: #fff url(images/icon-search.png) no-repeat right;
	background-size: 36px 16px;
	color: #888;
	font-size: 10px;
	padding: 13px 30px 13px 13px;
	text-transform: uppercase;
	width: 99%;
}

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

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

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

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

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

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

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

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

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 6px 0 0;
	text-align: right;
}

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

.breadcrumb {
	color: #777;
	font-size: 12px;
	margin: 0 0 30px;
}

.divine-home .breadcrumb {
     margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 60px;
	padding: 15px;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	background: #fff;
border: 1px solid #F187AD;
}

.author-box-title {
	font-size: 18px;
	letter-spacing: 0px;
	margin-bottom: 4px;
color: #F187AD;
}

.author-box p {
	font-size: 14px;
line-height: 22px;
color: #000;
	margin: 0;
}

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

.widget-area li {
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.widget-area li li {
	margin: 0;
	padding-bottom: 0;
}


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

.entry-title,
.page-title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 25px;
	text-align: center;
}

.page .entry-title {
	margin-bottom: 20px;
}

.about1 .entry-title {display: none;}

.entry-title a{
	color: #F187AD;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #F187AD;
	text-decoration: none;
}

.archive-title,
.widget-title {
	font-family: 'EB Garamond';
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding: 0 0 7px;
	text-align: center;
	text-transform: uppercase;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}


.pink { 
  color: #ff7bac; 
background: transparent;
}

/* -------------------[ Headers ]------------------- */

h1 { 
  margin: 0 0 12px 0; padding: 0; 
  color: #231F20; font-family: 'EB Garamond', serif; font-weight: 400; font-size: 30px; line-height: 35px; 
}

h2 { 
  margin: 0 0 12px 0; padding: 0; 
  color: #231F20; font-family: 'EB Garamond', serif; font-weight: 400; font-size: 20px; line-height: 30px; 
}

h3 { 
  margin: 19px 0 2px 0; padding: 0; 
  color: #231F20; font-family: 'EB Garamond', serif; font-weight: 400; font-size: 20px; line-height: 25px; 
}

h4 {
  margin: 0 0 10px 0; padding: 0; 
  color: #231F20; font-family: 'Over the Rainbow', cursive; font-weight: 400; font-size: 30px; line-height: 35px; letter-spacing: 0; 
}

/* -------------------[ Headers with Backgrounds - Inside Content ]------------------- */

.pink-dot-bar {
  width: 190px; height: 24px; margin: 0 0 10px 0; padding: 5px 0 0 0; 
  background: url(images/background_title_pink.jpg) no-repeat 0 0; 
  color: #FFF; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 16px; line-height: 17px; letter-spacing: 1px; text-transform: uppercase; text-align: center; 
}

.pink-dot-bar a {
  color: #FFF; 
}

.pink-dot-bar a:hover { 
  color: #231F20;
}

.pink-arrow-right-lg {
  width: 380px; height: 19px; margin: 0 10px 10px 0; padding: 3px 0 0 6px; 
  background: url(images/background_title_pink_arrow-right-lg.png) no-repeat 0 0; 
  color: #FFF; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 13px; line-height: 15px; letter-spacing: 0; text-align: left; 
}

.pink-arrow-right-cursive {
  width: 100px; height: 30px; margin: 0 20px 10px 0; padding: 5px 0 0 6px; 
  background: url(images/background_title_pink_arrow-right.png) no-repeat 0 0; 
  color: #FFF; font-family: 'Over the Rainbow', cursive; font-weight: 400; font-size: 20px; line-height: 25px; letter-spacing: 0; text-align: left; 
}

.cursive-title-with-arrow {
  float: right; 
  height: 40px; margin: 0 auto; padding: 0 32px 0 0; 
  background: url(images/arrow_curved.png) no-repeat right 7px; 
  color: #231F20; font-family: 'Over the Rainbow', cursive; font-weight: 400; font-size: 20px; line-height: 25px; letter-spacing: 0; text-align: left; 
}



/* -------------------[ Boxes ]------------------- */

.gradient-box { 
  clear: both; 
  padding: 14px; 
  border: 1px solid #F0F2F3; 
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(255,255,255)), color-stop(100%, rgb(254,247,250)));
  background: -webkit-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: -o-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: -ms-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: linear-gradient(to right, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fef7fa', GradientType=1 ); 
}

.box-fix { 
  margin-bottom: -45px; 
}

/* -------------------[ Buttons ]------------------- */

.hds-submit-button { 
  float: left; 
  height: 23px; margin: 0 0 0 10px; padding: 2px 4px 0 4px; 
  border: none; box-shadow: 2px 2px 3px #787A7C; 
  background-color: #F0F2F3; 
  color: #F286AB !important; font-family: 'Raleway', sans-serif !important; font-size: 12px !important; font-weight: 700 !important; text-align: center !important; 
}

.hds-submit-button:hover { 
  color: #231F20 !important;
}


/* -------------------[ Widgets ]------------------- */

.widget, 
.widgettext, 
.textwidget, 
widget_text { 
  list-style: none !important; 
}

.wp-caption { 
  font-size: 12px; line-height: 15px; letter-spacing: 0px; text-align: center; 
}

.wp-caption-text {
  margin: 0 15px 0 15px; 
}


/* -------------------[ Navigation for Prev Next Posts ]------------------- */
div.pagination {
  clear: both; overflow: auto; 
  width: 100%; margin: 30px 0; padding: 10px 0; 
  border-top: 1px dotted #787A7C; border-bottom: 1px dotted #787A7C; 
  color: #231F20; font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 14px; line-height: 20px; 
}

div.pagination a {
  font-weight: 700; 
}

div.pagination-previous.alignleft { 
  float: left; 
  width: 49%; 
  text-align: left; 
}  
div.pagination-next.alignright{  
  float: right; 
  width: 49%; 
  text-align: right; 
}


#featured-post-1 a.alignnone img {border-radius: 50%;
width: 200px; height: 200px;
}



/* -------------------[ Product ]------------------- */

.product { 
  float: left; 
  width: 31%; height: 550px !important; margin: 1%; 
padding: 10px;
background: #eee;
}

.product-tall { 
  float: left; 
  width: 31%; height: 650px !important; margin: 1%; 
padding: 10px;
background: #eee;
}

.product img { 
  margin: 10px auto; padding: 2px; background: #fff;
float: center;
display: block;
  border: 1px solid #ddd; 
}

.product a img:hover { 
  opacity: 0.8;
}

.product-title { 
  float: left; 
  width: 190px; margin: 0 0 10px 0; 
  font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 17px; line-height: 20px; letter-spacing: 0;
}

.product-cost {
  float: right; display: block; 
  width: 65px; margin: -3px 7px 10px 0; padding: 3px 6px; 
  border-radius: 4px; 
  background-color: #F386AB;
  color: #FFF; font-family: arial; font-weight: 400; font-size: 18px; line-height: 20px; letter-spacing: 0.03em; text-align: center; 
}

.product a { 
  color: #17A1C1;
}

.product a:hover { 
  color: #231F20;
}




/* -------------------[ E-Junkie ]------------------- */

#tdHeader, 
#EJEJC_title { 
  background-color: #FFF !important; background-image: none !important; 
}

#btnUpdtCart { 
  border: none !important; 
}

#btnContShop { 
  border: none !important; display: block; 
}

table#ejejctable .td { 
  padding: 5px !important; 
}

#EJEJC_window { 
  padding: 10px; 
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; letter-spacing: 0.030em; 
}

#tdHeader { 
  height: 70px; 
}

.beta-base .bodyContainer td.body, .beta-base .bodyContainer td.footer,
.beta-base .bodyContainer td.sidebar, .beta-base .bodyContainer td.leftSidebar, .beta-base .bodyContainer td.rightSidebar {
    padding: 5px !important;
}



/* -------------------[ Gift Guide ]------------------- */

.giftguide { 
  float: left; 
  width: 280px; height: 260px; margin: 0 10px; padding: 0 0 10px 0; 
  font-size: 15px; line-height: 18px; text-align: center; 
}

.giftguide img { 
  margin: 0 auto 10px auto; padding: 0; 
}

.giftguide img:hover { 
  opacity: 0.8;
}

.giftguide a { 
  color: #17A1C1; font-size: 17px; line-height: 20px; 
}

.giftguide a:hover { 
  color: #231F20;
}


/* ====================================================================
   Pages - Freebies
   ==================================================================== */

.freebies-sub-box { 
  clear: both;
  width: 599px; height: 294px; margin: 0 0 25px 0; padding: 0;
  background: url(https://www.howdoesshe.com/wp-content/uploads/2013/05/free_printables_box.png) no-repeat 0 0; 
}

.freebies-sub-box-form { 
  position: relative; top: 237px; left: 365px;  
}

.freebies-sub-box-submit { 
  width: 180px; height: 22px; margin: 0 0 0 10px; padding: 2px 2px 0 5px; 
  border: 1px solid #A9ABAE; 
  color: #231F20; font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 12px; line-height: 14px;  
}


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

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

.featured-content .entry,
.single .featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-title {
  clear: both; position: relative;   margin: 0; padding: 0px; 
color: #000;
  font-family: 'Archivo Narrow', sans-serif; font-weight: 400; font-size: 16px; line-height: 20px; text-align: center;
}

.featured-content .entry-title a{
color: #000;}

.sidebar .featured-content .entry-title {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 5px;
	text-align: left;
}

.featured-content .entry-meta {
	color: #777;
	font-family: 'Open Sans', serif;
	font-size: 11px;
	font-style: italic;
	line-height: 1.2;
	margin: 0;
}

.featured-content .entry-meta a {
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}

.sidebar .featured-content .entry-time,
.footer-widgets .featured-content .entry-time,
.sidebar .entry-categories a,
.footer-widgets .entry-categories a {
	text-transform: uppercase;
}


.divine-home .home-middle .featured-content .entry,
.divine-home .home-bottom .featured-content .entry {
	margin-bottom: 0px;
}

.sidebar .featured-content .entry-title a {
	text-align: center;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-top: 40px;
}

.after-entry .enews-widget {
	background: #f9f9f9;
	padding: 40px !important;
}

.after-entry .widget {
	padding: 20px 0px;
}

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

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

.enews-widget input {
	background-color: #fff;
	color: #888;
	font-size: 10px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

#emma-widget-2 {background: #F0F1F3 url(https://howdoesshe.com/wp-content/uploads/2016/04/signup1.jpg) top no-repeat;
padding-top: 120px;
background-size: contain;}

#emma-widget-2 li {
    background: transparent;
    border: none;
    margin-bottom: 5px;
    outline: none;}

.emma-form-label {display: none;}

ul#emma-form-elements .emma-form-input {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
width: 100% !important;
}

ul#emma-form-elements #emma-form-submit {
    float: right;
width: 100% !important;
}

.enews-widget input[type="submit"] {
	background-color: #F187AD;
	color: #fff;
	font-size: 14px;
	margin: 0;
	text-transform: none;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #DDD;
	color: #333;
}

.sidebar .enews-widget.widget {
	background: #f9f9f9;
	padding: 30px;
	text-align: center;
}




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

.simple-social-icons ul li {
	border: none !important;
	outline: none !important;
}


/* Genesis Responsive Slider
--------------------------------------------- */

.content li {
	margin: 0;
	padding: 0;
}

.home-page-slider .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-left .soliloquy-thumbnails-container, .home-page-slider .soliloquy-thumbnails-outer-container.soliloquy-thumbnails-position-right .soliloquy-thumbnails-container {
    margin: 0 !important;
    padding: 0px !important;
    position: relative;
    z-index: 3;
}



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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 12px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 16px 0 0;
	padding: 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}



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

div.easyrecipe {
	background: #f9f9f9 !important;
	border: 1px solid #fff !important;
	font-family: 'Open Sans' !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	margin: 30px 10px;
	outline: 5px solid #f9f9f9;
	padding: 30px !important;
}

.easyrecipe .ERSName,
.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe div .ERSNotesHeader,
.easyrecipe .nutrition .ERSNutritionHeader {
	font-family: 'EB Garamond' !important;
	font-weight: 100 !important;
	font-size: 18px !important;
	padding: 10px 0;
	text-transform: uppercase;
}

div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
	background: url(images/print.png) top left no-repeat !important;
}

.easyrecipe .ui-button-text-icon-primary .ui-button-text,
.easyrecipe .ui-button-text-icons .ui-button-text {
	background: #F187AD !important;
	border-radius: 0 !important;
	font-family: 'Open Sans' !important;
	padding: 5px 10px 5px 30px !important;
	text-transform: uppercase !important;
}

.easyrecipe .ui-button-text-icon-primary .ui-button-text:hover,
.easyrecipe .ui-button-text-icons .ui-button-text:hover {
	background: #ddd !important;
}

.easyrecipe .ERSDetails span {
	font-size: 13px !important;
	text-transform: uppercase !important;
}

.easyrecipe .ERSDetails {
	font-size: 13px !important;
	font-style: italic !important;
}
#zlrecipe-print-container .fl-l { 
  float: left; 
}

#zlrecipe-print-container .width-50 { 
  width: 50%; 
}

#zlrecipe-print-container .clear, 
#zlrecipe-print-container .zlclear, 
#zlrecipe-print-container p { 
  clear: both; 
}

#zlrecipe-print-container .bold, #zlrecipe-print-container .strong { 
 font-weight: normal; 
}

#zlrecipe-print-container .italic, #zlrecipe-print-container .em { 
  font-style: italic; 
}

#zlrecipe-print-container .t-a-c { 
  text-align: center; 
}

#zlrecipe-container .hide-print { 
  display: none; 
} 

#zlrecipe-print-container {
  margin: 0; padding: 0 0 60px 0;
  color: #231F20; font-family: 'Open Sans',  serif; font-weight: 400; font-size: 15px; line-height: 20px; 
}

#zlrecipe-innerdiv {
  width: 680px; margin: 20px auto; padding: 20px 30px; 
  border: 1px solid #F0F2F3; 
}

#zlrecipe-print-container #zlrecipe-title { 
  width: 480px; min-height: 85px; margin: 0; padding: 0 200px 0 0;
  background: url(images/logo-print.png) no-repeat right top; 
  color: #231F20; font-family: 'Open Sans', serif; font-weight: 400; font-size: 30px; line-height: 35px; 
}

#zlrecipe-print-container .b-b { 
  margin-bottom: 10px; 
}

#zlrecipe-print-container .img-desc-wrap #zlrecipe-summary {
  color: #231F20; font-family: 'EB Garamond', serif; font-weight: 400; font-size: 13px; line-height: 16px; 
}

#zlrecipe-print-container .h-4 {
  font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 18px; line-height: 22px; letter-spacing: 0; text-align: left; text-transform: uppercase; 
  margin: 30px 0 0 0;
}

#zlrecipe-print-container .zlrecipe-print-link,
#zlrecipe-print-container .zl-recipe-link,
#zlrecipe-print-container img.ingredient-image,
#zlrecipe-print-container img.instruction-image,
#zlrecipe-print-container #zlrecipe-rating,
#zlrecipe-print-container .zl-linkback, 
#zlrecipe-print-container #zl-printed-copyright-statement { 
  display:none; 
}

#zlrecipe-print-container .meta p, #zlrecipe-print-container .zlmeta p {
  margin: 0;
  font-size: 12px;
}

#zlrecipe-print-container #zlrecipe-summary .summary { 
  margin: 10px 0; 
}

#zlrecipe-print-container #zlrecipe-ingredients-list .ingredient-label,
#zlrecipe-print-container #zlrecipe-instructions-list .instruction-label {
  position: relative; 
  list-style-type: none;
}

#zlrecipe-ingredients-list li { 
  margin-left: -23px;
}

#zlrecipe-instructions-list li { 
  margin-left: -20px;
}

#zlrecipe-innerdiv a#zl-printed-permalink {
  position: relative; top: 50px; left: -30px;
  color: #231F20; font-family: 'Gentium Book Basic'; font-weight: 400; font-size: 13px; line-height: 15px; 
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 0 auto;
	min-height: 150px;
	padding: 10px;
	width: 100%;
}

/* Widget Above Header
--------------------------------------------- */

.widget-above-header {
	background: #f9f9f9;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.widget-above-header .wrap {
	margin: 0 auto;
	padding: 10px 0;
	width: 1040px;
}

.widget-above-header .enews-widget input {
	float: left;
	margin: 0 3px;
	width: 24%;
}
	
.widget-above-header  .enews-widget input[type="submit"] {
	padding: 12px 20px;
}
	
.widget-above-header .widget-title {
	display: none;
}

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

.title-area {
	float: left;
	margin: 5px;
	overflow: hidden;
	text-align: center;
	width: 247px;
}

.site-title {
	font-size: 55px;
	font-weight: 200;
	letter-spacing: 3px;
	line-height: 1;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
}

.site-description {
	color: #fff;
	font-size: 11px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	float: none;
	margin: 0 auto;
	text-align: center;
}

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

/* Logo, hide text */

.header-image .site-title,
.header-image .title-area {
	background: none;
	border: none;
	outline: none;
	padding: 0;
	margin: 0 auto;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: 247px 98px !important;
	display: block;
	margin: 30px auto 0px;
	height: 98px;
	width: 247px;
}

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


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 750px;
}

.site-header .widget {
	padding: 8px 0 0;
}


#search-1 {float: left; width: 44%;
display: block; margin: 0 auto;}

#search-1 .search-form input{float: left;
display: block; margin: 0 auto;
	width: 80%;}

#simple-social-icons-2{float: right; width: 45%;
display: block; margin: 0 auto;}

.site-header .enews {
	padding: 0px;
}

.site-header .enews input {
	float: left;
	margin: 0px 5px;
	overflow: hidden;
	width: 23%;
}




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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'Raleway';
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

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

.genesis-nav-menu a {
	  float: left; 
  margin: 0 0 0 10px; padding: 10px 8px 10px 8px; 
  color: #fff !important; 
    font-family: 'Raleway', sans-serif;
 font-weight: 700; 
font-size: 13px; line-height: 25px; letter-spacing: .5px; text-align: center; 
  text-transform: uppercase; text-decoration: none; 
	position: relative;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	color: #000;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 36px 0 0 0;
	opacity: 0;
	padding: 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: 220px;
	background-color: #fff;
border: 1px solid #000;
padding: 10px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	color: #000;
	font-size: 11px;
border-bottom: 1px dotted #ddd;
text-align: left;
padding: 5px 0px;
width: 200px;
margin: 0px;
	position: relative;

}

.genesis-nav-menu .sub-menu a:hover {
color: #F187AD;
	font-size: 11px;
border-bottom: 1px dotted #ddd;
text-align: left;
padding: 5px 0px;
margin: 0px;
width: 200px;
	position: relative;
}

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


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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
#nav_menu-2 {
	clear: both;
	color: #fff;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

#nav_menu-2 {width: 100%;
background: #000;}
#nav_menu-2 ul{width: 100%;
float: center;
margin: 0 auto;
text-align: center;}

 #nav_menu-2 .menu-item{
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

#nav_menu-2 ul.menu > li a {
	display: inline-block;
}

#nav_menu-2 ul.menu > li:after {
content: '\2022';
margin-left: 10px;
color: #F286AB;
font-weight: 700;
	float: right;
	line-height: 45px;
}

#nav_menu-2 ul.menu > li:last-child:after {
color: #000;}

 #nav_menu-2 a {
	  float: left; 
  margin: 0 0 0 10px; padding: 10px 8px 4px 8px; 
  color: #FFF; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 14px; line-height: 25px; letter-spacing: 1px; text-align: left; 
  text-transform: uppercase; text-decoration: none; 
	position: relative;
}



/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}


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

.nav-primary {
background: url(/wp-content/uploads/2016/04/menu.jpg) repeat-x;
	text-align: center;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #fff;
	border-bottom: double #e8e8e8;
	width: 100%;
}

.nav-secondary .wrap {
	margin: 0 auto;
	width: 1040px;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	padding: 15px 15px;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	padding: 10px 18px;
}


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

/* Home Page
--------------------------------------------- */

.home-slider {
	margin-bottom: 10px;
}

.soliloquy-theme-classic .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title, .soliloquy-theme-classic .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center !important;
}

.before-content {
	border-bottom: double #eee;
	margin-bottom: 30px;
}

.before-content .entry {
	float: left;
	padding: 5px 5px;
	width: 33.333333%;
}

.before-content .featuredpage {
	float: left;
	padding: 5px 5px;
	width: 33.333333%;
}

.before-content .featuredpage .entry {
	padding: 0;
	width: 100%;
}

.before-content .entry {
	position: relative;
}

.before-content .entry-header {
	background: rgba(255,255,255,.8);
	margin: 0 10%;
	padding: 15px 55px;
	position: absolute;
	top: 40%;
	left: 0;
	width: 80%;
}

.before-content .entry-header .entry-title a {
	color: #555;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	overflow: visible;
	text-align: center;
	width: 100%;
}

.before-content .entry-meta {
	margin: 35px 0;
	text-align: center;
 clear: both; margin: 15px 0 10px 0; padding: 4px 0; 
  border-top: 1px dotted #F0F2F3; border-bottom: 1px dotted #F0F2F3; 
  font-size: 13px; line-height: 16px; 
}

.before-content .entry-meta a {
	border: 1px solid #fff;
	color: #fff;
	padding: 6px;
}

.before-content .enews-widget {
	padding: 0 0 20px;
}

.home-top { padding: 0px 0px 15px;
border: 1px solid #F0F2F3; 
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(255,255,255)), color-stop(100%, rgb(254,247,250)));
  background: -webkit-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: -o-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: -ms-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: linear-gradient(to right, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fef7fa', GradientType=1 ); 
margin-bottom: 20px;
}

.home-top .featured-content .entry {
width: 33%; float: left;
display: block;
margin: 0 auto;
padding: 1%;
}

.home-top .featured-content a img {
width: 100%;
height: auto;
}

.home-top .featured-content .entry-title {
font-size: 15px;
}

/* -------------------[ Headers with Backgrounds - Hanging off Left Side ]------------------- */
.home-title {background: #000;
height: 45px;
padding: 8px 10px; 
margin-bottom: 10px;}


/* -------------------[ Marketplace & Freebies ]------------------- */

.home-shop-now{ 
  float: center;
float: center;
width: 300px;
margin: 10px auto;
color: #fff;
text-align: center;  font-family: 'Over the Rainbow', cursive; font-weight: 400; font-size: 25px; line-height: 30px; letter-spacing: 0; 
}

.home-shop-now a{ 
float: left; display: block;  width: 100%; margin-bottom: 10px;
  color: #fff;
padding: 4px 10px 7px;
background: #F286AB;
    border-radius: 20px;
    box-shadow: 2px 2px black;
 font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 12px; line-height: 23px; letter-spacing: 1px; text-transform: none; text-align: center; 
}

.home-shop-now a:hover {background: #F8BCCE;}

.marketplace-title-1, 
.freebies-title-1{ 
  float: center;
margin: 0 auto;
color: #fff;
text-align: center;  font-family: 'Over the Rainbow', cursive; font-weight: 400; font-size: 25px; line-height: 30px; letter-spacing: 0; 
}
a.shop-link {
margin: 0 auto 10px;
color: #fff;
text-align: center;  font-family: 'Over the Rainbow', cursive; font-weight: 400; font-size: 23px; line-height: 28px; letter-spacing: 0; 
}




.freebies-title-1 { display: block;
  margin: 0px 34px 0 0; 
}

.marketplace-title-2, 
.freebies-title-2 { 
  font-family: 'Archivo Narrow', sans-serif; font-weight: 400; font-size: 18px; line-height: 30px; letter-spacing: 0.03em;  
margin-bottom: 10px;
}

.home-post-marketplace-freebies img { 
  width: 170px !important; height: 170px !important;
}

.home-post-marketplace-freebies img:hover,
.home-shop-button img:hover { 
  opacity: 0.9;
}

.home-post-marketplace-freebies a { 
  color: #231F20;
}

.home-post-marketplace-freebies a:hover { 
  color: #17A1C1; 
}

.home-shop-button { 
  clear: both; 
  margin: 5px 0 0 0; 
}

.side-black-sm a {
  color: #F286AB; 
}

.side-black-sm a:hover { 
  color: #FFF;
}

.side-black {
  clear: both; position: relative; left: 0px; 
  width: 215px; height: 35px; margin: 0 0 30px 0; padding: 0 0 0 25px; 
  background: url(images/background_title_side_black.png) no-repeat 0 0; 
  color: #F286AB; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 14px; line-height: 25px; letter-spacing: 1px; text-transform: uppercase; text-align: left; 
}

.side-pink {
  clear: both; position: relative; left: -36px; 
  width: 215px; height: 35px; margin: 0 0 10px 0; padding: 0 0 0 25px; 
  background: url(images/background_title_side_pink.png) no-repeat 0 0; 
  color: #FFF; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 14px; line-height: 25px; letter-spacing: 1px; text-transform: uppercase; text-align: left; 
}

.side-pink-fade {
  clear: both; position: relative; left: -36px; 
  width: 550px; height: 40px; margin: 0; padding: 0 0 0 20px; 
  background: url(images/background_title_side_pink_date-with-fade.png) no-repeat 0 0; 
  font-family: 'Archivo Narrow', sans-serif; font-weight: 400; font-size: 16px; line-height: 26px; text-align: left; letter-spacing: 0.03em; 
}

.side-pink-fade .date { 
  display: block; float: left; 
  width: 75px; 
  color: #FFF; font-family: 'Archivo Narrow', sans-serif; font-weight: 400; font-size: 15px; line-height: 25px; text-align: left; letter-spacing: 0.03em; 
}

.side-pink-fade .title,
.side-pink-fade .title a { 
  display: block; float: left; 
  color: #231F20; 
}

.side-pink-fade .title a:hover { 
  color: #F286AB; 
}

.archive-title-1 { 
  margin: 0 0 0 0; padding: 0 0 30px 0; 
  color: #231F20; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 15px; line-height: 20px; letter-spacing: 0.02em; 
}

.archive-title-2 { 
  margin: 0 0 0 10px; padding: 0; 
  color: #231F20; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 30px; line-height: 35px; letter-spacing: 0.03em; 
}

p, .p { margin: 0 0 15px 0; }

.lowercase  { text-transform: lowercase; }
.titlecase { text-transform: capitalize; }
.uppercase { text-transform: uppercase; }

hr { 
  clear: both; 
  width: 600px; height: 0px; margin: 40px 0 50px 0; padding: 0 0 1px 0; 
  border: none;
  background-color: #F286AB; 
}

.home-bottom .widget {
	
}
.home-bottom .widget-title {background: url(https://howdoesshe.com/wp-content/uploads/2016/04/banner1.png) bottom right no-repeat;
color: #fff;
	padding: 5px;
width: 695px;
position: absolute;
right: -15px;
font-size: 18px;
text-align: center;
height: 55px;
clear: both;
}

.home-triple-bottom .featured-content .widget-wrap{
height: 430px;
}
.home-triple-bottom .featured-content .entry{
	float: left;
min-height: 315px;
margin-top: 50px;
	padding: 20px 0px 10px 10px;
	width: 33.3333333%;
}

#featured-post-11 .post{
	float: left;
height: 250px;
margin-top: 0px;
overflow: hidden;
	padding: .5%;
	width: 24%;
}

/* -------------------[ Freebies & Shop on Homepage ]------------------- */
#featured-post-5 .widget-wrap, #featured-post-1 .widget-wrap{
height: 320px;
margin-bottom: 0px;
padding: 0px;
}



#featured-post-5, #featured-post-1 {padding: 1%;
border: 1px solid #F0F2F3; 
border-bottom:none;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(255,255,255)), color-stop(100%, rgb(254,247,250)));
  background: -webkit-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: -o-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: -ms-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: linear-gradient(to right, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fef7fa', GradientType=1 );
margin: 0px;
}

#featured-post-5 .post, #featured-post-1 .post{
margin: 0px;
padding: 20px 5px;
}

#text-41 {margin-bottom: -10px;}
#soliloquy-2 {margin-bottom: -10px;
max-height: 400px;}
#text-42, #text-40{margin-top: 0px; 
border: 1px solid #F0F2F3; 
border-top:none;
width: 100%;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(255,255,255)), color-stop(100%, rgb(254,247,250)));
  background: -webkit-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: -o-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: -ms-linear-gradient(left, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  background: linear-gradient(to right, rgb(255,255,255) 0%, rgb(254,247,250) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fef7fa', GradientType=1 );
padding-bottom: 10px;
margin: 0px 0px 15px 0px;}

.freebies-arrowbox-fix { 
  clear: both; position: relative; top: 10px; 
  margin: 0 0 0 -14px; 
}

.home-subscribe-form { 
  float: right; position: relative; top: -15px;  
}

.home-subscribe-submit-box { 
  width: 180px; height: 22px; margin: 0 0 0 10px; padding: 2px 2px 0 5px; 
  border: 1px solid #A9ABAE; 
  color: #231F20; font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 12px; line-height: 14px;  
}

.home-double-bottom .widget {
	float: left;
	padding: 0px 5px 10px 0px;
width: 48%;
margin: 1%;}

.home-double-bottom .featured-content .entry {
	float: left;
margin: 1%;
height: 250px;
	width: 48%;
}
.deals .featured-content .entry{
	float: left;
height: 400px;
margin-top: 0px;
overflow: hidden;
	padding: .5%;
	width: 33%;
}


.home-double-bottom .widget h4 {
background: #000 url(/wp-content/uploads/2015/11/menu.jpg) repeat-x;
	text-align: center;
height: 45px;
color: #fff;
margin-bottom: 5px;
padding: 5px;
border: none;}

.home-double-bottom .widget .entry-title {
	background: rgba(255,255,255,.8);
color: #000;
width: 90%;
padding: 2%;
float: center;
text-align: center;
margin: -100px auto 0px;
font-size: 14px;
line-height: 16px;
border: none;}

.home-double-bottom .widget .entry-title a {
}

.home-double-bottom .widget a img {
margin: 0 auto 5px;
border: 1px solid #ddd;}

.home-bottom {
	float: left;
	width: 100%;
}

.home-slider a.more-link {
	background: #fff;
	text-align: center;
	padding: 5px;
}

.more-from-category a,
a.more-link  {
	clear: both;
background: #f386ad;
color: #fff;
 border-radius: 5px;
    border: 1px solid #EA7EA4;
font-weight: 700;
padding: 8px 20px;
  font-family: 'EB Garamond', Times New Roman, serif; 
font-size: 14px; line-height: 18px; 
width: 40%; float: center;
	display: block;
	margin: 10px auto 20px;
	overflow: hidden;
	text-align: center;
}



.more-from-category a:hover,
a.more-link:hover {
	color: #000;
}

.category-index .more-from-category a,
.category-index a.more-link {
	width: 90%;
}




/* Category Index
--------------------------------------------- */

.category-index .featured-content .entry {
	float: left;
	min-height: 310px;
	padding: 0px 5px;
	width: 33%;
}

.category-index .widget {
	padding: 20px 0px;
}

.category-index .widget-title {
	border-bottom: double #ddd;
	padding: 10px 0;
}

.category-index .entry-title a {
	color: #555;
}

.category-index ul li {	
	border-bottom: double #ddd;
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}

/* Custom Archives 
------------------------------------------------------------ */
	
.archive .content .entry {
	min-height: 310px;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0 5px;
    width: 33.333%;
	float: left;
}
	
.archive .content .entry p img {
	border: 1px solid #f4f4f4;
	height: 190px;
	margin-bottom: 5px;
	padding: 3px;
	width: 190px;
}

.archive .content .entry img:hover {
	opacity:0.8;
}
.disclosure {font-size: 12px;
font-style: italic;}

.archive .disclosure{display: none;}
.category-giveaway .disclosure {display: none;}

.archive .content .entry-title {
	background-image: none;
	background-color: #fff;
	line-height: .5;
	margin: 0 0 15px 0;
	padding: 0;
}
	
.archive .content .entry-title a {
	font-size: 13px;
}

.archive .content .entry-header .entry-meta {
	display: none;
}

.archive .archive-pagination {
	clear: both;
}
.archive .top-post-ad, .category .top-post-ad, .search .top-post-ad {display: none;}
.page .top-post-ad{display: none;}
/* Entries
--------------------------------------------- */

.entry {
	border-bottom: double #ddd;
	margin-bottom: 80px;
	padding-bottom: 20px;
}

.single .entry {
	padding: 30px 0;
}

.divine-home .entry,
.archive .entry,
.category-index .entry,
.sidebar .entry,
.footer-widgets .entry {
	border: none;
}

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

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

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

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

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

.content .entry-header .entry-meta {
	clear: both;
	color: #777;
	font-size: 11px;
	text-align: center;
	width: 100%;
}

.content .entry-header .entry-meta .entry-categories a {
background: #000;
color: #fff;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 7px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-categories a:hover {
	background: #fff;
border: 1px solid #F187AD;
	color: #F187AD;
}

.content .entry-header .entry-meta .entry-comments-link {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a:before {
	content: "\f125";
	font-family: 'dashicons';
}

.entry-footer .entry-meta {
	clear: both;
	color: #777;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	padding: 10px;
	text-align: center;
}

.content .entry-footer .entry-meta a {
	color: #777;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}

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

.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
	text-align: center;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #f4f4f4;
	color: #777;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 4px;
	padding: 7px 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f4f4f4;
	text-decoration: none;
}

.adjacent-entry-pagination {
	font-family: 'EB Garamond', serif;
	font-size: 13px;
	margin: 40px 0;
	text-transform: uppercase;
}


/* Comments
--------------------------------------------- */
/* -------------------[ Boxes - Like This Post and Comments and Trackbacks ]------------------- */

.like-this-post-box { 
  margin: 0 0 30px 0; padding-top: 70px; 
}


.subscribe-comment-boxes { 
  clear: both; overflow: auto; 
  width: 550px; margin: 0 0 20px 0; padding: 10px; 
  border: 1px solid #F286AB; 
  background-color: #FFF;
}

.subscribe-comment-boxes-titles { 
  float: left; 
  width: 120px; margin: -10px 0 0 -10px; 
}

.like-this-post-box a, 
.standard-box a { 
  color: #17A1C1;
}

.like-this-post-box a:hover, 
.standard-box a:hover { 
  color: #231F20;
}

.comment-respond,
.entry-comments,
.entry-pings {
margin-bottom: 15px;
background: #eee;
padding: 15px;
}

.entry-comments h3,
.comment-respond h3 {
padding: 3px;
  float: center;
margin: 0 auto;
color: #000;
text-align: center;  font-family: 'Over the Rainbow', cursive; font-weight: 400; font-size: 24px; line-height: 30px; letter-spacing: 0; 
}

.entry-comments input[type="button"] {
float: left; display: block;  width: 100%; margin-bottom: 10px;
  color: #fff;
padding: 5px 15px;
background: #F286AB;
    box-shadow: 5px 5px black;
 font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 14px; line-height: 25px; letter-spacing: 1px; text-transform: none; text-align: center; 
}
.entry-comments .comment-author {
	font-family: 'EB Garamond', Georgia, serif;
	font-weight: 100;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}

.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;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 15px;
	overflow: hidden;
  padding: 10px; 
  border: 1px solid #F286AB; 
  background-color: #FFF;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 15px 0 15px;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #fff;
	float: left;
	font-weight: 700;
	padding: 10px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 10px 20px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
	margin: 15px 0 15px;

}

.comment-reply {
	font-size: 12px;
text-transform: uppercase;
font-weight: 700;
  border: 1px solid #F286AB; 
float: right;
padding: 1px 10px;
}

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

.form-allowed-tags {
	background-color: #f9f9f9;
	font-size: 12px;
	padding: 24px;
}

.logged-in-as {
	text-align: center;
}

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

.sidebar {
	display: inline;
	padding-bottom: 30px;
}

.sidebar p {
	margin-bottom: 16px;
}

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

.sidebar li {
	background: #f9f9f9;
	border: 1px solid #fff;
	margin-bottom: 15px;
	outline: 5px solid #f9f9f9;
	padding: 5px;
	text-align: center;
}

.sidebar li:hover {
	background: #f4f4f4;
	outline-color: #f4f4f4;
}

.sidebar li a {
	text-decoration: none;
}

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

.sidebar .widget {
	margin-bottom: 0;
	padding: 20px 0px;
	word-wrap: break-word;
}

.sidebar .widget .sponsor {
	border: 1px solid #f4f4f4;
	text-align: center;
	padding: 30px;
}

.sidebar-split-left .widget,
.sidebar-split-right .widget {
	padding: 20px 10px;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar-split-left {
	display: inline;
	float: left;
	width: 180px;
}
	
.sidebar-split-right {
	display: inline;
	float: right;
	width: 180px;
}

.sidebar-split-bottom {
	clear: both;
	width: 360px;
}


/*
Widget Before Footer
---------------------------------------------------------------------------------------------------- */

.widget-before-footer {
	background: #fff;
	border-bottom: double #e8e8e8;
	border-top: double #e8e8e8;
	padding: 10px 0;
}

.widget-before-footer .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 30px;
	width: 1230px;
}

.widget-before-footer .widget {
	text-align: center;
}

.widget-before-footer a {
	color: #fff;
	text-decoration: underline;
}

.widget-above-header .enews-widget p,
.widget-before-footer .enews-widget p,
.before-content .enews-widget p {
	float: left;
	width: 40%;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
}

.widget-above-header #subscribe,
.widget-before-footer #subscribe,
.before-content #subscribe {
	float: right;
	width: 60%;
}

.widget-above-header .enews-widget input,
.widget-before-footer .enews-widget input,
.before-content .enews-widget input {
	float: left;
	width: 25%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 10px;
	color: #888;
}

.widget-above-header .enews-widget input[type="submit"],
.widget-before-footer .enews-widget input[type="submit"],
.before-content .enews-widget input[type="submit"] {
	border-radius: 100px;
	width: auto;
	padding: 8px 10px;
	background-color: #fff;
}

.widget-above-header .enews-widget input[type="submit"]:hover,
.widget-before-footer .enews-widget input[type="submit"]:hover,
.before-content .enews-widget input[type="submit"]:hover {
	color: #fff;
	background-color: #DDD;
}

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

.footer-widgets {
	background: #fff;
	clear: both;
	font-size: 14px;
}

.footer-widgets .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0px 30px;
}

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

.footer-widgets .widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.footer-widgets .featured-content .entry {
	float: left;
	padding: 1%;
	width: 20%;
}

.footer-widgets .widget-title,
.footer-widgets .entry-title {
	text-align: center;
}


.footer-widgets .search-form {
	width: 100%;
}



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

.site-footer {
	background: #fff;
	color: #777;
	font-family: 'EB Garamond', serif;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #777;
}

.site-footer p {
	margin: 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) {

	.search-form input[type="search"] {
		background-image: url(images/icon-search@2x.png);
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
	.content #genesis-responsive-slider .flex-control-nav li a {
		background-image: url(images/icon-control-nav@2x.png);
	}

}



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

	.site-container {
		max-width: 100%;
	}
	
	.header-image .title-area, 
	.header-image .site-title, 
	.header-image .site-title a {
	    float: none;
	    margin: 0 auto;
	}

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

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}
.content {
	width: 63%;
float: right;
}

.sidebar-primary {width: 33%;
float: left;}

.home-bottom .widget-title {background: #000;
color: #fff;
	padding: 5px;
width: 100%;
position: relative;
right: 0;
font-size: 18px;
text-align: center;
height: 50px;
clear: both;
}
	
	.comment-list li.depth-1,
	.ping-list li.depth-1 {
		margin: 30px 0;
	}
	
	.simple-social-icons ul {
		display: none;
	}

.nav-primary {
background: #F187AD;
	text-align: center;
}
	

}

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



	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.home-top .widget,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.sidebar-split-left,
	.sidebar-split-right,
	.sidebar-split-bottom, .content, .sidebar-primary,
	.widget-above-header .wrap,
	.nav-secondary .wrap {
		margin: 0;
		width: 100%;
	}

	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.site-header .genesis-nav-menu a {
		font-size: 12px;
		padding: 12px;
	}
	
	.home-bottom .featured-content .entry {
		width: 50%;
	}
	
	.home-middle,
	.home-top {
		text-align: center;
	}
	
	.home-cta .button.alignright {
		float: none;
		margin: 16px 0 0;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}
	
	.widget-before-footer {
		padding: 20px;
	}
	
	.widget-above-header .enews-widget p, 
	.widget-before-footer .enews-widget p, 
	.before-content .enews-widget p {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.widget-above-header .enews-widget input, 
	.widget-before-footer .enews-widget input, 
	.before-content .enews-widget input {
		width: 100%;
		margin-bottom: 20px;
	}

	.widget-before-footer .enews-widget input[type="submit"],
	.before-content .enews-widget input[type="submit"],
	.footer-widgets .featured-content .entry,
	.before-content .entry,
	.widget-before-footer #subscribe,
	.before-content #subscribe {
		float: none;
		width: 100%;
	}
	
	.divine-home .entry, .archive .entry, .category-index .entry, .sidebar .entry, .footer-widgets .entry {
		text-align: center;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

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

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

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

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 48% !important;
	}

}

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

	.entry-title {
		font-size: 24px;
	}

	.content .entry-header .entry-meta .entry-comments-link {
		display: none;
	}
	
	.widget-title:after, .widget-title:before {
		border: none;
		margin: 0;
		width: 0;
	}
	
	.home-bottom .featured-content .entry,
	.category-index .featured-content .entry,
	.footer-widgets .featured-content .entry {
		width: 100%;
	}
	
	.featured-content .entry {
		text-align: center;
	}
	
	.alignleft,
	a.alignleft img,
	a.alignnone img {
		display: block;
		float: none;
		text-align: center;
		margin: auto;
		margin-bottom: 10px;
	}
	
	.category-index ul li {	
		font-size: 13px;
		text-align: center;
		width: 100%;
	}
	
	.more-from-category a, 
	a.more-link {
		width: 100%;
	}
	
	.sidebar .featured-content .entry-title {
		text-align: center;
	}
	
	.content .woocommerce ul.product_list_widget li,
	.footer-widgets .woocommerce ul.product_list_widget li {
		text-align: center;
		width: 100% !important;
	}

	.content .woocommerce ul.cart_list li img,
	.content .woocommerce ul.product_list_widget li img,
	.content .woocommerce-page ul.cart_list li img,
	.content .woocommerce-page ul.product_list_widget li img {
		margin: 0 auto;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.home-bottom .featured-content .entry {
		width: 100% !important;
	}


}

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

    .header-image .site-title a {
        background-size: contain !important;
    }

    .site-title {
        font-size: 26px;
    }

}