/*
	Theme Name: Custom Theme by PixelMeDesigns.com
	Theme URI: http://www.PixelMeDesigns.com
	Author: Pixel Me Designs
	Author URI: http://www.PixelMeDesigns.com
	Version: 2.0.1
  
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- 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

*/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
@import url(http://fonts.googleapis.com/css?family=Mouse+Memoirs);

@font-face {
   font-family: VeggiBurger;
   src: url(VeggiMed.otf);
 }

/*
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;
font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 16px;
	line-height: 1.44;
}

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: #37CCCF;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

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 {
	color: #333;
	margin: 0 0 5px;
font-weight: normal;
}

h1 {
	font-size: 22px;
	line-height: 25px;
}
h2{
	font-size: 22px;
	line-height: 25px;
}
h2 a,
h2 a:visited {
color: #ed476a;
	font-size: 28px;
	line-height: 31px;
}

.entry-title {
	font-family: 'VeggiBurger', Arial, sans-serif;
color: #f53883;
font-size: 28px;
line-height: 30px;
 -webkit-text-stroke-width: .2px;
   -webkit-text-stroke-color: #f53883;
padding: 13px 0 0px 0;
}

.entry-title a{
color: #f53883;
font-size: 28px;
line-height: 30px;
}

h2 a:hover {
	text-decoration: none;
}


h3 {
	font-size: 20px;
}

h4 {
	font-size: 20px;
border-bottom: 1px dashed #37cccf;
font-weight: bold !important;
margin: 10px 0 20px 0;
}

.widgettitle{
font-family: 'Mouse Memoirs', sans-serif;
	color: #37cccf;
    text-align: center;
font-size: 31px;
 -webkit-text-stroke-width: .2px;
   -webkit-text-stroke-color: #37cccf;
border-bottom: none;
font-weight: normal !important;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.wp-caption {
background: #eee;
padding: 5px;
}


img {
	height: auto;
max-width: 100%;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	padding: 10px;
	width: 100%;
	box-shadow: 1px 1px 3px #eee inset;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],

.button,

.entry-content .button {
	background-color: #FE317E;
	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: #B4E52F;
}

.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
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 20px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.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: 750px;
}

.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: 350px;
}

.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;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
    padding: 5px 5px;
    width: 48%;
float: left;
background: none;
display: block;
}

.genesis-grid .entry-content p{
display: none;
}



.genesis-grid .more-link{
display: none;
}


.genesis-grid-even {
    float: right;
    padding: 5px 5px;
    width: 48%;
background:none;
display: block;
}

.teaser{
    padding: 5px 5px;
    width: 30%;
float: left;
background: #fff !important;
display: block;
}

.teaser .entry,
.genesis-grid .entry{
background: #fff !important;
}

.teaser:nth-of-type(3n+1) {
	clear: left;
}


.teaser img{
margin-left: auto;
margin-right: auto;
display: block;
}

.teaser .entry-content {
display: none;
}

.teaser .entry-footer,
.teaser .entry-footer .entry-meta{
display: none;
}

.teaser .entry-header .entry-meta{
display: none;
}

.teaser .topshare,
.teaser .shareset{
display: none;
}

.teaser .affiliate{
display: none;
}

.teaser .expired-icon{
display: none;
}

.teaser h1.entry-title {
font-size: 18px;
line-height: 20px;
padding: 0;
margin: 0px;
text-align: center;
}

.teaser h2.entry-title {
font-size: 18px;
line-height: 20px;
padding: 0;
margin: 0px;
text-align: center;
}

.teaser h2 {
font-size: 18px;
line-height: 20px !important;
padding: 0;
margin: 0px;
text-align: center;
}

.teaser h2 a{
font-size: 18px;
line-height: 20px !important;
padding: 0;
margin: 0px;
text-align: center;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}


.search-form input[type="submit"] {
background: #15CFCC;
float: right;
padding: 6px 7px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

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;
}

.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:after{
background: none;
}

.featured-content .entry-title {
	border: none;
	font-size: 17px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
	font-size: 17px;
}


/*
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: url(images/headbkg.png);
}

.site-header .wrap {
	padding: 0px 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: 0;
}

.header-image .site-title a {
	background-position: center !important;
	background-size: contain !important;
	min-height: 201px;
	width: 708px;
	float: left;
margin: 0px auto;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	width: 470px;
}

.header-image .site-header .widget-area {
	padding: 0px 0;
}

.site-header .search-form {
background: url(images/Search.png) no-repeat;
background-size: contain;
width: 342px;
height: 82px;
padding: 40px 20px 0 40px;
font-family: 'Lato', sans-serif;
margin: 20px auto 0;
}

.search-form input[type="search"] {
background: #fff;
	color: #000;
	font-size: 12px;
	margin: 0 2px 0 0;
	padding: 6px 5px;
width: 70%;
float: left;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */



/* Site Header Navigation
--------------------------------------------- */

.site-header {
margin: 0px auto;
font-size: 12px;
}

.site-header .menu-item {
	display: inline-block;
	text-align: left;
}

.site-header a {
	border: none;
	color: #fff;
	display: block;
	padding: 3px 10px;
	position: relative;
}

.site-header a:hover {
	color: #ddd;
}

.site-header .current-menu-item > a {
	color: #fff;
}

.site-header .sub-menu {
	border: 1px solid #eee;
background: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 170px;
	z-index: 99;
}

.site-header .sub-menu a{
	color: #a0a0a0;
background: none !important;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 170px;
}

.site-header .sub-menu a:hover {
color: #4da1a7;
}

.site-header .sub-menu .sub-menu {
	margin: -54px 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 {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
	margin: 0px auto;
background: #fe317e;
	clear: both;
	font-size: 20px;
}

.nav-primary .wrap{
text-align: left;
margin: 0px auto;
}

.nav-primary .menu-item {
	display: inline-block;
	text-align: center;
}

.nav-primary a {
	color: #fff;
	display: block;
	padding: 7px 17px;
	position: relative;
	text-decoration: none;
border-right: 1px solid #fe4a92;
}

.nav-primary > .menu-item > a {
	text-transform: uppercase;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary a:hover{
background:#fe4a92;
}

.nav-primary .sub-menu{
	height: auto;
	left: -9999px;
	position: absolute;
	width: 170px;
	z-index: 9999;
}

.nav-primary .sub-menu a{
	background-color: #fe317e;
	border: 1px solid #fff;
	border-top-width: 0;
	color: #fff;
	font-size: 17px;
	padding: 6px;
	position: relative;
	width: 170px;
}

.nav-primary .sub-menu a:hover {
color: #4da1a7;
}

.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;
}

.nav-primary li{
list-style-type: none;
}

.nav-primary .search-form{
float: right;
width: 250px;
margin: -37px auto 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
font-family: 'Lato', sans-serif;
 -webkit-text-stroke-width: .2px;
   -webkit-text-stroke-color: #fff;
font-weight: 300;
background: #fe317e;
	font-size: 20px;
	position: fixed;
margin: 0px auto;
	display:none;
	width: 100%;
	z-index: 999;	
}

.nav-secondary .wrap{
text-align: center;
margin: 0px auto;
position: relative;
max-width: 1140px;
}

.nav-secondary .menu-item {
	display: inline-block;
	text-align: center;
}

.nav-secondary a {
	color: #fff;
	display: block;
	padding: 7px 7px;
	position: relative;
	text-decoration: none;
border-right: 1px solid #fe4a92;
}

.nav-secondary > .menu-item > a {
	text-transform: uppercase;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #fff;
}


.nav-secondary a:hover{
background:#fe4a92;
}

.nav-secondary .sub-menu{
border: 1px solid  #4da1a7;
	color: #a0a0a0;
background: #fff !important;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.nav-secondary .sub-menu a{
	background-color: #fe317e;
	border: 1px solid #fff;
	border-top-width: 0;
	color: #fff;
	font-size: 17px;
	padding: 10px 6px;
	position: relative;
	width: 170px;
	z-index: 998;
}

.nav-secondary .sub-menu a:hover {
background:#fe4a92;
}

.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;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
background: url(images/topbkg.png) top left  no-repeat, url(images/bottombkg.png) bottom left  no-repeat;
padding: 5px 5px 20px 15px;
}

.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 {
	font-size: 12px;
}


.entry-header .entry-meta {
	font-size: 12px;
	margin: 0 0 5px;
	padding: 5px 0 15px 70px;
}

.page .affiliate{
text-align: center;
padding: 25px;
}

.post-info .time,
.entry-header .time span {
	display: block;
	text-align: center;
	width: 63px;
height:60px;
}
.entry-header .time {
	left: 15px;
	position: absolute;
	top: 20px;
}
.entry-header .day {
	background: url(http://www.raininghotcoupons.com/wp-content/uploads/2014/02/Calendar.png);
	font-size: 14px;
line-height:20px;
color: #fff;
}

.entry-header .month {
color: #fa7b1d;
font-size: 30px;
margin-top:-40px;
}

.content .post {
	position: relative;
}

h1.entry-title {
	margin-left: 70px;
}
h2.entry-title {
	margin-left: 70px;
}

.page h1.entry-title {
	margin-left: 0px;
text-align: center;
}

.entry-footer .entry-meta {
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
width: 100%;
clear: both;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #FE317E;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #37CCCF;
}

/* 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 {
background: #FFFFFF;
padding: 5px;
}


.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;
border: 1px solid #ddd;
}

.topad{
padding: 10px 0;
border: 1px solid #ddd;
}

.sidebar .enews-widget {
	background-color: #333;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	padding: 20px 0 16px;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 350px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #999;
	font-size: 13px;
	padding: 5px 0;
	text-align: center;
}

.site-footer a {
text-decoration: none;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Newsletter and Social
---------------------------------------------------------------------------------------------------- */

/* Newsletter
--------------------------------------------- */

.newsletter{ 
background: url(http://www.raininghotcoupons.com/wp-content/uploads/2016/01/newslettertop.png) top center no-repeat; 
width: 402px;
 height: 109px; 
padding: 70px 80px 2px 10px;
margin: 10px 0 0 55px;
 } 

.newsletter input[type="text"]{ 
background: #fff;
width: 75%; 
padding: 8px 0; 
margin: 0px auto;
 display: block; 
float: left;
}

 .newsletter input[type="submit"]{ 
background: #37cccf;
 padding: 8px 20px; 
margin: 0px auto;
 color: #fff; 
display: block;
float: right;
 }

 .newsletter input[type="submit"]:hover{ 
background: #f99d59; 
}

/* Social Icons 
------------------------------------------------------------ */

#social{
margin: 10px auto;
position:relative;
width: 240px;
height:40px;
display: none;
}

#social li{
margin:0;
padding:0;
list-style:none;
position:absolute;
top:0;
}

#social li, #social a{
height:40px;
display:block;
}

