/*
	Theme Name: Praise Wedding v2.0
	Description: A mobile responsive and HTML5 feminine WordPress theme built for the Genesis Framework by Lauren Gaige of Restored 316.
	Author: Viva la Violette // Heather Jones
	Author URI: http://www.vivalaviolet.com/
	Copyright: Copyright (c) 2016
	Version: 1.0.1

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: http://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
		- After Entry
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Simple Social Icons
		- Simply Instagram
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Easy Recipe
		- WooCommerce
	- 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
	- 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,
.widget: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 {
	background: url("images/menu-wc.png") no-repeat center top #fff;

	color: #726f6a;
	font-family: "Libre Baskerville",serif;
     font-size: 14px;
     font-weight: 300;
     letter-spacing: 0.5px;
     line-height: 2.5;
     margin: 0;
}

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: #66b9ad;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #726f6a;
	text-decoration: none;
}

.entry-content a,
.sidebar p a {
	text-decoration: none;
}

p {
	margin: 0 0 16px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}



blockquote {
  border-bottom: 4px double #ffeee1;
  border-top: 4px double #ffeee1;
  padding: 1.5rem;
	color: #999;
}

.entry-content code {
	background-color: #726f6a;
	color: #ddd;
}

cite {
	font-style: normal;
}

.screen-reader-text {
	display: none;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #f6b2a5;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
	color: #66b9ad;
}

h5 {
	font-size: 11px;
		color: #726f6a;
		font-family: 'Libre Baskerville';
}

h6 {
	font-size: 9px;
	color: #726f6a;
		font-family: 'Libre Baskerville';
		line-height: 16px;
}

/* 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 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f9f9f9;
	border: 1px solid #eaf7f1;
	color: #555;
	font-size: 14px;
	padding: 8px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
}

::-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: #726f6a;
	border: 1px solid #726f6a;;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 9px;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 8px 20px;
	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: transparent;
	border: 1px solid #726f6a;
	color: #726f6a;
	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;
}

a.more-link  {
	clear: both;
	display: table-cell;
	font-family: 'Roboto Condensed', 'Didot', 'Didot LT STD', 'Book Antiqua', 'Garamond', 'Arapey', serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 15px auto;
	padding: 20px 0;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

a.more-link:hover {
	text-decoration: underline;
}

a.more-link:after {
	content: "\f522";
	font-family: 'dashicons';
	font-size: 9px;
}

.more-from-category a {
    background: #726f6a;
    border: 1px solid #726f6a;
    clear: both;
    color: #fff;
    display: table;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 10px auto;
    padding: 8px 25px;
    text-transform: uppercase;
}

.more-from-category a:hover {
    background-color: transparent;
    color: #726f6a;
}

/* 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 {
	margin: 0px auto 15px;
	max-width: 1280px;
	padding:10px;
}

.admin-bar .site-container {
	margin: 0px auto 15px;
}

.glam-landing .site-container {
	max-width: 800px;
}

.site-inner {
	clear: both;
	margin: 0px auto;
}

.glam-home .site-inner {
	overflow: visible;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.content-sidebar-wrap {
	padding-top: 30px;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 330px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.s-square {
	padding-right: 8px;
	float: left;
}

/* Column Classes
	Link: http://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@2x.png) no-repeat right;
	background-size: 36px 16px;
	color: #888;
	font-size: 10px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 2px;
	padding: 10px 50px 10px 13px;
	text-transform: uppercase;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img, img.alignnone {
  margin-bottom: -4px;
}

.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: 12px;
	font-weight: 400;
	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: #726f6a;
	font-size: 12px;
	margin: 0 0 30px;
}

.glam-home .breadcrumb {
     margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 60px;
	overflow: hidden;
	padding: 30px 0;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	border-top: 1px solid #eaf7f1;
	border-bottom: 1px solid #eaf7f1;
}

.author-box-title {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.author-box .avatar {
	margin-right: 24px;
}

.widget-area li {
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.widget-area li li {
	margin: 0;
	padding-bottom: 0;
}

/* Link Within
--------------------------------------------- */


a#linkwithin_logolink_0, a#linkwithin_logolink_1, a#linkwithin_logolink_2, a#linkwithin_logolink_3, a#linkwithin_logolink_4, a#linkwithin_logolink_5, a#linkwithin_logolink_6, a#linkwithin_logolink_7, a#linkwithin_logolink_8, a#linkwithin_logolink_9, a#linkwithin_logolink_10, a#linkwithin_logolink_11, a#linkwithin_logolink_12, a#linkwithin_logolink_13, a#linkwithin_logolink_14, a#linkwithin_logolink_15, a#linkwithin_logolink_16, a#linkwithin_logolink_17, a#linkwithin_logolink_18, a#linkwithin_logolink_19, a#linkwithin_logolink_20 {
display:none;
}
.linkwithin_posts {
width: 800px !important; /* Width for the related posts container */
}
.linkwithin_posts a {
  border: 0 none !important;
  margin: 20px !important;
}
.linkwithin_posts a:hover {
background: #eaf5f0 !important; /* Background color on mouseover */
}
.linkwithin_img_0 {
background: #F5F5F5;
border: 1px solid #C1C1C1;
padding: 2px !important;
transition:all .2s linear;
 -o-transition:all .5s linear;
-moz-transition:all .2s linear;
-webkit-transition:all .2s linear;
}
.linkwithin_img_0:hover {
background: #ffffff;
padding: 2px !important;
opacity:.6;
filter:alpha(opacity=60)
}

