/*
	Theme Name: Custom Theme by PixelMeDesigns.com
	Theme URI: https://www.PixelMeDesigns.com
	Author: Pixel Me Designs
	Author URI: https://www.PixelMeDesigns.com
	Version: 2.0.1
  
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: https://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 768px
		- max-width: 580px

*/


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

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

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;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:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

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


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

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

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

body {
	background-color: #fff;
    color: #414141;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-weight: 300;
    font-size: 16px;
    line-height: 1.7625;
}

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

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

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

a {
	color: #d32419;
	text-decoration: none;
	transition: .5s;
}

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

a:hover {
	color: #4b8136;
}

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

strong {
	font-weight: 700;
}

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

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

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

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

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase;
letter-spacing: 1px;
	color: #444;
	margin: 0 0 5px;
font-weight: normal;
line-height: 1.5;
}

h1 {
	color: #DB6933;
	font-size: 26px;
}
h2{
	color: #DB6933;
	font-size: 22px;
}

.entry-title {
	color: #444;
	font-size: 25px;
	text-align: center;
}

.entry-title a{
	color: #444;
	font-size: 25px;
}

.single .content .entry-title{
font-size: 30px;
}

.category .content .entry-title,
.tag .content .entry-title,
.search .content .entry-title,
.category .content .entry-title a,
.tag .content .entry-title a,
.search .content .entry-title a{
	font-size: 18px;
}

h2 a:hover {
	text-decoration: none;
}


h3 {
	color: #88548c;
	font-size: 20px;
}

h4 {
	color: #88548c;
	font-size: 18px;
}

.widgettitle{
text-align: left;
	color: #444;
	font-size: 15px;
}

.sidebar .widgettitle{
	padding: 3px;
border-bottom: 1px solid #88558C;
}


.sidebar .widgettitle span{
background: rgb(137,85,141);
background: linear-gradient(90deg, rgba(137,85,141,0.9836309523809523) 1%, rgba(137,85,141,0.6895133053221288) 99%);
color: #fff;
text-align: left;
padding: 3px 20px;
margin: 0 auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

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

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

.wp-caption {
padding: 5px;
}


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

.screen-reader-text{
display: none;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #444;
	font-size: 12px;
	padding: 10px;
	width: 100%;
	box-shadow: none;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],

.button,

.entry-content .button {
	background-color: #4B8136;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	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: #e98f18;
}

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

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,

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


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

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

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

th,
td {
	text-align: left;
}

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

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


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

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

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

.site-inner {
	clear: both;
width: 100%;
    padding-top: 170px;
}

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

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

.content-sidebar-wrap{
padding-top: 40px;
	margin: 0 auto;
	max-width: 1240px;
}

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

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

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

/* Content */

.content {
	float: right;
	width: 780px;
}

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

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

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 330px;
	overflow: hidden;
position: relative;
}

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

/* Secondary Sidebar */

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

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

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

.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 input[type="submit"] {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	position: absolute;
	width: 0px;
}

.sticky {
}

 .aligncenter {
	
display: block;
	
margin: 0 auto 5px;

}

img.centered,
.content .entry .aligncenter {
	display: block;
	margin: 0 auto 15px;
}

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

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

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

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

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

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

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 20px;
}

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

.archive-description {
	padding: 40px 40px 24px;
}

h1.archive-title{
  background: linear-gradient(90deg, rgba(136,84,140,1) 0%, rgba(136,84,140,0.7287289915966386) 51%, rgba(136,84,140,0.3981967787114846) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-weight: 500;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
}


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

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


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

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

.featured-content{
overflow: hidden;
}

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 17px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
	font-size: 17px;
}

.sidebar .featured-content .entry{
margin: 0;
	padding: .4% .8%;
}

.before-content .featured-content .entry{
	position: relative;
margin-bottom: 40px;
	Padding-bottom: 0;
	transition: .6s;
}

.before-content .entry .aligncenter{
	margin: 0 auto;
}

.before-content .featured-content img{
	position: relative;
z-index: 97;
}


.before-content .featured-content .entry-title{
	position: absolute;
top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    text-align: center;
	background: rgba(35, 35, 35, 0.5) 0 50%;
color: #fff;
	z-index: 96;
	transition: .6s;
}



.before-content .featured-content .entry:hover .entry-title{
	z-index: 98;
}

.before-content .featured-content .entry-title a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
color: #fff;
	font-size: 20px;
}

.sidebar .featured-content .entry{
width: 48% !important;
}

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

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

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

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

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

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

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

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

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

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

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

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

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

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	width: 100%;
	position: fixed;
	clear: both;
z-index: 998;
}

.site-header .wrap {
	padding: 10px 0;
}

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