#facebook {
background:url(http://www.raininghotcoupons.com/wp-content/uploads/2015/04/facebook.png) no-repeat ;
left: 0px;
width: 40px;
height: 40px;
}


#facebook:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#twitter {
background:url(http://www.raininghotcoupons.com/wp-content/uploads/2015/04/twitter.png) no-repeat ;
left: 50px;
width: 40px;
height: 40px;
}


#twitter:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#youtube {
background:url(http://www.raininghotcoupons.com/wp-content/uploads/2015/04/youtube.png) no-repeat ;
left: 100px;
width: 40px;
height: 40px;
}


#youtube:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#pinterest {
background:url(http://www.raininghotcoupons.com/wp-content/uploads/2015/04/pinterest.png) no-repeat ;
left: 150px;
width: 40px;
height: 40px;
}


#pinterest:hover {
filter:alpha(opacity=80); opacity:0.8;
}

#rss {
background:url(http://www.raininghotcoupons.com/wp-content/uploads/2015/04/rss.png) no-repeat ;
left: 200px;
width: 40px;
height: 40px;
}


#rss:hover {
filter:alpha(opacity=80); opacity:0.8;
}

.before-content{
width: 100%;
margin: 0px auto;
}

.before-content .featured-content{
background: url(images/popular.png) top left no-repeat;
padding: 4px 0 4px 80px;
}