.linkwithin_inner {
	width: 100%!important;
	background: url(images/lw-bg.png) no-repeat top left!important;
	padding-left: 10px!important;
}



/* Titles
--------------------------------------------- */

.entry-title, .page-title {
  font-family: Roboto Condensed;
	color: #f6b2a5;
	fot-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  text-align: left;
	margin-bottom: 0px;
}


.sidebar .widget-title a {
	color: #726f6a;
}


.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #726f6a;
	text-decoration: none;
}

.archive-title,
.widget-title {
	font-family: 'Roboto Condensed', 'Didot', 'Didot LT STD', 'Book Antiqua', 'Garamond', 'Arapey', serif;
	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;
}

.widget-title {
  background: rgba(0, 0, 0, 0) url("images/nav.png") no-repeat center bottom;
  color: #726f6a;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 25px;
  padding: 6px 0 10px;
  text-align: center;
  text-transform: lowercase;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.home-top-right .featured-content .entry,
.sidebar .featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	margin-bottom: 5px;
}

.home-top-right .featured-content .entry-title,
.sidebar .featured-content .entry-title {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 5px;
	text-align: left;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin: 40px 0;
}

.after-entry .enews-widget {
	background: #ffeee1;
	padding: 30px;
}

.after-entry .widget {
	margin: 30px 0;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */
.footer-widgets .enews-widget {
	background: #fdf1ee;
	padding-top: 10px
}


.enews-widget input {
	background-color: #fff;
	color: #888;
	font-size: 10px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.enews-widget input[type="submit"] {
	background-color: #f0f9f5;
	border: 0px solid #726f6a;
	color: #726f6a;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #ffeee1;
	border: 0px solid #726f6a;
	color: #726f6a;
}

.sidebar .enews-widget.widget {
	background-size: 100%;
	text-align: center;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul li {
	border: none !important;
}

.simple-social-icons ul li a {
  font-size: 16px !important;
}

.genesis-nav-menu .widget-area .simple-social-icons ul li a, .genesis-nav-menu .widget-area .simple-social-icons ul li a:hover {
  background: rgba(0, 0, 0, 0) url("images/icons.png") repeat scroll 0 0 !important;
  border: 0 solid #ffffff !important;
  border-radius: 30px;
  font-size: 15px;
  padding: 8px;
	background-color: none!important
}



/* Genesis Simple Share
--------------------------------------------- */

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
}

.content .share-filled .share {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.content .share-filled .count {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #d5e8df;
	border: 1px solid #d5e8df;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #d5e8df!important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

.share-after {
  background: rgba(0, 0, 0, 0) url("images/share-love.png") no-repeat scroll center top;
  border: 4px double #ffeee1;
  margin-top: 0px;
  padding: 55px 0 10px;
  text-align: center;
}

.share-before {
	text-align: center;
}

.sharrre .count {
  background-color: #d5e8df;
  color: #fff !important;
  font-family: Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: bold;
  position: relative;
  text-align: center;
}


/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

.content .sd-content ul {
	text-align: center;
}

.content .share-count {
	background: #555;
	padding: 3px 5px;
}

.content .sd-social-icon .sd-content ul li a.sd-button,
.content .sd-social-text .sd-content ul li a.sd-button,
.content .sd-content ul li a.sd-button,
.content .sd-content ul li .option a.share-ustom,
.content .sd-content ul li.preview-item div.option.option-smart-off a,
.content .sd-content ul li.advanced a.share-more,
.content .sd-social-icon-text .sd-content ul li a.sd-button,
.content .sd-social-official .sd-content > ul > li > a.sd-button,
.content #sharing_email .sharing_send,
.sd-social-official .sd-content > ul > li .digg_button > a {
	background: #f9f9f9 !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 5px 10px !important;
}

.content div.sharedaddy h3.sd-title {
	float: left;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	width: 20%;
}


/* Simply Instagram
--------------------------------------------- */

.front-photo {
	box-shadow: none !important;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top li {
	margin: 0;
	padding: 0;
}

.home-top #genesis-responsive-slider {
	  background: transparent url("images/slider-bg.png") no-repeat scroll 0 0 / 100% auto;
	border: 0;
	margin: 0 auto;
	padding: 40px 60px 0;
	position: relative;
	margin-bottom: 50px;
}

.home-top .flexslider {
	background: transparent;
    max-height: auto;
    max-width: 100%;
}

.home-top .slide-excerpt {
  background: #f0f9f5 none repeat scroll 0 0;
  margin: 0 0 3%;
  opacity: .95;
  padding: 20px;
}

.detail-box {
		background:#f0f9f5;
		padding: 20px;
		outline: 1px solid #eee;
		text-align: left;
		border: 10px solid #fff;
		font-weight: 400;
}

.detail-box strong {
		text-transform: uppercase;
		letter-spacing: 2pt;
		color: #66b9ad;
		font-weight: 400;
		font-size: 16px;
		text-align: center;
		padding-left: 35px;
		background: url(images/flower.png) no-repeat;
		line-height: 37px;

}

.home-top .slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.home-top .slide-excerpt-border h2 {
	margin: 0;
	text-align: left;
	width: 100%;
}

.home-top #genesis-responsive-slider h2 {
	line-height: 24px;
	margin-bottom: 20px;
}

.home-top #genesis-responsive-slider h2 a {
  font-family: Roboto Condensed;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  overflow: visible;
  text-align: center;
  width: 100%;
}

.home-top .genesis_responsive_slider .flex-direction-nav li a {
  background: rgba(0, 0, 0, 0) url("images/icon-direction-nav.png") no-repeat scroll -44px 0 / 88px 96px;
  height: 48px;
  right: 10px;
  transition: none 0s ease 0s ;
  width: 44px;
  top: 80%;
}

.home-top .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -44px -48px;
}

.home-top .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: 10px;
	top: 20%;
}

