/*
	Theme Name: Frugal Coupon Living
	Description: A custom, versatile WordPress Theme
	Author: Heather Jones
	Author URI: https://vivalaviolette.com
	Version: 1.0.0
	Tags: swank, chic, feminine, sleek, versatile, wordpress theme
	Template: genesis
	Template Version: 2.0.1
*/
/*
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: #000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 22px;
}

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: #000;
	color: #fff;
}

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

a {
	color: #30c48b;
	text-decoration: none;
}

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

a:hover {
	color: #999;
}

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


strong {
	font-weight: 700;
}

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

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

blockquote {
	background: #f5f5f5;
	margin: 0 0 24px 0;
	padding: 40px;
}

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


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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Montserrat', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}


h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	background: #fff;
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 2px solid #e4efea;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 6px;
	text-transform: uppercase;
	width: 100%;
}

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: #000;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 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: #c7dbd9;

}

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

}

.button {
	border-radius: 3px;
	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: 2px solid #e4efea;
}

th,
td {
	text-align: left;
}

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

td {
	border-top: 2px solid #e4efea;
	padding: 6px 0;
}

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

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

.site-container  {
	background: #fff;
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}


.site-inner {
	clear: both;
	padding-top: 40px;
}

.home .site-inner {
	clear: both;
	padding-top: 0px;
}

/*
Home Page Widgets
---------------------------------------------------------------------------------------------------- */

/*
Home Slider Widget
--------------------------------------------- */

.home-slider {
	border-bottom: 0px dotted #666;
	float: none;
	margin: 0 auto;
	padding-bottom: 0px;
	text-align: center;
}

/* Direction Nav */

.flex-direction-nav li a {
	width: 52px !important; 
	height: 52px !important; 
	margin: -20px 0 0; 
	display: block; 
	background: url(//i2.wp.com/frugalcouponliving.com/wp-content/themes/frugal/images/bg_direction_nav.png) no-repeat 0 0 !important; 
	position: absolute; 
	top: 50%; 
	cursor: pointer; 
	text-indent: -9999px; 
	z-index: 100;
}

.flex-direction-nav li .next {
	background-position: -52px 0 !important; 
	right: -60px !important; 
}

.flex-direction-nav li .next:hover {
	background-position: -52px -50px !important; 
}

.flex-direction-nav li .prev {
	left: -60px !important; 
}

.flex-direction-nav li .prev:hover {
	background-position: 0 -50px !important; 
}

/*
Featured Circles
--------------------------------------------- */

.featured-circles .featured-content .entry {
	margin-bottom: 0;
	padding: 0;
}

.featured-circles {
	border-bottom: 0px solid #ddd;
	text-align: center;
}

.featured-circles img {
  border: 1px solid #6bc9c9;
  border-radius: 50%;
  display: inline-block;
  padding: 7px;
}

.featured-circles img:hover {
	background-color: #666;
}

.sidebar .widget-title {
	text-align: center;
}

.featured-circles .widget {
  display: inline-block;
  padding: 0 25px 20px;
  text-align: center;
  width: 20%;
}

.featured-circles .widget-title {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.home-slider .widget-title {
	text-align: center;
	font-size: 28px;
	color: #000;
}

.featured-circles .featured-content .entry {
	border-bottom: 0;
}

/*
Home Featured Widget Area
--------------------------------------------- */

.home-slider .widget {
  float: left;
  margin-bottom: 10px;
  margin-top: 40px;
  padding: 0 1%;
  width: 100%;
}

.home-slider .featured-content .entry-title {
	margin-bottom: 40px;
	margin-top: -70px;
	margin: -70px auto 40px auto;
	max-width: 300px;
}

.home-slider h2.entry-title {
	background-color: #fff;
	opacity: 0.5;
}

.home-slider h2.entry-title a {
  color: #000;
  font-size: 20px;
  width: 100%;
}

.home-slider .featured-content .entry {
	border: none;
}

.home article .img {
	background-color: #fff;
	border: 2px solid #e4efea;
	padding: 7px;
}

.home-slider {
	margin: 0 auto !important;
	padding: 20px 0;
	text-align: center;
}

.featured-slider {
	margin: 0 auto !important;
	text-align: center;
}

#genesis-responsive-slider {
	border: 0 !important;
	margin: 0 auto important;
	padding: 0 !important;
}

#genesis-responsive-slider img {
	border: none !important;
}

