/*
    Theme Name: Slick Housewives
	Theme URI: http://www.slickhousewives.com
	Description: Slick Housewives is a custom child theme created for the Genesis Framework.
    Author: Laura Aaron | Avenue Jane
    Author URI: http://www.avenuejane.com/
 
    Version: 1.8
 
    Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

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

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

}

@font-face {
    font-family: 'ss_socialregular';
    src: url('ss-social-regular-webfont.eot');
    src: url('ss-social-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('ss-social-regular-webfont.woff') format('woff'),
         url('ss-social-regular-webfont.ttf') format('truetype'),
         url('ss-social-regular-webfont.svg#ss_socialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}





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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #716766;
	font-family: 'PT Serif';
	font-size: 18px;
	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 #36B2B0;
}

input,
label,
select,
textarea {
	color: #61523F;
	font-family: 'PT Serif';
	font-size: 18px;
	font-weight: 300;
}

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

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


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

a,
a:visited {
	color: #36b2b0;
	text-decoration: none;
}

a:hover {
	color: #51d4d2;
	text-decoration: none;
}

a img {
	border: none;
}


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

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

::-moz-selection {
	background-color: #8E8989;
	color: #fff;
}

::selection {
	background-color: #8E8989;
	color: #fff;
}


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

#wrap {
	background-color: none;
	margin: 15px auto;
	width: 1140px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */
#header {
	margin: 0 auto 10px;
	overflow: hidden;
}

#title-area a {
	padding: 20px 0 0;
}

#title {
	font-family: 'Oswald', arial, serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	padding: 0 0 20px;
	text-decoration: none;
}

#description {
	font-size: 14px;
	padding: 0 0 20px;
}

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
}

.header-image #title-area {
	float: left;
	width: 481px;
}

.header-image #title a {
	display: block;
	background: url(images/logo-cup.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 129px;
	padding: 0;
}

.header-image #description {
	display: none;
	overflow: hidden;
	padding: 0;
}


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

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


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

.header-image .header-widget-area {
	float: right;
	width: calc(100% - 521px); /* 481 + margin-left */
	margin-left: 40px;
	margin-top: 16px;
}

.header-widget-area .social-icons {
	text-align: right;
	margin-bottom: 12px;
}

.header-widget-area .social-icons a {
	display: inline-block;
	color: #fff;
	background: #36b2b0;
	text-align: center;
	padding: 9px 8px 7px;
	width: 16px;
	border-radius: 100%;
	margin: 2px;
}

.header-widget-area .social-icons a:hover {
	background: #DC5C5E;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
#nav {
	background: #fff;
    min-height: 100px;
    padding-top: 50px;
}

.menu-primary,
.menu-secondary,
#header .menu {
	background-color: none;
	clear: both;
	color: #fff;
	font-family: 'PT Serif';
	font-size: 16px;
	margin: 0 auto;
	text-transform: uppercase;
	width: 100%;
}

#header .menu {
	border: 0px solid #ddd;
	box-sizing: border-box;
}

.menu-primary {
    background: url(/wp-content/uploads/2018/06/nav-background.png)no-repeat;
	clear: both;
    padding: 0;
    position: absolute;
    width: 100%;
    margin-left: -35px;
}

.menu-secondary {
	border-bottom: 0px solid #ddd;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu 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,
#header .menu a {
	border-right: 0px solid #ddd;
	color: #fff;
	display: block;
	padding: 32px 15px 6px;
	position: relative;
	text-decoration: none;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.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,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background-color: none;
	color: #F9F4DD;
	padding-top: 30px;
}

.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;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #F9F4DD;
	color: #333;
}

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

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

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

.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: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.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 {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	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 {
	background: #fff;
	/* display: inline-block; */
	margin: 0 auto;
	overflow: hidden;
}

.featured-widget {
	border: 1px dashed #36B2B0;
	width: 720px;
	margin: 0 0 30px 0;
	padding: 5px;
}

#genesis-slider {
	border: none !important;
	padding: 0 !important;
}