.title-area {
	float: left;
	padding: 16px 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	line-height: 1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

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

/* Full width header, no widgets */

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

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

/* Logo, hide text */

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

.header-image .site-title a {
background: url(images/header.png) no-repeat;
background-position: center !important;
background-size: contain !important;
image-rendering: -webkit-optimize-contrast;
min-height: 84px;
width: 450px;
float: left;
margin: 0px auto;
}

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

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

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

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

.site-header input[type="search"]{
	background: #f7f7f7 url(images/search.png) right center no-repeat;
background-size: 18px 12px;
	border: none;
border-radius: 10px;
padding: 7px 15px;
color: #444;
}

.site-header .search-form{
	float: right;
margin-right: 50px;
}

.sidebar input[type="search"]{
	background: #f7f7f7 url(images/search.png) right center no-repeat;
background-size: 18px 12px;
	border: none;
border-radius: 5px;
padding: 10px 15px;
color: #444;
}

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



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

.site-header {
margin: 0px auto;
font-size: 12px;
}

.site-header .menu{
	width: 100%;
	clear: both;
	text-align: right;
	color: #444;
text-transform: uppercase;
font-weight: 600;
	letter-spacing: 2px;
	font-size: 14px;
	width: 100%;
	clear: both;
padding-top: 15px;
}

.site-header .menu-item {
	display: inline-block;
	text-align: left;
}

.site-header .menu-item a {
	border: none;
	color: #444;
	display: block;
	padding: 3px 15px;
	position: relative;
	transition: .5s;
}

.site-header .menu-item a:hover {
	color: #eb9729;
}

.site-header .current-menu-item > a {
	color: #444;
}

.site-header .sub-menu {
background: #eb9729;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
	color: #fff;
}

.site-header .sub-menu a{
	color: #fff;
background: none;
	font-size: 10px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
}

.site-header .sub-menu a:hover {
background: #f0b262;
	color: #fff;
}

.site-header .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.site-header .menu-item:hover {
	position: static;
}

.site-header .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

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

.nav-primary {
clear: both;
margin: 0px auto;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
	background: #88548c;
background: rgb(253,113,70);
background: linear-gradient(90deg, rgba(253,113,70,1) 0%, rgba(251,151,48,1) 100%);
}

.nav-primary .wrap{
text-align: right;
margin: 0px auto;
overflow: hidden;
}

.nav-primary .menu-item {
	display: inline-block;
	text-align: center;
}

.nav-primary a {
	border: none;
	color: #fff;
	display: block;
	padding: 6px 14px;
	position: relative;
	transition: .5s;
}

.nav-primary > .menu-item > a {
	text-transform: uppercase;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary a:hover{
color: #88548c;
	background: #fff;
}

.nav-primary .sub-menu{
	color: #fff;
background: #88548c;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.nav-primary .sub-menu a{
	color: #fff;
background: none;
	font-size: 10px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
}

.nav-primary .sub-menu a:hover {
background: #ac7db1;
}

.nav-primary .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

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

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

.nav-primary > .first > a {
	padding-left: 0;
}

.nav-primary > .last > a {
	padding-right: 0;
}

.nav-primary > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
}

.nav-primary > .right > a {
	display: inline;
	padding: 0;
}

.nav-primary > .rss > a {
	margin-left: 48px;
}

.nav-primary > .search {
	padding: 14px 0 0;
}

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

.nav-secondary {
clear: both;
margin: 0px auto;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
	color: #444;
}

.nav-secondary .wrap{
text-align: center;
margin: 0px auto;
overflow: hidden;
}

.nav-secondary .menu-item {
	display: inline-block;
	text-align: center;
}

.nav-secondary a {
	border: none;
	color: #444;
	display: block;
	padding: 12px 14px;
	position: relative;
}

.nav-secondary > .menu-item > a {
	text-transform: uppercase;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #444;
}


.nav-secondary a:hover{
color: #4da1a7;
}

.nav-secondary .sub-menu{
border: 1px solid  #4da1a7;
	color: #444;
background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.nav-secondary .sub-menu a{
	color: #a0a0a0;
background: none;
	font-size: 14px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
}

.nav-secondary .sub-menu a:hover {
color: #4da1a7;
}

.nav-secondary .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

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

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

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

.mobile-content {
     background: rgb(253,113,70);
    background: linear-gradient(90deg, rgba(253,113,70,1) 0%, rgba(251,151,48,1) 100%);
background: rgb(136,84,140);
background: linear-gradient(90deg, rgba(136,84,140,1) 0%, rgba(136,84,140,0.7287289915966386) 51%, rgba(136,84,140,0.3981967787114846) 100%);
width: 100%;
clear: both;
margin: 0px auto;
font-size: 13px;
	text-transform: uppercase;
    margin: 0px auto 0;
	display: none;
	position: fixed;
	z-index: 999;
	min-height: 40px;
}

.mobile-content .wrap{
text-align: left;
margin: 0px auto;
	padding: 0 4%;
	overflow: hidden;
}

.mobile-content .menu{
	padding-top: 50px;
}

.mobile-content .menu-item {
	display: inline-block;
	text-align: center;
}

.mobile-content .menu-item a {
	border: none;
	color: #fff;
	display: block;
    padding: 8px 20px;
	position: relative;
}

.mobile-content > .menu-item > a {
	text-transform: uppercase;
}

.mobile-content .menu-item a:hover,
.mobile-content .current-menu-item > a {
	color: #fff;
}

.mobile-content .menu-item a:hover{
color: #ddd;
}

.mobile-content .sub-menu{
	color: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
text-align: left;
}

.mobile-content .sub-menu a{
	color: #fff;
background: none !important;
	padding: 10px 10px;
	position: relative;
	width: 200px;
}

.mobile-content .sub-menu a:hover {
	color: #ddd;
}

.mobile-content .sub-menu .sub-menu {
	margin: -34px 0 0 199px;
}

.mobile-content .menu-item:hover {
	position: static;
}

.mobile-content .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.mobile-content > .first > a {
	padding-left: 0;
}

.mobile-content > .last > a {
	padding-right: 0;
}

.mobile-content > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
}

.mobile-content > .right > a {
	display: inline;
	padding: 0;
}

.mobile-content > .rss > a {
	margin-left: 48px;
}

.mobile-content li{
	list-style-type: none !Important;
}

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

.mobile-content > .search {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 0;
}

li a.icon-search:before {
	background: url(https://www.ruchiskitchen.com/wp-content/uploads/2022/04/search.svg) center no-repeat;
background-size: contain;
width: 25px;
height: 25px;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	content: '';
	font-size: 18px;
}

li a.icon-search {
      cursor: pointer;
    position: absolute;
    right: 180px;
    top: 4px;
}

/*li a.icon-search:hover {
	border-bottom: none;
}*/

.search-div {
	display: none;
	position: absolute;
	z-index: 10;
	width: 100%;
		left: 0;
	right: 0;
border-radius: 0;
}

.search-div .search-form {
	position: relative;
}

.search-div .search-form input[type="search"] {
	width: 100%;
	padding: 12px;
	border: none;
box-shadow: none;
	font-size: 11px;
letter-spacing: 1px;
}

.search-div .search-form input[type="submit"] {
	position: absolute;
	right: -1px;
	bottom: 1px;
	padding: 10px 14px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Clear search field placeholder text on focus */
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
} /* Firefox 18- */
input:focus::-moz-placeholder {
	color: transparent;
} /* Firefox 19+ */
input:focus:-ms-input-placeholder {
	color: transparent;
} /* oldIE ?? */

@media only screen and (max-width: 800px) {
	.nav-primary .genesis-nav-menu > .search {
		display: block;
		text-align: left;
	}
	.search-div {
		left: 0;
	}
	.nav-primary a {
	    padding: 8px 10px;
	}
}

@media only screen and (max-width: 340px) {
	.search-div {
		width: auto;
	}
}
.mobile-content li a.icon-search:before{
	color: #fff;
}

.mobile-content .search-form {
    position: absolute;
right: 0px;
	left: 0;
	z-index: 98;
	width: 100%;
}

.mobile-content .search-div .search-form input[type=search] {
    padding: 10px;
    top: 40px;
    position: absolute;
    background: rgb(253,113,70);
    background: linear-gradient(90deg, rgba(253,113,70,1) 0%, rgba(251,151,48,1) 100%);
    width: 100%;
    left: 0;
    right: 0;
    color: #fff;
    border-radius: 0;
}

.mobile-content .socialset{
      width: 100%;
    position: absolute;
	right: 0;
}

.mobile-content ::-webkit-input-placeholder{
     color: #fff !important;
}


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

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

.entry {
	margin-bottom: 40px;
}

.entry-content a {
text-decoration: underline;
}

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

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

.entry-content ol,
.entry-content ul {
	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 {
	margin-bottom: 0;
}

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

.entry-meta,
.post-info{
	color: #999;
	font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
	text-align: center;
}

.entry-meta a,
.post-info a{
	color: #999;
}

.entry-header .entry-meta {
	margin-bottom: 15px;
}

.entry-footer .entry-meta {
	margin: 20px auto;
padding: 2%;
background: #f5f5f5;
text-align: center;
display: none;
}

.single .entry-footer .entry-meta {
display: block;
}

.entry-categories,
.entry-tags {
	display: block;
}

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

.archive-pagination,
.entry-pagination {
font-size: 12px;	
margin: 10px auto 40px;
width: 100%;	
text-align: center;	
clear: both;
	font-weight: 600;
	text-transform: uppercase;

}



.archive-pagination li {	
display: inline;
}



.archive-pagination li a {	
color:  #444;	
cursor: pointer;
display: inline-block;
padding: 4px 10px;
	
}



.archive-pagination li a:hover,
.archive-pagination li.active a {
background:  #fff;
	color: #999;

}




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

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

.entry-comments {
	padding: 40px;
}

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

.comment-respond a,

.comment-content {
	clear: both;
}

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

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

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

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

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

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

li.comment {
	border: 2px solid #f5f5f5;
	border-right: none;
}

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
display: none;
}


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

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

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

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 5px;
}

.sidebar .enews-widget {
	background-color: #333;
}

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

.footer-widgets {
background: rgb(136,84,140);
background: linear-gradient(90deg, rgba(136,84,140,1) 0%, rgba(136,84,140,0.7287289915966386) 51%, rgba(136,84,140,0.3981967787114846) 100%);
	color: #fff;
	clear: both;
	padding: 2% 0;
}

.footer-widgets-1 {
	width: 80%;
	padding: 2%;
}

.footer-widgets-2 {
	width: 20%;
	padding: 3% 2% 2%;
}

.footer-widgets-1 {
	float: left;
}

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

.footer-widgets a {
	color: #fff;
}

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

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

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

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


.design{
display: inline-block;
text-align: right;
float: right;
}

/*
Back to Top Button
--------------------------------------------- */
.topButton{
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	padding-top: 5px;
	background-color: #30302B;
	color: #fff;
	opacity:0.6;
	text-decoration: none;
	text-align: center;
	z-index: 9999;
}

.topButton:hover{
	opacity:1;
	color: #fff;
	transition:1s;
}

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

.site-footer {
	background: #fff;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 0;
	text-align: left;
}

.site-footer a {
text-decoration: none;
	color: #999;
}

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


/*
Newsletter and Social
---------------------------------------------------------------------------------------------------- */

/* Newsletter
--------------------------------------------- */

#newsbox{
	width: 100%;
	overflow: hidden;
	clear: both;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
background: rgb(136,84,140);
background: linear-gradient(90deg, rgba(136,84,140,1) 0%, rgba(136,84,140,0.7287289915966386) 51%, rgba(136,84,140,0.3981967787114846) 100%);
}

