/*!
Theme Name: Nourishing Nutrition
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nourishing-nutrition
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Nourishing Nutrition is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*Custom fonts*/

@font-face {
    font-family: 'Bw Modelica SS01';
    src: url('fonts/BwModelicaSS01-Black.woff') format('woff'),url('fonts/BwModelicaSS01-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bw Modelica SS01 ExtraBold';
    src: url('fonts/BwModelicaSS01-ExtraBold.woff') format('woff'),url('fonts/BwModelicaSS01-ExtraBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bw Modelica SS01';
    src: url('fonts/BwModelicaSS01-Bold.woff') format('woff'),url('fonts/BwModelicaSS01-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bw Modelica SS01';
    src: url('fonts/BwModelicaSS01-Medium.woff2') format('woff2'),url('fonts/BwModelicaSS01-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bw Modelica SS01';
    src: url('fonts/BwModelicaSS01-Regular.woff') format('woff'),url('fonts/BwModelicaSS01-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bw Modelica SS01';
    src: url('fonts/BwModelicaSS01-Thin.woff') format('woff'),url('fonts/BwModelicaSS01-Thin.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bw Modelica SS01';
    src: url('fonts/BwModelicaSS01-Light.woff') format('woff'),url('fonts/BwModelicaSS01-Light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bw Modelica SS01';
    src: url('fonts/BwModelicaSS01-Hairline.woff') format('woff'),url('fonts/BwModelicaSS01-Hairline.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baby Roar';
    src: url('fonts/BabyRoar-Regular.woff2') format('woff2'),
        url('fonts/BabyRoar-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

:root {

  --action-color:#e55766;
  --text-color:#35a4a2;
  --heading-color:#1a374f;
  --heading-color-rgb:26,55,79;
  --hover-color:#a02b5d;
  --bg-color1:#ffd022;
  --bg-color2:#9ccec6;
  --bg-color3:#c5b196;
  --bg-color4:#fcf6ef;
  --bg-color4-rgb:252,246,239;
  --white: #ffffff;
	--lightblue: #35a4a2;
}

/* Normalize
--------------------------------------------- */
h1{}

/* Document
	 ========================================================================== */


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */


body{
	color: var(--heading-color);
	font-family: 'Bw Modelica SS01';
	margin: 0 !important;
	padding: 0 !important;
	font-weight: 500;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */



/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Links --------------------------------------------- */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	color: var(--action-color);
	text-decoration: none;
}

a:visited {
	color: var(--hover-color);
}

a:hover,
a:focus,
a:active {
	color: var(--hover-color);
}


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

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
 body, button, input, select, optgroup, textarea{
     outline: none !important;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 0;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
input::file-selector-button {
    background-color: var(--action-color);
    border: 0;
    color: var(--white);
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'Bw Modelica SS01';
    cursor: pointer;
    margin-right: 10px;
    margin-left: 30px;
    text-align: center;
}
input::file-selector-button:hover{
    background-color: var(--hover-color);
}
select {
  	background-image: url('icons/Icon-awesome-chevron-down.png');
	background-position: calc( 100% - 14px) center;
	background-repeat: no-repeat;
	background-size: 16px;
	appearance: none;
	padding: 10px 25px;
	background-color: var(--white);
	border: 1px solid rgba(var(--heading-color-rgb),0.3);
	width: 100%;
}



/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--heading-color);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0;
	margin-bottom: 20px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin:20px 0;
}

ul,
ol {
	margin: 0 0 25px 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 20px;
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}



/* Forms
--------------------------------------------- */
button,.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button:visited,.button:visited {
	border: 0;
	border-radius: 4px;
	color: var(--white);
	background: var(--action-color);
	line-height: 1;
	padding: 10px 15px;
	margin: 5px;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
}
button.active,
.button.active,
button:hover,.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: 0;
	color: var(--white);
	background: var(--hover-color);
}

button:active,.button:active,
button:focus,.button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: 0;
	color: var(--white);
	background: var(--hover-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--heading-color);
	border: 1px solid rgba(var(--heading-color-rgb),0.3);
	border-radius: 4px;
	padding: 10px 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--heading-color);
}

textarea {
	width: 100%;
}

::placeholder{
	color: var(--heading-color);
	opacity: 0.9;
	font-size: 11px;
}

/* Chrome only: */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
 [type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}
[type="date"]{
	background-image: url('icons/icon-calender.png');
	background-position: calc( 100% - 24px) center;
	background-repeat: no-repeat;
	background-size: 20px;
}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.displayflex{ display: flex; }
.flexwrap{ flex-wrap: wrap;}
.flexnowrap{ flex-wrap: nowrap;}
.justfyflex_sb{justify-content: space-between}
.justfyflex_sa{justify-content: space-around}
.justfyflex_c{justify-content: center}
.alignflex_c{align-items: center;}
.flexDcol{flex-direction: column;}
.flexDcolr{flex-direction: column-reverse;}
.flexDrow{flex-direction: row;}
.flexDrowr{flex-direction: row-reverse;}

.hide{ display:none; }
.show{ display:block; }
.m0{ margin:0 }
.p0{ padding:0 }

.mt-5{	margin-top: 50px; }
.mt-4{	margin-top: 40px; }
.mt-3{	margin-top: 30px; }
.mt-2{	margin-top: 20px; }
.mt-1{	margin-top: 10px; }

.mb-5{	margin-bottom: 50px; }
.mb-4{	margin-bottom: 40px; }
.mb-3{	margin-bottom: 30px; }
.mb-2{	margin-bottom: 20px; }
.mb-1{	margin-bottom: 10px; }

.ml-5{	margin-left: 50px; }
.ml-4{	margin-left: 40px; }
.ml-3{	margin-left: 30px; }
.ml-2{	margin-left: 20px; }
.ml-1{	margin-left: 10px; }

.mr-5{	margin-right: 50px; }
.mr-4{	margin-right: 40px; }
.mr-3{	margin-right: 30px; }
.mr-2{	margin-right: 20px; }
.mr-1{	margin-right: 10px; }

.mg-5{ margin:50px; }
.mg-4{ margin:40px; }
.mg-3{ margin:30px; }
.mg-2{ margin:20px; }
.mg-1{ margin:10px; }

.pt-5{	padding-top: 50px; }
.pt-4{	padding-top: 40px; }
.pt-3{	padding-top: 30px; }
.pt-2{	padding-top: 20px; }
.pt-1{	padding-top: 10px; }

.pb-5{	padding-bottom: 50px; }
.pb-4{	padding-bottom: 40px; }
.pb-3{	padding-bottom: 30px; }
.pb-2{	padding-bottom: 20px; }
.pb-1{	padding-bottom: 10px; }

.pr-5{	padding-right: 50px; }
.pr-4{	padding-right: 40px; }
.pr-3{	padding-right: 30px; }
.pr-2{	padding-right: 20px; }
.pr-1{	padding-right: 10px; }

.pl-5{	padding-left: 50px; }
.pl-4{	padding-left: 40px; }
.pl-3{	padding-left: 30px; }
.pl-2{	padding-left: 20px; }
.pl-1{	padding-left: 10px; }

.pd-5{ padding:50px; }
.pd-4{ padding:40px; }
.pd-3{ padding:30px; }
.pd-2{ padding:20px; }
.pd-1{ padding:10px; }

.liststylenone{ list-style:none; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {   text-align: left;   }
.alignright {  text-align: right;  }
.aligncenter { text-align: center; }

/* List Count
--------------------------------------------- */
.list1col{ column-count:1 }
.list2col{ column-count:2 }
.list3col{ column-count:3 }
.list4col{ column-count:4 }
.list5col{ column-count:5 }
.list6col{ column-count:6 }

/* Container
--------------------------------------------- */
.container {
	max-width: 1140px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.nn_srp_container {
  max-width: 1020px;
}

/* Header
--------------------------------------------- */
.nn_main_header {
	padding: 35px 0;
	background: #fff;
	--navbar-height: 64px;
	/*	height: var(--navbar-height);*/
	/*	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);*/
}
.nn_main_header .container {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}
.nn_header_navigation {
	width: auto;
}
.nn_site_logo img {
	max-width: 180px;
	height: auto;
	object-fit: contain;
	object-position: center;
}

/* Navigation - Start
--------------------------------------------- */
.menu-item a {
	width: 100%;
	padding: 0.4em 0.8em;
	border-radius: 5px;
	color: var(--heading-color);
	text-decoration: none;
	display: block;
	font-weight: 400;
	/*align-items: center;
	justify-content: center;*/
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0.2px;
	text-align: center;
}
.menu-item a:is(:focus, :hover) {
	color: var(--hover-color);
	outline: o;
}
#navbar-toggle {
	cursor: pointer;
	border: none;
	background-color: transparent;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#navbar-toggle .icon-bar {
	display: block;
	width: 25px;
	height: 2px;
	margin: 2px;
	background-color: var(--heading-color);
}
#navbar-toggle:is(:focus, :hover) .icon-bar {
	background-color: var(--hover-color);
}
#navbar-toggle[aria-expanded="true"] .icon-bar:is(:first-child, :last-child) {
	position: absolute;
	margin: 0;
	width: 30px;
}
#navbar-toggle[aria-expanded="true"] .icon-bar:first-child {
	transform: rotate(45deg);
}
#navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
	opacity: 0;
}
#navbar-toggle[aria-expanded="true"] .icon-bar:last-child {
	transform: rotate(-45deg);
}
#navbar-menu {
	position: fixed;
	top: 140px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	left: 0;
	right: 0;
	z-index: 9999;
}
#navbar-toggle[aria-expanded="true"] + #navbar-menu {
	opacity: 1;
	visibility: visible;
}
#nn-primary-menu {
	list-style: none;
	position: absolute;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 0;
	right: 0;
	margin: 1.4rem;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	min-width: 250px;
}
#navbar-toggle[aria-expanded="true"] + #navbar-menu #nn-primary-menu {
	padding: 1em;
}
#nn-primary-menu > li{ 
	position:relative;
	display: inline-block;
}
#nn-primary-menu > li > ul{
	z-index:99
}
#nn-primary-menu > li.current_page_anceestor a,
#nn-primary-menu > li > ul .current_page_item a{
  	color: var(--hover-color);
}
#nn-primary-menu > li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#nn-primary-menu > li:last-child > a {
	padding: 19px 34px;
	text-align: center;
	border-radius: 0;
	display: inline-block;
}
#nn-primary-menu > li:last-child{
	margin-left: 16px;
}
#nn-primary-menu > li > ul.sub-menu li a {
	padding: 6px 34px;
	font-size: 16px;
	line-height: 22px;
}
#nn-primary-menu > li > ul{
	padding: 25px 0;
	margin: 0;
	list-style: none;
}