.simple-social-icons ul li {
	margin: 0px 2px 10px 0!important;
}

.slide-excerpt {
	background: #36B2B0 !important;
	width: inherit !important;
}

#genesis-slider h2 a:hover {
    color: #6B5D4B !important;
}

#genesis-slider h2 a {
    color: #FFFFFF !important;
}


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

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
	padding: 0px 20px;
}

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

/* Enews
------------------------------------------------------------ */
.enews-widget {
     background: none;
     color: #716766;
     text-align: center;
}

.enews-widget .widgettitle {
     color: #C3005B;
     font-size: 26px;
}

.enews-widget input {
     border: 1px solid #d1a82c;
     margin-bottom: 1.6rem;
}

.enews-widget input:focus {
     border: 1px solid #DC5C5E;
}

.enews-widget input[type="submit"] {
     background: none repeat scroll 0px 0px #DC5C5E;
	border: none;
     color: #FFFFFF;
     margin: 10px 0px 0px;
     width: 30%;
}

.enews-widget input[type="submit"]:hover {
     background: none repeat scroll 0px 0px #CE3737;
     color: #FFFFFF;
}

.enews p {
    color: #716766;
    font-family: 'skinny_jeans_solidregular';
    font-size: 20px !important;
    line-height: 1.4em;
    margin: 0 0 5px;
    padding: 0 15px 5px;
    text-align: center;
}

#madmimiwidget-3 p {
    color: #716766;
    font-family: 'skinny_jeans_solidregular';
    font-size: 20px !important;
    line-height: 1.4em;
    margin: 0 0 5px;
    padding: 0 15px 5px;
    text-align: center;
}

#madmimiwidget-3 input {
    padding: 8px 5px;
    width: 65%;
}

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

.enews #subbox {
	background: #fbeeb4;
    margin: 0 auto;
    padding: 6px 5px;
    width: 90%;
}

#madmimiwidget-3 #subbox {
	background: #fbeeb4;
    margin: 0 auto;
    padding: 6px 5px;
    width: 85%;
}

#madmimiwidget-3 {
	text-align: center;
     color: #716766;
	background: none;
}


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

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

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

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

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

.post {
	margin: 0 0 40px;
}

.entry-content {
	padding-top: 20px;
	overflow: hidden;
}

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

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