.newsletter{ 
margin: 0 auto;
	max-width: 1240px;
 padding: 1% 5% 0;
	overflow: hidden;
}


.newsletter img{
	margin-right: 2%;
	float: left;
}

.newsletter h4{
	font-size: 30px;
color: #fff;
	line-height: 1;
}

.newsletter p{
	text-transform: uppercase;
Letter-spacing: 1px;
color: #fff;
	font-size: 11px;
	font-weight: 400;
}

.newsletter .textarea{
	float: left;
width: 48%;
}

.newsletter form{
	float: right;
width: 50%;
	padding-top: 1%;
}
.newsletter input[type="text"],
.newsletter input[type="email"]{ 
background: #f7f7f7;
	border: none;
width: 60%; 
padding: 12px; 
margin: 0px auto;
 display: block; 
	float: left;
}

 .newsletter input[type="submit"],
.newsletter button{ 
background: #d32419;
 padding: 12px; 
margin: 0px auto;
 color: #fff; 
display: block;
	float: right;
width: 38%;
	font-size: 12px;
 }

 .newsletter input[type="submit"]:hover,
.newsletter button:hover{ 
background: #4b8136; 
}

.footer-widgets .newsletter{
padding: 0;
color: #fff;
}

.footer-widgets p{
color: #fff;
}