.slide-image {
  height: 420px;
}

.flexslider .slides img {
  outline: 1px solid white;
  outline-offset: -12px;
}

.home-top .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -48px;
}

.home-top .genesis_responsive_slider .flexslider .slides > li {
	overflow: hidden;
}

.home-top .genesis_responsive_slider .flex-control-nav {
	margin: 14px 0 0;
	text-align: center;
	width: 100%;
	height: 5px;
}

.home-top .genesis_responsive_slider .flex-control-nav li a {
	background: url(images/icon-control-nav.png) no-repeat 0 0;
	background-size: 100px 39px;
	width: 100px;
}

.home-top .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.home-top .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}


/* 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: 13px;
	font-weight: 300;
	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: 10px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

.content .sd-content ul {
	text-align: center;
}

/* WooCommerce
--------------------------------------------- */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: #726f6a !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: normal !important;
	letter-spacing: 1px !important;
	padding: 10px 15px !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #DDD !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 10px;
	font-weight: 400 !important;
	text-transform: uppercase;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce form .form-row .required {
	color: #726f6a !important;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
	border-top-color: #726f6a !important;
}

.woocommerce span.onsale {
	background-color: #726f6a !important;
	font-size: 10px !important;
	padding: 4px 7px !important;
}

.woocommerce-cart table.cart img {
	width: 100px !important;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
	background: none;
	border: none;
	float: left;
	padding: 5px !important;
	width: 50%;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 100% !important;
}

.woocommerce-cart .entry-content p:first-child::first-letter,
.woocommerce-checkout .entry-content p:first-child::first-letter {
	float: none;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none;
}

.woocommerce-page input[type="checkbox"],
.woocommerce-page input[type="radio"] {
	width: auto;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	display: inline !important;
}

.woocommerce .quantity .qty {
	padding: 5px 10px;
}

.woocommerce .product-title {
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
}

.woocommerce-tabs h2 {
	font-size: 16px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 30.6% !important;
}

select.orderby {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 15px;
	padding: 7px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 0 auto;
	max-height: 220px;
	padding: 0 0 0px;
	width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin: 5px;
	overflow: hidden;
	padding: 0px 10px;
	text-align: center;
}

.site-title {
	font-family: "Roboto Condensed",sans-serif;
	font-size: 65px;
	font-weight: 100;
	letter-spacing: 3px;
	line-height: 1.3;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.site-title::after {
    border-bottom: 1px solid #726f6a;
    content: "";
    display: block;
    margin: 0 auto 10px;
    padding-bottom: 20px;
    width: 10%;
}

.site-title a,
.site-title a:hover {
	color: #726f6a;
	display: block;
	text-decoration: none;
}

.site-description {
	color: #726f6a;
	font-family: 'Roboto Condensed', 'Didot', 'Didot LT STD', 'Book Antiqua', 'Garamond', 'Arapey', serif;
	font-style: italic;
	font-size: 12px;
}

/* 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-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .site-description {
	display: none;
}

/* Logo, hide text */

.header-image .site-title > a {
	-webkit-background-size: contain !important;
	background-size: contain !important;
	display: block;
	height: 222px;
	margin: 0px auto;
	max-width: 385px;
	text-indent: -9999px;
}

.header-image .site-title::after {
	border: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	display: block;
	margin: 0 auto;
	min-height: 200px;
	width: 100%;
}

.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: 28px 0 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	width: 50%;
}

.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: #726f6a;
  font-family: "Yantramanav";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  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 {
	color: #726f6a;
	display: block;
		padding: 17px 40px;
	position: relative;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	color: #726f6a;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	color: #726f6a;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 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: 175px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
  background-color: #ffeee1;
  border-top: medium none;
  font-family: "Roboto Condensed","Didot","Didot LT STD","Book Antiqua","Garamond","Arapey",serif;
  font-size: 11px;
  padding: 13px 18px;
  position: relative;
  width: 175px;
}

.genesis-nav-menu .sub-menu a:hover {
	background: #f0f9f5;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -34px 0 0 174px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 15px;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .search {
	padding: 4px;
	margin: 4px 0 0;
}

.genesis-nav-menu .search-form {
	color: #726f6a;
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
  background: transparent none repeat scroll 0 0 / 36px 16px;
  border: 2px solid #fff;
  color: #726f6a;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 5px 10px;
  text-transform: lowercase;
  width: 100%;
  margin-top: 6px;
}

.genesis-nav-menu *::-moz-placeholder {
	color: #726f6a;
}