.slide-image img {
	padding: 0 !important;
}


.home .content .featured-content .entry {
  border-bottom: 4px double #000;
  margin-bottom: 40px;
  padding: 0 0 40px;
}

.flex-direction-nav li .prev {
	left: 20px !important;
}

.flex-direction-nav li .next {
	right: 20px !important;
}

.flex-direction-nav li a {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

/* 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: 740px;
  padding-top: 50px;
}


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

.full-width-content .entry {
	padding-right: 0;
}


/* Primary Sidebar */


.sidebar-primary {
	float: right;
	width: 360px;
}


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

.sidebar ul li {
	background-color: #fff;
	font-family: 'Montserrat', serif;
	text-align: center;
}


/* Secondary Sidebar */


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

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


/* Column Classes

	Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}


.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	background-color: #fff;
	border: 2px solid #e4efea;
	height: 100px;
	float: left;
	padding: 7px;
	width: 100px;
}


.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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 {
	color: #bbb;
	font-family: 'Lovers Quarrel', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}

.wp-caption-text p {
	margin: 0 0 0 0 !important;
}

.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: #555;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box a {
	border-bottom: 2px solid #e4efea;
}

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

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


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 26px;
	line-height: 1;
	color: #000;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

.entry-title a:hover {
	color: #30c48b;
}

.widget-title
.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

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

/* Top Bar Widget Areas
--------------------------------------------- */

.top-bar {
  background-color: #e4efea;
  border-bottom: 0px dotted #666;
  color: #999;
  font-family: "Lovers Quarrel",sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0 5px;
  text-transform: uppercase;
}

.top-bar a {
	color: #000;
}

.top-bar a:hover {
	text-decoration: underline;
}

.top-bar-left {
	width: 50%;
}

.top-bar-right {
width: 40%;
}

.top-bar-left p,
.top-bar-right p {
	margin-bottom: 0;
}

.top-bar-left {
  float: left;
  padding-left: 15px;
}

.top-bar-left .widgetwrap {
	float: left;
}

.top-bar-right {
  float: right;
  margin-top: -4px;
  padding-right: 10px;
  text-align: right;
}

.top-bar .widgettitle {
	color: #e8d999;
	font-family: 'Montserrat', serif;
	line-height: 1;
	margin: 0 0 7px 0;
	text-transform: lowercase;
}

.top-bar-left .widgettitle {
	text-align: left;
}

.top-bar-right .widgettitle {
	text-align: right;
}

.top-bar .simple-social-icons {

	margin-bottom: -10px;
}

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

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


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

.featured-content .entry-title a {
	border: none;
}

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

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

.enews-widget {
  background: none repeat scroll 0 0 #e4efea;
  color: #999;
  border: none;
}

.enews-widget .widget-title {
  color: #000;
  float: left;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  padding-top: 2px;
  text-align: center;
  width: 35%;
}

.enews-widget input {
  margin-left: 10px;
  padding: 5px;
  width: 40%;
  float: left;
}

.enews-widget input:focus {
	border: 2px solid #e4efea;
}

.enews-widget input[type="submit"] {
  background-color: #000;
  color: #fff;
  font-family: "Lovers Quarrel";
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 0 10px;
  padding: 0 0 4px;
  text-transform: lowercase;
  width: 20%;
}

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

.footer-widgets .enews-widget input {
	margin-bottom: 10px;
	width: 100%;
}

.footer-widgets .enews-widget {
	display: inline-block;
	float: right;
	padding-right: 20px;
	width: 65%;
}

.footer-widgets .enews .widgettitle {
	text-align: right;
}

.footer-widgets .widget_nav_menu {
	display: inline-block;
	float: left;
}

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

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

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


div.gform_wrapper input[type="file"],
div.gform_wrapper input[type="url"],
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: 16px;
}

div.gform_wrapper .ginput_complex label {
	font-family: 'Montserrat', serif;
	font-weight: 400;
	padding: 0;
}

.gform_wrapper {
	max-width: 100% !important;
}

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

div.gform_wrapper .gform_footer input[type="submit"] {
	border-radius: 0 !important;
	font-family: 'Lovers Quarrel', sans-serif !important;
	font-size: 14px;
}