.before-content .featured-content .entry{
width: 30%;
margin: 0px 10px;
padding: 10px;
float: left;
background: none;
}

.before-content .featured-content .entry-title {
text-align: center;
line-height: 1.2;
}

.before-content .featured-content .entry-title a{
font-size: 16px;
line-height: 1.2;
padding: 0;
margin: 0;
}

.before-content .featured-content .entry-title {
font-size: 16px;
padding: 0;
margin: 0;
}

.before-content img{
margin: 0 auto 0px;
display: block;
border-radius: 50%;
border: 1px solid #b7e830;
}

.before-content img:hover{
border-radius: 0;
}

.sidebar .featured-content .entry{
margin: 0px auto;
background: none;
overflow: hidden;
text-align: center;
float: none;
width: 300px;
height: auto;
}

.sidebar .featured-content img{
width: 300px !imporant;
height: 300px !imporant;
}

.sidebar .featuredpost .post h2 a{
font-family: 'Lato', sans-serif;
font-size: 16px;
line-height: 18px;
}

.sidebar .featuredpost .post h2 {
font-family: 'Lato', sans-serif;
font-size: 16px;
line-height: 18px;
margin: 0;
}

.sidebar  img{
margin-left: auto;
margin-right: auto;
display: block;
}


.topad{
margin-bottom: 5px;
}