.genesis-nav-menu .widget-area {
    float: right;
    margin-top: 14px;
    width: 18%;
}

/* 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;
}

.nav-primary .responsive-menu-icon::before {
	color: #726f6a;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	margin-top: 60px;
	padding: 0;
}

.site-header .genesis-nav-menu {
	text-align: center;
	width: auto;
}

.site-header .genesis-nav-menu a {
	padding: 15px 22px;
}

.site-header .genesis-nav-menu a:hover {
	color: #726f6a;
}

.site-header .genesis-nav-menu .sub-menu a {
	color: #555;
	padding: 10px 18px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -36px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
  top: 0;
  width: 100%;
  z-index: 999;
}

.nav-primary a {
	padding: 17px 10px;
}

.admin-bar .nav-primary {
	top: 32px;
}

.nav-primary .wrap {
	margin: 0 auto;
	width: 1280px;
}

.nav-primary .genesis-nav-menu a {
	color: #726f6a;
	font-size: 13px;
}

.nav-primary .genesis-nav-menu a:hover {
	color: #f6b2a5;
	font-size: 13px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #726f6a;
	padding: 10px 18px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	text-align: center;
	border-top: 4px double #ffeee1;
	border-bottom: 4px double #ffeee1;
}
.nav-secondary a {
	padding: 17px 40px;
}

.nav-secondary a:hover {
	background: url(images/nav-feather.png) no-repeat left;
 color: #66b9ad;
 }

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top-slider {
	overflow: hidden;
	padding-bottom: 0px;
	width: 100%;
}

.home-flexible {
	margin-top: 30px;
}

.home-flexible .widget {
	position: relative;
}

.home-flexible .entry-categories {
	background: #ffe9e5;
	padding: 3px 10px;
	text-align: center;
	border: none;
	font-weight: 400;
	letter-spacing: 1pt;
}

.home-flexible .entry-header {
		text-align: center;
}

.home-flexible .widget .widget-title {
	background: #F9F9F9;
	margin: 0 10%;
	padding: 13px 25px;
	position: absolute;
	top: 40%;
	left: 0;
	width: 80%;
}

.home-flexible .widget .entry-title {
  color: #66b9ad;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  left: 0;
  letter-spacing: 0;
  padding: 40px 25px 13px;
  position: absolute;
  text-align: center;
  text-transform: none;
  width: 100%;
}

.home-flexible .widget .entry-title a {
	color: #66b9ad;
}

.home-flexible .widget .entry-header {
	padding: 0;
}

.home-flexible a.alignnone img,
.home-flexible img.alignnone {
 	margin: 0;
}

.home-bottom {
  padding: 10px;
  width: 1280px;
  margin: -30px auto 0;
}

.home-bottom-title {
	padding-top: 60px;
		margin-bottom: 20px;
}

.home-bottom .widget-area .widget {
	width: 24.2%;
	float:left;
}

.home-bottom .widget-area .widget {
  float: left;
  margin-bottom: 10px;
  margin-left: 1%;
}

.home-bottom .widget-area .widget:nth-of-type(4n+1) {
  margin-left: 0;
}

.home-bottom .widget {
	position: relative;
}

.home-bottom .widget .widget-title {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  color: #000;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-style: normal;
  left: 0;
  letter-spacing: 2pt;
  margin: 0 10%;
  padding: 13px 25px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 75%;
  width: 80%;
}

.home-bottom-2 {
  margin: 0 auto;
  padding: 0px;
  width: 1260px;
}

.home-bottom-2-left {
		float: left;

}

.home-bottom-2-right {
  float: right;
  width: 32%;
  padding-top: 0px;
}

.home-bottom-2-right img {
	padding-bottom: 14px;
}

.home-bottom-2-right img:hover {
	opacity: .75;
}

.mobile-bottom {
		display: none;
}

.soliloquy-container .soliloquy-caption {
	color: #666 !important;
	text-shadow: 0px!important;
	font-family: 'Roboto Condensed'!important;
	letter-spacing: 2px !important;
	text-transform: none !important;
}


.soliloquy-container .soliloquy-pager-link {
  background-image: url("images/circle@2x.png");
  background-size: 14px 14px;
  margin-top: 30px;
}

.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next {
	background-color: #d8ebe2!important;
	border-radius: 999em;
	border: 0px solid white;
	width: 34px;
	height: 35px;
}
.soliloquy-container .soliloquy-prev {
	background-position: 45% center;
	left: 25px!important;
}
.soliloquy-container .soliloquy-next {
	background-position: 55% center;
	right: 25px!important;
}

.between-posts-area {
	background: #f9f9f9;
	margin: 40px 0;
	padding: 30px;
	text-align: center;
}

/* ## Home Flexible Widget Space
--------------------------------------------- */

.home-flexible .widget-area .widget {
	background: #fff;
	float: left;
	margin-bottom: 50px;
	margin-left: 1%;
}

.home-flexible .featured-content .entry {
	background: none;
	margin: 0;
	padding: 0;
}

.home-flexible .one-widget .widget {
	display: inline-block;
	float: none;
	margin: 0 auto;
	width: 100%;
}

.home-flexible .seven-widgets .widget,
.home-flexible .six-widgets .widget,
.home-flexible .three-widgets .widget,
.home-flexible .widget-thirds .widget {
	width: 32.667%;
}

