/*
	Theme Name: Beloved Theme
	Theme URI: http://restored316designs.com/themes
	Description: A mobile responsive and HTML5 feminine WordPress theme built for the Genesis Framework by Lauren Gaige of Restored 316.
	Author: Restored 316 Designs // Lauren Gaige
	Author URI: http://www.restored316designs.com/
	Copyright: Copyright (c) 2019, Restored 316 LLC, Released 03/26/2019
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
	
	Text Domain: beloved-theme
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Flexible Post Widget
	- Genesis eNews Extended
	- Genesis Responsive Slider
	- Gravity Forms
	- Instagram Feed
	- Ninja Forms
	- Soliloquy
	- WP Recipe Maker
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- After Entry Widget Area
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

a {
  background: 0 0
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #666
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

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
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}

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
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0
}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

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


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

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

body {
  background: #fff;
  color: #333;
  line-height: 1.5;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -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: #74b261;
  text-decoration: none;
}

a:hover {
  color: #333;
}

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

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

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 30px;
}

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

a.more-link {
  display: inline-block;
  margin-top: 30px;
}

.more-from-category a {
  border-bottom: 1px solid #000;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.more-from-category a:hover {
  border-bottom: 1px solid #74b261;
  color: #74b261;
}

p.more-from-category {
  text-align: center;
  text-transform: uppercase;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 300 !important;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 25px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

img {
  height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover {
  border: 1px solid #999;
}

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

input,
select,
textarea {
  background-color: #F9F4F1;
  border: 1px solid #000;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .5px;
  padding: 15px;
  width: 100%;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #333;
  font-weight: 600;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
  font-weight: 600;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.more-link,
.enews-widget input[type="submit"] {
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff !important;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 14px 44px;
  text-transform: uppercase;
  font-family: centurygothic !important;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
a.more-link:hover,
.enews-widget input[type="submit"]:hover {
  background-color: #b5d67e;
  border-color: #b5d67e;
  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 #FAF9F7;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #FAF9F7;
  padding: 10px 0;
}

th {
  font-weight: 400;
}


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

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

.site-inner {
  margin: 30px auto;
  max-width: 1280px;
}

.beloved-landing .site-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 800px;
}

.full-width-content.template-blocks .site-inner {
  margin-top: 0;
}

.full-width-content.template-blocks .content,
.beloved-landing .content {
  padding: 0;
}

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

.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;
  padding: 30px;
  width: 860px;
}

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

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

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

/* ## Column Classes
--------------------------------------------- */
/* Link: http://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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
  float: left;
}

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

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

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

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

.breadcrumb {
  background: #F9F9F9;
  margin-bottom: 20px;
  padding: 5px 10px;
  text-align: center;
}

.author-box {
  border-top: 1px solid #eee;
  margin-bottom: 30px;
  padding: 30px 0;
}

.archive-description {
  margin-bottom: 30px;
}

.archive-description h1 {
  margin-bottom: 20px;
}

.author-box-title {
  font-size: 26px;
  margin-bottom: 15px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

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

.search-form {
  overflow: hidden;
}

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

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

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

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

.entry-title,
.page-title {
  font-size: 26px;
  margin: 0 0 15px;
}

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

.entry-title a:hover {
  color: #74b261;
}

.archive-title,
.widget-title {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 800;
  font-size: 30px;
  font-style: normal;
  letter-spacing: 0px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.archive-title::after,
.widget-title::after {
  content: "";
  display: block;
  padding-top: 14px;
  width: 5rem;
  margin: 0 auto;
  margin-bottom: 0px;
  border-bottom: 1px solid #b5d67e;
  margin-bottom: 28px;
}

.beloved-archives .entry-title {
  font-size: 21px;
  text-align: center;
}

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

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

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

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

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

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

.wp-caption-text {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.has-post-thumbnail > a,
.widget_media_image > a {
  display: block;
  overflow: hidden;
  opacity: 1;
  background-color: #fff;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-post-thumbnail a img,
.widget_media_image a img {
  vertical-align: top;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-post-thumbnail > a:hover img,
.has-post-thumbnail a img:hover,
.widget_media_image a img:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}


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

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

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
}

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

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


/* Home Flexible Widgets
--------------------------------------------- */