.after-content1{
width: 100%;
margin: 0px auto;
}

.after-content1 h4{
color: #fe3380;
}


.expired-icon {
position:  absolute; margin-top: -4em; margin-left: -1em;
z-index: 999;
}

.category-expired {
text-decoration:line-through;
}


.blue-button {
display: block;
	font-size:25px; 
	background: #27c9cc url(http://www.raininghotcoupons.com/wp-content/uploads/2013/11/btnblue.png) right center no-repeat;
border: 2px solid#c0c0c0;
	padding: 14px 35px 14px 5px !important;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
text-align: center;
max-width: 30%;
margin: 0px auto;
}

.green-button {
display: block;
	font-size:25px; 
	background: #9ed21d url(http://www.raininghotcoupons.com/wp-content/uploads/2013/11/btngreen.png) right center no-repeat;
border: 2px solid #c0c0c0;
	padding: 14px 35px 14px 5px !important;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
text-align: center;
max-width: 30%;
margin: 0px auto;
}

.pink-button {
display: block;
	font-size:25px; 
	background: #f53883 url(http://www.raininghotcoupons.com/wp-content/uploads/2013/11/btnpink.png) right center no-repeat;
border: 2px solid#c0c0c0;
	padding: 14px 35px 14px 5px !important;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
text-align: center;
max-width: 30%;
margin: 0px auto;
}

.orange-button {
display: block;
	font-size:25px; 
	background: #fc7c1e url(http://www.raininghotcoupons.com/wp-content/uploads/2014/05/btnorange.png) right center no-repeat;
border: 2px solid #c0c0c0;
	padding: 14px 35px 14px 5px !important;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
text-align: center;
max-width: 30%;
margin: 0px auto;
}

.green-button a{
	color: #fff !important;
font-weight: bold;
}

.orange-button a{
	color: #fff !important;
font-weight: bold;
}

.blue-button a{
	color: #fff !important;
font-weight: bold;
}

.pink-button a{
	color: #fff !important;
font-weight: bold;
}

.pink-text{
color: #f53883;
}

.orange-text{
color: #fc7c1e;
}

.blue-text{
color: #27c9cc;
}

.postcomment{
background: #37cccf;
padding: 2px;
width: 180px;
text-align: center;
color: #fff;
margin-top: 10px;
}

.postcomment a{
color: #fff;
font-size: 19px;
}

#socialscroll{
    float: left;
    z-index: 99;
    position: fixed;
    margin-left: -80px;
    margin-top: 50px;
    border: 0;
}

.shareset{
display: block;
width: 80%;
height: 25px;
margin: -10px auto 20px;
}

.pin-it-button{
margin-top: 45px;
display: block;
text-align: center;
}

.affiliate{
font-size: 11px;
	padding: 5px 0 15px 70px;
margin-top: -15px;
}

.social{
margin-left: 15px;
}

.stButton .stButton_gradient {
height: 24px !important;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
height: 24px !important;

}