.footer-widgets .newsletter h4{
color: #fff;
}

.newspop{
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.newspop img{
	margin: 0px auto 10px;
display: block;
}

.newspop h4{
	font-size: 30px;
color: #8A568E;
	line-height: 1.2;
}

.newspop p{
	text-transform: uppercase;
Letter-spacing: 1px;
color: #444;
	font-size: 10px;
	line-height: 1.5;
	font-weight: 500;
}

.newspop span{
	font-weight: 500;
	font-size: 10px;
	margin-top: 10px;
}

.newspop input[type="text"],
.newspop input[type="email"]{ 
background: #f7f7f7;
width: 100%; 
padding: 12px; 
margin: 10px auto;
 display: block; 
}

 .newspop input[type="submit"],
.newspop button{ 
background: #d32419;
 padding: 12px; 
 color: #fff; 
width: 100%; 
padding: 12px; 
margin: 10px auto;
 display: block; 
 }
 
 .newspop input[type="submit"]:hover,
.newspop button:hover{ 
background: #4b8136; 
}

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

#social{
margin: 0px auto;
position:relative;
width: 190px;
height:30px;
}

.site-header #social{
float: right;
}

#social li{
margin:0;
padding:0;
list-style:none;
position:absolute;
top:0;
}

#social li, #social a{
height:30px;
display:block;
}
#facebook {
background: url(images/facebook.png) center no-repeat ;
background-size: 30px 30px;
left: 0px;
width: 30px;
height: 30px;
}


#facebook:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#pinterest {
background: url(images/pinterest.png) center no-repeat ;
background-size: 30px 30px;
left: 40px;
width: 30px;
height: 30px;
}


#pinterest:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#instagram {
background: url(images/instagram.png) center no-repeat ;
background-size: 30px 30px;
left: 80px;
width: 30px;
height: 30px;
}


#instagram:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#twitter {
background: url(images/twitter.png) center no-repeat ;
background-size: 30px 30px;
left: 120px;
width: 30px;
height: 30px;
}


#twitter:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#youtube {
background: url(https://www.ruchiskitchen.com/wp-content/uploads/2018/12/youtube.png) center no-repeat ;
background-size: 30px 30px;
left: 160px;
width: 30px;
height: 30px;
}


#youtube:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#social2{
      margin: 0px auto 0;
position:absolute;
right: 20px;
	top: 10px;
width: 150px;
height:20px;
}

.site-header #social{
float: right;
}

#social2 li{
margin:0;
padding:0;
list-style:none;
position:absolute;
top:0;
}

#social2 li, #social2 a{
height:20px;
display:block;
}
#facebook2 {
background: url(images/facebook2.png) center no-repeat ;
background-size: 20px 20px;
left: 0px;
width: 20px;
height: 20px;
}


#facebook2:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#pinterest2 {
background: url(images/pinterest2.png) center no-repeat ;
background-size: 20px 20px;
left: 30px;
width: 20px;
height: 20px;
}


#pinterest2:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#instagram2 {
background: url(images/instagram2.png) center no-repeat ;
background-size: 20px 20px;
left: 60px;
width: 20px;
height: 20px;
}


#instagram2:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#twitter2 {
background: url(images/twitter2.png) center no-repeat ;
background-size: 20px 20px;
left: 90px;
width: 20px;
height: 20px;
}


#twitter2:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#youtube2 {
background: url(https://www.ruchiskitchen.com/wp-content/uploads/2018/12/youtube2.png) center no-repeat ;
background-size: 30px 30px;
left: 120px;
width: 30px;
height: 30px;
}


#youtube:hover {
filter:alpha(opacity=80); opacity:0.8;
}

.more-link{
	color: #fff;
	display: block;
	text-align: center;
text-transform: uppercase;
Letter-spacing: 2px;
	font-size: 11px;
background: #db6933;
width: 110px;
	padding: 5px 10px;
	margin: 20px 0 0;
text-decoration: none !important;
}

.more-link a{
	color: #fff;
}

.more-link:hover{
background: #4b8136;
	color: #fff;
}

/*
Homepage Widgets
---------------------------------------------------------------------------------------------------- */
.blog-top,
.blog-bottom{
	width: 100%;
	clear: both;
overflow: hidden;
	font-size: 14px;
	letter-spacing: 1px;
}