.flexible-widgets .widget {
  float: left;
  margin-bottom: 0;
  padding: 1%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
  width: 100%;
}

.above-blog-content .flexible-widgets.widget-area .widget:nth-of-type(1) {
  padding: 0 1%;
}

.flexible-widgets.widget-fourths .widget {
  width: 25%;
}

.flexible-widgets.widget-halves .widget {
  width: 50%;
}

.flexible-widgets.widget-thirds .widget {
  width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
  padding-right: 1%;
  clear: left;
}

/* Widget Above Custom Blog
------------------------------------------------------ */

.above-blog-content {
  border-bottom: 1px solid #eee;
}

.above-blog-content .wrap {
  margin: 0 auto;
  padding: 20px;
  width: 1280px;
}

.above-blog-content .entry {
  background: transparent;
  float: left;
  margin-right: 2%;
  width: 32%;
}

.above-blog-content .entry:nth-of-type(3n+3),
.above-blog-content .widget:nth-of-type(3n+3) .entry {
  margin-right: 0;
}

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

.above-blog-content .entry-title {
  font-size: 26px;
  text-align: center;
}

/* Site Wide CTA
------------------------------------------------------ */

.site-wide-cta {
  border: none;
  padding: 20px;
}

.site-wide-cta .wrap {
  margin: 0 auto;
  width: 1280px;
}

.site-wide-cta .widget {
  float: left;
  width: 50%;
}

.site-wide-cta .enews-widget {
  margin-left: -50px;
  margin-top: 40px;
  padding: 40px;
  position: relative;
}

.site-wide-cta .enews-widget p {
  text-align: center;
  color: #fff !important;
  font-weight: 600;

}

.site-wide-cta .widget-title {
  margin-bottom: 0;
  font-size: 29px;
  margin-right: 20px;
  font-weight: 800;
  color: #fff !important;
}

.site-wide-cta .widget-title::before {
  background-color: #333;
  content: "";
  display: block;
  height: 1px;
  left: -75px;
  margin: 0 auto;
  position: absolute;
  top: 62px;
  width: 100px;
  z-index: 9;
}

/* Widget below footer
------------------------------------------------------ */


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

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

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

/* Flexible Post Widget
--------------------------------------------- */

.featured-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}

.featured-posts li:nth-of-type(1) {
  margin-left: 0;
}

.widget .featured-posts > li {
  position: relative;
  width: 22.5%;
  margin-bottom: 0;
  padding: 0;
  color: #fff;
  background-color: transparent;
}

.thumb > a {
  display: block;
  overflow: hidden;
  opacity: 1;
  background-color: #fff;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.thumb img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.thumb > a:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.overlay {
  background: rgba(255, 255, 255, .8);
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 90%;
  margin: 5%;
  padding: 30px;
}

.overlay .meta {
  margin-bottom: 6px;
  font-weight: 600;
  font-style: normal;
}

.overlay .meta > div {
  display: inline;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.post-category {
  margin-right: 10px;
}

.post-category .entry-categories {
  display: inline-block;
}

.post-category a {
  padding: 3px 16px 3px 0;
  color: #333;
  text-decoration: none;
}

.overlay .meta > div i {
  margin-right: 6px;
  font-size: 13px;
}

.overlay .title {
  margin: 0;
  font-size: 34px;
}

.overlay .title a {
  color: #333;
  text-decoration: none;
}

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

  .overlay .title {
    font-size: 26px;
  }

}

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

  .widget .featured-posts > li {
    margin-bottom: 5%;
    width: 48.5%;
  }

  .featured-posts li:nth-of-type(2n+1) {
    margin-left: 0;
  }

}

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

  .widget .featured-posts > li {
    margin-bottom: 5%;
    width: 100%;
  }

  .overlay .title {
    font-size: 26px;
  }

}

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

.enews-widget {
  padding: 0px !important;
}

.front-page-1 .enews-widget {
  height: 85px;
  background: #99d373 !important;
  margin-bottom: 50px;
}