#comment-error{
	color: var(--action-color);
	font-size: 13px;
}
/*Gform*/
.gform_required_legend,.gform_wrapper.gravity-theme .gform_validation_errors{display: none;}
.gform_wrapper.gravity-theme .gfield_label .gfield_required.gfield_required_asterisk {
  font-size: 18px;
  line-height: initial;
}
.gform_wrapper.gravity-theme .gfield_label .gfield_required{
	line-height: initial;
}

.gform_wrapper.gravity-theme .gfield_validation_message {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: unset !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .gform_wrapper div.gfield.gfield_error, .gform_wrapper div.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	background-color: unset;
	border-top: unset;
	border-bottom: unset;
}
.gform_wrapper.gravity-theme .gfield .gfield_label{
    font-size: 16px;
    line-height: 22px;
     font-weight: 500;
    color: var(--heading-color);
    letter-spacing: 0;
    text-align: left;
    padding-bottom: 12px;
    margin: 0;
    display: block;
}
.gform_wrapper.gravity-theme .gfield input[type="color"], 
.gform_wrapper.gravity-theme .gfield input[type="date"], 
.gform_wrapper.gravity-theme .gfield input[type="datetime-local"], 
.gform_wrapper.gravity-theme .gfield input[type="datetime"], 
.gform_wrapper.gravity-theme .gfield input[type="email"], 
.gform_wrapper.gravity-theme .gfield input[type="month"], 
.gform_wrapper.gravity-theme .gfield input[type="number"], 
.gform_wrapper.gravity-theme .gfield input[type="password"], 
.gform_wrapper.gravity-theme .gfield input[type="search"], 
.gform_wrapper.gravity-theme .gfield input[type="tel"], 
.gform_wrapper.gravity-theme .gfield input[type="text"], 
.gform_wrapper.gravity-theme .gfield input[type="time"], 
.gform_wrapper.gravity-theme .gfield input[type="url"], 
.gform_wrapper.gravity-theme .gfield input[type="week"], 
.gform_wrapper.gravity-theme .gfield select, 
.gform_wrapper.gravity-theme .gfield textarea{
    background-color: var(--white);
    color: var(--heading-color);
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    padding: 15px;
    /*border: 1px solid var(--heading-color);*/
    border-radius: 0;
	outline: none !important;
}
.gform_wrapper.gravity-theme input[type='submit']{
	width: 100%;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	border-radius: 0;
	margin: 0;
	text-transform: uppercase;
}
/**** Recipe page listing******/
/*.wprm-recipe-instructions-container {
	counter-reset: item !important;
}
.wprm-recipe-instruction-group {
	position: relative;
}
.wprm-recipe-instruction-group::before {
	position: absolute;
	counter-increment: item;
	content: counter(item) ".";
	left: 13px;
}
.wprm-recipe-instruction {
	list-style-type: none !important;
} */
.wprm-recipe-instruction {
	list-style-type: disc !important;
}
@media print {
  header,
  footer,.nn_meal_planner_calender_leftwrap.nn_meal_planner_sidebar,.nn_filter_sticky_bar_wrap {
    display: none !important;
  }
  .marker-app,
  .nn_grocerylist_filter,
  .nn_gvt_listitem_checkbox,
  .nn_gvt_listitem_remove,
  .nn_grocery_variation_customitem{
	  display: none !important;
	}
	.nn_grocery_variation .nn_gvt_listitem_numberfield input {
	  border: 0 !important;
	}
	.nn_gvt_listitem_name,.nn_gvt_listitem_numberfield input {
    font-size: 12px !important;
    line-height: 16px !important;
	}
	.nn_grocery_variation_type_list_item{
		padding: 0px 6px !important;
		/*background-color: var(--white) !important;*/
	}
	.nn_page_header_txt,.nn_page_header{margin: 0px !important;}
	.nn_grocery_variation_type{
		padding: 0 !important;
	}
	
}
@media screen and (min-width: 1000px) {
	/***** login user menu *****/
	.dashboard_login .uabb-menu-toggle {
	display: none;
}
.dashboard_login .uabb-has-submenu-container .menu-item-text  {
	color: #fff !important;
	
	padding: 13px 30px;
	text-align: center;
	border-radius: 0;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	
}
	.dashboard_login .uabb-has-submenu-container a{
		background-color: var(--action-color) !important;
		transition:all 0.2s ease 0s;
	}
	.dashboard_login .uabb-has-submenu-container a:hover {
		background-color: #A02B5D !important;
		transition:all 0.2s ease 0s;
	}
	
	
	.dashboard_login .sub-menu {
		background: #fff;
    box-shadow: 0 4px 8px #c7c7c7;
	}
.dashboard_login .sub-menu li a {
	background-color: #fff !important;
	border-radius: 0;
}
	.dashboard_login .sub-menu li a .menu-item-text {
	border-radius: 5px;
	color: var(--heading-color);
	text-decoration: none;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 16px;
	text-align: left;
	padding: 0px 30px;
	letter-spacing: 0.2px;
}
	.dashboard_login .sub-menu {
	padding: 25px 0 !important;
		box-shadow: 0 4px 8px #c7c7c7 !important;
}
}
@media screen and (min-width: 767px) {
	
	#nn-primary-menu > li:last-child > a{
	  background: var(--action-color);
	  color: #fff;
	}
	#nn-primary-menu > li:last-child > a:hover,
	#nn-primary-menu > li:last-child > a:focus,
	#nn-primary-menu > li:last-child > a:active{
		background: var(--hover-color);
		color: #fff;
	}
	#navbar-toggle,
	#navbar-toggle[aria-expanded="true"] {
		display: none;
	}
	#navbar-menu,
	#navbar-toggle[aria-expanded="true"] #navbar-menu {
		visibility: visible;
		opacity: 1;
		position: static;
		display: block;
		height: 100%;
	}
	#nn-primary-menu,
	#navbar-toggle[aria-expanded="true"] #navbar-menu #nn-primary-menu {
		margin: 0;
		padding: 0;
		box-shadow: none;
		position: static;
		flex-direction: row;
		width: 100%;
		height: 100%;
		list-style: none;
	}
	/*Submenu*/
	#nn-primary-menu > li > ul {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 4px 8px #c7c7c7;
		
	}
	#nn-primary-menu > li > ul.sub-menu li {
		display: block;
	}
	
	#nn-primary-menu > li:hover .sub-menu,
	.submenu:hover{
		display: block;
	}
	.hide-submenu {
	  display: none;
	}

}
@media(max-width:1200px){
	#menu-sales-header li{
		margin-left: 10px;
  margin-right: 10px;
	}
}
@media(max-width:1024px){
	.dashboard_login .sub-menu li {
	border-bottom: 0 !important;
}
	#nn-primary-menu > li:last-child > a{
		padding: 15px 20px;
	}
	#nn-primary-menu > li:last-child {
	  margin-left: 0px;
	}
	.menu-item a{
		padding: 5px 10px 5px 0px;
		font-size: 16px;
		line-height: 18px;
		letter-spacing: 0.16px;
	}
	#nn-primary-menu > li > ul.sub-menu li a {
		padding: 6px 14px;
		font-size: 14px;
		line-height: 18px;
	}
	#nn-primary-menu > li a{
		font-size: 14px;
		line-height: 18px;
	}
	#nn-primary-menu > li > ul{
		padding: 25px 0;
		margin: 0;
		list-style: none;
	}
}
@media(max-width:766px){
	#navbar-menu{top: 100px;}
	#navbar-toggle[aria-expanded="true"] .icon-bar:is(:first-child, :last-child){width: 24px;}
	#nn-primary-menu > li > ul{
		padding: 0;
	}
	#nn-primary-menu > li:last-child > a{
		padding: 0;
	}
}