div.gform_wrapper ul li {
	list-style-type: none !important;
}

.gform_wrapper input.button {
	color: #fff !important;
}

.gfield_label {
	font-family: 'Lovers Quarrel', sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 2;
	text-transform: uppercase !important;
}

.gform_body {
	background-color: #f5f5f5;
	border: 7px solid #eee;
	padding: 20px;
}

.gform_wrapper {
	max-width: 100%;
}

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

img#wpstats {
	display: none;
}


/* Portfolio Page
--------------------------------------------- */

.portfolio .entry-title {
	text-align: center;
}

.post-type-archive-portfolio .navigation {
	clear: both;
	text-transform: uppercase;
}

.portfolio-featured-image a img {
	background-color: #fff;
	border: 2px solid #e4efea;
	padding: 10px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.portfolio.type-portfolio.entry {
	float: left;
	padding: 0 29px;
}

.single-portfolio .type-portfolio.entry {
	float: none;
	padding: 0;

}

.portfolio-featured-image a img:hover {
	background-color: #ddd;
}

.single-portfolio #content {
	text-align: center;
}

.archive-portfolio #content {
	text-align: center;
}

.single-portfolio img {
	background: #fff;
}

.portfolioblurb {
	font-size: 12px;
	text-align: center;
	width: 100%;
}

.portfolioblurb .textwidget {
	border-bottom: 2px solid #e4efea;
	padding-bottom: 7px;
	margin-bottom: 40px;
}

.portfolioblurb h4 {
	font-family: 'Montserrat', serif;
	font-size: 22px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: none;
}

.single-portfolio h1 {
	padding-top: 10px;
}

.post-type-archive-portfolio .portfolio .entry-content {
	display: none;
}

/* Simple Social Icons Custom Styling for swank
--------------------------------------------- */

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

.site-header {
	background-color: #fff;
}

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

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

.title-area {
	display: inline-block;
	font-family: 'Montserrat', serif;
	font-weight: 400;
	margin: 0;
	padding: 18px 0 25px 0;
	text-align: center;
	width: 320px;
	height: 210px;
}

.header-image .site-description {
	line-height: 0;
}

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

.site-title {
	font-size: 58px;
	line-height: 0.8;
	margin: 0 0 12px 0;
	text-transform: none;
}

.site-title a {
	color: #555;
}

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

.site-description {
	color: #bbb;
	font-family: 'Lovers Quarrel', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 0.5;
	margin: 0 10px;
	text-transform: uppercase;
}