/* Shop Page
------------------------------------------------------------ */
.holiday-bottom .widget,
.shop-bottom .widget{
font-size: 13px;
text-align: left;
}

.holiday-bottom .gift,
.shop-bottom .gift{
float: left;
width: 320px;
margin: 5px 20px;
height: 760px;
}

.holiday-bottom .title,
.shop-bottom .title{
   font-family: VeggiBurger;
color: #fff;
background: #FC791A;
padding: 5px;
text-align: center;
width: 100%;
font-size: 25px;
margin: 5px auto;
display: block;
overflow: hidden;
}

.holiday-bottom h5,
.shop-bottom h5{
color: #37CCCF;
font-weight: 300;
font-size: 20px;
}

.review{
background: #37CCCF;
display: block;
padding: 5px;
text-align: center;
width: 150px;
color: #fff;
}

.holiday-bottom img,
.shop-bottom img{
width: auto;
max-height: 300px;
display: block;
margin: 0 auto;
}

.holiday-bottom .widgettitle,
.shop-bottom .widgettitle{
font-family: 'Lato', sans-serif;
font-weight: 300;
font-size: 20px;
display: none;
}

.shopb{
width: 100%;
padding: 5px;
display: block;
color: #fff !important;
text-align: center;
background: #FE317E;
margin: 10px auto;
}

.shopb a{
color: #fff !important;
}

.shop-top h2{
	font-family: 'VeggiBurger', Arial, sans-serif;
color: #f53883;
font-size: 28px;
line-height: 30px;
 -webkit-text-stroke-width: .2px;
   -webkit-text-stroke-color: #f53883;
padding: 13px 0 0px 0;
}

/* ZipList Formatting
------------------------------------------------------------ */

#zlrecipe-container html, #zlrecipe-container body, #zlrecipe-container div, #zlrecipe-container span, #zlrecipe-container applet, #zlrecipe-container object, #zlrecipe-

container iframe,
#zlrecipe-container h1, #zlrecipe-container h2, #zlrecipe-container h3, #zlrecipe-container h4, #zlrecipe-container h5, #zlrecipe-container h6, #zlrecipe-container p, 

#zlrecipe-container blockquote, #zlrecipe-container pre,
#zlrecipe-container a, #zlrecipe-container abbr, #zlrecipe-container acronym, #zlrecipe-container address, #zlrecipe-container big, #zlrecipe-container cite, #zlrecipe-container 

code,
#zlrecipe-container del, #zlrecipe-container dfn, #zlrecipe-container em, #zlrecipe-container img, #zlrecipe-container ins, #zlrecipe-container kbd, #zlrecipe-container q, 

#zlrecipe-container s, #zlrecipe-container samp,
#zlrecipe-container small, #zlrecipe-container strike, #zlrecipe-container strong, #zlrecipe-container sub, #zlrecipe-container sup, #zlrecipe-container tt, #zlrecipe-container 

var,
#zlrecipe-container b, #zlrecipe-container u, #zlrecipe-container i, #zlrecipe-container center,
#zlrecipe-container dl, #zlrecipe-container dt, #zlrecipe-container dd, #zlrecipe-container ol, #zlrecipe-container ul, #zlrecipe-container li,
#zlrecipe-container fieldset, #zlrecipe-container form, #zlrecipe-container label, #zlrecipe-container legend,
#zlrecipe-container table, #zlrecipe-container caption, #zlrecipe-container tbody, #zlrecipe-container tfoot, #zlrecipe-container thead, #zlrecipe-container tr, #zlrecipe-

