/*
	Theme Name: Custom Theme by PixelMeDesigns.com
	Theme URI: https://www.PixelMeDesigns.com
	Author: Pixel Me Designs
	Author URI: https://www.PixelMeDesigns.com
	Version: 2.2.0

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: https://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents

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

*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block
}

audio,canvas,video {
  display: inline-block
}

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

[hidden] {
  display: none
}

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

body {
  margin: 0
}

a:focus {
  outline: thin dotted
}

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

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

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

b,strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

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

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

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

pre {
  white-space: pre-wrap
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
  font-size: 80%
}

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

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

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

figure {
  margin: 0
}

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

legend {
  border: 0;
  padding: 0
}

button,input,select,textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}

button,input {
  line-height: normal
}

button,select {
  text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],html input[disabled] {
  cursor: default
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

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

textarea {
  overflow: auto;
  vertical-align: top
}

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

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

/* Float Clearing
--------------------------------------------- */
.archive-pagination:before, .clearfix:before, .entry:before, .entry-pagination:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
  content: " ";
  display: table;
}

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

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

body {
  background-color: #fff;
  color: #414141;
  font-family: Optima,Segoe,Segoe UI,Candara,Calibri,Arial,sans-serif;
  font-size: 18px;
  line-height: 1.7625;
}

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

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

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

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

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

a:hover {
  color: #F0AB29;
}

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

strong {
  font-weight: 700;
}

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

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

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

cite {
  font-style: normal;
}

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display';
  color: #194654;
  margin: 0 0 5px;
  font-weight: 600;
  line-height: 1.5;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

.entry-title {
  color: #194654;
  font-size: 28px;
}

.entry-title a {
  color: #194654;
  font-size: 28px;
}

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

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

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

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

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

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

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

.wp-caption {
  padding: 5px;
}

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

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

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

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

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

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

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
  background-color: #88B458;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 24px;
  text-transform: uppercase;
  width: auto;
  transition: .5s;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
  background-color: #F0AB29;
}

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

.button {
  display: inline-block;
}

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

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

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

th, td {
  text-align: left;
}

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

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

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner, .wrap {
  margin: 0 auto;
  max-width: 1240px;
}

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

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  width: 920px;
}

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

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

/* Content */
.content {
  float: right;
  width: 72%;
}

.single .content {
  padding-right: 5%;
}

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

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

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

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 26%;
}

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

/* Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 110px;
}

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

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

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

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

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

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

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

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
  float: left;
}

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

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

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

.sticky {
}

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

img.centered {
  display: block;
  margin: 0 auto 15px;
}

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

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

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

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

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

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

.gallery-caption {
}

.widget_calendar table {
  width: 100%;
}

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

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
}

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

.archive-description {
  padding: 10px;
}

.archive-description p {
  margin-bottom: 0;
}

.author-box {
  padding: 40px;
}

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

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

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

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.featured-content {
  overflow: hidden;
}

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

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

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

.sidebar .featured-content .entry {
  width: 48% !important;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 1%;
}

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

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
  color: #999;
}

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

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

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

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

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

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
  margin-bottom: 16px;
}

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

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

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

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

/* Jetpack
--------------------------------------------- */
img#wpstats {
  display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
}

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

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  width: 24%;
}

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

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

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

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

/* Full width header, no widgets */
.header-image .site-description, .header-image .site-title a {
  display: block;
  text-indent: -9999px;
}

/* Logo, hide text */
.header-image .site-header .wrap {
  padding: 0;
}

.header-image .site-title a {
  background: url(images/header.png) no-repeat;
  background-position: center !important;
  background-size: contain !important;
  min-height: 150px;
  width: 100%;
  margin: 0px auto;
}

.footlogo {
  background: url(images/header.png) no-repeat;
  background-size: contain !important;
  min-height: 70px;
  width: 100%;
  margin: 0 0 10px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  font-family: 'Oswald';
  margin: 50px auto 0;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: right;
  width: 72%;
}

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

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

.nav-primary a {
  border: none;
  color: #184654;
  display: block;
  padding: 13px 10px;
  position: relative;
  transition: .5s;
}

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

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

.nav-primary a:hover {
  color: #78a941;
}

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

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