/* Navigation - END
--------------------------------------------- */

/* Other
--------------------------------------------- */
.entry-header .entry-title {
    text-align: center;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: 0;
}
.nn_add_recipe_success {
  text-align: center;
  max-width: 650px;
  margin: 30px auto;
  display: block;
  text-align: center;
  padding: 30px 20px;
  background-color: rgba(var(--bg-color4-rgb),1);
}

/* CHECKBOX
--------------------------------------------- */
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--white);
  margin: 0 4px 0 0;
  font: inherit;
  color: var(--heading-color);
  width: 25px;
  height: 25px;
  border: 1px solid var(--heading-color);
  border-radius: 3px;
/*   transform: translateY(-0.075em); */
  position: relative;
  cursor: pointer;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked{
    border-color: var(--hover-color);
    background-color: var(--hover-color);
}
input[type="radio"]{
    border-radius: 100%;
}
input[type="checkbox"]::before {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0) rotate(45deg);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: unset;
  background-color: var(--white);
  top: 2px;
  position: absolute;
  left: 2px;
  outline: 0;
  border: 1px solid var(--hover-color);
}
input[type="radio"]::before {
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: unset;
  background-color: var(--white);
  border-radius: 100%;
  top: 0;
  position: absolute;
  left: 0;
  outline: 0;
  border: 6px solid var(--hover-color);
}
input[type="checkbox"]:checked::before { transform: scale(1) rotate(14deg); }
input[type="radio"]:checked::before { transform: scale(1); }