blockquote p {
	color: #DC5C5E;
	font-family: 'skinny_jeans_solidregular';
	font-style: none;
}

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;
	margin-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 {
	font-family: 'skinny_jeans_solidregular';
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

.taxonomy-description h1 {
	margin: 0;
}

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

h2 a, h2 a:visited {
    color: #6c5f57;
    font-family: 'skinny_jeans_solidregular';
}

h2 a:hover {
	color: #DC5C5E;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
    background-color: #8e8989;
    border: 1px solid #645d5d;
    font-size: 14px;
    padding: 9px 10px 8px;
    color: #fff;
    text-align: center;
    font-family: 'PT Serif';
    font-size: 18px;
    text-transform: uppercase;
}

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

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

h5 {
	font-size: 18px;
}

/* Nivo Slider
------------------------------------------------------------ */
.theme-dark.slider-wrapper {
    background: url(images/recentposts.png)no-repeat!important;
	height: 152px!important;
	margin-left: 10px!important;
    padding: 16px 13px!important;
	width: 311px!important;
}

.nivo-caption {
    background: #FFFFFF!important;
    color: #61523F!important;
	font-family: 'skinny_jeans_solidregular'!important;
    opacity: 0.7!important;
	text-align: center;

}
.theme-light.slider-wrapper {
	background: url(images/featuredposts.png)no-repeat!important;
	height: 152px!important;
	margin-left: 10px!important;
    padding: 16px 13px!important;
	width: 311px!important;
}


/* 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: square;
	margin: 0 0 0 30px;
	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 {
	font-size: 14px;
	margin: -5px 0 15px;
}

.postdate {
    background: url(images/date.png)no-repeat;
    color: #61523F;
    min-height: 84px;
    z-index: 1;
    position: absolute;
    margin-left: -50px;
	width: 103px;
    padding: 47px 0px 0 22px;
    font-family: 'skinny_jeans_solidregular';
	letter-spacing: .05em;
}

.entry-title {
    margin: 0 0 0 60px;
    padding: 15px 0;
}


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

.post-meta {
	border-top: 0px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
	text-transform: uppercase;
}

.post-meta a {
	color: #36b2b0;
}

.post-meta a:hover {
	color: #DC5C5E;
}


/* 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: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}


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

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
    background-color: none;
    border: 1px dashed #f6d982;
    padding: 4px;
}

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

.post-image {
    border: 1px dashed #F6D982!important;
    padding: 4px;
	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: 10px auto 10px;
}

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

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

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

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

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

.post img {
    border: 1px dashed #36B2B0;
    padding: 4px;
}

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

p.wp-caption-text {
	font-family: 'skinny_jeans_solidregular';
	font-size: 18px;
	margin: 5px 0;
}

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

.gallery-caption {
}


/* 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 {
	display: inline;
	float: right;
	font-size: 14px;
	width: 330px;
}

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

.sidebar .widget {
	background-color: none;
	border: 0px solid #ddd;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

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

.sidebar.widget-area ul li,
#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 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;
}

.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: none repeat scroll 0px 0px #DC5C5E;
	border: 0px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
	border: none;
     color: #FFFFFF;
     margin: 10px 0px 0px;
     width: 30%;
}

input:hover[type="button"],
input:hover[type="submit"] {
     background: none repeat scroll 0px 0px #CE3737;
     color: #FFFFFF;
}


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

.header-widget-area .search-form {
	text-align: right;
}

.header-widget-area .search-form input {
	margin: 0;
	height: 40px;
}

.header-widget-area .search-form input[type="text"] {
	height: 26px;
	background: #fff;
}

.header-widget-area .search-form input[type="submit"] {
	height: 40px;
	position: relative;
	top: -1px;
	margin-left: -1px;
}

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


/* 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: #DC5A5C;
	border-top: 1px solid #DB4141;
	clear: both;
	color: #fff;
	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 {
	color: #fff;
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets a {
	color: #f1d275;
}

#footer-widgets a:hover {
	color: #fff295;
}

#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 20px 0 0;
	width: 350px;
}

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

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


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

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

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

#footer p {
    color: #61523F;
    font-size: inherit;
}

#footer a, #footer a:visited {
    color: #61523F;
}

#footer a:hover {
    color: #36B2B0;
    text-decoration: none;
}

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

#footer .creds {
	float: right;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
	width: 650px;
}


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

#comments,
#respond {
	margin: 15px 0px;
	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 {
	color: #DC5C5E;
	font-size: 110%;
	font-weight: normal;
	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: 14px;
	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 {
}

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

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


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

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

/* Recipes Page
--------------------------------------------- */

.recipes-top {
background: #F9F4DD;
	padding: 20px;
overflow: hidden;
}

.recipes-top .widget {
	float: left;
	margin-right: 1%;
	width: 47%;
}

.recipes-top .widgettitle{
background: none;
border: none;
text-align: left;
color: #DC5C5E;
}

.recipes-top .search-form input[type="submit"]{
display: none;
}

.recipes-bottom .entry{
    float: left;
    width: 23%;
     padding: 1%;
border: none;
}

.recipes-bottom .entry:nth-of-type(4n+1) {
	clear: left;
}

.recipes-bottom h2{
font-weight: normal;
    text-align: center;
	font-size: 14px;
	line-height: 1.5;
}

.recipes-bottom h2 a{
	font-size: 13px;
	line-height: 1.3;
}

.recipes-bottom {
	margin-top: 20px;
}

.recipes-bottom .widget {
	padding: 20px 0;
}

.recipes-bottom .featuredpost .post-info,
.recies-bottom .featuredpost .post-meta {
	font-size: 10px;
}

.recipes-bottom .more-from-category{
width: 97%;
clear: both;
text-align: right;
}

.recipes-bottom img{
display: block;
margin: 0 auto;
}

/**
 * Mobile styles
 *
 * Lauren @ Once Coupled, January 2019
 */

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
    width: calc(100% - 40px); /* for 20px padding */
}