container th, #zlrecipe-container td,
#zlrecipe-container article, #zlrecipe-container aside, #zlrecipe-container canvas, #zlrecipe-container details, #zlrecipe-container embed, #zlrecipe-container figure,
#zlrecipe-container figcaption, #zlrecipe-container footer, #zlrecipe-container header, #zlrecipe-container hgroup, #zlrecipe-container menu,
#zlrecipe-container nav, #zlrecipe-container output, #zlrecipe-container ruby, #zlrecipe-container section, #zlrecipe-container summary,
#zlrecipe-container time, #zlrecipe-container mark, #zlrecipe-container audio, #zlrecipe-container video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers
------------------------------------------------------------ */
#zlrecipe-container article, #zlrecipe-container aside, #zlrecipe-container details, #zlrecipe-container figcaption, #zlrecipe-container figure, #zlrecipe-container 
footer, #zlrecipe-container header, #zlrecipe-container hgroup, #zlrecipe-container menu, #zlrecipe-container nav, #zlrecipe-container section {
	display: block;
}
#zlrecipe-container ol, #zlrecipe-container ul {
	list-style: none;
}
#zlrecipe-container blockquote, #zlrecipe-container q {
	quotes: none;
}
#zlrecipe-container blockquote:before, #zlrecipe-container blockquote:after,
#zlrecipe-container q:before, #zlrecipe-container q:after {
	content: '';
	content: none;
}
#zlrecipe-container table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESETS */

/* BASE */
#zlrecipe-container p {
  line-height: 1.2em;
  margin: 1em 0;
}
#zlrecipe-container ul {
  margin: 1em;
  padding: 0 0 0 2.4em;
}
#zlrecipe-container ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding: 0 0 0 3em;
}
/* END BASE */

/* TYPOGRAPHY
------------------------------------------------------------ */
#zlrecipe-container .heading-one, #zlrecipe-container .h-1 { font-size: 2em; line-height: 1.3em; }
#zlrecipe-container .heading-two, #zlrecipe-container .h-2 { font-size: 1.75em; }
#zlrecipe-container .heading-three, #zlrecipe-container .h-3 { font-size: 1.5em;color:#27c9cc; }
#zlrecipe-container .heading-four, #zlrecipe-container .h-4 { font-size: 1.25em; color:#27c9cc;  }

#zlrecipe-container .bold, #zlrecipe-container .strong { font-weight: bold; }
#zlrecipe-container .italic, #zlrecipe-container .em { font-style: italic; }

.text-align-center, .t-a-c { text-align: center; }
/* END TYPOGRAPHY */

/* FORMATTING
------------------------------------------------------------ */
#zlrecipe-container .padding-all, #zlrecipe-container .p-a { padding: 1em; }
#zlrecipe-container .padding-top, #zlrecipe-container .p-t { padding-top: 1em; }
#zlrecipe-container .padding-right, #zlrecipe-container .p-r { padding-right: 1em; }
#zlrecipe-container .padding-bottom, #zlrecipe-container .p-b { padding-bottom: 1em; }
#zlrecipe-container .padding-left, #zlrecipe-container .p-l { padding-left: 1em; }

#zlrecipe-container .float-left, #zlrecipe-container .fl-l { float: left; }
#zlrecipe-container .float-right, #zlrecipe-container .fl-r { float: right; }

#zlrecipe-container .width-50, #zlrecipe-container .w-50 { width: 50%; }

#zlrecipe-container .clear { clear: both; }

#zlrecipe-container { border: 2px dashed #9ed21d;}
#zlrecipe-container .border-bottom, #zlrecipe-container .b-b { border: 0px solid #9ed21d; }
#zlrecipe-container .border-top, #zlrecipe-container .b-t {  background:none;}
/* END FORMATTING */

/* SPECIFIC ELEMENT STYLES */
#zlrecipe-container { padding: 10px;  background-color:#f0fefb;}
#zlrecipe-container #zlrecipe-title { color: #fb4a84; padding-bottom: 0.5em; }
#zlrecipe-container .zlrecipe-print-link {
	padding-left: 0.5em;
	margin-top: 5px;
}
#zlrecipe-container .zl-recipe-link {
	margin-top: 5px;
}
#zlrecipe-container .zlrecipe-print-link .butn-link{ 
    background: url(http://www.raininghotcoupons.com/wp-content/uploads/2013/08/zip-print.png) !important;
background-repeat: no-repeat !important;
    cursor: pointer;
    width: 120px !important;
height: 42px !important;
    display: block;
text-indent:-999px;
}


#zlrecipe-container .meta {
  font-size: 1em;
  font-weight: bold;
}
#zlrecipe-container .meta span { font-weight: normal; }