/* checkbox container */
/*.nn_checkitem {
    display: block;
    position: relative;
    padding-left: 32px;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 25px;
    font-weight: 500;
}*/
/* Hide the browser's default checkbox */
/*.nn_checkitem input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}*/
/* Create a custom checkbox */
/*.nn_checkitem .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid rgba(var(--heading-color-rgb),0.5);
    border-radius: 3px;
}*/
/* On mouse-over, add background color */
/*.nn_checkitem:hover input ~ .checkmark { background-color: var(--bg-color3); }*/
/* When the checkbox is checked, add background */
/*.nn_checkitem input:checked ~ .checkmark {
    background-color: var(--hover-color);
    border-color: var(--hover-color);
}*/
/* Create the checkmark/indicator (hidden when not checked) */
/*.nn_checkitem .checkmark:after {
    position: absolute;
    display: none;
    color: #fff;
    font-weight: bolder;
    font-size: 16px;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    line-height: 20px;
    z-index: 1;
}*/
/* Show the checkmark when checked */
/*.nn_checkitem input:checked ~ .checkmark:after { display: block; }*/
/* Style the checkmark/indicator */
/*.nn_checkitem .checkmark:after {
    left: 5px;
    top: 0px;
}*/
/* RADIOBUTTON
--------------------------------------------- */
/* radio button container */
/*.nn_radioitem {
    display: block;
    position: relative;
    padding-left: 32px;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 25px;
    font-weight: 500;
}*/
/* Hide the browser's default radio button */
/*.nn_radioitem input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}*/
/* Create a custom radiobox */
/*.nn_radioitem .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid rgba(var(--heading-color-rgb),0.5);
    border-radius: 50%;
}*/
/* On mouse-over background color */
/*.nn_radioitem:hover input ~ .checkmark { background-color: var(--bg-color3); }*/
/* When the checkbox is checked, add background */
/*.nn_radioitem input:checked ~ .checkmark {
    background-color: var(--hover-color);
    border-color: var(--hover-color);
}*/
/* Create the checkmark/indicator (hidden when not checked) */
/*.nn_radioitem .checkmark:after {
    position: absolute;
    display: none;
    color: #fff;
    font-weight: bolder;
    font-size: 12px;
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    line-height: 23px;
    z-index: 1;
}*/
/* Show the checkmark when checked */
/*.nn_radioitem input:checked ~ .checkmark:after { display: block; }*/
/* Style the checkmark/indicator */
/*.nn_radioitem .checkmark:after {
    left: 6px;
    top: 0px;
}*/
/* Footer
--------------------------------------------- */
.nn_footer_logo_menu_wrap {
  display: flex;
  padding: 25px 0;
}
.nn_footer_lm_innerwrap{
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.nn_footer_logo {
  flex-basis: 12%;
}
.menu-footer-menu-container {
  flex-basis: 75%;
  display: flex;
  justify-content: center;
}
.nn_footersocial_wrap {
  flex-basis: 13%;
  display: flex;
  justify-content: flex-end;
}
.nn_footer_logo img {
  max-width: 110px;
  object-fit: contain;
  object-position: center;
}
#nn_footer_menu {
  padding: 0 10px;
  margin: 0;
  list-style: none;
  text-align: center;
}
#nn_footer_menu li {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0px 10px;
  border-right: 2px solid var(--heading-color);
}
#nn_footer_menu li:last-child{
	border-right: 0;
}
#nn_footer_menu li a{
/* 	color: var(--heading-color); */
	padding: 0;
	font-size: 14px;
	line-height: 16px;
}
#nn_footer_menu li a:hover{
	color: var(--action-color);
}
.nn_footer_social_list {
  margin: 0;
  padding: 0;
}
.nn_footer_social_item {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  padding: 4px 0px 4px 10px;
}
.nn_footer_copyright_wrap {
  padding: 20px 0;
}
.nn_footer_copyinnerwrap{
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.nn_footer_copyright,.nn_footer_designby {
  color: var(--white);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12px;
}
.nn_footer_copyright a,
.nn_footer_designby a{
	color: var(--white);
	text-decoration: underline;
}
.nn_footer_copyright a:is(:hover,:focus),
.nn_footer_designby a:is(:hover,:focus){
	color: var(--action-color);
}

/* DateTangePicker */
.daterangepicker .ranges li.active {
  background-color: var(--action-color);
  color: #fff;
}
.daterangepicker td {
/*   color: var(--heading-color); */
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
/* 	color: var(--heading-color); */
}
.daterangepicker td.in-range {
  background-color: var(--bg-color4);
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: var(--action-color);
  color: #fff;
}
.daterangepicker td:hover, .daterangepicker th:hover,.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: var(--hover-color);
  color: var(--white);
}
.daterangepicker .calendar-table th:hover span{
	border-color: var(--white);
}
.ui-widget-header {
  	color: var(--heading-color);
	border-color: var(--bg-color4);
	background: var(--bg-color4);
}
.ui-widget-content{
	color: var(--heading-color);
}
.ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, .ui-button, 
html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	background: var(--bg-color4);	
	color: var(--heading-color);
	border-color: var(--bg-color3);
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	background: var(--bg-color1);
	color: var(--heading-color);
	border-color: var(--bg-color1);
}
.ui-widget.ui-widget-content{
	border-color: var(--bg-color3);
	border-radius: 0;
}