.content-sidebar #content-sidebar-wrap #sidebar {
    padding: 0;
}

@media screen and (max-width: 1200px) {
    #wrap {
        max-width: 96%;
    }

    .content-sidebar #content,
    .sidebar-content #content {
        width: calc(100% - 350px); /* for 330px sidebar and 20px margin */
    }

    .menu-primary {
        position: relative;
        min-height: 60px;
        background-position: right top;
        padding-left: 20px;
    }

    .featured-widget {
        width: calc(100% - 12px); /* for 5px padding and 1px border */
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: calc(33% - 13px);
    }
}

@media screen and (max-width: 1100px) {
    .menu-primary {
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px) {
    #wrap {
        max-width: 100%;
    }

    .content-sidebar #content-sidebar-wrap,
    .full-width-content #content-sidebar-wrap,
    .sidebar-content #content-sidebar-wrap {
        width: calc(100% - 20px);
        padding: 10px;
    }

    .content-sidebar #content,
    .sidebar-content #content,
    .content-sidebar #sidebar {
        width: 100%;
        float: none;
    }

    #header {
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    #nav {
        min-height: 0;
        padding-top: 10px;
    }

    .menu-primary {
        background-position: left top;
        font-size: 16px;
    }

    .postdate {
        margin-top: -8px;
        margin-left: 0;
        width: 85px;
        min-height: 36px;
    }

    .entry-title {
        margin-left: 120px;
    }

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

    #footer .creds {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 820px) {
    .header-image #title-area {
        width: 450px;
    }

    .header-image .header-widget-area {
        width: calc(100% - 470px);
        margin-left: 0;
    }
}

@media screen and (max-width: 810px) {
    .menu-primary {
        background-position: right top;
    }
}

@media screen and (max-width: 768px) {
    .header-image #title-area,
    .header-image .header-widget-area {
        width: 100%;
        float: none;
    }

    .header-image #title a {
        background-position: center;
    }

    .header-image .header-widget-area {
        margin-left: 0;
    }

    .header-widget-area .social-icons,
    .header-widget-area .search-form {
        text-align: center;
    }

    .post img {
        width: calc(100% - 10px); /* for 4px padding and 1px border */
    }

    #comment {
        width: calc(100% - 12px); /* for 5px padding and 1px border */
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 100%;
        float: none;
        margin: 0;
        text-align: center;
    }

    #text-159 img {
        float: none;
        margin: 0 auto 8px !important; /* to override inline styles */
    }
}

@media screen and (max-width: 550px) {
    body:not(.page) .postdate {
        margin-top: 8px;
    }

    body:not(.page) .entry-title {
        padding-bottom: 0;
    }

    .mpp-topright {
        padding: 12px 12px 0 !important; /* to override !important styles */
        text-align: center;
    }

    .mpp-topright #mpp-buttons,
    .mpp-stars-wrapper {
        padding-top: 0 !important;
    }

    .mpp-recipe-link {
        display: none;
    }
}

@media screen and (max-width: 374px) {
    input[type=button],
    input[type=submit] {
        width: 36%;
    }

    .postdate {
        display: inline-block;
        color: #fff;
        background: #dc5c5e;
        width: auto;
        min-height: auto;
        margin: 0 auto -8px;
        padding: 0 8px;
        position: relative;
    }

    .entry-title {
        margin-left: 0;
    }

    .entry-content {
        padding-top: 10px;
    }
}