/* 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 {
  margin: 0 auto;
  padding: 0px 0;
  text-align: center;
}
.header-image .site-header .wrap .title-area {
	background-image: url("images/regularlogo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.header-image .site-title a {
	min-height: 164px;
	width: 100%;
}


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

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

.site-header .widget-area {
	display: inline-block;
	float: right;
	text-align: right;
	width: 740px;
}

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

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

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

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Montserrat', serif;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	border-bottom: 2px solid #e4efea;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
  color: #000;
  display: block;
  font-family: "Montserrat";
  font-size: 14px;
  padding: 10px 20px;
  position: relative;
}

.genesis-nav-menu a:hover {
	color: #30c48b !important;
}

.nav-secondary .genesis-nav-menu a {
	padding: 18px 0 7px 15px;
}

.genesis-nav-menu .sub-menu a::after {
	color: #fff !important;
	content: "";
	padding-left: 0px !important;
}

.genesis-nav-menu > .last > a::after {
	color: #fff;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #bbb;
}

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

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-color: -moz-use-text-color #ddd #ddd;
  border-image: none;
  border-right: 2px solid #e4efea;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  font-size: 12px;
  padding: 10px 20px 10px 25px;
  position: relative;
  text-transform: uppercase;
  width: 220px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -39px 0 0 199px;
}

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

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

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 14px 7px 14px 0;
	text-transform: none;
}

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


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

.genesis-nav-menu > .search input {
	color: #ddd;
	padding: 10px;
}

.genesis-nav-menu > .right.search {
	padding: 8px;
}


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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary {
}

.nav-primary .current-menu-item > a {
	color: #595d5e;
}

.nav-primary a:hover {
	color: #595d5e;
}

.nav-primary .sub-menu a:hover {
	color: #555;
}

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

.nav-secondary {

	background-color: #fff;
	border-top: 2px solid #e4efea;
	padding-top: 10px;
}

.nav-secondary li a::after{
	color: #ddd;
	content: "|";
	padding-left: 20px;
}

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

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

.entry {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 0 10px 24px 0;
  border-bottom: 2px dashed #000;
}

.entry-content a {
	color: #30c48b;
}

.entry-content a:hover {
	color: #555;
}

.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 {
  background: none repeat scroll 0 0 #e4efea;
  color: #999;
  font-family: georgia;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: -10px;
  padding: 2px 0 2px 10px;
  text-transform: lowercase;
}

.entry-meta a {
color: #999;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: -10px;
  padding: 7px 0;
  text-transform: lowercase;
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before, .entry-categories::before {
	content: "|";
	margin: 0 6px 0 2px;
}

.entry-comments-link {
	text-transform: none;
}


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

.archive-pagination,
.entry-pagination {
	font-family: 'Montserrat', serif;
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #30c48b;

}

.entry-pagination a {
	border-bottom: 2px solid #e4efea;

}

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


#respond textarea {
	color: #999;
	font-family: 'Montserrat', serif;
	font-size: 16px;
	text-transform: none;
}

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

.comment-respond {
	border: 2px solid #e4efea;
}

.entry-comments {
	padding: 0px;

}

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

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
  color: #30c48b;
  font-family: "Lovers Quarrel",sans-serif;
  font-size: 50px;
  letter-spacing: 1px;
  text-transform: none;
}

.comment-meta {
  font-family: "Montserrat",serif;
  font-size: 12px;
}

.says {

	font-family: 'Montserrat', serif;
	font-style: italic;
	text-transform: lowercase;
	display: none;
}

.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;
	text-transform: uppercase;
}

.comment-subscription-form .subscribe-label {
	font-size: 12px;
	margin: 0;
}

p.comment-subscription-form {
	margin: 0 0 4px 0;
}

p.logged-in-as {
	margin: 0 0 2px 0;
}

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

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

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

}

li.comment {
	background-color: #fff;
	border: 2px solid #e4efea;
}

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

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

.bypostauthor {
	background-color: #f5f5f5 !important;
	border-right: none;
}

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

.commentnumber {
	float: right;
	font-family: 'Montserrat', serif;
	font-size: 40px;
}


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

.sidebar .featured-content img {
	border-radius: 200px;
	margin-right: 10px;
}

.sidebar .featured-content img:hover {
	opacity: .75;
}

.sidebar {
  color: #595d5e;
  font-size: 11px;
  line-height: 16px;
  padding-top: 10px;
}

.sidebar .featured-content .entry-title a {
  font-size: 18px;
}

.sidebar a {
	color: #000;
}

.sidebar a:hover {
	color: #999;
}

.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 {
  padding: 20px 0;
}

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

.footer-widgets {
  background-color: #fff;
  border-top: 4px double #666;
  clear: both;
  color: #999;
}

.footer-widgets p {
	font-family: 'Montserrat', serif;
	font-size: 14px;
}

.footer-widgets-1 {
	padding: 40px 20px 20px 0;
	width: 70%;
}


.footer-widgets-1 {
	padding-right: 30px;
}

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

.featured-circles .enews-widget {
  background: url("images/book.png") no-repeat scroll left center #eee;
  margin-bottom: 20px;
  min-height: 180px;
  padding: 20px 20px 20px 150px;
  width: 100%;
}

.footer-widgets-2 {
	border-left: 0px solid #ddd;
	float: right;
	padding: 40px 0 20px 30px;
	width: 30%;
}

.footer-widgets a {
  border-bottom: 2px solid #e4efea;
  color: #666;
  font-family: 'Lovers Quarrel';
  font-size: 16px;
  text-transform: uppercase;
}

.footer-widgets a:hover {
	color: #ddd;
}

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

.footer-widgets .widgettitle {
  color: #666;
  font-family: 'Montserrat',serif;
  font-size: 24px;
  font-style: italic;
  text-transform: none;
}

.footer-widgets-1 .widget-title {
	text-align: left !important;
}

.footer-widgets-2 .widget-title {
	text-align: right !important;
}

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


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

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

.site-footer {
  color: #000;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  border: 2px dashed #000;
}

.site-footer a {
	color: #000;
}

.site-footer a:hover {
	color: #30c48b;
}

.site-footer p {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: none;
}

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

.content div.sharedaddy div.sd-block {
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd;
	padding: 0;
}

.content div.sharedaddy .sd-content {
	float: left;
	padding: 15px 0 10px 0;
}

.content div.sharedaddy a.sd-button {
	border: none !important;
	box-shadow: none;
	font-family: 'Lovers Quarrel', sans-serif;
	letter-spacing: 1px;
}

.content .sd-social-icon-text a.sd-button > span, a.sd-button > span {
	opacity: 1;
	padding: 6px 18px;
}

.content a.sd-button > span {
	background-image: none !important;
	background: #999;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.content a.sd-button:hover > span {
	background: #bbb;
}

.sd-content .sd-button span.share-count {
	color: #bbb !important;
	font-size: 100% !important;
}



/*
Gravity Form Signup
------------------------------------------------------------------------------------------------- */