.nav-primary .sub-menu a:hover {
  color: #fff;
  background: #78a941;
}

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

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

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

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

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

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

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

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

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

.nav-primary .widget-area {
  float: right;
  width: 22%;
  margin: 16px auto 0;
  position: relative;
}

.nav-primary .search-form {
  display: none;
}

.headsearch {
  display: inline-block;
  position: relative;
  height: 22px;
  float: right;
  position: absolute;
  right: 135px;
  top: -4px;
}

.headsearch input[type="text"] {
  height: 22px;
  font-size: 16px;
  display: inline-block;
  background: #eee;
  border: none;
  outline: none;
  color: #444;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 10px;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  padding: 20px;
}

.headsearch input[type="text"]:focus {
  width: 700px;
  z-index: 1;
  background: #f5f5f5;
  cursor: text;
  width: 180px;
  font-size: 14px;
}

.headsearch input[type="submit"] {
  height: 25px;
  width: 25px;
  display: inline-block;
  color: #2d2d2d;
  float: right;
  background: url(images/search.svg) center center no-repeat;
  background-size: 25px 25px;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  cursor: pointer;
  transition: opacity .4s ease;
}

.headsearch input[type="submit"]:hover {
  opacity: 0.8;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  clear: both;
  margin: 0px auto;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  float: left;
  width: 50%;
}

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

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

.nav-secondary a {
  border: none;
  color: #999;
  display: block;
  padding: 0px 8px;
  position: relative;
  transition: .5s;
}

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

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

.nav-secondary a:hover {
  color: #78A941;
}