.enews-widget input {
  background: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 6px;
  text-transform: uppercase;
  margin-top: 20px !important;
}

.enews-widget input[type="submit"] {
  margin: 0;
  margin-top: 20px !important;
  width: 100%;
}

.front-page-1 .enews-widget .widget-title {
  width: 30% !important;
  padding-top: 20px !important;
  font-size: 21px !important;
  letter-spacing: 2;
  text-align: center;
}

.front-page-1 .enews-widget form {
  width: 70% !important;
}

.enews form + p {
  margin-top: 34px !important;
  color: #fff !important;
}

.front-page-1 {
  margin-bottom: 0px !Important;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.above-blog-content li {
  margin: 0;
  padding: 0;
}

.above-blog-content #genesis-responsive-slider {
  border: 0;
  margin: 0 auto;
  position: relative;
}

.above-blog-content .flexslider {
  background: transparent;
  max-height: auto;
  max-width: 100%;
}

.above-blog-content .slide-excerpt {
  background: rgba(255, 255, 255, .8);
  margin: 0 0 3%;
  padding: 40px;
  opacity: 1;
}

.above-blog-content .slide-excerpt-border {
  border: 0;
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}

.above-blog-content .slide-excerpt-border h2 a {
  color: #333;
  font-size: 40px;
}

.above-blog-content .genesis_responsive_slider .flex-direction-nav li a {
  background: url(images/icon-direction-nav.png) no-repeat -44px 0;
  background-size: 88px 96px;
  height: 48px;
  top: 80%;
  right: 10px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 44px;
}

.above-blog-content .genesis_responsive_slider .flex-direction-nav li a:hover {
  background-position: -45px -47px;
}

.above-blog-content .genesis_responsive_slider .flex-direction-nav li a.flex-prev {
  background-position: 0 0;
  top: 20%;
  left: -40px;
}

.above-blog-content .genesis_responsive_slider .flex-direction-nav li a:hover.flex-prev {
  background-position: -1px -47px;
}

.above-blog-content .genesis_responsive_slider .flexslider .slides > li {
  overflow: hidden;
}

.above-blog-content .genesis_responsive_slider .flex-control-nav {
  margin: 14px 0 0;
  text-align: center;
  width: 100%;
  height: 5px;
}

.above-blog-content .genesis_responsive_slider .flex-control-nav li a {
  background: url(images/icon-control-nav.png) no-repeat 0 0;
  background-size: 100px 39px;
  width: 100px;
}

.above-blog-content .genesis_responsive_slider .flex-control-nav li a:hover {
  background-position: 0 -26px;
}

.above-blog-content .genesis_responsive_slider .flex-control-nav li a:active {
  background-position: 0 -52px;
}

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

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

div.gform_wrapper .ginput_complex label {
  font-size: 12px;
  font-style: italic;
  padding: 0;
}

div.gform_wrapper .top_label .gfield_label {
  font-weight: 300;
  text-transform: uppercase;
}

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

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

/* Instagram Feed
--------------------------------------------- */

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
  border-radius: 0 !important;
  font-size: 9px !important;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 10px 25px;
  text-transform: uppercase;
  width: auto;
}