/* Thanks A Latte Gift Tags */

#gform_wrapper_5 {
	background: url(/wp-content/uploads/2018/01/Thanks-a-latte-printable-email-frugal-coupon-living-e1516984728881.jpg) no-repeat;
}

/* Elf Printable Costumes */

#gform_wrapper_4 {
	background: url(/wp-content/uploads/2017/11/Elf-on-the-shelf-costume-printable-email-sign-up-frugal-coupn-living.jpg) no-repeat;
}

/* Elf Printable Notes */

#gform_wrapper_3 {
	background: url(/wp-content/uploads/2017/11/elf-on-the-shelf-printable-notes-email-sign-up-frugal-coupon-living.jpg) no-repeat;
}

/* Elf Twister */

#gform_wrapper_2 {
	background: url(/wp-content/uploads/2017/11/elf-twister-board-email-sign-up-frugal-coupon-living.jpg) no-repeat;
}

/* Chicken Pepper Saute */

#gform_wrapper_1 {
	background: url(/wp-content/uploads/2017/03/one-pot-meals-frugal-coupon-living-download-ebook-styled-e1488662560207.jpg) no-repeat;
}

/* Settings for all of them */

.gform_wrapper {
	height: 590px;
	-webkit-background-size: contain !important;
	background-size: contain !important;
	position: relative;
}

.gform_wrapper form {
	position: absolute;
    bottom: 0%;
    width: 100%;
    background-color: #000;
    padding: 1% 2%;
}

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

.gform_wrapper {
	height: 270px;
	}
}

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {color:#fff;}

p.newsletter-content {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.newsletter-form .gform_body {
    background: transparent;
    border: none;
    padding: 0!important;
}


.newsletter-form .gfield_label, .newsletter-form div.gform_wrapper .gform_footer input[type="submit"] {
    font-family: "Montserrat", sans-serif!important;
padding: 5px 15px;
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.65);
	box-shadow: 3px 3px 3px rgba(0,0,0,.65);
background-color: #82AD39;
}
.newsletter-form .gfield_label {
display: none!important;
}
.newsletter-form .gform_body .ginput_container_email input {
 width: 96%!important;
text-transform: none;
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.65);
	box-shadow: 3px 3px 3px rgba(0,0,0,.65);
	border: none;
}

.newsletter-form .gform_footer {
padding: 0!important;
}

.newsletter-form .gform_wrapper div.validation_error {
color: #fff;
background: #000;
border: none;
}
.newsletter-form .gform_confirmation_wrapper {
background: #fff;
padding: 15px;
position: relative;
right: 25px;
}