.nav-secondary .sub-menu {
  display: none;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.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 {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

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

.category .content .entry-header .entry-meta, .tag .content .entry-header .entry-meta, .search .content .entry-header .entry-meta {
  display: none;
}

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

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

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

/* Pagination
--------------------------------------------- */
.archive-pagination, .entry-pagination {
  font-size: 11px;
  margin: 10px auto 40px;
  width: 100%;
  text-align: center;
  clear: both;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
}

.archive-pagination li {
  display: inline;
}

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

.archive-pagination li a:hover, .archive-pagination li.active a {
  color: #96BC6B;
}

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

.entry-comments {
  padding: 40px;
  clear: both;
  border: 2px dotted #eee;
}

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

.comment-respond a, .comment-content {
  clear: both;
}

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

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

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

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

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

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

li.comment {
  border-right: none;
}

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

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

.bypostauthor {
}

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

.entry-comments {
  padding: 4%;
  border-radius: 10px;
}

.entry-comments h3 {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #184654;
}

.entry-comments h3:after {
  background: #F0AB29;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  width: 15%;
  margin: 0 auto ;
}

.comment-header, .author-box-title {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #184654;
  font-size: 12px;
}

.comment-header a {
  color: #184654;
}

.comment-reply {
  color: #fff;
  background: #F0AB29;
  padding: 2px;
  width: 60px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.comment-reply a {
  color: #fff;
}

.comment-respond {
  background: #f5f5f5;
  padding: 4%;
  margin: 40px auto;
  border-radius: 10px;
}

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

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

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

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

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

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  clear: both;
}

.footer-widgets .wrap {
  padding: 1.5%;
  border: 2px solid #eee;
}

.footer-widgets-1 {
  width: 28%;
  padding: 2%;
  display: inline-block;
  vertical-align: middle;
}

.footer-widgets-2 {
  width: 34%;
  width: 23%;
  padding: 2%;
  display: inline-block;
  vertical-align: middle;
}

.footer-widgets-3 {
  width: 40%;
  padding: 2%;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

.footer-widgets-4 {
  width: 100%;
  clear: both;
}

.footer-widgets-1 a {
  color: #888;
  font-size: 14px;
  margin-right: 15px;
}

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

.footer-widgets .widget:last-of-type {
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

.disclosure {
  font-size: 12px;
  text-align: center;
  color: #999;
}

/*
Newsletter and Social
---------------------------------------------------------------------------------------------------- */
/* Newsletter
--------------------------------------------- */
.newsletter {
  margin: 0 auto;
  font-family: 'Oswald';
  text-transform: uppercase;
  display: block;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}

.sidebar .newsletter {
  width: 100%;
  clear: both;
  overflow: hidden;
  max-width: 400px;
  padding: 4%;
  border: 1px solid #eee;
  margin: 0 auto;
  font-size: 12px;
}

.newsletter .newsinfo {
  background: url(images/lemon.svg) left center no-repeat;
  background-size: 50px 50px;
  padding: 0 0 0 60px;
}

.sidebar .newsletter .newsinfo {
  background: url(images/lemon.svg) top center no-repeat;
  background-size: 40px 40px;
  padding: 40px 0 0 0;
}

.newsletter h4 {
  font-size: 26px;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  font-weight: 400;
}

.newsletter h4 span {
  font-weight: 600;
  font-size: 32px;
}

.footer-widgets .newsletter h4 span {
  font-size: 28px;
}

.sidebar .newsletter h4 {
  font-size: 24px;
}

.sidebar .newsletter h4 span {
  display: block;
}

.newsletter form {
  margin: 15px auto 0;
}

.newsletter input[type="text"], .newsletter input[type="email"] {
  background: #fff;
  width: 64%;
  float: left;
  padding: 12px;
  margin: 0px .5%;
  vertical-align: middle;
  display: inline-block;
}

.newsletter input[type="submit"], .newsletter button {
  background: #F0AB29;
  color: #fff;
  padding: 12px;
  width: 28%;
  float: right;
  margin: 0px .5%;
  vertical-align: middle;
  display: inline-block;
}

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

.sidebar .newsletter input[type="text"], .sidebar .newsletter input[type="email"], .sidebar .newsletter input[type="submit"], .sidebar .newsletter button {
  width: 90%;
  display: block;
  margin: 5px auto;
  float: none;
}

.more-link {
  font-family: 'Oswald';
  color: #F0AB29;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  width: 100%;
  font-size: 11px;
  margin: 10px 0 0 0;
  display: block;
  max-width: 150px;
  overflow: hidden;
}

a.more-link {
  color: #F0AB29;
  border: 1px solid #F0AB29;
  padding: 6px 15px;
}

a.more-link:hover {
  color: #78A941;
  border: 1px solid #78A941;
}

/* Social Icons
------------------------------------------------------------ */
#social {
  margin: 0px auto;
  position: relative;
  width: 133px;
  height: 28px;
}

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

#social li, #social a {
  height: 28px;
  display: block;
}

#facebook {
  background: url(images/facebook.svg) center no-repeat ;
  background-size: 28px 28px;
  left: 0px;
  width: 28px;
  height: 28px;
}

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

#instagram {
  background: url(images/instagram.svg) center no-repeat ;
  background-size: 28px 28px;
  left: 35px;
  width: 28px;
  height: 28px;
}

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

#pinterest {
  background: url(images/pinterest.svg) center no-repeat ;
  background-size: 28px 28px;
  left: 70px;
  width: 28px;
  height: 28px;
}

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

#youtube {
  background: url(images/youtube.svg) center no-repeat ;
  background-size: 28px 28px;
  left: 105px;
  width: 28px;
  height: 28px;
}

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

.nav-primary #social {
  float: right;
}

.landing-page .mobile-content, .landing-page .design, .landing-page .site-footer {
  display: none;
}

/*
Homepage Widgets
---------------------------------------------------------------------------------------------------- */
#home-latest, #home-about, #home-category, #home-favorites, #home-categories {
  width: 100%;
  clear: both;
  padding: 1% 2%;
}

.home-latest, .home-categories {
  font-size: 15px;
}

.home-latest h4, .home-category h4, .home-categories h4 {
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  font-size: 34px;
  text-transform: none;
}

.home-latest h4 span, .home-category h4 span, .home-categories h4 span {
  font-family: 'Oswald';
  text-transform: uppercase;
  display: block;
  color: #7AAA44;
  font-size: 15px;
  font-weight: 400;
  margin: 0 auto 15px;
  letter-spacing: 1px;
}

.home-latest .featured-content .entry-title, .home-latest .featured-content .entry-title a, .home-category .featured-content .entry-title, .home-category .featured-content .entry-title a, .home-categories .featured-content .entry-title, .home-categories .featured-content .entry-title a {
  font-size: 20px;
  font-weight: 600;
}