.home-flexible .four-widgets .widget,
.home-flexible .seven-widgets .widget:nth-last-of-type(-n+4),
.home-flexible .eight-widgets .widget {
	width: 24.2%;
}

.home-flexible .five-widgets .widget {
	width: 19.2%;
}

.home-flexible .two-widgets .widget {
	width: 49.5%;
}

.home-flexible .eight-widgets .widget:nth-of-type(4n+1),
.home-flexible .five-widgets .widget:nth-of-type(5n+1),
.home-flexible .four-widgets .widget:nth-of-type(4n+1),
.home-flexible .seven-widgets .widget:nth-child(3n+1),
.home-flexible .six-widgets .widget:nth-of-type(3n+1),
.home-flexible .three-widgets .widget:nth-of-type(1),
.home-flexible .two-widgets .widget:nth-of-type(odd),
.home-flexible .widget-thirds .widget:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.home-flexible .seven-widgets .widget:nth-child(7n) {
	clear: none;
	margin-left: 1%;
}

.home-flexible .eight-widgets .widget:nth-last-of-type(-n+4),
.home-flexible .five-widgets .widget:nth-last-of-type(-n+1),
.home-flexible .four-widgets .widget:nth-last-of-type(-n+2),
.home-flexible .seven-widgets .widget:nth-last-of-type(-n+4),
.home-flexible .six-widgets .widget:nth-last-of-type(-n+3),
.home-flexible .three-widgets .widget,
.home-flexible .two-widgets .widget,
.home-flexible .widget-thirds .widget:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}


/* Category Index
--------------------------------------------- */

.category-index .featured-content .entry {
	float: left;
	padding: 0px 5px;
	width: 33%;
}

.category-index .widget {
	padding: 20px 0px;
}

.category-index .widget-title {
	margin-bottom: 40px;
}

.category-index .entry-title a {
	color: #555;
}

.category-index ul li {
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}

/* Custom Archives
------------------------------------------------------------ */

.grid-thumbnail {
	position: relative;
}

.posts-archive .entry .entry-content {
	padding: 20px 4px;
}

.posts-archive a {
	text-decoration: none;
}

.posts-archive .entry p {
	margin-bottom: 0;
}

.posts-archive .entry-title {
	font-size: 14px;
	margin: 10px 0 0;
}

.glam-featured-image img {
	vertical-align: top;
}

.glam-featured-image:hover img {
	opacity: 0.7;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 30px;
	padding: 0px;
}

.entry .entry-content {
	padding: 30px 0;
}

.glam-home .entry .entry-content {
	padding: 0;
}

.archive .entry {
	margin-bottom: 0;
}

.archive .entry-title {
		font-size: 16px;
}

.entry-content ol,
.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;
}

.entry-header {
	color: #726f6a;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	text-align: left;
}


.archive .entry-header{
  border-left: 0px solid #726f6a;
  color: #726f6a;
  font-size: 12px;
  margin: 0;
  padding: 10px 0;
  text-align: left;
}

.home .entry-header {
  border-left: 0px solid #726f6a;
  color: #66b9ad;
  font-size: 12px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.entry-footer {
	color: #726f6a;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

.entry-meta {
	font-family: 'Roboto Condensed', 'Didot', 'Didot LT STD', 'Book Antiqua', 'Garamond', 'Arapey', serif;
	font-style: italic;
	padding: 5px 0;

}

.content .entry-meta {
  margin-bottom: 0;
  padding-top: 0;
  width: 20%;
}

.entry-time {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-top: -10px;
}

.entry-categories {
	border-top: 3px solid #f9f9f9;
	font-family: 'Roboto Condensed', 'Didot', 'Didot LT STD', 'Book Antiqua', 'Garamond', 'Arapey', serif;
	font-style: italic;
	padding: 5px 0;
}

.entry-categories a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
}

.entry-comments-link {
	border-top: 3px solid #f9f9f9;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 9px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}

.entry-meta a:hover {
	text-decoration: underline;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	padding: 30px 0;
	text-align: center;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	color: #726f6a;
	cursor: pointer;
	display: inline-block;
	font-size: 9px;
	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: #ffeee1;
	text-decoration: none;
}

.adjacent-entry-pagination {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10px;
	font-weight: 300;
	margin: 40px 0;
	overflow: hidden;
	text-transform: uppercase;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	overflow: hidden;
}

.entry-comments h3,
.comment-respond h3 {
	font-size: 20px;
	padding: 0 0 7px;
	text-align: center;
	text-transform: uppercase;
}

.entry-comments .comment-author {
	font-family: 'Roboto Condensed', 'Didot', 'Didot LT STD', 'Book Antiqua', 'Garamond', 'Arapey', serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	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;
	font-weight: 500;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #fff;
	float: left;
	font-weight: 500;
	padding: 30px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 9px;
	font-weight: 300;
	color: #726f6a;
	text-transform: uppercase;
}

.comment-content {
	clear: both;
	padding: 10px 48px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
	background-color: #fff;
}

.comment-reply {
	font-size: 14px;
	padding: 0 48px 48px;
}

.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;
}

.sidebar a.alignleft, .sidebar a.alignright {
  max-width: 120px;
	margin-right: 20px;
}

.sidebar .featured-content .entry-title a {
	font-family: Roboto Condensed;
    font-size: 15px;
		line-height: 18px;
		color: #66b9ad;
		letter-spacing: 0px;
}

.sidebar .featured-content .entry {
	margin-bottom: 0px;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	background: #f9f9f9;
	margin-bottom: 15px;
	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: 50px;
	word-wrap: break-word;
}

.favorites img {
		width: 48%;
		float: left;
		margin: .5%;

}

.sidebar .widget .sponsor {
	border: 1px solid #eaf7f1;
	text-align: center;
	padding: 30px;
}

.home-middle-right .widget .sponsor {
	border: 1px solid #eaf7f1;
	text-align: center;
	padding: 20px;
}

.sidebar .search-form {
	width: 100%;
}


/*
Widget Before Footer
---------------------------------------------------------------------------------------------------- */

.cta-widget {
	background: #F9F9F9;
	margin: 15px auto 30px;
	padding: 30px 20px;
}

.cta-widget .widget {
	text-align: center;
}

.cta-widget a {
	color: #fff;
	text-decoration: underline;
}

.cta-widget .enews-widget p,
.before-content .enews-widget p {
	color: #726f6a;
	float: left;
	width: 40%;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
}

.cta-widget #subscribe,
.before-content #subscribe {
	float: right;
	width: 60%;
}