.blog-top .featured-content .entry-title,
.blog-top .featured-content .entry-title a{
	font-size: 24px;
}

.blog-top .entry{
	padding: 2%;
}

.blog-bottom .featured-content{
	margin: 0 auto 60px;
	position: relative;
}

.blog-bottom .widgettitle{
	font-size: 26px;
text-align: left;
	color: #444;
	font-weight: 500;
  background: linear-gradient(90deg, rgba(136,84,140,1) 0%, rgba(136,84,140,0.7287289915966386) 51%, rgba(136,84,140,0.3981967787114846) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-bottom .more-from-category{
color: #db6933;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
font-size: 14px;
	position: absolute;
top: 15px;
	right: 0;
}

.more-from-category a{
color: #db6933;
}

.blog-bottom .featured-content .entry{
	position: relative;
margin-bottom: 0;
	Padding-bottom: 0;
	transition: .6s;
}

.blog-bottom .entry .aligncenter{
	margin: 0 auto;
}

.blog-bottom .featured-content img{
	position: relative;
z-index: 97;
}


.blog-bottom .featured-content .entry-title{
	position: absolute;
top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    text-align: center;
	background: rgba(35, 35, 35, 0.5) 0 50%;
color: #fff;
	z-index: 96;
	transition: .6s;
}



.blog-bottom .featured-content .entry:hover .entry-title{
	z-index: 98;
}

.blog-bottom .featured-content .entry-title a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
color: #fff;
}


/*
Recipe Widgets
---------------------------------------------------------------------------------------------------- */
.recipes-top,
.recipes-bottom{
width: 100%;
clear: both;
overflow: hidden;
}

.recipes-top,
.before-category{
background: #f5f5f5;
padding: 5px;
width: 100%;
clear: both;
overflow: hidden;
	margin: 0 auto 50px;
}

input[type="search"]{
	background: #fff url(images/search.png) right center no-repeat;
background-size: 18px 12px;
}

.recipes-top .widget,
.before-category .widget{
	width: 48%;
	padding: 2%;
	display: inline-block;
	vertical-align: top;
}

.recipes-top a,
.before-category a{
	color: #444;
}

.recipes-top a:hover{
	color: #d32419;
}

.recipes-top .widgettitle,
.before-category .widgettitle{
	font-size: 25px;
}

.recipes-top ul{
	background: #f5f5f5;
	padding: 2%;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
	text-transform: uppercase;
Letter-spacing: 1px;
	margin: 0 auto;
	font-size: 14px;
	margin: 0 auto 50px;
}

.recipes-top li{
	list-style-type: none !important;
	padding: 1%;
	margin: 0 auto;
}

.recipes-bottom .featured-content{
	margin: 0 auto 60px;
	position: relative;
}

.recipes-bottom .widgettitle{
	font-size: 26px;
text-align: left;
	color: #444;
	font-weight: 500;
  background: linear-gradient(90deg, rgba(136,84,140,1) 0%, rgba(136,84,140,0.7287289915966386) 51%, rgba(136,84,140,0.3981967787114846) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recipes-bottom .more-from-category{
color: #db6933;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
font-size: 14px;
	position: absolute;
top: 15px;
	right: 0;
}

.more-from-category a{
color: #db6933;
}

.recipes-bottom .featured-content .entry{
	position: relative;
margin-bottom: 0;
	Padding-bottom: 0;
	transition: .6s;
}

.recipes-bottom .entry .aligncenter{
	margin: 0 auto;
}

.recipes-bottom .featured-content img{
	position: relative;
z-index: 97;
}


.recipes-bottom .featured-content .entry-title{
	position: absolute;
top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    text-align: center;
	background: rgba(35, 35, 35, 0.5) 0 50%;
color: #fff;
	z-index: 96;
	transition: .6s;
}



.recipes-bottom .featured-content .entry:hover .entry-title{
	z-index: 98;
}

.recipes-bottom .featured-content .entry-title a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
color: #fff;
}

/*
Featured Section
---------------------------------------------------------------------------------------------------- */
.wp-tabbed-tabs{
	position: relative;
	margin: 0 auto 40px;
}

.wp-tabbed-tabs .wp-tabbed-nav{
	background: none !important;
text-align: center !Important;
     position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
}

.wp-tabbed-tabs .wp-tabbed-nav li{
	background: none !important;
width: auto !important;
	transition: .5s;
    color: #3B4D57 !important;
}

.wp-tabbed-tabs .wp-tabbed-nav li a{
     font-size: 12px !important;
	font-weight:600 !important;
	text-transform: uppercase !important;
	letter-spacing: 2px !important;
    color: #999 !important;
    background: none !important;
    position: relative !important;
    text-align: center !important;
}


.wp-tabbed-tabs .wp-tabbed-nav li:hover a,
.wp-tabbed-tabs .wp-tabbed-nav li.tab-active a{
    color: #444 !important;
}



ul.recipekey {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
	font-weight: 500;
	text-align: left;
	overflow: hidden;
	text-align: center;
    column-count: 2;
column-gap: 10px;
}

ul.recipekey li {
      width: 100%;
    overflow: hidden;
    margin: 2px auto;
    vertical-align: top;
    padding: 1%;
    display: inline-block;
    text-align: left;
}

ul.recipekey .titledf,
ul.recipekey .titleef,
ul.recipekey .titlev,
ul.recipekey .titlenf,
ul.recipekey .titlegf,
ul.recipekey .titlek,
ul.recipekey .titlevg,
ul.recipekey .title30,
ul.recipekey .titlep,
ul.recipekey .titleip,
ul.recipekey .titlenb,
ul.recipekey .titleww{
    vertical-align: top;
    color: #fff;
    font-weight: 600;
    text-align: center;
     font-size: 10px;
    padding: 5px 0;
    border-radius: 50%;
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
	float: left;
    margin: 0 15px 0 0;
	background: #000;
}


/*
Recipe Key
---------------------------------------------------------------------------------------------------- */

ul.recipekey li .titledf{
background: #88548c;
}

ul.recipekey li .titlev{
background: #DB6933;
}

ul.recipekey li .titlegf{
background: #d32419;
}

ul.recipekey li .titleef{
background: #42576f;
}

ul.recipekey li .titlenf{
background: #4b8136;
}

ul.recipekey li .titlek{
background: #2f629d;
}

ul.recipekey li .titlevg{
background: #999;
}

ul.recipekey li .title30{
background: #AA385E;
}

ul.recipekey li .titlep{
background: #6F9E42;
}

ul.recipekey li .titleip{
background: #E2C72E;
}

ul.recipekey li .titlenb{
background: #444;
}

ul.recipekey li .titleww{
background: #FF7C30;
}


ul.recipekey li a {
    vertical-align: middle;
    color: #444;
}

.entrycat{
	width: 100%;
	text-align: center;
text-transform: uppercase;
	margin: 0 auto 25px;
}

.entrycat a{
	display: inline-block;
	vertical-align: top;
text-align: center;
color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
}


.entrycat .gf{
	display: inline-block;
	text-align: center;
width: 35px;
	height: 35px;
padding: 8px;
text-align: center;
color: #fff;
	text-transform: uppercase;
	border-radius: 50%;
background: #d32419;
	margin: 0 1%;
}


.entrycat .df{
	display: inline-block;
	text-align: center;
width: 35px;
	height: 35px;
padding: 8px;
text-align: center;
color: #fff;
	text-transform: uppercase;
	border-radius: 50%;
background: #88548c;
	margin: 0 1%;
}

.entrycat .nf{
	display: inline-block;
	text-align: center;
width: 35px;
	height: 35px;
padding: 8px;
text-align: center;
color: #fff;
	text-transform: uppercase;
	border-radius: 50%;
background: #4b8136;
	margin: 0 1%;
}

.entrycat .v{
	display: inline-block;
	text-align: center;
width: 35px;
	height: 35px;
padding: 8px;
text-align: center;
color: #fff;
	text-transform: uppercase;
	border-radius: 50%;
background: #DB6933;
	margin: 0 1%;
}

.entrycat .ef{
	display: inline-block;
	text-align: center;
width: 35px;
	height: 35px;
padding: 8px;
text-align: center;
color: #fff;
	text-transform: uppercase;
	border-radius: 50%;
background: #42576f;
	margin: 0 1%;
}

.entrycat .k{
	display: inline-block;
	text-align: center;
width: 35px;
	height: 35px;
padding: 8px;
text-align: center;
color: #fff;
	text-transform: uppercase;
	border-radius: 50%;
background: #2f629d;
	margin: 0 1%;
}

.entrycat .vg{
	display: inline-block;
	text-align: center;
width: 35px;
	height: 35px;
padding: 8px;
text-align: center;
color: #fff;
	text-transform: uppercase;
	border-radius: 50%;
background: #999999;
	margin: 0 1%;
}

.entrycat .nb{
	display: inline-block;
	text-align: center;
width: 35px;
	height: 35px;
padding: 8px;
text-align: center;
color: #fff;
	text-transform: uppercase;
	border-radius: 50%;
background: #444444;
	margin: 0 1%;
}

.entrycat .ip{
	display: inline-block;
	text-align: center;
width: 35px;
	height: 35px;
padding: 8px;
text-align: center;
color: #fff;
	text-transform: uppercase;
	border-radius: 50%;
background: #E2C72E;
	margin: 0 1%;
}

.entrycat .ef{
	display: inline-block;
	text-align: center;
width: 35px;
	height: 35px;
padding: 8px;
text-align: center;
color: #fff;
	text-transform: uppercase;
	border-radius: 50%;
background: #42576f;
	margin: 0 1%;
}


.entrycat .p{
	display: inline-block;
	text-align: center;
width: 35px;
	height: 35px;
padding: 8px;
text-align: center;
color: #fff;
	text-transform: uppercase;
	border-radius: 50%;
background: #6F9E42;
	margin: 0 1%;
}

.entrycat .under{
	display: inline-block;
	text-align: center;
width: 35px;
	height: 35px;
padding: 8px;
text-align: center;
color: #fff;
	text-transform: uppercase;
	border-radius: 50%;
background: #AA385E;
	margin: 0 1%;
}

.about {
	max-width: 320px;
	margin: 40px auto 0;
	text-align: center;
font-size: 14px;
    padding: 0 2%;
	border: 4px solid #eee;
}

.about img{
border-radius: 50%;
    margin: -60px auto 0;
}

.about h4{
	text-align: center;
text-transform: uppercase;
	font-size: 24px;
}

.about a{
text-transform: uppercase;
letter-spacing: 1px;
	display: block;
	font-weight: 600;
	margin: 10px auto 0;
	color: #8C5A90;
}

.about #social{
    margin: 0 auto -15px;
background: #fff;
}

.pinit{
	padding: .1% 2% 3%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    clear: both;
    text-align: center;
	overflow: hidden;
	position: relative;
	font-weight: 600;
	border: 4px solid #F1F1F1;
	max-width: 760px;
	margin: 30px auto;
	overflow: visible;
}

.pinit:before{
	display: block;
	content: url(images/border.png);
	width: 80px;
height: 49px;
     margin: -30px auto -10px;
}

.pinit h4{
	font-size: 24px;
	color: #906094;
}

.pinit p{
    margin: 0 0 5px 0;
}

.pinit .purple{
color: #906094;
font-weight: 600;
font-size: 20px;
}

.pinit span{
margin-top: 25px;
	font-style: normal;
}

.veggiebar{
	display: block;
	position: relative;
	border-top: 4px solid #F1F1F1;
	width: 100%;
	clear: both;
	margin: 40px auto;
}

.veggiebar:before{
	display: block;
	content: url(images/border.png);
	width: 80px;
height: 49px;
     margin: -30px auto -10px;
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_pinterest, body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_pinterest:not(:hover), html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_pinterest:hover{
border: 1px solid #D32419 !important;
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_facebook, body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_facebook:not(:hover), html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_facebook:hover{
border: 1px solid #906094 !important;
}

.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_twitter, body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_twitter:not(:hover), html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_twitter:hover{
border: 1px solid #4B8136 !important;
}

.swp_social_panel.swp_default_full_color .swp_pinterest, body .swp_social_panel.swp_other_full_color:hover .swp_pinterest, html body .swp_social_panel.swp_individual_full_color .swp_pinterest:hover{
	background: #D32419 !important;
}
.swp_social_panel.swp_default_full_color .swp_facebook, body .swp_social_panel.swp_other_full_color:hover .swp_facebook, html body .swp_social_panel.swp_individual_full_color .swp_facebook:hover{
	background: #906094 !important;
}

.swp_social_panel.swp_default_full_color .swp_twitter, body .swp_social_panel.swp_other_full_color:hover .swp_twitter, html body .swp_social_panel.swp_individual_full_color .swp_twitter:hover{
background: #4B8136 !important;
}

#prev-next{
	width: 100%;
	clear: both;
	padding: 2%;
	border: 2px solid #eee;
	overflow: hidden;
	text-transform: uppercase;
letter-spacing: 1px;
	margin: 0 auto 40px;
}

#prev-next .prev-link{
	width: 48%;
	padding: 3%;
	float: left;
	display: inline-block;
	vertical-align: top;
	border-right: 2px solid #eee;
text-align: left;
}

#prev-next .next-link{
	width: 48%;
	padding: 3%;
	float: right;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

#prev-next .prev-link,
#prev-next .prev-link a,
#prev-next .next-link a,
#prev-next .next-link{
	color: #444;
}