.home-about {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.home-about .widget {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  padding: 1%;
}

.home-about .widget:last-of-type {
  width: 39%;
}

.home-about .aboutimg {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  padding: 2%;
}

.home-about .aboutinfo {
  width: 68%;
  display: inline-block;
  vertical-align: middle;
  padding: 2%;
  font-size: 14px;
}

.about h4 {
  font-size: 30px;
  font-weight: 600;
}

.sidebar .about .more-link {
  max-width: 110px;
}

.sidebar .about {
  font-size: 14px;
  text-align: center;
}

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

.sidebar .about img {
  max-width: 180px;
  margin: 0 auto;
  display: block;
}

.about a {
  text-align: center;
}

.sidebar .about .more-link {
  margin: 5px auto 0;
}

.home-favorites .widget {
  width: 58%;
  display: inline-block;
  vertical-align: top;
  padding: 0 2% 0 0;
  min-height: 350px;
}

.home-favorites .widget:last-of-type {
  width: 40%;
  background: #f5f5f5;
  padding: 2% 4%;
  float: right;
}

.home-favorites .widget:last-of-type .widgettitle {
  text-transform: none;
  font-size: 32px;
  color: #78A941;
  font-weight: 600;
  position: relative;
}

.home-favorites .widget:last-of-type .widgettitle:before {
  display: block;
  margin: 0 auto 5px;
  width: 40px;
  height: 24px;
  content: url(images/lemonico.png);
}

.home-favorites .wpp-post-title {
  color: #184654;
  font-family: 'Oswald';
  letter-spacing: .5px;
}

.home-favorites .wpp-list li {
  padding: 5px 0;
}

.home-favorites .wpp-post-title a {
  color: #184654;
}

.home-categories .alignleft {
  margin-right: 4%;
}

.home-categories .widget:first-of-type .entry {
  padding: 0 4% 0 0;
  background: #fff;
}

.home-categories .featured-content {
  margin-bottom: 45px;
}

.home-categories .widget:first-of-type .widgettitle {
  margin: 0 auto 15px;
}

.home-categories .featured-content:first-of-type .entry-title {
  padding: 5% 0 2%;
}

.home-categories .featured-content:first-of-type .entry:nth-of-type(4n+2), .home-categories .featured-content:first-of-type .entry:nth-of-type(4n+4) {
  padding: 0;
}

.recipe-content {
  width: 100%;
  clear: both;
  margin: 0 auto 40px;
  overflow: hidden;
}

.recipe-content .widgettitle {
  display: none;
}

.recipe-content .search-form {
  max-width: 400px;
  margin: 0 auto;
}

.recipe-content .widget {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  padding: 2%;
}

.search-form {
  border: 2px solid #eee;
  border-radius: 15px;
  padding: 6px;
}

select {
  border: 2px solid #eee;
  border-radius: 15px;
  padding: 12px;
  font-size: 16px;
}

input[type="search"] {
  border: none;
  padding: 6px;
  font-size: 16px;
}

.before-content {
  background: #eee;
  padding: 0 2%;
  position: relative;
  margin: 0 auto 25px;
}

.before-content .widget {
  position: relative;
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 2%;
  text-align: center;
}

.before-content .shopimg {
  width: 28%;
  display: inline-block;
  vertical-align: middle;
  margin: -10px auto -20px;
}

.before-content .shopimg img {
  max-width: 140px;
  border-radius: 50%;
}

.before-content .shopimg img.alignnone {
  margin: 0 auto;
}

.before-content .shopb {
  width: 58%;
  display: inline-block;
  vertical-align: middle;
}

.before-content .shopb h4 {
  font-size: 26px;
  text-align: center;
}

.before-content .shopb a {
  color: #fff;
  text-align: center;
  background: #F0AB29;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  display: block;
  width: 70%;
  margin: 5px auto 0;
}

.before-content .shopb a:hover {
  background: #8BB55C;
}

#featured-content-6 .entry {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}

#featured-content-6 .entry a:before {
  border-top: solid 50px transparent;
  border-bottom: solid 50px transparent;
  border-left: solid 90px rgba(255,255,255,.55);
  margin-top: -50px;
  margin-left: -20px;
  z-index: 999;
  width: 60px;
  height: 60px;
}