.printable-list {
	margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.printable-list article {
    width: 20%;
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.printable-list article .entry-title {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}

.printable-list article {
    width: 20%;
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 10px;
}

.printable-list article .entry-title {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}




/*
Media Queries
---------------------------------------------------------------------------------------------------- */


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

	.site-inner,
	.wrap {
		max-width: 960px;

	}

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

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

	.top-bar-left,
	.top-bar-right {
		display: block;
		margin: 10px auto;
	}

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

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

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

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

	.comment-respond {
		padding: 10px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

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

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

	.genesis-nav-menu li.right {
		display: none;
	}

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

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

	.site-footer {
		padding: 24px 0;
	}

	.alignleft .avatar, .alignright .avatar {
		float: left;
		max-width: 100px !important;
	}
	.header-image .site-header .wrap .title-area {
		max-width: 100%;
		width: 300px;
		height: auto;
	}
	.printable-list article {
	    width: 33%;
	}

	.printable-list article .entry-title {
	    font-size: 15px;
	    text-align: center;
	    margin-top: 10px;
	}
}


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

.header-image .site-header .wrap {
/*   background: url("https://www.frugalcouponliving.com/wp-content/uploads/2014/12/smalllogo.png") no-repeat scroll center top rgba(0, 0, 0, 0); */
  margin: 0 auto;
  padding: 0px 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: -20px;
}

.title-area {
  display: inline-block;
  font-family: "Montserrat",serif;
  font-weight: 400;
  height: 210px;
  margin: 0;
  padding: 18px 0 25px;
  text-align: center;
  width: 320px;
/*   margin-top: -90px; */
  padding-bottom: 50px;
}

.enews-widget .widget-title {
  width: 100% !important;
}


.top-bar-left, .top-bar-right {
	width: 100% !important;
}
	.top-bar {
		padding: 10px 20px 0px 20px;
	}

	.featured-circles .widget {
		margin: 20px 0 0 0 !important;
		padding: 0 0 10px 0 !important;
		width: 20%;
	}

	.featured-circles .featured-content .entry {
		padding: 0 !important;
	}

	.featured-circles .entry-title a, .featured-circles .widgettitle {
		font-size: 14px;
	}

	.enews-widget input, .enews-widget input[type="submit"] {
		width: 100%;
	}

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

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

	.comment-respond {
		border: 0px solid #ddd;
	}

	.footer-widgets {
		padding-left: 20px;
		padding-right: 20px;
	}

	.home-featured-area .widget {
		display: block;
		margin-bottom: 0px;
		margin-top: 20px;
		width: 100%;
	}

	.home-featured-area .featured-content .entry {
		padding-bottom: 0;
	}

	.footer-widgets-2 {
		border-left: 0;
	}
    	.newsletter-form {
		width: 90%;
        	left: 15px;
		bottom: 0;
	}
	.newsletter-form .gform_wrapper form {
		display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
	}
}


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

.enews-widget .widget-title {
  width: 100% !important;
}

.top-bar-left, .top-bar-right {
	width: 100% !important;
}
	.featured-circles .entry-title a, .featured-circles .widgettitle {
		display: none;
	}


.header-image .site-header .wrap {
/*   background: url("https://www.frugalcouponliving.com/wp-content/uploads/2014/12/smalllogo.png") no-repeat center top rgba(0, 0, 0, 0); */
  margin: 0 auto;
/*   padding: 30px 0; */
  text-align: center;
}
.printable-list article {
	    width: 50%;
	}
	
}

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