.cta-widget .enews-widget input,
.before-content .enews-widget input {
	border: none;
	border-radius: 3px;
	float: left;
	width: 17%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 13px;
}

.cta-widget .enews-widget input[type="submit"],
.before-content .enews-widget input[type="submit"] {
	border: 1px solid #726f6a;
	width: auto;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: rgba(0, 0, 0, 0) url("images/footer-bg.jpg") no-repeat scroll center center / cover ;
  border-top: 0 solid #eaf7f1;
  clear: both;
  font-size: 14px;
  padding-top: 30px;
}
.footer-widgets h1 {
  font-family: "playfair display";
  font-size: 34px;
  text-transform: uppercase;
	color: #726f6a;
	font-style: italic;
	display: inline;
}

.footer-widgets h2 {
  font-family: "playfair display";
  font-size: 20px;
  text-transform: uppercase;
	color: #726f6a;
	display: inline;
}

.home-bottom-2 .enews-widget {
  background: #fff1ee none repeat scroll 0 0;
  padding: 20px;
  margin-bottom: 25px;
}

.home-bottom-2 .enews-widget input {
  background-color: #fff;
  color: #888;
  font-size: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
  width: 20%;
}

.home-bottom-2 .enews p {
  float: left;
  font-size: 9px;
  letter-spacing: 2px;
  line-height: 16px;
  margin-left: 1%;
  margin-top: 4px;
  text-align: center;
  text-transform: uppercase;
  width: 28%;
  margin-bottom: 10px;
  10: ;
}

.home-bottom-2 .enews-widget input[type="submit"] {
  background-color: #f0f9f5;
  border: 1px solid #f0f9f5;
  margin: 0;
  width: 8%;
}

.footer-widgets .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0px 30px;
	width: 1280px;
}

.footer-widgets-2 .widget {
  float: left;
  margin: .5%;
  text-align: center;
  width: 24%;
  word-wrap: break-word;
}

.footer-text-2 a {
	color: #f6b2a5;
}

.footer-widgets .featured-content .entry {
	float: left;
	padding: 1%;
	width: 20%;
}