/* Shrink
--------------------------------------------- */

.site-header.shrink {
	border-bottom: 1px solid #ddd;
	margin: -30px auto 0;
}

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


.shrink .wrap {
	background-color: rgba(255, 255, 255, 0.1);
	min-height: 40px;
    padding: 10px !important;
}

.shrink .site-title {
	font-size: 20px;
	padding-top: 3px;
}

.header-image .shrink .site-title {
	padding: 0;
}

.header-image .shrink .site-title > a {
	min-height: 37px;
}

.shrink .site-title a {
	background: url(images/header-mobile.png) center no-repeat;
	background-size: 250px 32px !important;
	width: 250px;
}

.site-header.shrink .widget-area {
	padding: 0;
    margin: -10px auto 0;
}

.shrink .title-area{
	width: 200px;
}

.site-header.shrink .menu{
	font-size: 12px;
}

.site-header.shrink #social,
.site-header.shrink .search-form{
	display: none;
}

.blog-top .entry p{
margin-bottom: 6px;
}

.blog-top .entry-comments-link{
	text-transform: uppercase;
color: #999;
	font-size: 12px;
}

.blog-top .entry-comments-link a{
color: #999;
}

.blog-top{
	border-bottom: 4px solid #eee;
position: relative;
	margin: 0 auto 50px;
    overflow: visible;
}