#zlrecipe-rating .rating {
  background: url('http://ab-assets.ziplist.com.s3.amazonaws.com/star-rating.gif') no-repeat scroll 0 0;
  display: inline-block;
  height: 14px;
  text-indent: -9999px;
  width: 80px;
}
#zlrecipe-container #zlrecipe-rating .rating-5 { background-position: 0 0; }
#zlrecipe-container #zlrecipe-rating .rating-45 { background-position: 0 -14px; }
#zlrecipe-container #zlrecipe-rating .rating-4 { background-position: 0 -28px; }
#zlrecipe-container #zlrecipe-rating .rating-35 { background-position: 0 -42px; }
#zlrecipe-container #zlrecipe-rating .rating-3 { background-position: 0 -56px; }
#zlrecipe-container #zlrecipe-rating .rating-25 { background-position: 0 -70px; }
#zlrecipe-container #zlrecipe-rating .rating-2 { background-position: 0 -84px; }
#zlrecipe-container #zlrecipe-rating .rating-15 { background-position: 0 -98px; }
#zlrecipe-container #zlrecipe-rating .rating-1 { background-position: 0 -112px; }
#zlrecipe-container #zlrecipe-rating .rating-05 { background-position: 0 -126px; }
#zlrecipe-container #zlrecipe-rating .rating-0 { background-position: 0 -140px; }

#zlrecipe-container #zlrecipe-ingredients-list, #zlrecipe-container #zlrecipe-instructions-list { line-height: 1.5em; }
#zlrecipe-container #zlrecipe-ingredients-list li {
  list-style-type: disc;
}
#zlrecipe-container #zlrecipe-ingredients-list .ingredient-label,
#zlrecipe-container #zlrecipe-instructions-list .instruction-label {
  position: relative;
  left: -10px;
  margin-top: 5px;
  font-weight: bold;
}
#zlrecipe-container #zlrecipe-instructions-list { margin: 0 0.5em; }

#zlrecipe-container .img-desc-wrap {
  background-color:#f0fefb;
  padding-top: 1px;
}
#zlrecipe-container .img-desc-wrap img.photo { width:545px; }
#zlrecipe-container .img-desc-wrap .summary { padding:0 10px 10px; }

#zlrecipe-container .zl-linkback { font-size: 0.9em; color: #aaa; margin-top: 4em; }
/* END SPECIFIC ELEMENT STYLES */



/* ZipList Button
------------------------------------------------------------ */
#zlrecipe-container .zl-recipe-link .butn-link {
    background: url(http://www.raininghotcoupons.com/wp-content/uploads/2013/08/zip-save.png);
background-repeat: no-repeat;
    cursor: pointer;
    width: 130px;
height: 42px;
    display: block;
text-indent:-999px;
font-size: 20px;
font-weight: bold;
}


#zlrecipe-container .zl-recipe-link .butn-link span {
 display: none;
} 


#zlrecipe-container #zlrecipe-innerdiv #zlrecipe-ingredients-list li { list-style-type: disc; }

.pagead{
display: none;
}

.pageads .pagead{
    z-index: 99;
    position: absolute;
float: left;
display: block;
margin: 450px 0 0 0px;
}

.pageads .entry-content{
padding-left: 80px;
}


.pageads .topad{
display: none;
}

#mediatop{
display: none;
}

#mediatop .search-form {
background: url(images/Search.png) no-repeat;
background-size: contain;
width: 342px;
height: 82px;
padding: 40px 20px 0 40px;
font-family: 'Lato', sans-serif;
margin: 20px auto 0;
}

.search-form input[type="search"] {
background: #fff;
	color: #000;
	font-size: 12px;
	margin: 0 2px 0 0;
	padding: 6px 5px;
width: 70%;
float: left;
}

.ssbp-share-text{
text-transform: uppercase!important;
font-family: 'Source Sans Pro', sans-serif!important;
font-weight: 300!important;
font-size: 14px!important;
float: left !important;
display: none !important;
}


.ssbp-container {
    margin-bottom: 0px !important;
}

.ssbp-container ul{
margin: 0 auto !important;
}

.content .ssbp-list ul{
margin: 5px auto !important;
}
.home .ssbp-wrap.ssbp--fixed-left{
display: none !important;
}