.footer-widgets .widget-title,
.footer-widgets .entry-title {
	text-align: center;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.footer-widgets .search-form {
	width: 100%;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  background: rgba(0, 0, 0, 0) url("images/footer-wc.png") no-repeat scroll center bottom;
  color: #726f6a;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  padding-top: 100px;
}

.site-footer .wrap {
  border-top: 0px solid #726f6a;
  margin: 0 auto;
  padding-top: 10px;
  width: 1200px;
}

.site-footer a {
	color: #555;
}

.site-footer p {
	margin: 0;
}

.site-footer .genesis-nav-menu a {
    color: #726f6a;
    display: block;
    padding: 5px 15px;
    position: relative;
}



/*
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: 1250px) {

	.site-container {
		max-width: 1000px;
	}

	.site-header .widget-area {
		width: 100%;
	}

	.content {
		width: 660px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.breadcrumb {
		margin: -30px -40px 30px;
	}

	.site-header .genesis-nav-menu a {
		padding: 38px 14px 40px;
	}

	.content,
	.nav-primary .wrap,
	.genesis-nav-menu .widget-area,
	.sidebar-primary,
	.sidebar-secondary,
	.site-header .widget-area,
	.title-area,
	.wrap,
	.nav-secondary .wrap,
	.site-footer .wrap,
	.cta-widget .wrap,
	.widget-above-header .wrap,
	.footer-widgets .wrap {
		width: 100%;
	}

	.home-top-slider {
		margin-bottom: 40px;
	}

	.home-top-slider,
	.home-top-right,
	.home-middle-left,
	.home-middle-right {
		float: none;
		padding: 0;
		width: 100%;
	}

	.home-top-right .featured-content .entry {
		float: left;
		padding: 1%;
		width: 33%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .search-form,
	.site-header hgroup,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.site-header .genesis-nav-menu a {
		padding: 16px;
	}

	.content #genesis-responsive-slider .flex-control-nav,
	.content #genesis-responsive-slider .flex-direction-nav li a,
	.content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}

	.cta-widget .enews-widget p {
		float: none;
		padding: 20px 0;
		text-align: center;
		width: 100%;
	}

	.cta-widget .enews-widget input {
		width: 30%;
	}

	.home-triple-bottom .featured-content .entry {
		min-height: 350px;
	}

	.sidebar-split-left,
	.sidebar-split-right,
	.sidebar-split-bottom {
		float: none;
		width: 100%;
	}

	.sidebar-split-left .widget {
		padding: 0;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.home-bottom {
	  width: 100%;
	}

	.home-bottom-2 {
  width: 100%;
}

}

@media only screen and (max-width: 1023px) {

	.site-container {
		max-width: 768px;
	}

	.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;
	}

	.content #genesis-responsive-slider .slide-excerpt {
			display: none;
	}

	.comment-list li.depth-1,
	.ping-list li.depth-1 {
			margin: 30px 0;
	}

	.genesis-nav-menu .widget-area {
		width: 100%;
	}

	.home-flexible .widget .entry-title {
  color: #66b9ad;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  left: 0;
  letter-spacing: 0;
  padding: 40px 25px 13px;
  position: absolute;
  text-align: center;
  text-transform: none;
  width: 100%;
}

.home-bottom {
  width: 100%;
}

.home-bottom-2 {
  margin: 0 auto;
  padding: 0px;
  width: 100%!important;
}

.home-bottom-2-left {
  float: left;
  width: 66%!important;
}

.home-bottom-2-right img {
  padding-bottom: 4px;
}

.home-bottom .widget .widget-title {
  font-size: 10px;
  top: 75%;
  width: 80%;
}

.genesis-nav-menu {
  font-size: 12px;
}

.footer-text-2 a {
  font-size: 12px;
}

}

@media only screen and (max-width: 767px) {

	.linkwithin_outer {
  display: none;
}

.home-bottom-2 {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
}

	.home-bottom {
	  width: 100%;
}

.home-flexible .widget .entry-title {
  color: #66b9ad;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  left: 0;
  letter-spacing: 0;
  padding: 40px 25px 13px;
  position: absolute;
  text-align: center;
  text-transform: none;
  width: 100%;
}

	.site-container {
		max-width: 600px;
	}

	.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,
	.widget-above-header .wrap,
	.nav-secondary .wrap,
	.site-footer .wrap {
		margin: 0;
		width: 100%;
	}

	.home-flexible  .twelve-widgets .widget,
	.home-flexible  .eight-widgets .widget,
	.home-flexible  .five-widgets .widget,
	.home-flexible  .five-widgets .widget:nth-last-of-type(-n+2),
	.home-flexible  .four-widgets .widget,
	.home-flexible  .seven-widgets .widget:nth-last-of-type(-n+4),
	.home-flexible  .six-widgets .widget,
	.home-flexible  .three-widgets .widget,
	.home-flexible  .two-widgets .widget,
	.home-flexible  .widget-thirds .widget {
		margin: 1%;
		width: 48%;
	}

	.home-bottom .featured-content .entry {
		width: 50%;
	}

	.home-middle,
	.home-top {
		text-align: center;
	}

	.home-cta .button.alignright {
		float: none;
		margin: 16px 0 0;
	}

	.creds,
	.nav-footer {
		float: none;
		width: 100%;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.home-top #genesis-responsive-slider {
		padding: 0;
	}

	.widget-above-header .enews-widget p,
	.cta-widget .enews-widget p,
	.before-content .enews-widget p {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.widget-above-header .enews-widget input,
	.cta-widget .enews-widget input,
	.before-content .enews-widget input {
		width: 100%;
		margin-bottom: 20px;
	}

	.cta-widget .enews-widget input[type="submit"],
	.before-content .enews-widget input[type="submit"],
	.footer-widgets .featured-content .entry,
	.before-content .entry,
	.cta-widget #subscribe,
	.before-content #subscribe,
	.before-content .featuredpage {
		float: none;
		width: 100%;
	}

	.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!important;
	}



	.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%;
	}

	body {
	font-size: 12.5px;
}

}

@media only screen and (max-width: 500px) {

	body {
  font-size: 12.5px;
}

	.share-after {
  background: rgba(0, 0, 0, 0) url("images/share-love.png") no-repeat scroll center top;
  border: 4px double #ffeee1;
  margin-top: -45px;
  padding: 55px 0 10px;
  text-align: center;
}

.entry {
  margin-bottom: 0px;
  padding: 0;
}

	.linkwithin_outer {
	display: none!important;
}


.home-bottom-2 .enews-widget input {
  background-color: #fff;
  color: #888;
  font-size: 10px;
  margin: 10px;
  text-transform: uppercase;
  width: 95%!important;
  margin: 0 auto;
  display: block;
}

.genesis-nav-menu .widget-area {
  float: right;
  margin-top: -5px;
  width: 100%;
}

.genesis-nav-menu.responsive-menu .menu-item {
  display: inline-block;
}

.site-header {
  max-height: 180px;
  margin-top: -20px;
}

.footer-widgets-1 .widget {
  width: 100%!important;
}

.footer-widgets-2 .widget {
  float: left;
  margin: 1%;
  text-align: center;
  width: 48%;
  word-wrap: break-word;
}

.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 {
  padding: 16px 20px !important;
  display: inline-block;
  width: auto;
  float: left;
}

.sidebar .featured-content .entry {
  margin-bottom: 0;
  width: 50%;
  float: left;
  height: 200px;
}

h6 {
	font-size: 8px;
}

.soliloquy-container .soliloquy-next {
  right: 10px !important;
}

.soliloquy-container .soliloquy-prev {
  left: 10px !important;
}

.site-container {
  padding: 0px 10px;
}

.linkwithin_outer {
	width: 100%!important;
}

.content .entry-meta {
  width: 100%;
}

.home-bottom-2 .enews-widget {
  background: #fdf1ee none repeat scroll 0 0;
  padding: 30px;
}

.sidebar a.alignleft, .sidebar a.alignright {
  margin-right: 20px;
  max-width: none!important;
}

.footer-widgets .wrap {
  padding: 0 0 0px;
}

.home-bottom-2 .enews-widget input {
  background-color: #fff;
  color: #888;
  display: block;
  font-size: 10px;
  margin: 0!important;
  text-transform: uppercase;
  width: 100% !important;
  margin-bottom: 4px!important;
}

.home-bottom-2 .enews-widget input[type="submit"] {
  background-color: #f0f9f5;
  border: 1px solid #f0f9f5;
  margin: 0 auto;
  width: 14%;
  display: block;
  margin-bottom: 20px;
}

.home-flexible .widget-area .widget {
  margin-bottom: none;
}

.s-square {
  float: left;
  padding-right: 0px;
}

.home-bottom-2 {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
}

.home-bottom-title {
  margin-bottom: 00px;
  padding-top: 0px;
}

.home-top .genesis_responsive_slider .flex-direction-nav li a.prev,
.home-top .genesis_responsive_slider .flex-direction-nav li a.next {
	display: none;
}

.home-bottom .widget-area .widget {
  float: left;
  margin-bottom: 10px;
  margin-left: 0%;
}

.home-flexible .twelve-widgets .widget,
.home-flexible .eight-widgets .widget,
.home-flexible .five-widgets .widget,
.home-flexible .five-widgets .widget:nth-last-of-type(-n+2),
.home-flexible .four-widgets .widget,
.home-flexible .seven-widgets .widget,
.home-flexible .seven-widgets .widget:nth-last-of-type(-n+4),
.home-flexible .six-widgets .widget,
.home-flexible .three-widgets .widget,
.home-flexible .two-widgets .widget,
.home-flexible .widget-thirds .widget {
  height: 340px!important;
  margin: 1%;
  width: 48%;
}

.home-flexible .eight-widgets .widget:nth-of-type(4n+1),
.home-flexible .five-widgets .widget:nth-of-type(5n+1),
.home-flexible .four-widgets .widget:nth-of-type(4n+1),
.home-flexible .seven-widgets .widget:nth-child(3n+1),
.home-flexible .six-widgets .widget:nth-of-type(3n+1),
.home-flexible .three-widgets .widget:nth-of-type(1),
.home-flexible .two-widgets .widget:nth-of-type(odd),
.home-flexible .widget-thirds .widget:nth-of-type(3n+1) {
	clear: both;
	margin-left: 1%;
}

.home-bottom-2-left {
  float: left;
  padding: 0px 5px 0 15px;
	margin-bottom: 15px;
}

.home-top .slide-excerpt, .flex-direction-nav li .next, .flex-direction-nav li .previous {
  display: none;
}

.home-flexible a.alignnone img, .home-flexible img.alignnone {
  margin: 0 auto;
}

.home-top-slider {
  margin-bottom: 0px;
}

.home-bottom {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

.home-bottom .widget-area .widget {
  float: left;
  width: 100%;
}

.home-bottom-2 {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
}

.home-bottom-2 .enews p {
  width: 100%;
}

.home-flexible .widget-area .widget {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin-left: 1%;
  height: 500px;
}

.footer-widgets .enews-widget input[type="submit"] {
  background-color: #f0f9f5;
  border: 1px solid #f0f9f5;
  margin: 0;
  width: 14%;
}

.footer-widgets .enews-widget input {
  background-color: #fff;
  color: #888;
  font-size: 10px;
  margin: 5px;
  text-transform: uppercase;
  width: 25%;
}

.slide-image {
  height: auto!important;
}
	.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 .featuredpage {
		width: 48%!important;
		float: left;
		margin: 1%!important;
	}

	.home-bottom .featured-content .entry {
  width: 100%!important;
}

.home-bottom .widget .widget-title {
padding: 8px 10px;
font-size: 10px;
}


	.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%;
	}

	.archive .content .entry {
		float: none;
		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 {
		width: 100% !important;
	}

	.home-bottom .widget .widget-title {
	  padding: 13px 0px;
		font-size: 9px;
	}



}

@media only screen and (max-width: 360px) {

	.footer-widgets-2 .widget {
  float: left;
  margin: 0%;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}

	.site-header {
  margin-top: -40px;
  max-height: 165px;
}

.home-bottom .widget .widget-title {
  font-size: 9px;
  padding: 5px 0;
  width: 90%;
  margin: 0 5%;
}

    .site-title {
        font-size: 26px;
    }

}