.blog-top:after{
	display: block;
	content: url(images/border.png);
	width: 80px;
height: 49px;
     margin: 0px auto -25px;
}



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

}



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

.site-header,
	.site-inner{
padding-left: 2%;
	padding-right: 2%;
	}
	
	.site-header .widget-area{
		width: 700px;
	}
	
	.content{
	width: 730px;
	}
}

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

	.site-inner,
	.wrap {
		max-width: 1140px;
overflow-x: hidden;
	}

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

	.content {
		max-width: 680px;
	}

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

	.site-header .widget-area {
		width: 400px;
	}

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

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}


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

	body {
		background-color: #fff;
	}

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

	.site-header .wrap {
		padding: 20px 0;
	}

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

.header-image .site-title a{
width: 100%;
margin: 0px auto;
background-position: top center;
}
	
	.header-image .site-header .wrap{
		padding: 50px 0 0;
		overflow: hidden;
	}

	.site-inner {
padding: .5% 2% 2%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	.site-header .search-form {
		float: none;
	}

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


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

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

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

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.content {
		max-width: 100%;
	}
	
	.mobile-content{
		display: block;
	}
	

	.nav-primary,
	.site-header .widget-area{
display: none !important;
}

	
	.newsletter .textarea{
width: 60%;
}

	
	.newsletter form{
width: 38%;
	}
	
	.newsletter p{
		font-size: 9px;
	}
	
	.sidebar{
		max-width: 400px;
		margin: 0 auto;
		float: none;
		clear: both;
	}
	
	.about{
		padding: 2%;
overflow: hidden;
		clear: both;
}
	
	.about #social,	
	.about img{
		margin: 0 auto;
	}
	
	.site-header.shrink{
		display: none;
	}
	
	.archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-footer .entry-meta, .header-image .site-header .widget-area, .sidebar .widget, .site-header {
    padding: 0;
    position: relative;
    top: auto;
    background: none;
}

}

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

