
/*
    Theme Name: MomPrenuer Child Theme
    Theme URI: http://my.studiopress.com/themes/mompreneur
    Description: MomPreneur is a two or three column e-commerce child theme created for the Genesis Framework.
    Author: Lindsey Riel - Pretty Darn Cute Design
    Author URI: http://www.prettydarncute.com/
 
    Version: 1.0
 
    Tags: pink, gray, mompreneur, ecommerce, e-commerce, shopping cart, feminine, fun, functional
 
    Template: genesis
    Template Version: 1.8
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Stint+Ultra+Expanded);


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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #545454;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #575757;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

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

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #ffacc0;
	text-decoration: none;
	-webkit-transition:all 0.4s ease-in-out;
}

a:hover {
	color: #858585;
	text-decoration: none;
	-webkit-transition:all 0.4s ease-in-out;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: url(images/MomPreneurBG.png) fixed repeat;
}

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

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


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	-moz-box-shadow: 0 0 10px #c8c6c7;
	-webkit-box-shadow: 0 0 10px #c8c6c7;
	box-shadow: 0 0 10px #c8c6c7;
	margin: 15px auto;
	padding: 0;
	width: 1200px;
}


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

#header {
	background: url(images/header.png) no-repeat !important;
	height: 175px;
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 17px 0 0;
	width: 620px;
}

#title {
	color: #fe9aae !important;
	font-family: 'Stint Ultra Expanded', cursive;
	font-size: 50px;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 28px 0 0 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #ffacc0 !important;
	margin: 0 0 0 85px;
	padding: 0  0 0 20px;
	text-decoration: none;
}

#description {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 0 82px;
	text-align: center;
	text-transform: uppercase;
}

#header .widget-area {
	float: right;
	padding: 25px 0 0 0;
	width: 410px;
}

.home #featured-full .widget-wrap {
	border: none;
	margin: 10px 0 0 0;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

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


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary {
	background-color: #fff;
	clear: both;
	color: #999999;
	font-family: 'Stint Ultra Expanded', cursive;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	padding: 4px 0 4px 0;
	text-transform: uppercase;
	width: 100%;
}

#header .menu {
	background-color: transparent;
	border: 0px solid #ddd;
	box-sizing: border-box;
	margin: -34px 0 0 70px;
}

.menu-primary {
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
}

.menu-secondary {
	border-bottom: 1px dashed #ddd;
	border-top: 0px dashed #ddd;
}

.menu-primary ul,
.menu-secondary ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a {
	border-right: 0px solid #ddd;
	color: #999999;
	display: block;
	margin: 0 10px 0;
	padding: 7px 15px 6px;
	position: relative;
	text-decoration: none;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
	background: -moz-linear-gradient(top, #fe8ca8, #ffacc0);
        background: -ms-linear-gradient(top, #fe8ca8, #ffacc0);
        background: -webkit-linear-gradient(top, #fe8ca8, #ffacc0);
	background-color: #ffacc0;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	color: #fff;
	
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top: none;
	color: #575757;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 200px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover {
	background-color: #ffacc0;
	color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 232px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a {
	width: 232px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul {
	margin: -36px 0 0 221px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 28px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/down.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


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

.menu li.right {
	color: #ffacc0;
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #575757;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	padding: 20px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 790px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

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


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

#content {
	float: left;
	padding: 10px 0px;
	width: 450px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 780px;
}

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

.full-width-content #content {
	width: 1160px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

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

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

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

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

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


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

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #ffacc0;
	font-family: 'Stint Ultra Expanded', cursive;
	line-height: 1.25;
	margin: 0 0 10px;
	text-transform: uppercase;
}

h1 {
	font-size: 27px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 22px;
}

h2 a,
h2 a:visited {
	color: #ffacc0;
	font-family: 'Stint Ultra Expanded', cursive;
	-webkit-transition:all 0.4s ease-in-out;
}

h2 a:hover {
	color: #545454;
	text-decoration: none;
	-webkit-transition:all 0.4s ease-in-out;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	text-align: center;
	text-shadow: #fff 1px 1px 1px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	background-color: transparent;
	border-bottom: 0px solid #ddd;
	color: #797979;
	font-family: 'Stint Ultra Expanded', cursive;
	font-size: 14px;
	font-weight: bold !important;
	padding: 8px 10px 8px;
	text-align: center;
	text-shadow: #fff 1px 1px 1px;
	text-transform: uppercase;
}

.widget-area h4 a {
	color: #575757;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
}

.woocommerce-page .archive-page ul li,
.entry-content ul li {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-size: 14px;
	margin: -5px 0 15px;
	padding: 4px 0 4px 0;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px dashed #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;	
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #fff;
	border: 0px solid #ddd;
	-moz-box-shadow: 0px 0px 8px #c8c6c6 !important;
	-webkit-box-shadow: 0px 0px 8px #c8c6c6 !important;
	box-shadow: 0px 0px 8px #c8c6c6 !important;
	margin: 0 0 7px 0;
	padding: 4px;
	text-align: center !important;
}

.sidebar .featuredpost img, .sidebar .featuredpage img {
	background-color: #fff;
	margin: 0 0 7px 0 !important;
	padding: 4px !important;
	
}

.post-image {
	background-color: #fff;
	border: 0px solid #ddd;
	-moz-box-shadow: 0px 0px 4px #c8c6c6 !important;
	-webkit-box-shadow: 0px 0px 4px #c8c6c6 !important;
	box-shadow: 0px 0px 8px #c8c6c6 !important;
	margin: 4px 8px 8px 4px !important;
	padding: 4px;
	text-align: center !important;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

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

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
	font-size: 10px;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	background: url(images/sidebar.png) repeat;
	border: 3px solid #fff;
	-moz-box-shadow: 0 0 14px #c8c6c7;
	-webkit-box-shadow: 0 0 14px #c8c6c7;
	box-shadow: 0 0 14px #c8c6c7;
	display: inline;
	float: right;
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0 20px -40px;
	width: 350px;
}

.sidebartop {
	background: url('images/sbtop.png') top left no-repeat;
	color: transparent;
	margin: 0 0 -24px -42px;
	width: 350px;
}

.sidebarbottom {
	background: url('images/sbbottom.png') bottom left no-repeat;
	color: transparent;
	margin: 0 0 -16px -4px;
	width: 350px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

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

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
	text-shadow: #fff 1px 1px 1px;
}

.sidebar .widget {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	margin: 15px 10px 15px 10px;
	padding: 0 0 15px;

}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

#footer-widgets .widget-area ul li {
	border-bottom: 0px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul li {
	background-color: #fff;
	border-bottom: 0px solid #ddd;
	font-family: 'Lato', sans-serif;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	word-wrap: break-word;
}

.sidebar.widget-area ul li:hover {
	opacity: 0.9;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.home .featuredpost img {
	margin: 4px 0 0 0;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


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

#footer {
	background-color: #fff;
	border-top: 1px dashed #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
}

#footer p {
	color: #858585;
	font-family: 'Stint Ultra Expanded', cursive;
	font-size: inherit;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 800px;
}


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


.commentnumber {
	float: left;
	font-family: 'Stint Ultra Expanded', cursive;
	font-size: 50px;
	padding: 10px 14px 20px 0;
}

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 16px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
	background-color: #fff;
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #575757;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Responsive Design
------------------------------------------------------------ */

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

	#title, #title a,
	#title a:hover {
		font-size: 30px;
		margin: 0 !important;
		padding: 0 !important;
		}

	#description {
		font-size: 11px;
		}

	#featured-full {
		width: auto !important;
		}

	.sidebar, .sidebar .wrap {
		margin: 0 auto !important;
		width: 100%;
		}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.menu-primary li a,
	.menu-secondary li a,
	#header .menu li a {
		margin: 0;
		padding: 7px 3%;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}

	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited,
	#header .menu li li a,
	#header .menu li li a:link,
	#header .menu li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		background: #575757;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		background: #606060;
	}

	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul,
	#header .menu li ul ul ul {
		background: #999;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		margin: 0;
	}

}