.header-image .site-header .wrap {
/*   background: url("https://www.frugalcouponliving.com/wp-content/uploads/2014/12/smalllogo.png") no-repeat scroll center top rgba(0, 0, 0, 0)!important; */
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

.enews-widget .widget-title {
  width: 100% !important;
}


.top-bar-left, .top-bar-right {
	width: 100% !important;
}
	.featured-circles .widget {
		padding: 5px 5px;
	}

	.featured-circles {
		border: none;
	}

	.footer-widgets {
		border: none;
	}

	.site-container {
		overflow: hidden;
	}

	.footer-widgets {
		border: none;
	}

	.footer-widgets-1, .footer-widgets-2 {

		display: block;
		float: none;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.footer-widgets-1 {
		border-bottom: 2px solid #e4efea;
		border-top: 2px solid #e4efea;
		padding-top: 20px;
	}

	.footer-widgets-2 {
		border-left: 0;
		margin: 0 auto;
		padding-top: 20px;
		text-align: center;
	}

	.footer-widgets-1 .widgettitle, .footer-widgets-2 .widgettitle, .footer-widgets .enews .widgettitle {
		float: none;
		text-align: center !important;
	}

	.site-footer p {
		padding: 0 20px;
	}

	.footer-widgets .widget_nav_menu {
		float: none;
	}
}

/* Mobile Navigation
---------------------------------------------------------------------------------------------------- */

/* Standard Navigation
--------------------------------------------- */

nav {
	clear: both;
}

/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Navigation toggles
--------------------------------------------- */

@media only screen and (min-width: 769px) {

	nav {
		display: block !important;
	}
}

/* Navigation toggles - Mobile
--------------------------------------------- */

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

	.nav-primary li a::after,
	.nav-secondary li a::after {
		content: "";
	}

	.menu-toggle {
		border: 2px solid #e4efea;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 25px;
		font-weight: 400;
		margin: 0 auto !important;
		overflow: hidden;
		padding: 10px;
		text-align: center;
		visibility: visible;
		width: 100%;
	}

	button.menu-toggle,
	button.sub-menu-toggle {
		background-color: transparent;
		color: #999;
	}

	.sub-menu-toggle {
		padding: 4px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.menu-toggle:before {
		content: "\2261";
	}

	.menu-toggle.activated:before {
		content: "\2191";
	}

	.sub-menu-toggle:before {
		content: "+";
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

	.sub-menu-toggle.activated:before {
		content: "-";
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

	nav {
		display: none;
		position: relative;
	}


	.genesis-nav-menu .menu-item {
		background-color: #f5f5f5;
		display: block;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f5f5f5;
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}

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

	.genesis-nav-menu > .first > a {
		padding-left: 14px;
	}
}

input[type="search"] {
  box-sizing: border-box;
  width: 250px;
}

.slide-excerpt, .slide-excerpt a {
  background-color: #000000 !important;
  color: #fff;
  display: block;
  font-family: 'Lovers Quarrel';
  opacity: 0.8;
  padding: 0;
  width: auto;
  z-index: 8;
  text-transform: uppercase;
}

.slide-excerpt h2 {
  font-size: 22px;
  margin-bottom: 0;
}

html > body .slide-excerpt-border {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 solid #ddd !important;
}

#genesis-responsive-slider {
  background-color: #fff;
  border: 10px solid #eee;
  margin: 0 auto;
  padding-bottom: 30px !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  position: relative;
}

.flexslider {
  background: none repeat scroll 0 0 #fff;
  position: relative;
  margin: 0 auto !important;
}

.home-slider .featured-content .entry {
  border-bottom: 4px double #000;
  margin-bottom: 20px !important;
  padding: 0 0 10px;
}

.home-featured-area img {
	padding: 0 10px;
}

.home-slider img:hover {
	opacity: .75;
}

/* Genesis Simple Share
--------------------------------------------- */
 
.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
border: none;
}
 
.content .share-filled .share {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
 
.content .share-filled .count {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
 
.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
color: #c7dbd9;
border: 1px solid #c7dbd9;
}
 
.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: #c7dbd9 !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;
}


.ashley {
	background: url(//i2.wp.com/frugalcouponliving.com/wp-content/themes/frugal/images/ashley.png) no-repeat;
	padding-left: 130px;
	padding-top: 45px;
}

.tabber-widget-basic-light {
  border: 2px solid #30c48b;
  color: #111;
  margin: 0 !important;
  padding: 0 !important;
}

.tabber-widget-basic-light ul.tabber-widget-tabs a {
  background: none repeat scroll 0 0 #e4efea !important;
  color: #fff;
  display: block;
  margin: 1px 1px 1px 0;
  padding: 6px 10px;
  text-decoration: none !important;
}

.tabber-widget-basic-light ul.tabber-widget-tabs a.selected, .tabber-widget-basic-light ul.tabber-widget-tabs a.selected:hover {
  background: #30c48b !important;
  border-bottom: 1px solid snow;
  color: #fff !important;
  cursor: default;
  margin-bottom: 0;
}

.tabber-widget-basic-light h5 {
	font-size: 14px;
}

.tabber-widget-basic-light .tabber-widget-content {
  text-align: left;
  padding-top: 16px;
}

.simple-social-icons {
  margin-top: 10px;
  overflow: hidden;
}

/****************** SUMO ME CUSTOMIZATIONS **************/

.sumome-popup .sumome-popup-content-default, .sumome-popup-preview .sumome-popup-content-default {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 5px solid #30c48b;
    border-radius: 5px;
    color: #444;
    font-family: "Helvetica Neue",sans-serif;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}