.widget-below-footer {
  background: url(https://www.wellkeptclass.com/assets/wp-content/uploads/2020/07/22025551/Stripes-copy.png);
  background-repeat: repeat-y;
  background-position: center top;
  padding-top: 30px !Important;
  border-top: 2px solid #000;
}

.widget-below-footer .widget-title {
  background: #8ec65a !Important;
  border-bottom: none !important;
  color: #fff;
  width: 350px;
  padding-top: 15px;
  font-size: 22px !important;
}

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

.nf-form-cont {
  background: #F9F4F1;
  padding: 50px;
}

.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea {
  background: #fff;
}

.nf-field-element input[type="button"] {
  background-color: #74b261;
  border: 1px solid #74b261;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 14px 44px;
  text-transform: uppercase;
  width: auto;
}

.nf-field-element input:hover[type="button"] {
  background-color: #b5d67e;
  border: 1px solid #b5d67e;
  color: #FFF;
}

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

.genesis-nav-menu .simple-social-icons ul li a,
.genesis-nav-menu .simple-social-icons ul li a:hover {
  background: transparent !important;
}

.genesis-nav-menu .simple-social-icons ul li {
  margin: 0 6px 0px !important;
}

/* Soliloquy
--------------------------------------------- */

div.soliloquy-container .soliloquy-next,
div.soliloquy-container .soliloquy-prev {
  background-color: transparent;
  color: #333;
  font-family: 'Cantarell', sans-serif;
  font-size: 12px;
  font-weight: 600;
}

div.soliloquy-container .soliloquy-prev {
  width: auto;
  height: auto;
  position: absolute;
  margin-top: 0;
  left: -30px;
  z-index: 1320;
  background: transparent;
}

div.soliloquy-container .soliloquy-next {
  width: auto;
  height: auto;
  position: absolute;
  margin-top: 0;
  right: 30px;
  z-index: 1320;
  background: transparent;
}

div.soliloquy-container .soliloquy-prev::before {
  content: "PREV";
  letter-spacing: .5em;
  display: block;
  z-index: 12;
  transform: rotate(-90deg);
  position: absolute;
}

div.soliloquy-container .soliloquy-next::before {
  content: "NEXT";
  letter-spacing: .5em;
  display: block;
  z-index: 12;
  transform: rotate(90deg);
  position: absolute;
}

div.soliloquy-caption-inside {
  background: transparent;
  color: #222;
  font-size: 2.0rem;
  line-height: 1.5;
  padding: 20px 0px;
  text-shadow: none;
}

div.soliloquy-container .soliloquy-caption {
  background: none;
  padding: 2%;
}

div.soliloquy-container .soliloquy-caption h2 {
  font-size: 48px;
  line-height: 1;
  text-transform: none;
}

div.soliloquy-container .soliloquy-caption h3 {
  font-family: 'Cantarell', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 0;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.soliloquy-container .soliloquy-caption .button {
  background: transparent;
  border: 1px solid #333;
  color: #333;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 14px 44px;
  text-transform: uppercase;
  width: auto;
}

/* WP Recipe Maker
--------------------------------------------- */

.wprm-recipe-print {
  background: #FFF4F0;
  padding: 10px 50px;
}

.wprm-recipe-print:hover {
  background: #F7F9FC;
}

.wprm-recipe-simple {
  border: 2px solid #eee !important;
  padding: 30px !important;
}

.single-post article .entry-content .wprm-recipe-simple h2:first-of-type {
  border: medium none;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 30px;
  padding: 0;
  text-transform: uppercase;
}

.wprm-recipe-simple h3.wprm-recipe-header {
  margin: 20px 0 !important;
}

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

.site-header {
  background: #fff;
  min-height: 287px;
}

.site-header .wrap {
  margin: 0 auto;
  padding: 15px 10px;
  width: 1280px;
}

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

.title-area {
  float: left;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}

.wp-custom-logo .title-area {
  max-width: 800px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.header-full-width .title-area {
  float: none;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.site-title {
  font-family: 'centurygothic';
  font-size: 65px;
  font-weight: 600;
  line-height: 1.2;
}

.wp-custom-logo .site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

.site-description {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

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

.site-header .widget-area {
  float: right;
  padding: 15px 0 0;
  margin-top: 10px;
  text-align: right;
  width: 830px;
}

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


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

.menu-image {
  padding: 10px !important;
  height: 120px !important;
}

.genesis-nav-menu {
  clear: both;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
}

.genesis-nav-menu li {
  float: none;
  list-style-type: none;
}

.genesis-nav-menu li li {
  margin-left: 0;
}

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

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

.genesis-nav-menu a {
  color: #000;
  display: block;
  padding: 0px;
  text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
  color: #74b261;
}

.genesis-nav-menu .sub-menu {
  background: #F9F9F9;
  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::after,
.genesis-nav-menu .sub-menu::before {
  border: medium solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.genesis-nav-menu .sub-menu::after {
  border-bottom-color: #F9F9F9;
}

.genesis-nav-menu .sub-menu::after {
  border-width: 8px;
  margin-left: -10px;
}

.genesis-nav-menu .sub-menu a {
  font-size: 11px;
  position: relative;
  width: 200px;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: 50%;
  margin-left: -100px;
  opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
  left: 199px;
  margin-left: 0px;
  opacity: 1;
}

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

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

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
}

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

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

.genesis-nav-menu > .search {
  float: left;
}

.genesis-nav-menu > .search input {
  background: transparent;
  border: none;
  font-size: 9px;
  letter-spacing: 2px;
  padding: 15px 15px 11px;
  text-transform: uppercase;
}

.genesis-nav-menu .widget-area {
  float: right;
  padding: 18px 5px;
  width: auto;
}

.flex-control-nav{
  display: none;
}

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

.nav-primary .genesis-nav-menu > .search {
  background-color: #000000;
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0 10px;
}

.nav-primary .genesis-nav-menu > .search a {
  color: #fff;
}

li a.icon-search:before {
  font-family: 'dashicons';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f179";
}

li a.icon-search {
  cursor: pointer;
}

.search-div {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 500px;
  padding: 10px;
  background: #1cb5a7;
}

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

.search-div .search-form input {
  color: #fff;
}

.search-div .search-form input[type="search"] {
  color: #fff;
  font-size: 12px;
  width: 100%;
  padding: 10px;
}

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

/* Clear search field placeholder text on focus */
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* Firefox 18- */
input:focus::-moz-placeholder {
  color: transparent;
}

/* Firefox 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* oldIE ;) */

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

  .nav-primary .genesis-nav-menu > .search {
    display: block;
    text-align: left;
  }

  .search-div {
    left: 0;
    padding: 0;
    width: auto;
  }
}

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

.nav-header {
  background-color: transparent;
}

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

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

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

.nav-primary {
  background: #000 !important;
}

.nav-primary a {
  padding: 25px 22px;
  color: #fff !Important;
  font-weight: 600;
  font-size: 14px;
}

.admin-bar .nav-primary.fixed {
  top: 32px;
}

.nav-primary.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.nav-primary.fixed .wrap {
  margin: 0 auto;
}

.nav-primary.fixed + div {
  border-top: 74px solid transparent;
}

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

.nav-secondary {
  background: #fff;
  text-align: center;
}

.nav-secondary {
  padding-bottom: 5px;
}

.nav-secondary .wrap {
  border-bottom: 1px solid #eee;
  padding: 0 30px;
}

.nav-secondary .wrap {
  margin: 0 auto;
  width: 1280px;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

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

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

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

.entry {
  margin-bottom: 30px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  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 code {
  background-color: #333;
  color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
  margin-bottom: 0;
}

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

.entry-header .entry-meta {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.entry-footer {
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
}

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

.pagination {
  clear: both;
  text-align: center;
  margin-bottom: 15px;
}

.adjacent-entry-pagination {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 30px;
  padding: 10px 0;
}

.single-post .pagination-previous {
  float: left;
  width: 45%;
}

.single-post .pagination-next {
  float: right;
  width: 45%;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  cursor: pointer;
  display: inline-block;
  font-family: 'centurygothic';
  font-size: 20px;
  font-weight: 600;
  padding: 8px 15px;
}

/* After Entry Widget Area
------------------------------------------------------------- */

.after-entry {
  background: #fff;
  margin: 30px 0;
  text-align: center;
}

.after-entry .widget {
  margin-bottom: 32px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
  margin: 0;
}

.after-entry li {
  list-style-type: none;
}

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

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

.entry-comments h3,
.entry-pings h3,
.comment-respond h3 {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}

.comment-header,
.comment-meta {
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 2px;
}

.comment-header a,
.comment-meta a {
  font-style: normal;
  text-transform: uppercase;
}

.comment-content {
  clear: both;
}

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

.comment-list li li {
  margin-left: 50px;
}

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

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

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

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


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

.sidebar li {
  margin-bottom: 5px;
  padding: 5px;
}

.sidebar li a {
  color: #333;
}

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

.sidebar .widget {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 30px;
}

.sidebar .enews-widget {
  text-align: center;
  margin: 0 30px;
  padding: 50px;
}

.sidebar-primary .enews-widget .widgettitle {
  text-align: center;
}

.sidebar-primary .enews-widget .widgettitle::after {
  background: none !important;
}

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

.footer-widgets {
  background-color: #FFF;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.footer-widgets .wrap {
  margin: 0 auto;
  width: 1280px;
}

.footer-widgets .widget-title::after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  padding: 40px;
}

.footer-widgets-1 {
  width: 100%;
}

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

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

.footer-widgets-3 {
  border-left: 1px solid #eee;
  float: right;
  width: 55%;
}

.footer-widgets .widget-title {
  font-size: 22px;
  text-align: center;
}

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

.site-footer {
  background: #000 !important;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
}

.site-footer a {
  color: #fff !important;
}

.site-footer p {
  margin-bottom: 0;
  color: #fff !important;
}

.nav-footer {
  float: left;
}

.creds {
  float: right;
  padding: 20px;
  width: auto;
}

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
  opacity: 0;
  overflow: hidden;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


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

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

  .site-header .widget-area {
    width: 60%;
  }

  .content {
    padding: 20px;
    width: 795px;
  }

  .sidebar .widget {
    padding: 30px;
  }

  .site-wide-cta .enews-widget {
    margin-left: -50px;
    margin-top: 15px;
  }

  .front-page-1 .enews-widget {
    /* 	height: auto; */
    /* 	background: #99d373 !important; */
    /* 	margin-bottom: 50px; */
    /* 		padding: 30px; */
  }

  .enews-widget input {
    background: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
    /* 			margin-top: 5px !important; */
  }

  .enews-widget input[type="submit"] {
    margin: 0;
    /* 		margin-top: 5px !important; */
    width: 100%;
  }

}

@media only screen and (max-width: 1200px) {
  .front-page-1 .enews-widget {
    /* 	height: auto; */
    /* 	background: #99d373 !important; */
    /* 	margin-bottom: 50px; */
    /*     padding: 30px; */

  }

  .site-inner,
  .wrap,
  .site-wide-cta .wrap,
  .above-blog-content .wrap,
  .footer-widgets .wrap,
  .site-header .wrap,
  .nav-secondary .wrap,
  .title-area,
  .site-header .widget-area {
    width: 100%;
  }

  .content {
    width: 60%;
  }

  .site-header .widget-area {
    text-align: center;
  }

}

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

  .site-footer {
    padding: 0;
  }

  .creds {
    float: none;
  }

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

  .genesis-nav-menu > .search,
  .genesis-nav-menu .widget-area {
    float: none;
    width: 100%;
  }

  /* ### Genesis Responsive Menus */
  .genesis-responsive-menu .wrap {
    padding: 0;
  }

  .genesis-responsive-menu {
    display: none;
    position: relative;
  }

  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
  }

  .menu-toggle,
  .sub-menu-toggle {
    background-color: #fff;
    border-width: 0;
    color: #000 !important;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }

  .menu-toggle:focus,
  .menu-toggle:hover,
  .sub-menu-toggle:focus,
  .sub-menu-toggle:hover {
    background-color: #fff;
    border-width: 0;
    color: #000;
  }

  .menu-toggle {
    border-bottom: 1px solid #eee;
    line-height: 22px;
    position: relative;
    width: 100%;
    z-index: 1000;
  }

  .menu-toggle::before {
    font-size: 1.5em;
    margin-right: 10px;
    text-rendering: auto;
  }

  .sub-menu-toggle {
    float: right;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }

  .sub-menu .sub-menu-toggle {
    padding: 12px 10px;
  }

  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
  }

  .sub-menu-toggle.activated::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }

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

  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 1px;
    padding: 15px 20px;
    text-transform: uppercase;
    width: 100%;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    border: none;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
    margin-left: 0px;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }

  .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
    content: none;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }

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

}

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


  .site-inner,
  .footer-widgets {
    padding: 20px;
  }

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .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-header .wrap,
  .title-area,
  .beloved-landing .site-inner {
    width: 100%;
  }

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

  .header-image .title-area {
    background-position: center top;
  }

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

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }

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

  .footer-widgets-1 {
    margin-right: 0;
  }

  .site-wide-cta {
    width: 100%;
  }

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

  .site-wide-cta .widget {
    float: none;
    width: 100%;
  }

  .site-wide-cta .enews-widget {
    margin: -150px auto 0;
    width: 80%
  }

  .site-wide-cta .widget-title::before {
    display: none;
  }

  .front-page-1 .enews-widget .widget-title {
    width: 100% !important;
    padding-top: 20px !important;
    font-size: 33px !important;
    text-align: center;
  }

  .front-page-1 .enews-widget form {
    width: 100% !important;
  }

  .front-page-1 .enews-widget {
    height: auto;
    /* 	background: #cce1b4 !important; */
    margin-bottom: 50px;
  }


  .archive-pagination li a {
    margin-bottom: 4px;
  }

  .entry-footer .entry-meta {
    padding: 20px;
  }

  .simple-social-icons ul li a,
  .simple-social-icons ul li a:hover {
    padding: 7px !important;
  }

  .flexible-widgets.widget-full .widget,
  .flexible-widgets.widget-area .widget:nth-of-type(1),
  .flexible-widgets.widget-halves.uneven .widget:last-of-type {
    width: 100%;
  }

  .flexible-widgets.widget-fourths .widget {
    width: 50%;
  }

  .flexible-widgets.widget-halves .widget {
    width: 100%;
  }

  .site-wide-cta .enews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-wide-cta form {
    width: 100%;
  }

  .home-above-content .widget-wrap .more-from-category,
  .home-below-content .widget-wrap .more-from-category {
    clear: both;
    position: relative;
    text-align: right;
  }

  .above-blog-content .entry {
    float: none;
    width: 100%;
  }

  div.soliloquy-container .soliloquy-next,
  div.soliloquy-container .soliloquy-prev {
    display: none;
  }

  .site-header {
    background: #fff;
    min-height: 157px;
  }
}

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

  .front-page-1 .enews-widget .widget-title {
    width: 100% !important;
    padding-top: 20px !important;
    font-size: 23px !important;
    text-align: center;
  }

  .front-page-1 .enews-widget form {
    width: 100% !important;
  }

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

  .beloved-blog .entry:nth-of-type(2n+3) {
    margin-left: 0;
  }

  a.custom-logo-link img {
    max-width: 95%;
  }

  .site-wide-cta form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .site-wide-cta .enews-widget input {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .site-wide-cta .enews-widget input:last-child {
    margin-bottom: 10px;
  }

  .site-wide-cta {
    padding: 0px;
  }

  .sidebar .widget.enews-widget {
    margin: 0;
    padding: 30px;
  }

  .flexible-widgets.widget-full .widget,
  .flexible-widgets.widget-area .widget:nth-of-type(1),
  .flexible-widgets.widget-halves.uneven .widget:last-of-type,
  .flexible-widgets.widget-fourths .widget,
  .flexible-widgets.widget-thirds .widget {
    width: 100%;
  }

  .flexible-widgets .widget,
  .flexible-widgets.widget-halves .widget:nth-child(even),
  .flexible-widgets.widget-thirds .widget:nth-child(3n+2),
  .flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
    padding: 3%;
  }

}

.widget_sp_image-description {
  text-align: center;
}

.widget-title.widgettitle {
  font-size: 25px !important;
}

.entry-title, .page-title{
	font-size: 46px;
}

.widget-wrap .widget-title.widgettitle{
  letter-spacing: 3px;
}

.home-blog.widget .entry-header .entry-title a.entry-title-link {
  font-size: 32px;
}

#sp-testimonial-free-wrapper-75 .sp-testimonial-free-section .tfree-testimonial-title h3 {
  font-weight: 600 !important;
}

.sp-testimonial-free .tfree-client-testimonial p:not(.tfree-testimonial-content){
  font-size: 24px !important;	
}

.bitnami-corner-image{
	display: none;
}