@media only screen and (max-width: 780px) {
	#featured-full {
		width: auto !important;
	}

}


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

	.menu-primary li,
	.menu-primary li ul,
	.menu-primary li ul a,
	.menu-secondary li,
	.menu-secondary li ul,
	.menu-secondary li ul a,
	#header .menu li,
	#header .menu li ul,
	#header .menu li ul a {
		width: 100%;
	}

	.featuredpost img {
	        align: center !important;
	}

	img {
		display: inline-block;
		height: auto;
		margin: 0 auto ;
		max-width: 100%;
		text-align: center;
	}

	#header {
		background: none !important;
		height: auto;
		margin: 0;
	}
	
	.sidebar {
		border: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		clear: both;
		display: inline;
		float: none;
		font-size: 14px;
		line-height: 18px;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.sidebartop {
		display: none;
	}

	.sidebarbottom {
		display: none;
	}

	#description {
		padding: 0 !important;

	}

	#title, #title a,
	#title a:hover {
		margin: 0 !important;
		padding: 0 !important;
	}

	#header .widget_nav_menu {
		display: none;
	}

	body {
		margin: 0 auto;
		width: 100%;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}

	#header .widget-area {
		padding: 0 0 10px;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}

	.menu li.right {
		display: none;
	}

	#inner {
		padding: 20px 0 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}
	
	#content {
		padding: 0;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer-widgets .wrap {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

	img.centered,
	.aligncenter {
		align: center;
		display: block;
		float: none;
		margin: 0 0 10px 0px;
	}

	img.alignnone {
		align: center;
		display: block;
		float: none;
		margin: 0 0 10px 0px;
	}

	img.alignleft {
		align: center;
		display: block;
		float: none;
		margin: 0 0 10px 0px;
	}

	img.alignright {
		align: center;
		display: block;
		float: none;
		margin: 0 0 10px 0px;
	}

	.alignleft {
		align: center;
		display: block;
		float: none;
		margin: 0 0 10px 0px;
	}

	.alignright {
		align: center;
		display: block;
		float: none;
		margin: 0 0 10px 0px;
	}

}