.topshare{
width: 80%;
clear: both;
margin: 5px auto 15px;
display: block;
max-width: 700px;
}

.juiz_sps_links { 
display: inline-block;
margin: 0 10px 0 0 !important;
float: left;
}

.YUMMLY-YUM-BUTTON{
float: right !important;
display: inline-block;
margin: 5px auto 0 !important;
}

.category-recipes .entry-footer{
display: none;
}

/* Genesis Simple Share
--------------------------------------------- */

.sharrre{
float: left;
}

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
}

.content .share-filled .share {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.content .share-filled .count {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #404040;
	border: 1px solid #FE317E;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #FE317E !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

.disclosure{
font-size: 11px;
font-style: italic;
margin: -15px 0 20px 70px;
color: #999;
display: none;
}

.single .disclosure,
.home .disclosure{
display: block;
}

.welcome{

background: url(http://www.raininghotcoupons.com/wp-content/uploads/2015/11/welcome2.png) no-repeat;

width: 330px;

height: 360px;

padding: 270px 15px 0px 15px;

color: #fff;

font-size: 17px;

line-height: 19px;

margin-left: auto;

margin-right: auto;

font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;

text-align: center;

}

#recipes{
width: 100%;
clear: both;
}

.recipe{
float: left;
width: 33%;
padding: 3%;
margin: 0;
display: inline-block;
vertical-align: top;
}

.recipe:nth-of-type(3n+1) {
	clear: left;
}



/*
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: 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: 650px;
	}

.full-width-content .content {
	max-width: 100%;
}

.header-image .site-title a {
	min-height: 173px;
	width: 608px;
}

	.site-header .widget-area {
		width: 460px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 500px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.title-area {
		width: 300px;
	}

.sidebar-primary{
		width: 320px;
	}

.before-content .featured-content .entry{
width: 28%;
}

}


@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: 0px 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

.header-image .site-title a{
width: 100%;
margin: 0px auto;
background-position: top center;
}

	.site-inner {
padding: 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 ;
	}

.nav-primary a,
.nav-secondary a{
font-size: 15px;
padding: 5px 10px;
}

.entry{
padding: 5px;
}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-footer {
		padding: 24px 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

.social,
.nav-secondary .wrap{
display: none;
}

#social{
display: block;
float: left;
margin-top: 40px;
}

#mediatop .search-form{
float: right;
}

.site-header .widget-area{
display: none;
}

#mediatop{
display: block;
width: 100%;
clear: both;
margin: 0 auto 150px;
}


.before-content .featured-content{
display: none;
}

h1.entry-title {
	margin-left: 76px;
}
h2.entry-title {
	margin-left: 76px;
}

.entry-header .entry-meta {
	padding-left: 76px;
}

}

@media only screen and (max-width: 768px) {

.title-area{
float: none;
margin: 0px auto;
}


.header-image .site-header .wrap {
background-size: 100%;
background-position: top center;
	}

.header-image .site-title a{
width: 100%;
margin: 0px auto;
background-position: top center;
}

.entry{
padding: 5px;
}

.pageads .pagead{
display: none;
}

.pageads .entry-content{
padding-left: 0px;
}

}
 

@media only screen and (max-width: 580px) {

.header-image .site-title a{
width: 100%;
margin: 0;
min-height: 110px;
background-position: top center no-repeat;
}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.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;
	}

	.site-footer {
		padding: 24px 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

#mediatop .search-form {
	float: none;
background: url(images/Search.png) no-repeat;
background-size: contain;
width: 300px;
height: 72px;
}

#mediatop input[type="search"] {
width: 64%;
font-size: 11px;
}

#social{
display: block;
float: none;
margin: 0 auto 10px;
}

#mediatop .search-form{
float: none;
margin: 0 auto;
}

#mediatop{
display: block;
width: 100%;
clear: both;
margin: 0 auto 20px;
}

.genesis-grid-even,
.genesis-grid-odd,
.teaser {
    float: none;
    width: 100%;
}


.recipe{
float: none;
width: 100%;
padding: 3%;
margin: 0;
display: block;
}

}