#featured-content-6 .entry a:before {
  content: ' ';
  position: absolute;
  top: 30%;
  left: 40%;
  margin: auto;
  width: 0;
  height: 0;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#featured-content-6 .entry:hover a:before {
  border-left: solid 90px #fff;
}

.recipes-top .widget {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  padding: 2%;
}

.recipes-bottom .entry {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  padding: 2%;
}

.recipes-bottom .widgettitle {
  font-size: 24px;
}

.recipes-bottom .widget {
  margin: 0 auto 25px;
}

.recipes-bottom .more-from-category {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
}

.recipes-bottom .more-from-category a {
  border: 1px solid #F0AB28;
  color: #F0AB28;
  padding: 10px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
}

@media only screen and (max-width: 1139px) {
  .site-inner, .wrap {
    max-width: 1140px;
    overflow-x: hidden;
  }

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

  .content {
    max-width: 680px;
  }

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

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

  .header-image .site-title a {
    min-height: 100px;
  }

  .site-header {
    padding: 0 2%;
  }

  .nav-primary {
    width: 76%;
    font-size: 18px;
    margin: 25px auto 0;
  }

  .nav-primary a {
    padding: 13px 8px;
  }

  .title-area {
    width: 20%;
  }

  .before-content .wrap {
    overflow: hidden;
  }

  .before-content .shopimg img {
    max-width: 110px;
  }

  .before-content .shopb h4 {
    font-size: 24px;
  }

  .before-content .shopb {
    width: 68%;
  }

  .before-content .shopimg {
    margin: 5px auto 0;
  }

  .newsletter h4 {
    font-size: 20px;
  }

  .newsletter h4 span {
    font-size: 26px;
  }

  .newsletter {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  body {
    background-color: #fff;
  }

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

  .site-inner {
    padding: 2%;
  }

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

  .site-header .search-form {
    float: none;
  }

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

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

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

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

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

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

  .before-content .shopb h4 {
    font-size: 20px;
  }

  .before-content .shopb a {
    font-size: 10px;
    width: 80%;
  }

  .home-favorites .widget, .home-favorites .widget:last-of-type, .home-about .widget, .home-about .widget:last-of-type {
    width: 100%;
    float: none;
    min-height: auto;
    margin: 0 auto 25px;
  }

  .home-about .newsletter {
    max-width: 400px;
    margin: 0 auto;
  }

  .content {
    max-width: 100%;
  }

  .footer-widgets {
    text-align: center;
  }

  .footlogo {
    margin: 0 auto;
    width: 200px;
  }

  .nav-secondary, .site-footer {
    width: 100%;
    float: none;
    text-align: center;
  }

  .nav-secondary .wrap {
    text-align: center;
  }

  .home-categories .widget:first-of-type .entry p {
    display: none;
  }

  .home-categories .alignleft {
    margin-right: 2%;
    max-width: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .content {
    padding: 2% 5%;
  }

  .home-latest .entry {
    width: 48%;
    padding: 2%;
  }

  .before-content {
    background: none;
  }

  .before-content .widget {
    width: 100%;
    margin: 5px auto;
    clear: both;
    display: block;
  }

  .before-content .shopimg img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 580px) {
  .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    margin: 0;
    width: 100%;
  }

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

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

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

  .home-latest .entry {
    width: 100%;
    padding: 2%;
  }

  .recipes-bottom .entry, .home-category .entry, .home-categories .entry, .category .content .entry, .tag .content .entry {
    width: 48%;
    padding: 2%;
  }

  .recipes-bottom .entry:nth-of-type(2n+1), .home-category .entry:nth-of-type(2n+1), .home-categories .entry:nth-of-type(2n+1), .category .content .entry:nth-of-type(2n+1), .tag .content .entry:nth-of-type(2n+1) {
    clear: left;
  }

  .recipes-bottom .entry:nth-of-type(4n+1), .category .content .entry:nth-of-type(3n+1), .tag .content .entry:nth-of-type(3n+1) {
    clear: none;
  }

  .home-categories .alignleft {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .home-latest .featured-content .entry-title, .home-latest .featured-content .entry-title a, .home-category .featured-content .entry-title, .home-category .featured-content .entry-title a, .home-categories .featured-content .entry-title, .home-categories .featured-content .entry-title a {
    text-align: center;
  }

  .before-content {
    padding: 0 1%;
    margin: 0 auto;
  }

  .before-content .shopimg {
    display: none;
  }

  .before-content .shopb {
    width: 100%;
  }

  .before-content .shopb h4 {
    font-size: 12px;
  }

  .before-content .shopb a {
    padding: 5px;
    font-size: 8px;
    width: 100%;
  }

  .before-content .widget {
    width: 48%;
    display: inline-block;
  }

  .more-link {
    text-align: center;
  }

  a.more-link {
    margin: 0 auto;
  }

  .recipe-content .widget {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
  }

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

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  width: 50px;
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  color: #184654;
  text-align: right;
}

.responsive-menu-icon::before {
  content: '';
background: url(https://savoringtoday.com/wp-content/uploads/2022/07/menu.svg) center no-repeat;
background-size: 20px 20px;
	width: 40px;
height: 40px;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 10px;
  color: #184654;
  float: right;
  position: absolute;
  right: 5px;
  top: 20px;
}

.nav-primary .responsive-menu-icon::before {
  color: #184654;
}

@media only screen and (max-width: 1023px) {
  .header-image .site-title a {
    min-height: 80px;
  }

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

  .title-area {
    width: 40%;
    float: left;
  }

  .nav-primary {
    margin: 0 auto;
    width: 100%;
    float: left;
  }

  .site-header {
    position: relative;
  }

  .site-header .wrap {
    overflow: visible;
  }

  .nav-primary .sub-menu {
    background: #fff;
  }

  .nav-primary .widget-area {
    float: none;
    width: 100%;
    margin: 10px 0 10px 10px;
  }

  .nav-primary .headsearch {
    display: none;
  }

  .nav-primary .search-form {
    display: block;
    float: none;
    margin: 5px 0 10px 10px;
    max-width: 200px;
  }

  .nav-primary #social {
    float: none;
    margin: 5px 0 5px 15px;
  }

  .nav-primary .wrap {
    border: none;
  }

  .nav-primary .responsive-menu > .menu-item > .sub-menu, .nav-primary .responsive-menu {
    display: none;
  }

  .nav-primary .responsive-menu .menu-item, .responsive-menu-icon {
    display: block;
  }

  .nav-primary .responsive-menu .menu-item {
    margin: 0;
    width: 100%;
  }

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

  .nav-primary .responsive-menu .current-menu-item > a, .nav-primary .responsive-menu .sub-menu .current-menu-item > a:hover, .nav-primary .responsive-menu a, .nav-primary .responsive-menu a:hover {
    background: none;
    line-height: 1.2;
    padding: 10px 20px;
    text-align: left;
    width: 90%;
  }

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

  .nav-primary .responsive-menu .menu-item-has-children {
    cursor: pointer;
  }

  .nav-primary .responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }

  .nav-primary .responsive-menu > .menu-item-has-children:before {
    content: "+";
    font: normal 16px/1 'Fontawesome';
    float: right;
    height: 16px;
    padding: 10px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
    position: absolute;
  }

  .nav-primary .responsive-menu > .menu-item-has-children:before {
    color: #444;
  }

  .nav-primary .responsive-menu .menu-open.menu-item-has-children:before {
    content: "-";
  }

  .nav-primary .responsive-menu .sub-menu {
    border: none;
    left: auto;
    opacity: 1;
    padding-left: 25px;
    position: relative;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99;
  }

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

  .nav-primary .responsive-menu .sub-menu .current-menu-item > a:hover, .nav-primary .responsive-menu .sub-menu li a, .nav-primary .responsive-menu .sub-menu li a:hover {
    background: none;
    border: none;
    padding: 6px 20px;
    position: relative;
    width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  .header-image .site-title a {
    min-height: 55px;
  }

  .responsive-menu-icon::before {
    top: 5px;
  }
}