/* Woo Commerce Styling
------------------------------------------------------------ */

.attachment-shop_catalog, .attachment-shop_single {
	background-color: #fff !important;
        margin:4px 0 8px !important;
	padding: 4px !important;
	-moz-box-shadow: 0px 0px 4px #c8c6c6 !important;
	-webkit-box-shadow: 0px 0px 4px #c8c6c6 !important;
	box-shadow: 0px 0px 4px #c8c6c6 !important;
}

div.product span.price, div.product p.price, #content div.product span.price, #content div.product p.price {
	font-family: 'Stint Ultra Expanded', cursive;
	font-size: 30px !important;
	margin: 0 0 10px 0 !important;
}

ul.products li.product .price {
	font-family: 'Stint Ultra Expanded', cursive;
	font-size: 20px !important;
	margin: 0 0 10px 0 !important;
}

ul.products li.product h3 {
	padding: 0 !important;
}

ul.cart_list li a, ul.product_list_widget li a {
	margin: 4px 4px 0px 0;
	padding: 10px;
	text-align: center;
}

.widget_shopping_cart .total strong {
	margin: 0 0 7px 0;
}

#featured-full {
	background: #fff;
	margin: 0 0 20px 0;
	width: 780px;
}

#genesis-responsive-slider {
	border: 7px solid #fff !important;
	-moz-box-shadow: 0 0 10px #c8c6c7;
	-webkit-box-shadow: 0 0 10px #c8c6c7;
	box-shadow: 0 0 10px #c8c6c7;
	margin: -7px 0 0 0 !important;
	padding: 0px !important;
}

div.product form.cart .variations label, #content div.product form.cart .variations label {
	font-family: century gothic !important;
	font-size: 11px;
	font-weight: bold;
}

ul.products li.product a {
	color: #fe9aae !important;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

div.product form.cart .button, #content div.product form.cart .button {
	color: #fe9aae !important;
	font-family: 'Lato', sans-serif;
}

.related ul.products li.product img, .related ul li.product img, .upsells.products ul.products li.product img, .upsells.products ul li.product img {
	width: auto !important;
}


/* Social Media Icons
------------------------------------------------------------ */

.widget-area li.facebook a,
.widget-area li.facebook a:hover,
.widget-area li.pinterest a,
.widget-area li.pinterest a:hover,
.widget-area li.shop a,
.widget-area li.shop a:hover,
.widget-area li.twitter a,
.widget-area li.twitter a:hover {
	background: url(images/social-media.png);
	background-color: transparent !important;
	display: block;
	float: left;
	height: 100px;
	list-style-type: none !important;
	margin: 0;
        padding: 0 !important;
        text-align: center;
	text-indent: -9999px;
	width: 84px;
	-webkit-transition: none;
}

.widget-area li.facebook a {
	background-position: 0 0;
}

.widget-area li.facebook a:hover {
	background-position: 0 -100px;
}

.widget-area li.twitter a {
	background-position: -84px 0;
}

.widget-area li.twitter a:hover {
	background-position: -84px 100px;
}

.widget-area li.pinterest a {
	background-position: -168px 0;
}

.widget-area li.pinterest a:hover {
	background-position: -168px 100px;
}

.widget-area li.shop a {
	background-position: -252px 0;
}

.widget-area li.shop a:hover {
	background-position: -252px 100px;
}

.widget_nav_menu {
	border: none;
}


/* Color Options
------------------------------------------- */


/* Gray & Chartreuse
---------------- */

.theme-chartreuse ::-moz-selection {
	background-color: #8dbb01;
	color: #fff;
}

.theme-chartreuse ::selection {
	background-color: #8dbb01;
	color: #fff;
}

.theme-chartreuse #title a {
	color: #8dbb01 !important;
	
}