li.current-menu-item > a{
	    color: var(--hover-color);
}
.nn_recipe_filter_dropdown_list .acf-field .acf-label label {
   color: var(--lightblue);
	
    font-size: 18px;
}

/* Responsive
--------------------------------------------- */

@media(max-width:1024px){
	[type="date"],select{
		background-size: 18px;
	}
	
	.nn_site_logo img{
		max-width: 160px;
	}
	.menu-footer-menu-container {
	  flex-basis: 70%;
	}
	.nn_footersocial_wrap {
	  flex-basis: 16%;
	}
	.nn_footer_logo_menu_wrap {
	  padding: 15px 0;
	}
	.nn_footer_copyright_wrap {
	  padding: 12px 0;
	}
	.nn_main_header{
		padding: 20px 0;
	}
	.entry-header .entry-title {
	  font-size: 34px;
	  line-height: 40px;
	}
	.gform_wrapper.gravity-theme .gfield input,.gform_wrapper.gravity-theme .gfield textarea{
		font-size: 14px;
		line-height: 16px;
		padding: 15px;
	}
	.gform_wrapper.gravity-theme .gfield .gfield_label{
	    font-size: 16px;
	    line-height: 22px;
	    padding-bottom: 10px;
	}
	.gform_wrapper.gravity-theme .gfield input[type="color"], 
	.gform_wrapper.gravity-theme .gfield input[type="date"], 
	.gform_wrapper.gravity-theme .gfield input[type="datetime-local"], 
	.gform_wrapper.gravity-theme .gfield input[type="datetime"], 
	.gform_wrapper.gravity-theme .gfield input[type="email"], 
	.gform_wrapper.gravity-theme .gfield input[type="month"], 
	.gform_wrapper.gravity-theme .gfield input[type="number"], 
	.gform_wrapper.gravity-theme .gfield input[type="password"], 
	.gform_wrapper.gravity-theme .gfield input[type="search"], 
	.gform_wrapper.gravity-theme .gfield input[type="tel"], 
	.gform_wrapper.gravity-theme .gfield input[type="text"], 
	.gform_wrapper.gravity-theme .gfield input[type="time"], 
	.gform_wrapper.gravity-theme .gfield input[type="url"], 
	.gform_wrapper.gravity-theme .gfield input[type="week"], 
	.gform_wrapper.gravity-theme .gfield select, 
	.gform_wrapper.gravity-theme .gfield textarea{
	    font-size: 14px;
	    line-height: 16px;
	    padding: 15px;
	}
	.gform_wrapper.gravity-theme input[type='submit']{
		width: 100%;
		padding: 15px;
		font-size: 14px;
		line-height: 18px;
	}

}
@media(max-width:767px){
	.gform_wrapper.gravity-theme input,.gform_wrapper.gravity-theme textarea{
			padding: 8px 10px;
		}
	[type="date"],select{
		background-size: 15px;
	}
	button, .button, input[type="button"], input[type="reset"], input[type="submit"]{
		font-size: 12px;
		line-height: 14px;
	}
	.nn_site_logo img{
		max-width: 140px;
	}
	.nn_footer_copyright, .nn_footer_designby{
		width: 100%;
		padding: 4px;
		text-align: center;
	}
	.nn_footersocial_wrap{
		flex-basis: 100%;
		justify-content: center;
	}
	.menu-footer-menu-container {
	  flex-basis: 100%;
	  justify-content: center;
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
	.nn_footer_lm_innerwrap{
		flex-wrap: wrap;
	}
	.nn_footer_logo {
	  flex-basis: 100%;
	  text-align: center;
	}
	#nn_footer_menu li a{
		font-size: 12px;
		line-height: 16px;
	}
	#nn_footer_menu li{
		border-width: 1px;
	}
	.entry-header .entry-title {
	  font-size: 24px;
	  line-height: 30px;
	}
	.gform_wrapper.gravity-theme input,.gform_wrapper.gravity-theme textarea{
		font-size: 12px;
		line-height: 14px;
		padding: 14px 16px;
	}
	.gform_wrapper.gravity-theme .gfield .gfield_label{
	    font-size: 14px;
	    line-height: 18px;
	    padding-bottom: 6px;
	}
	.gform_wrapper.gravity-theme .gfield input[type="color"], 
	.gform_wrapper.gravity-theme .gfield input[type="date"], 
	.gform_wrapper.gravity-theme .gfield input[type="datetime-local"], 
	.gform_wrapper.gravity-theme .gfield input[type="datetime"], 
	.gform_wrapper.gravity-theme .gfield input[type="email"], 
	.gform_wrapper.gravity-theme .gfield input[type="month"], 
	.gform_wrapper.gravity-theme .gfield input[type="number"], 
	.gform_wrapper.gravity-theme .gfield input[type="password"], 
	.gform_wrapper.gravity-theme .gfield input[type="search"], 
	.gform_wrapper.gravity-theme .gfield input[type="tel"], 
	.gform_wrapper.gravity-theme .gfield input[type="text"], 
	.gform_wrapper.gravity-theme .gfield input[type="time"], 
	.gform_wrapper.gravity-theme .gfield input[type="url"], 
	.gform_wrapper.gravity-theme .gfield input[type="week"], 
	.gform_wrapper.gravity-theme .gfield select, 
	.gform_wrapper.gravity-theme .gfield textarea{
	    font-size: 12px;
	    line-height: 14px;
	    padding: 10px 15px;
	}
	.gform_wrapper.gravity-theme input[type='submit']{
		width: 100%;
		padding: 12px 15px;
		font-size: 12px;
		line-height: 14px;
	}
	.daterangepicker.one-month .drp-calendar.right  {
		display: none;
	  }
}
.daterangepicker.one-month .drp-calendar.right {
	display: none;
  }