.title-area{
float: none;
margin: 0px auto;
	min-height: 60px;
}

.content{
padding: 2% 5%;
}
	
	.newsletter{
		padding: 5%;
	}
	
	.newsletter img{
float: left;
display: block;
margin: 0 15px 0 0;
}
	
	.newsletter .textarea,
	.newsletter form{
	width: 100%;
	float: none;
	text-align: left;
margin: 1% auto;
}
	
	.newsletter input[type="text"],
.newsletter input[type="email"]{ 
float: left;
margin: 0 auto;
	width: 60%;
	padding: 5px;
	text-align: center;
}

 .newsletter input[type="submit"],
.newsletter button{ 
float: right;
margin: 0 auto;
	width: 30%;
	text-align: center;
	padding: 5px;
}

.before-content .featured-content .entry-title,
.before-content .featured-content .entry-title a{
	display: none !important;
}

}
 

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

.header-image .site-title a{
width: 88%;
margin: 0 auto;
float: none;
}
	.five-sixths,
	.four-sixths,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	

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

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	
		.one-half,
	.one-fourth{
width: 46%;
	padding: 1%;
}

	.blog-top .one-half{
width: 100%;
float: none;
margin: 0 auto;
}

	.before-content .one-fourth{
width: 30%;
}

	
	.content .one-fourth:nth-of-type(2n+1){
clear: left;
}
	
	.before-content .one-fourth:last-of-type{
display: none;
}

	
	.wp-tabbed-tabs .wp-tabbed-nav li a{
		font-size: 10px !Important;
		padding: 5px !Important;
	}
	
	.blog-bottom .more-from-category,
	.recipes-bottom .more-from-category{
position: relative;
right: auto;
		left: auto;
		bottoM: auto;
		width: 100%;
		text-align: right;
		clear: both;
	}
	
	.blog-bottom .featured-content .entry{
		margin: 5% auto;
	}
	
	.recipes-bottom .featured-content .entry{
		margin: 2%;
	}
	
	.blog-top .one-half{
		width: 49%;
		padding: 3%;
		text-align: center;
		float: left;
	}
	
	.blog-top .more-link{
		margin: 10px auto;
	}
	
	.blog-bottom .one-third{
		width: 33%;
		padding: 2%;
		float:left;
	}
	
	.blog-bottom .featured-content .entry-title,
	.recipes-bottom .featured-content .entry-title,
	.before-content .featured-content .entry-title{
position: relative;
background: none;
top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	width: 100%;
	color: #444;
	}
	
	.blog-bottom .featured-content .entry-title a,
	.recipes-bottom .featured-content .entry-title a,
	.before-content .featured-content .entry-title a{
		color: #444;
    transform: translate(0%, 0%);
position: relative;
top: auto;
	left: auto;
	right: auto;
	bottom: auto;
font-size: 14px;
	}
	
}

/* Responsive Menu
--------------------------------------------- */
 
.responsive-menu-icon {
      width: 40%;
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: left;
	color: #fff;
     position: absolute;
    top: 0;
    left: 10px;
}
 
.responsive-menu-icon::before {
     content: '';
    font: normal 24px/1;
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
	color: #fff;
	background: url(https://www.ruchiskitchen.com/wp-content/uploads/2022/04/menu.svg) center no-repeat;
background-size: contain;
width: 35px;
height: 35px;
    filter: brightness(0) invert(1);
}

.mobile-content .menu.responsive-menu-icon::before {
	color: #37393B;
}
 
@media only screen and (max-width: 1023px) {

.mobile-content .menu{
width: 100%;
float: left;
}
 
	.mobile-content .menu.responsive-menu > .menu-item > .sub-menu,
	.mobile-content .menu.responsive-menu {
		display: none;
	}
 
	.mobile-content .menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
 
	.mobile-content .menu.responsive-menu .menu-item {
		margin: 0;
		width: 100%;
	}
 
	.mobile-content .menu.responsive-menu .menu-item:hover {
		position: static;
	}
 
	.mobile-content .menu.responsive-menu .current-menu-item > a,
	.mobile-content .menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.mobile-content .menu.responsive-menu a,
	.mobile-content .menu.responsive-menu a:hover {
		background: none;
		line-height: 1.2;
		padding: 10px 20px;
		text-align: left;
		width: 90%;
	}
	.mobile-content .menu.responsive-menu .current-menu-item > a,
	.mobile-content .menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.mobile-content .menu.responsive-menu a,
	.mobile-content .menu.responsive-menu a:hover {
	color: #fff;
	}
 
	.mobile-content .menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
 
	.mobile-content .menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
 
	.mobile-content .menu.responsive-menu > .menu-item-has-children:before {
		content: "+";
		font: normal 16px/1;
		float: right;
		height: 16px;
		padding: 10px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
     position: absolute;
	}
	.mobile-content .menu.responsive-menu > .menu-item-has-children:before {
	color: #fff;
	}
 
	.mobile-content .menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "-";
	}
 
	.mobile-content .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;
	}
 
	.mobile-content .menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
 
	.mobile-content .menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.mobile-content .menu.responsive-menu .sub-menu li a,
	.mobile-content .menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 6px 20px;
		position: relative;
		width: 100%;
	}

/* 2019-12-23 */
.mobile-content .menu {
    display: none;
}
}