.theme-chartreuse .menu-primary li a:hover,
.theme-chartreuse .menu-primary .current_page_item a,
.theme-chartreuse .menu-primary .current-cat a,
.theme-chartreuse .menu-primary .current-menu-item a,
.theme-chartreuse .menu-secondary li a:active,
.theme-chartreuse .menu-secondary li a:hover,
.theme-chartreuse .menu-secondary .current_page_item a,
.theme-chartreuse .menu-secondary .current-cat a,
.theme-chartreuse .menu-secondary .current-menu-item a {background-color: #8dbb01;
	background: -moz-linear-gradient(top, #8dbb01, #749902);
        background: -ms-linear-gradient(top, #8dbb01, #749902);
        background: -webkit-linear-gradient(top, #8dbb01, #749902); 
}

.theme-chartreuse h2 a,
.theme-chartreuse h2 a:visited {
	color: #8dbb01;
}

.theme-chartreuse a,
.theme-chartreuse a:visited {
	color: #8dbb01;
}

.theme-chartreuse .menu-primary a,
.theme-chartreuse .menu-secondary a {
	color: #999999;
}

.theme-chartreuse h1,
.theme-chartreuse h2,
.theme-chartreuse h2 a,
.theme-chartreuse h2 a:visited,
.theme-chartreuse h3,
.theme-chartreuse h4,
.theme-chartreuse h5,
.theme-chartreuse h6 {
	color: #8dbb01;
}


/* Gray & Coral
---------------- */

.theme-coral ::-moz-selection {
	background-color: #fe8464;
	color: #fff;
}

.theme-coral ::selection {
	background-color: #fe8464;
	color: #fff;
}

.theme-coral #title a {
	color: #fe8464 !important;
	
}

.theme-coral .menu-primary li a:hover,
.theme-coral .menu-primary .current_page_item a,
.theme-coral .menu-primary .current-cat a,
.theme-coral .menu-primary .current-menu-item a,
.theme-coral .menu-secondary li a:active,
.theme-coral .menu-secondary li a:hover,
.theme-coral .menu-secondary .current_page_item a,
.theme-coral .menu-secondary .current-cat a,
.theme-coral .menu-secondary .current-menu-item a {background-color: #fe8464;
	background: -moz-linear-gradient(top, #fe8464, #fdc0b1);
        background: -ms-linear-gradient(top, #fe8464, #fdc0b1);
        background: -webkit-linear-gradient(top, #fe8464, #fdc0b1); 
}

.theme-coral h2 a,
.theme-coral h2 a:visited {
	color: #fe8464;
}

.theme-coral a,
.theme-coral a:visited {
	color: #fe8464;
}

.theme-coral .menu-primary a,
.theme-coral .menu-secondary a {
	color: #999999;

}

.theme-coral h1,
.theme-coral h2,
.theme-coral h2 a,
.theme-coral h2 a:visited,
.theme-coral h3,
.theme-coral h4,
.theme-coral h5,
.theme-coral h6 {
	color: #fe8464;
}


/* Gray & Yellow & Navy
---------------- */

.theme-yellownavy ::-moz-selection {
	background-color: #e9d503;
	color: #fff;
}

.theme-yellownavy ::selection {
	background-color: #e9d503;
	color: #fff;
}

.theme-yellownavy #title a {
	color: #1b3a6d !important;
	
}

.theme-yellownavy .menu-primary li a:hover,
.theme-yellownavy .menu-primary .current_page_item a,
.theme-yellownavy .menu-primary .current-cat a,
.theme-yellownavy .menu-primary .current-menu-item a,
.theme-yellownavy .menu-secondary li a:active,
.theme-yellownavy .menu-secondary li a:hover,
.theme-yellownavy .menu-secondary .current_page_item a,
.theme-yellownavy .menu-secondary .current-cat a,
.theme-yellownavy .menu-secondary .current-menu-item a {background-color: #e9d503;
	background: -moz-linear-gradient(top, #e9d503, #f8e302);
        background: -ms-linear-gradient(top, #e9d503, #f8e302);
        background: -webkit-linear-gradient(top, #e9d503, #f8e302); 
}

.theme-yellownavy h2 a,
.theme-yellownavy h2 a:visited {
	color: #e9d503;
}

.theme-yellownavy a,
.theme-yellownavy a:visited {
	color: #1b3a6d;
}

.theme-yellownavy .menu-primary a,
.theme-yellownavy .menu-secondary a {
	color: #999999;

}

.theme-yellownavy h1,
.theme-yellownavy h2,
.theme-yellownavy h2 a,
.theme-yellownavy h2 a:visited,
.theme-yellownavy h3,
.theme-yellownavy h4,
.theme-yellownavy h5,
.theme-yellownavy h6 {
	color: #1b3a6d;
}

.theme-yellownavy .post-info {
	color: #e9d503;
}
