@import url(//fonts.googleapis.com/css?family=Monserrat:300,400,700|Gentium+Basic:300,400,700);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,600,700|Nunito+Sans:400,600,700&display=swap);
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: #333
}

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;
    -webkit-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] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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
}

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

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry: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-content:after,
.entry: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
}

body {
    background-color: #fff;
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size:17px;
    line-height:2;
    font-weight: 300;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

.button,
.gallery img,
a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

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

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

a {
    color: #26224d;
    text-decoration: none
}

a:hover {
    color: #333
}

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

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

li {
    list-style-type: none
}

b,
strong {
    font-weight: 700
}

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

blockquote {
    margin: 40px
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    color: #333;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: uppercase
}

h1 {
    font-size: 36px;
    font-family: Gentium Basic, sans-serif
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

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

img {
    height: auto
}

.featured-content img,
.gallery img {
    width: auto
}

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    padding: 16px;
    width: 100%
}

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

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

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

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

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    background-color: #26224d;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 24px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    width: auto
}

.footer-widgets .button,
.footer-widgets button,
.footer-widgets input[type=button],
.footer-widgets input[type=reset],
.footer-widgets input[type=submit] {
    background-color: #26224d;
    color: #fff
}

.button:hover,
button:hover,
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit] {
    background-color: #4e4978;
    color: #fff
}

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

.footer-widgets .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type=button],
.footer-widgets input:hover[type=reset],
.footer-widgets input:hover[type=submit] {
    background-color: #4e4978;
    color: #fff
}

.button {
    display: inline-block
}

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

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

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

td,
th {
    text-align: left
}

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

th {
    font-weight: 400
}

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

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

.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 {
    float: right;
    width: 800px
}

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

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

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

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

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

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

.avatar {
    float: left
}

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

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

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

.breadcrumb {
    margin-bottom: 20px
}

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

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

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

.search-form {
    overflow: hidden
}

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

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

.archive-title {
    font-size: 20px
}

.entry-title {
    font-size: 36px
}

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

.entry-title a:hover {
    color: #26224d
}

.widget-title {
    font-size: 18px;
    margin-bottom: 20px
}

.footer-widgets .widget-title {
    color: #fff
}

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

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

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

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

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

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

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

.widget {
    word-wrap: break-word
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px
}

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

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

.footer-widgets .entry {
    border-bottom: 1px dotted #666
}

.featured-content .entry-title {
    font-size: 20px
}

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

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

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #333
}

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

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

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

.enews form+p {
    margin-top: 24px
}

#wpstats {
    display: none
}

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

.site-header .wrap {
    padding: 40px 0
}

.title-area {
    float: left;
    padding: 10px 0;
    width: 360px
}

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

.site-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2
}

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

.header-image .site-title>a {
    background: url(images/logo.png) no-repeat left;
    float: left;
    min-height: 60px;
    width: 100%
}

.site-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5
}

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

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px
}

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px
}

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    line-height: 1;
    width: 100%
}

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

.genesis-nav-menu a {
    color: #333;
    display: block;
    padding: 30px 24px
}

.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu a:hover {
    color: #fff
}

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

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px
}

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

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

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

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

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

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

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

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

.genesis-nav-menu>.search {
    padding: 10px 0 0
}

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

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

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

.nav-primary {
    background-color: #333
}

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

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #333
}

.nav-primary .genesis-nav-menu .current-menu-item>a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.nav-primary .genesis-nav-menu a:hover {
    color: #26224d
}

.nav-secondary {
    background-color: #fff
}

.entry {
    margin-bottom: 40px;
    padding: 50px 60px
}

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

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0
}

.entry-header .entry-meta {
    margin-bottom: 24px
}

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    padding-top: 24px
}

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

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px
}

.pagination {
    clear: both;
    margin: 40px 0
}

.adjacent-entry-pagination {
    margin-bottom: 0
}

.archive-pagination li {
    display: inline
}

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

.archive-pagination .active a,
.archive-pagination li a:hover {
    background-color: #26224d
}

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

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

.entry-comments {
    padding: 40px
}

.comment-header {
    font-size: 16px
}

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

.comment-content {
    clear: both
}

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

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

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

.sidebar {
    font-size: 16px
}

.sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px
}

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

.sidebar .widget {
    margin-bottom: 40px;
    padding: 40px
}

.footer-widgets {
    background-color: #333;
    clear: both;
    padding-top: 40px
}

.footer-widgets,
.footer-widgets a {
    color: #999
}

.footer-widgets input {
    border: 1px solid #333
}

.footer-widgets a.button,
.footer-widgets a:hover {
    color: #fff
}

.footer-widgets li {
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.footer-widgets .widget {
    margin-bottom: 40px
}

.footer-widgets p:last-child {
    margin-bottom: 0
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 340px
}

.footer-widgets-1 {
    margin-right: 60px
}

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

.footer-widgets-3 {
    float: right
}

.site-footer {
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 40px 0;
    text-align: center
}

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

@media only screen and (max-width:1200px) {
    .site-inner,
    .wrap {
        max-width: 960px
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px
    }
    .content,
    .site-header .widget-area {
        width: 620px
    }
    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content {
        width: 400px
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area {
        width: 300px
    }
    .footer-widgets-1 {
        margin-right: 30px
    }
}

@media only screen and (max-width:960px) {
    .site-inner,
    .wrap {
        max-width: 800px
    }
    .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,
    .title-area {
        width: 100%
    }
    .site-header .wrap {
        padding: 20px 5%
    }
    .header-image .title-area {
        background-position: center top
    }
    .genesis-nav-menu li,
    .site-header .search-form,
    .site-header ul.genesis-nav-menu {
        float: none
    }
    .genesis-nav-menu,
    .site-description {
        text-align: center
    }
    .genesis-nav-menu a,
    .genesis-nav-menu>.first>a,
    .genesis-nav-menu>.last>a {
        padding: 20px 16px
    }
    .site-header .search-form {
        margin: 16px auto
    }
    .genesis-nav-menu li.right {
        display: none
    }
    .footer-widgets-1 {
        margin-right: 0
    }
}

@media only screen and (max-width:800px) {
    body {
        background-color: #fff
    }
    .site-inner,
    .wrap {
        padding-left: 5%;
        padding-right: 5%
    }
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget,
    .site-header {
        padding: 0
    }
    .archive-pagination li a {
        margin-bottom: 4px
    }
    .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%
    }
    .sidebar .widget.enews-widget {
        padding: 40px
    }
}

::-moz-selection {
    background: #938fae;
    text-shadow: none
}

::selection {
    background: #938fae;
    text-shadow: none
}

a,
a:visited {
    color: #26224d
}

a:hover {
    color: #938fae
}

.norecipes-social-icons ul {
    list-style: none;
    margin: 0;
    text-align: right
}

.norecipes-social-icons ul li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    margin-bottom: 0;
    padding-bottom: 0
}

.norecipes-social-icons ul li a {
    display: block
}

.norecipes-social-icons ul li a:before {
    display: inline-block;
    padding: 7px 10px 4px;
    font-family: "Font Awesome 5 Brands";
    -webkit-font-smoothing: antialiased;
    width: 20px;
    color: #fff !important;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    position: relative
}

.norecipes-social-icons ul li a:hover {
    -webkit-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93)
}

.norecipes-social-icons ul li:hover {
    -webkit-animation: flip 1s ease-in-out;
    animation: flip 1s ease-in-out
}

.norecipes-social-icons ul li.icon-facebook a:before {
    content: '\f09a';
    background: #3b5998
}

.norecipes-social-icons ul li.icon-twitter a:before {
    content: '\f099';
    background: #3cf
}

.norecipes-social-icons ul li.icon-googleplus a:before {
    content: '\f0d5';
    background: #dd4b39
}

.norecipes-social-icons ul li.icon-pinterest a:before {
    content: '\f231';
    background: #c8232c
}

.norecipes-social-icons ul li.icon-github a:before {
    content: '\f113';
    background: #171515
}

.norecipes-social-icons ul li.icon-youtube a:before {
    content: '\f16a';
    background: #c4302b
}

.norecipes-social-icons ul li.icon-dribbble a:before {
    content: '\f17d';
    background: #ea4c89
}

.norecipes-social-icons ul li.icon-tumblr a:before {
    content: '\f173';
    background: #34526f
}

.norecipes-social-icons ul li.icon-flickr a:before {
    content: '\f16e';
    background: #ff0084
}

.norecipes-social-icons ul li.icon-vimeo a:before {
    content: '\f194';
    background: #1ab7ea
}

.norecipes-social-icons ul li.icon-linkedin a:before {
    content: '\f0e1';
    background: #0e76a8
}

.norecipes-social-icons ul li.icon-instagram a:before {
    content: '\f16d';
    background: #ddd
}

.site-header {
    background-color: #393939;
    min-height: 0;
    position: fixed;
    width: 100%;
    z-index: 2
}

.site-header .wrap {
    padding: 7px 0;
    max-width: 1400px
}

.site-header .search-form {
    width: auto;
    float: none;
    margin-top: 0;
    line-height: 0
}

.site-header .widget-area {
    max-width: 1020px;
    width: 100%;
    text-align: left;
    z-index: 1;
    position: relative
}

.site-header .widget-area .widget_nav_menu {
    width: 80%;
    float: left
}

.site-header .top-header-search,
.site-header .widget_search {
    width: 100%;
    float: right;
    text-align: right;
    padding-right: 20px;
    position: absolute;
    right: 0
}

.site-header .top-header-search .header-navigation,
.site-header .widget_search .header-navigation {
    display: none
}

.site-header .top-header-search .widget-title,
.site-header .widget_search .widget-title {
    display: none
}

.site-header .top-header-search input[type=search],
.site-header .widget_search input[type=search] {
    opacity: 0;
    position: absolute;
    top: -5px;
    width: 0;
    right: 60px;
    background: 0 0;
    background-image: url(../../assets/images/search-icon.png);
    background-position: center left;
    background-repeat: no-repeat;
    border: 0;
    padding: 8px 40px;
    z-index: 1000;
    background-color: #393939;
    color: #fff;
    font-weight: 700;
    max-width: calc(100% - 120px) !important;
    transition: width .3s linear;
    -webkit-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -ms-transition: width .3s linear;
    -o-transition: width .3s linear
}

.site-header .top-header-search input[type=search]::-webkit-input-placeholder,
.site-header .widget_search input[type=search]::-webkit-input-placeholder {
    color: transparent
}

.site-header .top-header-search input[type=search]:-webkit-autofill,
.site-header .widget_search input[type=search]:-webkit-autofill {
    background-color: transparent !important
}

.site-header .top-header-search input[type=submit],
.site-header .widget_search input[type=submit] {
    position: relative;
    clip: auto;
    width: 30px;
    height: 30px;
    text-indent: -99999999px;
    padding: 12px 18px;
    background-color: transparent;
    background-image: url(../../assets/images/search-icon.png);
    background-position: center right;
    background-repeat: no-repeat;
    transition: width .3s linear;
    -webkit-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -ms-transition: width .3s linear;
    -o-transition: width .3s linear;
    z-index: 2
}

.site-header .search-close {
    display: none;
    position: absolute;
    right: 0;
    color: #b0b0b0;
    font-size: 24px;
    line-height: 1.25;
    cursor: pointer;
    margin-right: 20px;
    float: right;
    transition: width .3s linear;
    -webkit-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -ms-transition: width .3s linear;
    -o-transition: width .3s linear;
    z-index: 2
}

.title-area {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 5px;
    text-align: center;
    width: 150px;
    z-index: 999
}

.site-inner,
.wrap {
    max-width: 1000px
}

.site-inner {
    margin-top: 44px
}

.content {
    width: 660px
}

.page-header-wrapper {
    position: relative;
    min-height: 490px;
    background-color: #dadada;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 42px
}

.page-header-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5) 100%)
}

.page-header-wrapper .page-header-title {
    position: absolute;
    bottom: 20px;
    right: 22%;
    font-family: Gentium Basic, sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #fff
}

body.page:not(.page-template-recipes) .site-inner {
    margin-top: 0
}

.page-template-recipes .site-inner,
.page-template-recipes .site-inner .wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.page-template-recipes .recipe-by-category {
    text-align: center
}

.page-template-recipes .recipe-by-category .section-inner {
    max-width: 980px
}

.page-template-recipes .recipe-by-category select {
    width: -webkit-calc(100%/3 - 24px);
    width: calc(100%/3 - 24px);
    margin-right: 30px;
    float: none;
    display: inline-block
}

.page-template-recipes .recipe-by-category select:nth-of-type(3n) {
    margin-right: 0
}

.page-template-recipes .recent-recipes .tab-content .recipe {
    width: -webkit-calc(100%/4);
    width: calc(100%/4)
}

.page-template-recipes .recent-recipes .tab-content .recipe .recipe-title {
    text-align: center;
    width: 100%;
    right: 0;
    left: 0
}

.before-footer {
    position: relative;
    background-color: #938fae;
    color: #fff;
    padding: 15px 0
}

.before-footer .wrap {
    padding: 0
}

.before-footer .widget_search {
    max-width: 900px;
    margin: 0 auto
}

.before-footer .widget_search .widget-title {
    width: 30%;
    float: left;
    margin-bottom: 0;
    padding: 12px 0;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400
}

.before-footer .widget_search .search-form-title {
    display: none
}

.before-footer .widget_search .search-form {
    width: 70%;
    float: right;
    padding-left: 40px
}

.before-footer .widget_search input[type=search] {
    width: 80%;
    margin-right: 20px;
    padding: 11px 10px;
    color: #938fae
}

.before-footer .widget_search input[type=search]::-webkit-input-placeholder {
    color: #938fae
}

.before-footer .widget_search input[type=submit] {
    width: 15%;
    padding: 12px 15px
}

.site-footer {
    position: relative;
    background-color: #393939;
    color: #b0b0b0;
    font-weight: 400;
    font-size: 13px
}

.site-footer .genesis-nav-menu {
    margin-bottom: 10px
}

.site-footer .genesis-nav-menu a {
    color: #fff;
    padding: 0;
    margin: 0 15px;
    border-bottom: 2px solid #393939
}

.site-footer .genesis-nav-menu a:hover {
    border-bottom: 2px solid #fff
}

.genesis-nav-menu {
    font-size: 14px
}

.genesis-nav-menu a {
    color: #b0b0b0;
    text-transform: uppercase;
    font-weight: 400;
    padding: 7px 15px
}

.responsive-menu-icon {
    cursor: pointer;
    display: none;
    color: #b0b0b0;
    font-size: 22px
}

.page .entry {
    padding-top: 0
}

.single-post .before-post-widget {
    margin-top: 44px;
    padding-top: 20px;
    text-align: center
}

.single-post .breadcrumb, .breadcrumb {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #8f8f8f;
    font-weight: 400;
    padding: 0 10px;
    margin-bottom: 0
}

.single-post .breadcrumb a, .breadcrumb a {
    color: #8f8f8f;
    margin: 0 10px 5px;
    font-weight: 300;
}

.single-post .breadcrumb a:hover, .breadcrumb a:hover {
    color: #adadad;
    border-bottom: 2px solid #adadad;
}

.single-post .breadcrumb>span:last-child,  .breadcrumb>span:last-child {
    padding-right: 10px;
}

.single-post .entry {
    padding: 10px 0;
    margin-bottom: 0;
}

.single-post .entry .entry-header {
    text-align: center;
}

.single-post .entry .entry-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
}

.single-post .entry .post-recipe-summary {
    font-size: 18px;
}

.single-post .similar-recipes {
    position: relative;
    overflow: hidden;
}

.single-post .similar-recipes .recipe-slide-inner {
    min-height: 250px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.single-post .similar-recipes .owl-item {
    float: left
}

.single-post .similar-recipes .recipe {
    width: 100%;
    position: relative;
    min-height: 220px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.single-post .similar-recipes .recipe .recipe-title {
    display: none
}

.single-post .similar-recipes .recipe .recipe-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.single-post .similar-recipes .owl-nav button {
    background: 0 0;
    font-size: 50px;
    line-height: .8;
    padding: 0;
    position: absolute;
    top: 50%
}

.single-post .similar-recipes .owl-nav .owl-prev {
    left: 30px
}

.single-post .similar-recipes .owl-nav .owl-next {
    right: 30px
}

.single-post .post-social-buttons {
    margin: 20px 0 0
}

.single-post .post-social-buttons a {
    border: 1px solid #48305f;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    padding: 10px;
    text-transform: uppercase;
    color: #48305f;
    font-weight: 400;
    width: 120px
}

.single-post .post-social-buttons a:last-child {
    margin-right: 0
}

.single-post .post-social-buttons a:hover {
    background-color: #26224d;
    color: #fff
}

.single-post .post-social-buttons a.pinterest-button {
    border-color: #c8232c;
    color: #c8232c;
    padding: 8px 10px;
    cursor: pointer
}

.single-post .post-social-buttons a.pinterest-button:hover {
    background-color: #c8232c;
    color: #fff
}

.single-post .post-social-buttons a span {
    font-size: 24px;
    vertical-align: middle
}

.single-post .post-video-embed {
    margin-top: 20px
}

.single-post .post-video-embed .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 15px
}

.single-post .post-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/* REMOVE WPRM 
.single-post .wprm-recipe-container a {
    color: #48305f;
    text-decoration: underline
}

.single-post .wprm-recipe-container .wprm-recipe {
    font-size: 13px;
    border: 2px solid #48305f;
    padding: 0;
    position: relative
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-main-header {
    background-color: #48305f;
    color: #fff;
    padding: 15px 30px;
    text-align: center
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-content-wrapper {
    padding: 20px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-terms {
    margin: 10px 0 15px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-terms ul {
    margin-bottom: 0
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-terms ul li {
    display: inline-block;
    background-color: #78618c;
    padding: 2px 5px;
    margin-right: 5px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 9px;
    font-weight: 700;
    width: 80px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-terms ul li a {
    text-decoration: none;
    color: #fff
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-header {
    margin-bottom: 15px;
    font-size: 14px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-image-container {
    margin-left: 0;
    margin-bottom: 0;
    float: none
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-rating {
    margin: 0 40px 0;
    padding-top: 10px;
    border-top: 2px solid #78618c
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-rating svg polygon {
    stroke: #f29d58;
    fill: #fff
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-rating .wprm-rating-star-full svg polygon {
    fill: #f29d58 !important
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-comments-count-wrapper {
    width: 75px;
    height: 75px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    position: absolute;
    right: 20px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-comments-count-wrapper i {
    color: #78618c;
    font-size: 70px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-comments-count-wrapper span {
    display: block;
    font-size: 14px;
    font-weight: 700
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-comments-count-wrapper a {
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 8px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-times-container {
    margin-bottom: 0;
    font-size: 11px;
    display: inline-block;
    vertical-align: top
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-times-container a {
    text-decoration: none
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-times-container .wprm-recipe-details-name {
    font-weight: 400
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-times-container>div {
    margin-bottom: 7px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-times-container>div:last-child {
    margin-bottom: 0
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-content-buttons {
    display: inline-block;
    padding: 0 20px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-content-buttons a {
    display: block;
    text-decoration: none;
    border: 1px solid #48305f;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #48305f;
    text-transform: uppercase;
    padding: 2px 20px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 400
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-content-buttons a span {
    vertical-align: middle
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-content-buttons a.wprmpuc-active {
    background-color: #48305f;
    color: #fff
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-rating-details {
    display: none;
    color: #fff
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-name,
.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-summary {
    color: #fff
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-name {
    margin-bottom: 0;
    font-size: 24px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-ingredients-container:after,
.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-ingredients-container:before {
    content: " ";
    display: table
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-ingredients-container:after {
    clear: both
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-ingredients .wprm-recipe-ingredient {
    float: left;
    width: 100%
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-ingredients .wprm-recipe-ingredient .wprm-recipe-ingredient-notes {
    margin-left: 3px;
    font-style: italic;
	font-size: .8em;
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-ingredients .wprm-recipe-ingredient .wprm-recipe-ingregient-name-wrap {
    float: left;
    width: 50%
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-ingredients .wprm-recipe-ingredient-amount-wrap {
    width: 150px;
    display: inline-block;
    float: left;
    min-height: 20px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-ingredients-container {
    margin-bottom: 20px;
    margin-top: 20px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-instructions-container {
    margin: 0 -20px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-instructions-container .wprm-recipe-header {
    padding: 0 20px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-instruction-image {
    margin: 20px -20px 0 -50px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-instruction-image img {
    width: 100%
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-notes-container {
    padding: 20px;
    margin-bottom: 10px;
    background-color: #eae6ed
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-notes-container h3 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 8px
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-notes-container p {
    margin-bottom: 0
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-nutrition-wrapper {
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.single-post .wprm-recipe-container .wprm-recipe .wprm-nutrition-wrapper .wprm-nutrition-label {
    background-color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 25%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.single-post .wprm-recipe-container .wprm-recipe ol,
.single-post .wprm-recipe-container .wprm-recipe ul {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0
}

.single-post .wprm-recipe-container .wprm-recipe ol li,
.single-post .wprm-recipe-container .wprm-recipe ul li {
    margin-left: 0;
    list-style: none
}

.single-post .wprm-recipe-container .wprm-recipe ul li {
    list-style: none;
    margin-bottom: 5px
}

.single-post .wprm-recipe-container .wprm-recipe ol {
    counter-reset: item
}

.single-post .wprm-recipe-container .wprm-recipe ol li {
    padding: 0 20px 0 50px;
    margin-bottom: 20px;
    counter-increment: item;
    position: relative
}

.single-post .wprm-recipe-container .wprm-recipe ol li:last-child {
    margin-bottom: 0
}

.single-post .wprm-recipe-container .wprm-recipe ol li:before {
    content: counter(item);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #48305f;
    color: #48305f;
    width: 17px;
    height: 17px;
    text-align: center;
    display: block;
    position: absolute;
    left: 20px;
    top: 2px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.7
}
*/

.single-post .qa-section {
    text-align: center;
    background-color: #48305f;
    color: #fff;
    padding: 10px
}

.single-post .qa-section a,
.single-post .qa-section h3 {
    color: #fff;
    margin: 0
}

.single-post .qa-section h3 {
    font-size: 20px;
    text-transform: none
}

.single-post .qa-section a {
    font-size: 20px
}

.single-post .sharing-caring-section {
    background-color: #9a89a9;
    padding: 30px 50px;
    color: #fff
}

.single-post .sharing-caring-section .sharing-image {
    float: left;
    width: 15%;
    margin-right: 30px
}

.single-post .sharing-caring-section .sharing-content {
    width: 78%;
    float: right;
    font-size: 16px;
    font-weight: 400
}

.single-post .sharing-caring-section .sharing-content .sharing-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 0
}

.single-post .sharing-caring-section ul {
    margin: 0
}

.single-post .sharing-caring-section ul li {
    display: inline-block;
    margin-right: 10px
}

.single-post .sharing-caring-section ul li a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    text-transform: uppercase;
    padding: 5px 20px;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.7;
    cursor: pointer
}

.single-post .sharing-caring-section ul li a span {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 2px
}

.single-post .sharing-caring-section ul li.pinterest a {
    background-color: #c8232c
}

.single-post .sharing-caring-section ul li.facebook a {
    background-color: #3b5998
}

.single-post .sharing-caring-section ul li.email a {
    background-color: #5f3b7a
}

.single-post .subscribe-section {
    margin-bottom: 20px
}

.single-post .subscribe-section .subscribe-icon {
    width: 9%
}

.single-post .subscribe-section .subscribe-content {
    width: 90%;
    padding-left: 30px
}

.single-post .subscribe-section .subscribe-form {
    width: 90%;
    padding-left: 30px
}

.single-post .subscribe-section .gform_wrapper .gform_heading {
    margin-bottom: 0;
    width: 100%
}

.single-post .subscribe-section .gform_wrapper .gform_body {
    width: 82%
}

.single-post .subscribe-section .gform_wrapper ul.gform_fields li.gfield {
    width: 50%;
    float: left;
    clear: none;
    margin-top: 0
}

.single-post .subscribe-section .gform_wrapper .gform_footer {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0
}

.single-post .post-mini-header {
    background-color: #393939;
    color: #fff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000001;
    display: none
}

.single-post .post-mini-header .wrap {
    max-width: 1400px;
    position: relative
}

.single-post .post-mini-header .post-header-logo {
    width: 20%;
    float: left
}

.single-post .post-mini-header .title-area {
    width: 150px;
    top: 0
}

.single-post .post-mini-header .entry-header {
    width: 50%;
    float: left;
    padding-top: 10px;
    padding-left: 13%;
    text-align: center
}

.single-post .post-mini-header .entry-header .entry-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.single-post .post-mini-header .post-header-extras {
    width: 35%;
    float: right
}

.single-post .post-mini-header .post-header-buttons {
    width: 72%;
    float: left;
    text-align: center
}

.single-post .post-mini-header .post-header-buttons a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-align: center;
    cursor: pointer
}

.single-post .post-mini-header .post-header-buttons a:last-child {
    margin-right: 0
}

.single-post .post-mini-header .post-header-buttons .recipe-button {
    border: 1px solid #fff
}

.single-post .post-mini-header .post-header-buttons .recipe-button:hover {
    background-color: #595959
}

.single-post .post-mini-header .post-header-buttons .pinterest {
    background-color: #c8232c
}

.single-post .post-mini-header .post-header-buttons .pinterest:hover {
    background-color: #e5454d
}

.single-post .post-mini-header .post-header-buttons .facebook {
    background-color: #3b5998
}

.single-post .post-mini-header .post-header-buttons .facebook:hover {
    background-color: #5774b3
}

.single-post .post-mini-header .post-count-wrap {
    width: 10%;
    float: left;
    text-align: center;
    padding-top: 8px;
    position: relative;
    z-index: 9999
}

.single-post .post-mini-header .comments-count {
    background-image: url(../../assets/images/bubble-grey.png);
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 10px;
    font-weight: 700;
    width: 30px;
    height: 29px;
    padding: 5px;
    color: #fff;
    display: inline-block;
    text-align: center
}

.single-post .post-mini-header .post-header-navigation {
    width: 8%;
    float: left;
    text-align: center;
    padding-top: 10px;
    position: relative
}

.single-post .post-mini-header .post-header-navigation .responsive-menu-icon {
    display: block;
    position: relative;
    z-index: 10000
}

.single-post .post-mini-header .post-header-navigation .genesis-nav-menu.responsive-menu {
    display: none;
    width: 300px;
    position: absolute;
    top: 52px;
    right: 0;
    background: #393939;
    border-top: 1px solid #b0b0b0;
    font-size: 12px
}

.single-post .post-mini-header .post-header-navigation .genesis-nav-menu.responsive-menu .menu-item {
    display: block;
    text-align: right
}

.single-post .post-mini-header .post-header-navigation .genesis-nav-menu.responsive-menu a {
    color: #fff;
    padding: 10px 20px
}

.single-post .post-mini-header .post-header-navigation .genesis-nav-menu.responsive-menu a:hover {
    background-color: #595959;
    color: #fff
}

.single-post .post-mini-header .post-header-search {
    width: 7%;
    float: left;
    padding-top: 10px
}

.single-post .post-mini-header .post-header-search input[type=search] {
    opacity: 0;
    position: absolute;
    top: 5px;
    width: 0;
    right: 60px;
    background: 0 0;
    background-image: url(../../assets/images/search-icon.png);
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
    padding: 10px 40px;
    z-index: 1000;
    background-color: #393939;
    color: #fff;
    font-weight: 700;
    transition: width .3s linear;
    -webkit-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -ms-transition: width .3s linear;
    -o-transition: width .3s linear
}

.single-post .post-mini-header .post-header-search input[type=submit] {
    position: relative;
    clip: auto;
    width: 30px;
    height: 30px;
    text-indent: -99999999px;
    padding: 12px 18px;
    background-color: transparent;
    background-image: url(../../assets/images/search-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: width .3s linear;
    -webkit-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -ms-transition: width .3s linear;
    -o-transition: width .3s linear
}

.single-post .post-mini-header .search-close {
    display: none;
    color: #b0b0b0;
    font-size: 24px;
    line-height: 1.25;
    cursor: pointer;
    margin-right: 10px;
    float: right;
    transition: width .3s linear;
    -webkit-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -ms-transition: width .3s linear;
    -o-transition: width .3s linear
}

.admin-bar .post-mini-header {
    top: 32px
}

.sidebar {
    width: 300px
}

.sidebar .widget {
    padding: 0
}

.sidebar ul li {
    border: 0;
    padding: 0
}

.sidebar .author-section {
    line-height: 1.1;
    color: #fff;
    padding: 20px
}

.sidebar .author-section .author-image {
    width: 24%
}

.sidebar .author-section .author-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px
}

.sidebar .author-section .author-content {
    width: 75%;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 300
}

.sidebar .author-section .author-profiles {
    width: 85%;
    padding: 0;
    float: right
}

.sidebar .author-section .author-profiles ul {
    margin-top: 10px
}

.sidebar .author-section .author-profiles ul li {
    display: inline-block;
    margin: 0
}

.sidebar .author-section .author-profiles ul li a {
    border: 0;
    font-size: 26px;
    color: #26224d
}

body.home .site-inner {
    max-width: 100%;
    padding: 0
}

body.home .site-inner .wrap {
    max-width: 100%;
    padding: 0
}

.section-title {
    color: #393939;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 24px
}

.home-featured {
    min-height: 650px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 41px
}

.home-featured:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5) 100%)
}

.home-featured .featured-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-featured .featured-content {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    text-align: right;
    font-weight: 400;
    text-transform: uppercase
}

.home-featured .featured-title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.best-recipes {
    position: relative;
    padding-bottom: 10px
}

.best-recipes .recipes-carousel {
    overflow: hidden
}

.best-recipes .recipe-slide-inner {
    min-height: 20vw;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.best-recipes .owl-item {
    float: left
}

.best-recipes .recipe {
    width: 100%;
    position: relative
}

.best-recipes .recipe .recipe-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.best-recipes .owl-nav button {
    background: 0 0;
    font-size: 50px;
    line-height: .8;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.best-recipes .owl-nav .owl-prev {
    left: 30px
}

.best-recipes .owl-nav .owl-next {
    right: 30px
}

.best-recipes .down-arrow {
    text-align: center;
    padding: 5px 0;
    font-size: 30px;
    line-height: 1;
    margin-bottom: -10px
}

.best-recipes .down-arrow a {
    color: #938fae
}

.subscribe-section {
    background-color: #938fae;
    color: #fff;
    padding: 20px
}

.subscribe-section .section-inner {
    max-width: 920px;
    margin: 0 auto
}

.subscribe-section .subscribe-icon {
    width: 7%;
    float: left;
    padding-top: 10px
}

.subscribe-section .subscribe-icon img {
    width: 100%
}

.subscribe-section .subscribe-icon .far {
    font-size: 55px;
    color: #4e4978
}

.subscribe-section .subscribe-content {
    width: 48%;
    float: left;
    padding-left: 40px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 400
}

.subscribe-section .subscribe-content p {
    margin-bottom: 0
}

.subscribe-section .subscribe-content .subscribe-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700
}

.subscribe-section .subscribe-form {
    width: 92%;
    float: left;
    font-weight: 400;
    padding-left: 40px;
    padding-top: 10px
}

.subscribe-section .subscribe-form div.gform_confirmation_wrapper br {
    display: none
}

.subscribe-section .subscribe-form div.gform_confirmation_wrapper h3 {
    color: #fff;
    margin-bottom: 5px
}

.subscribe-section .gform_wrapper .gform_heading {
    display: block;
    width: 45%;
    float: left
}

.subscribe-section .gform_wrapper .gform_title {
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700
}

.subscribe-section .gform_wrapper .gform_description {
    font-size: 20px;
    font-weight: 400
}

.subscribe-section .gform_wrapper .gform_body {
    width: 40%;
    float: left
}

.subscribe-section .gform_wrapper .gform_footer {
    width: 15%;
    float: left;
    clear: none;
    margin-top: 34px;
    padding-bottom: 0
}

.subscribe-section .gform_wrapper .gform_footer input[type=submit] {
    padding: 12px 40px
}

.subscribe-section .gform_wrapper.gf_browser_ie .gform_footer input[type=submit] {
    padding: 12px 40px
}

.top-categories .top-cat-item {
    position: relative;
    width: -webkit-calc(100%/6);
    width: calc(100%/6);
    min-height: 310px;
    float: left;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.top-categories .top-cat-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5) 100%)
}

.top-categories .top-cat-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.top-categories .top-cat-title {
    font-family: Gentium Basic, sans-serif;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    padding: 0 10px;
    margin: 0;
    text-align: center;
    width: 100%;
    color: #fff
}

.recipe-by-category {
    padding: 0 20px 20px
}

.recipe-by-category .section-inner {
    max-width: 1440px;
    margin: 0 auto
}

.recipe-by-category select {
    position: relative;
    width: -webkit-calc(100%/4 - 24px);
    width: calc(100%/4 - 24px);
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    padding: 10px;
    height: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #e8e7ee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e8e7ee url(../../assets/images/select-arrow.svg) no-repeat center right 10px !important;
    border: 1px solid #b8b3db;
    color: #39006f
}

.recipe-by-category select:last-child {
    margin-right: 0
}

.recipe-by-category select:focus {
    outline: 0
}

.author-section {
    background-color: #938fae;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 20px
}

.author-section .section-inner {
    max-width: 920px;
    margin: 0 auto
}

.author-section .author-image {
    width: 10%;
    float: left;
    padding: 20px 0;
    text-align: center
}

.author-section .author-content {
    width: 50%;
    float: left;
    line-height: 1.2;
    font-size: 18px;
    padding-left: 30px
}

.author-section .author-title {
    color: #fff;
    font-size: 24px;
    font-weight: 400
}

.author-section .author-profiles {
    width: 40%;
    float: left;
    text-align: center;
    padding: 40px 0
}

.author-section .author-profiles ul li {
    display: inline-block
}

.author-section .author-profiles ul li a {
    color: #26224d;
    font-size: 30px;
    padding: 0 10px
}

.recent-recipes {
    margin-bottom: 20px
}

.recent-recipes .tab-labels {
    text-align: center
}

.recent-recipes .tab-labels .tab-label {
    display: inline-block;
    text-transform: uppercase;
    background-color: #9a89a9;
    color: #fff;
    font-size: 24px;
    padding: 10px 30px;
    cursor: pointer
}

.recent-recipes .tab-labels .tab-label:hover {
    background-color: #78618c
}

.recent-recipes .tab-labels .tab-label.current {
    background-color: #48305f
}

.recent-recipes .tab-labels .tab-label a {
    color: #fff
}

.recent-recipes .tab-content {
    background-color: #48305f;
    color: #fff;
    padding: 50px 0 0;
    display: none
}

.recent-recipes .tab-content.current {
    display: inherit
}

.recent-recipes .tab-content .recipe {
    position: relative;
    width: -webkit-calc(100%/3);
    width: calc(100%/3);
    float: left;
    min-height: 22vw;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.recent-recipes .tab-content .recipe:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5) 100%)
}

.recent-recipes .tab-content .recipe .recipe-title {
    font-family: Gentium Basic, sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #fff
}

.recent-recipes .tab-content .recipe .recipe-title a {
    color: #fff
}

.recent-recipes .tab-content .recipe a.recipe-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.recent-recipes .recipe-load-more {
    clear: both;
    padding: 10px 0;
    text-align: center
}

.recent-recipes .recipe-load-more .load-more-btn {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 50px;
    display: inline-block;
    opacity: 1
}

.recent-recipes .recipe-load-more .load-more-btn span {
    font-size: 16px;
    vertical-align: middle;
    line-height: .5
}

.recent-recipes .recipe-load-more .load-more-btn:hover {
    background-color: #5d4474
}

.recent-recipes .recipe-load-more .load-more-btn.disable {
    opacity: .5;
    pointer-events: none
}

.footer-widgets {
    position: relative;
    color: #fff;
    background-color: #393939
}

.footer-widgets .widget-area {
    font-size: 18px
}

.footer-widgets .widget-area p:first-child {
    margin-bottom: 0
}

.footer-widgets .widget-area:not(:first-child) {
    width: 48%;
    float: left;
    padding: 0 15px
}

.footer-widgets .widget-area:first-child {
    float: none;
    margin-right: 0;
    width: 100%
}

.footer-widgets .widget-area a {
    color: #fff
}

.footer-widgets .button {
    background-color: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 48px;
    margin-top: 15px
}

.footer-widgets .button:hover {
    background-color: #fff;
    color: #393939
}

.footer-widgets .simple-social-icons ul li a,
.footer-widgets .simple-social-icons ul li a:hover {
    background-color: transparent !important;
    padding: 0 10px
}

.footer-widgets .norecipes-social-icons ul {
    text-align: center
}

.footer-widgets .norecipes-social-icons ul li {
    border-bottom: 0
}

.footer-widgets .norecipes-social-icons ul li a {
    color: #b0b0b0;
    background-color: transparent;
    font-size: 40px;
    padding: 0 5px
}

.footer-widgets .norecipes-social-icons ul li a:before {
    background-color: transparent;
    color: #b0b0b0 !important;
    width: auto
}

.comment-content a {
    word-wrap: break-word
}

#comments {
    padding: 20px
}

#comments .comment-list li li {
    margin-right: 0
}

#comments .comment {
    background-color: transparent;
    border: 0;
    padding: 0
}

#comments .comment .avatar {
    display: none
}

#comments .comment .comment-author {
    color: #26224d;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block
}

#comments .comment .comment-author .says {
    display: none
}

#comments .comment .comment-meta {
    float: right;
    margin-bottom: 5px
}

#comments .comment .comment-content p {
    margin-bottom: 5px
}

#comments .comment .comment-reply {
    text-align: right;
    text-transform: uppercase;
    font-weight: 400
}

#respond {
    padding: 20px;
    margin-bottom: 0
}

#respond .comment-reply-title {
    position: relative;
    text-align: center
}

#respond .comments-count {
    background-image: url(../../assets/images/bubble-icon.png);
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 10px;
    font-weight: 700;
    width: 30px;
    height: 29px;
    padding: 7px 0;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    position: absolute;
    top: 0
}

#respond .logged-in-as {
    text-align: center
}

#respond form input:not([type=submit]),
#respond form textarea {
    background-color: #e8e7ee;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-color: #c6c4de;
    font-size: 14px;
    width: 100%
}

#respond form p:last-child {
    margin-bottom: 0
}

#respond form p label {
    display: none
}

#wc-comment-header {
    text-align: center;
    display: table
}

#wc-comment-header .wpdiscuz-comment-count {
    background-image: url(../../assets/images/bubble-icon.png);
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    float: right;
    height: 24px
}

#wc-comment-header .wpdiscuz-comment-count .wpd-cc-value {
    font-size: 10px;
    background: 0 0;
    padding: 3px;
    display: block;
    min-height: none;
    min-width: 34px
}

#wc-comment-header .wpdiscuz-comment-count .wpd-cc-arrow {
    display: none
}

div#wpcomm .avatar {
    display: none
}

div#wpcomm input[type=submit] {
    background-color: #26224d;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

div#wpcomm input[type=submit]:hover {
    background-color: #4e4978
}

div#wpcomm .wc_comm_form.wc_main_comm_form .wc-field-comment .wc-field-avatararea {
    display: none
}

div#wpcomm .wpd-form-row .wpdiscuz-item input {
    background-color: #e8e7ee !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-color: #c6c4de;
    font-size: 14px
}

div#wpcomm .wc-field-textarea .wpdiscuz-textarea-foot {
    display: none
}

div#wpcomm .wc-field-textarea textarea {
    background-color: transparent;
    padding: 10px !important;
    font-size: 14px !important
}

div#wpcomm .wpdiscuz-textarea-wrap {
    background-color: #e8e7ee !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-color: #c6c4de;
    font-size: 14px !important;
    width: 100%
}

div#wpcomm .wc-comment-author {
    text-transform: uppercase;
    color: #26224d !important;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0 0;
    position: relative
}

div#wpcomm .wc-comment-author a {
    color: #26224d !important;
    font-size: 16px;
    font-weight: 400
}

div#wpcomm .wc-comment-date {
    float: right;
    text-transform: uppercase;
    font-weight: 400;
    color: #ccc;
    padding-top: 5px;
    font-size: 12px !important
}

div#wpcomm .wc-comment-header {
    border: 0
}

div#wpcomm .wc-reply {
    margin-left: 24px !important
}

div#wpcomm .wc-reply .wc-comment-header {
    border: 0
}

div#wpcomm .wc-reply .wc-comment-author {
    font-size: 16px;
    padding: 5px 0 0
}

div#wpcomm .wc-reply .wc-comment-author a {
    font-size: 16px;
    font-weight: 400
}

div#wpcomm .wc-reply .wc-comment-label {
    margin-top: 5px
}

div#wpcomm .wc-reply .wc-comment-label span {
    font-size: 10px
}

div#wpcomm .wc-reply .wc-comment-right {
    background: 0 0
}

div#wpcomm .wc-comment-left {
    display: none
}

div#wpcomm .wc-comment-right {
    margin-left: 0 !important
}

div#wpcomm .wc-comment-label {
    float: left;
    width: auto;
    margin-left: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #5d4474;
    color: #fff;
    text-transform: uppercase;
    padding: 1px 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 10px 0 0 10px;
    font-weight: 400;
    font-size: 10px
}

div#wpcomm .wc-comment-label span {
    padding: 0;
    font-size: 10px
}

div#wpcomm .wc-comment-label.wc-blog-guest {
    display: none
}

div#wpcomm .wc-comment {
    position: relative
}

div#wpcomm .wc-comment.wc-blog-author .wc-comment-author {
    position: relative
}

div#wpcomm .wc-comment.wc-blog-author .wc-comment-author:after {
    content: "Author";
    background: #5d4474;
    color: #fff;
    text-transform: uppercase;
    padding: 1px 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 10px 0 0 10px;
    font-weight: 400;
    font-size: 10px
}

div#wpcomm .wc-comment-link,
div#wpcomm .wc-follow-link {
    display: none
}

div#wpcomm .wc-cta-button,
div#wpcomm .wc-vote-link,
div#wpcomm .wc-vote-result,
div#wpcomm .wpdiscuz-readmore,
div#wpcomm .wpdiscuz-sort-button-active {
    color: #26224d !important
}

div#wpcomm .wc-cta-button {
    background: 0 0 !important
}

div#wpcomm .wc-cta-button:hover {
    background: 0 0 !important
}

div#wpcomm .wpdiscuz-sort-button:hover {
    color: #26224d !important
}

div#wpcomm .wc-comment-footer .wc-footer-right {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 10px
}

div#wpcomm .wc-comment-footer .wc-footer-left {
    float: right
}

div#wpcomm .wc-comment-footer .wc-footer-left .wc-reply-button {
    border: 0 !important;
    color: #26224d
}

div.gform_wrapper {
    margin: 0
}

div.gform_wrapper .top_label .gfield_label {
    display: none
}

div.gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    padding: 11px;
    font-size: 14px
}

div.gform_wrapper.gf_browser_chrome .gfield_checkbox li label,
div.gform_wrapper.gf_browser_safari .gfield_checkbox li label {
    font-size: 15px
}

div.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
div.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
div.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=radio],
div.gform_wrapper.gf_browser_safari .gfield_checkbox li input,
div.gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],
div.gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=radio] {
    margin-top: 0
}

div.gform_wrapper ul.gform_fields li.gfield {
    margin-top: 8px
}

div.gform_wrapper ul.gform_fields li.gfield:first-child {
    margin-top: 0
}

div.gform_wrapper ul.gform_fields li.gfield.gfield_error {
    background: 0 0;
    border: 0;
    padding-top: 0;
    padding-bottom: 0
}

div.gform_wrapper ul.gform_fields li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
div.gform_wrapper ul.gform_fields li.gfield.gfield_error textarea {
    border: 0
}

div.gform_wrapper div.validation_error {
    display: none
}

div.gform_wrapper div.validation_message {
    padding-top: 5px !important;
    font-weight: 400;
    color: #ad3131
}

div.gform_wrapper .gform_footer img.gform_ajax_spinner {
    display: none !important
}

.gform_heading {
    display: none
}

.search .site-inner,
.search .site-inner>.wrap {
    max-width: 100%;
    padding: 0
}

.search .site-inner {
    padding-top: 100px;
    padding-bottom: 0
}

.search .archive-description,
.search .archive-pagination {
    display: none
}

.search .entry {
    padding: 0;
    width: -webkit-calc(100%/4);
    width: calc(100%/4);
    float: left;
    min-height: 470px;
    margin: 0;
    overflow: hidden;
    position: relative
}

.search .entry .entry-content,
.search .entry .entry-meta {
    display: none
}

.search .entry .post-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.search .entry .entry-title {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    font-family: Gentium Basic, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 0
}

.search .entry .entry-title a {
    color: #fff
}

.search .entry .entry-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.search .entry .entry-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5) 100%)
}

.search .search-form-wrapper {
    background-color: #938fae;
    color: #fff;
    padding: 30px 0;
    margin-bottom: 50px
}

.search .search-form-wrapper .widget-title {
    width: 40%;
    float: left;
    margin-bottom: 0;
    padding: 3px 0;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700
}

.search .search-form-wrapper .search-form {
    width: 60%;
    float: right;
    padding-left: 40px
}

.search .search-form-wrapper input[type=search] {
    width: 80%;
    margin-right: 20px;
    padding: 12px 10px
}

.search .search-form-wrapper input[type=submit] {
    width: 15%
}

.search .search-load-more {
    text-align: center;
    clear: both;
    padding: 30px 0
}

.search .search-load-more a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #48305f;
    color: #48305f;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 50px;
    display: inline-block
}

.search .search-load-more a:hover {
    background-color: #48305f;
    color: #fff
}

.search.search-no-results .entry {
    width: 100%;
    min-height: 0;
    text-align: center
}

.error404 .entry {
    text-align: center;
    font-size: 20px;
    padding-bottom: 0
}

.error404 .entry img {
    margin-bottom: 20px
}

.error404 .entry p:last-child {
    margin-bottom: 0
}

.error404 .recipe-by-category {
    text-align: center
}

.error404 .recipe-by-category .section-inner {
    max-width: 980px
}

.error404 .recipe-by-category select {
    width: -webkit-calc(100%/3 - 24px);
    width: calc(100%/3 - 24px);
    margin-right: 30px;
    float: none;
    display: inline-block
}

.error404 .recipe-by-category select:nth-of-type(3n) {
    margin-right: 0
}

.error404 .recent-recipes .tab-content .recipe {
    width: -webkit-calc(100%/4);
    width: calc(100%/4)
}

.error404 .recent-recipes .tab-content .recipe .recipe-title {
    text-align: center;
    width: 100%;
    right: 0;
    left: 0
}

.recipes-slider .recipe {
    min-height: 400px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.recipes-slider .recipe .recipe-title {
    margin: 0;
    font-family: Gentium Basic, sans-serif;
    font-weight: 700;
    font-size: 30px
}

.recipes-slider .recipe .recipe-title>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: right;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5) 100%)
}

.recipes-slider .recipe .recipe-title>a span {
    position: absolute;
    bottom: 30px;
    right: 20px;
    max-width: 390px
}

.recipes-slider .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    font-size: 60px
}

.recipes-slider .owl-nav button {
    line-height: 1;
    outline: 0 !important
}

.recipes-slider .owl-nav button.owl-prev {
    float: left;
    margin-left: 15px
}

.recipes-slider .owl-nav button.owl-next {
    float: right;
    margin-right: 15px
}

.recipe-category-archive .site-inner,
.recipe-category-archive .site-inner .wrap {
    max-width: 100%
}

.recipe-category-archive .site-inner {
    margin-top: 80px
}

.recipe-category-archive .page-header {
    text-align: center
}

.recipe-category-archive .page-header .page-header-title {
    font-weight: 700
}

.recipe-category-archive .page-header .page-breadcrumbs {
    margin-bottom: 5px
}

.recipe-category-archive .page-header .page-breadcrumbs li {
    display: inline-block;
    text-transform: uppercase;
    color: #b0b0b0;
    font-weight: 500
}

.recipe-category-archive .page-header .page-breadcrumbs li a {
    text-transform: uppercase;
    color: #b0b0b0;
    font-weight: 500;
    padding: 10px 20px
}

.recipe-category-archive .page-header .page-breadcrumbs li a:hover {
    color: #333
}

.recipe-category-archive .section {
    margin-bottom: 10px
}

.recipe-category-archive .recipes-slider-section {
    color: #fff;
    background: #393939
}

.recipe-category-archive .recipes-slider-section .one-half {
    margin-left: 0
}

.recipe-category-archive .recipes-slider-section h4 {
    color: #fff;
    text-transform: none
}

.recipe-category-archive .recipes-slider-section .archive-content {
    width: 100%;
    margin-left: 15px;
    padding: 50px 30px
}

.recipe-category-archive .recipes-slider-section .archive-content * {
    color: #fff
}

.recipe-category-archive .recent-recipes .tab-content .recipe {
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4)
}

.recipe-category-archive .recent-recipes .tab-content .recipe:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5) 100%)
}

.recipe-category-archive .recent-recipes .tab-content .recipe .recipe-title {
    width: 100%;
    right: 0;
    bottom: 10px;
    text-align: center
}

.recipe-category-archive .recent-recipes .tab-content .recipe .recipe-title a {
    max-width: 300px;
    display: block;
    width: 100%;
    margin: 0 auto
}

.post-video-title .wprm-block-text-bold { 
    font-weight: 500 !important;
}

.wp-block-yoast-seo-table-of-contents .wprm-block-text-bold {
    font-weight: 600 !important;
}

/* REMOVE WPRM
@media print {
    .wprm-recipe-image {
        width: 100% !important
    }
}
*/

@media only screen and (max-width:1400px) {
    .single-post .post-mini-header .post-header-extras {
        width: 40%
    }
    .best-recipes .recipe-slide-inner {
        min-height: 280px
    }
    .top-categories .top-cat-item {
        min-height: 210px
    }
}

@media only screen and (max-width:1200px) {
    .site-header .wrap {
        padding: 10px 20px
    }
    .site-header .widget-area {
        max-width: 920px
    }
    .site-header .widget-area .widget_search {
        padding-right: 0
    }
    .site-header .title-area {
        text-align: left
    }
    .search .entry {
        min-height: 320px
    }
    .search .entry .entry-title {
        font-size: 24px
    }
    .single-post .post-mini-header .post-header-extras {
        width: 47%
    }
    .best-recipes .recipe-slide-inner {
        min-height: 220px
    }
}

@media only screen and (max-width:1024px) {
    .site-inner,
    .wrap {
        max-width: 820px
    }
    .site-header .wrap {
        padding: 10px 20px
    }
    .site-header .widget-area {
        max-width: 800px
    }
    .site-header .widget-area .widget_nav_menu {
        width: 85%
    }
    .site-header .widget-area .widget_search {
        width: 15%
    }
    .site-header .title-area {
        text-align: left
    }
    .site-header .genesis-nav-menu {
        font-size: 12px
    }
    .home-featured {
        min-height: 450px;
        margin-top: 46px
    }
    .home-featured .featured-content {
        bottom: 20px
    }
    .home-featured .featured-title {
        font-size: 34px
    }
    .best-recipes .recipe-slide-inner {
        min-height: 240px
    }
    .best-recipes .down-arrow {
        font-size: 20px
    }
    .section-title {
        font-size: 20px
    }
    .subscribe-section .subscribe-content {
        padding-left: 20px
    }
    .subscribe-section .subscribe-content .subscribe-title {
        font-size: 22px
    }
    .subscribe-section .gform_wrapper .gform_title {
        font-size: 22px
    }
    .subscribe-section .gform_wrapper .gform_footer {
        margin-top: 24px
    }
    .subscribe-section .gform_wrapper .gform_footer input[type=submit] {
        padding: 8px 30px 7px;
        margin-right: 0;
        line-height: 1.4 !important
    }
    div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 8px;
        font-size: 12px;
        line-height: 1
    }
    div.gform_wrapper.gf_browser_chrome .gfield_checkbox li label,
    div.gform_wrapper.gf_browser_safari .gfield_checkbox li label {
        font-size: 11px
    }
    .top-categories .top-cat-item {
        min-height: 170px
    }
    .top-categories .top-cat-title {
        font-size: 18px
    }
    .author-section {
        padding-left: 20px;
        padding-right: 20px
    }
    .author-section .author-content {
        font-size: 14px
    }
    .author-section .author-image {
        padding: 0
    }
    .author-section .author-title {
        font-size: 20px;
        margin-bottom: 5px
    }
    .author-section .author-profiles ul li a {
        font-size: 26px
    }
    .recent-recipes .tab-labels .tab-label {
        font-size: 18px
    }
    .recent-recipes .tab-content {
        padding-top: 30px
    }
    .recent-recipes .tab-content .recipe .recipe-title {
        font-size: 22px
    }
    .recent-recipes .recipe-load-more {
        padding: 10px 0
    }
    .recent-recipes .recipe-load-more .load-more-btn {
        font-size: 12px;
        padding: 6px 40px
    }
    .recent-recipes .recipe-load-more .load-more-btn:after {
        font-size: 20px
    }
    .error404 .recent-recipes .tab-labels .tab-label,
    .page-template-recipes .recent-recipes .tab-labels .tab-label {
        font-size: 18px
    }
    .error404 .recent-recipes .tab-content,
    .page-template-recipes .recent-recipes .tab-content {
        padding-top: 30px
    }
    .error404 .recent-recipes .tab-content .recipe,
    .page-template-recipes .recent-recipes .tab-content .recipe {
        min-height: 230px
    }
    .error404 .recent-recipes .tab-content .recipe .recipe-title,
    .page-template-recipes .recent-recipes .tab-content .recipe .recipe-title {
        font-size: 22px
    }
    .error404 .recent-recipes .recipe-load-more,
    .page-template-recipes .recent-recipes .recipe-load-more {
        padding: 10px 0
    }
    .error404 .recent-recipes .recipe-load-more .load-more-btn,
    .page-template-recipes .recent-recipes .recipe-load-more .load-more-btn {
        font-size: 12px;
        padding: 6px 40px
    }
    .footer-widgets .widget-area {
        font-size: 16px
    }
    .search .entry {
        width: -webkit-calc(100%/3);
        width: calc(100%/3);
        min-height: 350px
    }
    .search .entry .entry-title {
        font-size: 24px
    }
    .search .search-form-wrapper .widget-title {
        font-size: 26px
    }
    .search .search-load-more a {
        font-size: 16px;
        padding: 8px 40px
    }
    .page-header-wrapper {
        min-height: 400px
    }
    .page-header-wrapper .page-header-title {
        right: 50px;
        margin-bottom: 0
    }
    .content {
        width: 520px
    }
    .sidebar {
        width: 260px
    }
    .single-post .breadcrumb {
        font-size: 15px
    }
    .single-post .entry .entry-title {
        font-size: 30px
    }
    .single-post .entry .post-recipe-summary {
        font-size: 14px
    }
    /* REMOVE WPRM
    .single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-name {
        font-size: 20px
    }
    */
    .single-post .sharing-caring-section .sharing-image {
        margin-right: 10px
    }
    .single-post .sharing-caring-section .sharing-content {
        font-size: 14px
    }
    .single-post .sharing-caring-section .sharing-content .sharing-title {
        font-size: 20px
    }
    .single-post .post-mini-header {
        padding: 10px
    }
    .single-post .post-mini-header .entry-header .entry-title {
        font-size: 18px
    }
    .single-post .post-mini-header .post-header-buttons a {
        padding: 7px 15px;
        font-size: 12px
    }
    .single-post .post-mini-header .post-count-wrap,
    .single-post .post-mini-header .post-header-navigation,
    .single-post .post-mini-header .post-header-search {
        padding-top: 5px
    }
    .single-post .post-mini-header .post-header-navigation .genesis-nav-menu.responsive-menu {
        top: 47px;
        left: auto;
        min-height: 0
    }
    .subscribe-section .subscribe-content {
        font-size: 15px
    }
    .subscribe-section .gform_wrapper .gform_description {
        font-size: 15px
    }
}

@media only screen and (max-width:960px) {
    .site-header .search-form {
        margin-bottom: 0
    }
    .search .entry {
        min-height: 290px
    }
    .search .entry .entry-title {
        font-size: 22px
    }
    .content,
    .sidebar {
        width: 100%;
        float: none;
        clear: both
    }
    .single-post .content {
        padding-left: 50px;
        padding-right: 50px
    }
    .single-post .post-mini-header .entry-header {
        padding-left: 16%
    }
    .single-post .post-mini-header .entry-header .entry-title {
        font-size: 16px
    }
    .single-post .post-mini-header .post-header-buttons a {
        padding: 7px 13px;
        margin-right: 5px
    }
    .single-post .post-mini-header .comments-count {
        margin-left: 0
    }
    .single-post .post-mini-header .post-header-search {
        width: 9%
    }
    .single-post .post-mini-header .post-count-wrap,
    .single-post .post-mini-header .post-header-navigation,
    .single-post .post-mini-header .post-header-search {
        padding-top: 0
    }
    .single-post .post-mini-header .post-count-wrap:before {
        top: -4px
    }
    .sidebar .author-section .author-image {
        width: 15%
    }
    .sidebar .author-section .author-content {
        width: 85%
    }
    .sidebar .author-section .author-profiles {
        width: 85%;
        text-align: left;
        padding-top: 10px
    }
    div.gform_wrapper.gf_browser_chrome .gfield_checkbox li label,
    div.gform_wrapper.gf_browser_safari .gfield_checkbox li label {
        font-size: 10px
    }
}

@media only screen and (max-width:800px) {
    .single-post .content {
        padding-left: 0;
        padding-right: 0
    }
    .single-post .post-mini-header .wrap {
        padding-left: 0;
        padding-right: 0
    }
    .single-post .post-mini-header .entry-header .entry-title {
        font-size: 15px
    }
    .recipe-category-archive .site-inner,
    .recipe-category-archive .site-inner>.wrap {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width:768px) {
    .site-inner {
        padding-top: 70px
    }
    .site-inner,
    .wrap {
        max-width: 100%
    }
    .site-header {
        height: 46px
    }
    .site-header .title-area {
        width: 160px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center
    }
    .site-header .widget-area .widget_nav_menu {
        display: none
    }
    .site-header .top-header-search input[type=search],
    .site-header .widget_search input[type=search] {
        top: -8px;
        padding: 12px 40px;
        background-color: #393939
    }
    .site-header .top-header-search .header-navigation,
    .site-header .widget_search .header-navigation {
        display: block
    }
    .site-header .top-header-search .header-navigation .responsive-menu-icon,
    .site-header .widget_search .header-navigation .responsive-menu-icon {
        cursor: pointer;
        position: absolute;
        left: 20px;
        top: 0;
        z-index: 9999
    }
    .single-post .post-mini-header .entry-header,
    .single-post .post-mini-header .post-count-wrap,
    .single-post .post-mini-header .post-header-search {
        display: none
    }
    .single-post .post-mini-header .post-header-extras {
        width: 35%
    }
    .single-post .post-mini-header .post-header-buttons {
        width: 84%;
        text-align: right
    }
    .single-post .post-mini-header .post-header-buttons a .text {
        display: none
    }
    .single-post .post-mini-header .post-header-navigation {
        float: right;
        width: 12%
    }
    .single-post .post-mini-header .post-header-navigation .genesis-nav-menu.responsive-menu {
        top: 42px
    }
    .single-post .before-post-widget {
        padding-top: 70px;
        display: none
    }
    .single-post .similar-recipes .recipe {
        min-height: 250px
    }
    .single-post .similar-recipes .owl-nav button {
        font-size: 40px
    }
    .home-featured {
        min-height: 330px
    }
    .home-featured .featured-content {
        bottom: 10px;
        right: 20px
    }
    .home-featured .featured-badge {
        font-size: 14px
    }
    .home-featured .featured-title {
        font-size: 24px
    }
    .best-recipes .recipe-slide-inner {
        min-height: 180px
    }
    .best-recipes .owl-nav button {
        top: 45%
    }
    .top-categories .top-cat-item {
        width: -webkit-calc(100%/3);
        width: calc(100%/3);
        min-height: 255px
    }
    .recipe-by-category {
        padding-left: 60px;
        padding-right: 60px
    }
    .recipe-by-category select {
        width: -webkit-calc(100%/2 - 25px);
        width: calc(100%/2 - 25px);
        margin-right: 50px
    }
    .recipe-by-category select:nth-of-type(2n) {
        margin-right: 0
    }
    .error404 .recipe-by-category select,
    .page-template-recipes .recipe-by-category select {
        width: -webkit-calc(100%/2 - 18px);
        width: calc(100%/2 - 18px);
        margin-right: 30px
    }
    .error404 .recipe-by-category select:nth-of-type(3n),
    .page-template-recipes .recipe-by-category select:nth-of-type(3n) {
        margin-right: 30px
    }
    .error404 .recipe-by-category select:nth-of-type(2n),
    .page-template-recipes .recipe-by-category select:nth-of-type(2n) {
        margin-right: 0
    }
    .author-section .author-content {
        font-size: 12px
    }
    .recent-recipes .tab-content .recipe .recipe-title {
        line-height: 1;
        padding: 0 10px;
        font-size: 20px;
        right: 10px
    }
    .recent-recipes .recipe-load-more .load-more-btn {
        font-size: 10px;
        padding: 6px 27px
    }
    .recent-recipes .recipe-load-more .load-more-btn:after {
        margin-top: -2px
    }
    .recent-recipes .recipe-load-more .load-more-btn span {
        font-size: 12px
    }
    .error404 .recent-recipes .tab-content .recipe,
    .page-template-recipes .recent-recipes .tab-content .recipe {
        width: -webkit-calc(100%/3);
        width: calc(100%/3)
    }
    .error404 .recent-recipes .tab-content .recipe .recipe-title,
    .page-template-recipes .recent-recipes .tab-content .recipe .recipe-title {
        line-height: 1;
        padding: 0 10px;
        font-size: 20px
    }
    .error404 .recent-recipes .recipe-load-more .load-more-btn,
    .page-template-recipes .recent-recipes .recipe-load-more .load-more-btn {
        font-size: 10px;
        padding: 6px 27px
    }
    .before-footer {
        padding: 15px 0
    }
    .footer-widgets .button {
        padding: 10px 40px;
        font-size: 15px
    }
    .footer-widgets .norecipes-social-icons ul li a {
        font-size: 26px
    }
    .footer-widgets .widget-area {
        font-size: 15px
    }
    .footer-widgets .widget img {
        margin-bottom: 15px
    }
    .site-footer {
        padding-top: 20px
    }
    .search .site-inner {
        padding-top: 80px;
        padding-bottom: 30px
    }
    .search .entry {
        min-height: 260px
    }
    .search .entry .entry-title {
        font-size: 18px
    }
    .search .search-form-wrapper {
        margin-bottom: 30px
    }
    .search .search-form-wrapper .widget-title {
        font-size: 24px;
        width: 30%;
        text-align: center
    }
    .search .search-form-wrapper .search-form {
        width: 70%;
        padding-left: 10px
    }
    .search .search-form-wrapper input[type=search] {
        padding: 8px 10px;
        margin-right: 10px
    }
    .search .search-form-wrapper input[type=submit] {
        padding: 9px 15px
    }
    .error404 .entry {
        font-size: 16px
    }
    body.page .site-inner,
    body.single-post .site-inner {
        padding-left: 0;
        padding-right: 0
    }
    .page-header-wrapper {
        min-height: 290px
    }
    .page-header-wrapper .page-header-title {
        font-size: 30px
    }
    .sidebar {
        height: auto !important
    }
    .sidebar .author-section {
        margin-bottom: 20px
    }
    .sidebar .author-section .author-image {
        width: 20%
    }
    .sidebar .author-section .author-content {
        width: 80%
    }
    .sidebar .author-section .author-profiles {
        width: 80%
    }
    .sidebar .widget_media_image {
        display: none
    }
    #respond {
        padding: 20px 0
    }
    .site-header .search-form {
        margin: 0
    }
    .genesis-nav-menu.responsive-menu {
        display: none;
        width: 250px;
        position: absolute;
        z-index: 99999;
        top: 38px;
        left: 20px;
        background: #393939;
        border-top: 1px solid #b0b0b0;
        font-size: 14px;
        text-transform: uppercase
    }
    .nav-primary .responsive-menu-icon {
        margin-top: 20px
    }
    .genesis-nav-menu.responsive-menu .menu-item,
    .responsive-menu-icon {
        display: block
    }
    .genesis-nav-menu.responsive-menu .menu-item:hover {
        position: static
    }
    .genesis-nav-menu.responsive-menu li a {
        border: none;
        display: block;
        padding: 10px 20px;
        color: #fff
    }
    .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item>a:hover,
    .genesis-nav-menu.responsive-menu li a:hover,
    .genesis-nav-menu.responsive-menu li.current-menu-item>a {
        background-color: #595959
    }
    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer
    }
    .recipe-category-archive .page-header .page-header-title {
        font-size: 28px;
        padding: 0 10px
    }
    .recipe-category-archive .recipes-slider-section .archive-content {
        margin-left: 0;
        padding: 30px 15px
    }
    .recipe-category-archive .recent-recipes .tab-content .recipe {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3)
    }
}

@media only screen and (max-width:667px) {
    div.gform_wrapper.gf_browser_chrome .gfield_checkbox li label,
    div.gform_wrapper.gf_browser_safari .gfield_checkbox li label {
        font-size: 10px
    }
    .before-footer .widget_search input[type=search] {
        margin-right: 10px
    }
    .before-footer .widget_search input[type=submit] {
        width: 16%
    }
}

@media only screen and (max-width:640px) {
    div.gform_wrapper ul.gform_fields li.gfield {
        padding-right: 10px !important
    }
}

@media only screen and (max-width:600px) {
    .site-header .widget-area .top-header-search input[type=search],
    .site-header .widget-area .widget_search input[type=search] {
        right: 40px
    }
    .subscribe-section .subscribe-icon {
        position: absolute;
        width: 9%
    }
    .subscribe-section .subscribe-content,
    .subscribe-section .subscribe-form {
        width: 100%;
        float: none;
        padding-left: 60px
    }
    .subscribe-section .subscribe-content {
        margin-bottom: 10px
    }
    .subscribe-section .gform_wrapper .gform_heading {
        width: 100%;
        float: none;
        margin-bottom: 5px
    }
    .subscribe-section .gform_wrapper .gform_body {
        width: 80%
    }
    .subscribe-section .gform_wrapper .gform_footer {
        margin-top: 26px;
        padding-left: 10px;
        width: 20%
    }
    .subscribe-section .gform_wrapper .gform_footer input[type=submit] {
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px
    }
    .single-post .subscribe-section .subscribe-icon {
        position: relative
    }
    .single-post .subscribe-section .subscribe-content,
    .single-post .subscribe-section .subscribe-form {
        padding-left: 60px;
        width: 100%
    }
    .single-post .subscribe-section .gform_wrapper .gform_footer {
        padding-left: 0;
        width: 18%
    }
    .best-recipes .recipe-slide-inner {
        min-height: 150px
    }
    .best-recipes .owl-nav button {
        font-size: 40px
    }
    .top-categories .top-cat-item {
        min-height: 190px
    }
    .recipe-by-category {
        padding-left: 20px;
        padding-right: 20px
    }
    .search .search-form-wrapper .widget-title {
        font-size: 20px
    }
    .search .entry {
        min-height: 210px
    }
    .error404 .page-header .page-header-title,
    .page-template-recipes .page-header .page-header-title,
    .recipe-category-archive .page-header .page-header-title {
        font-size: 24px
    }
    .error404 .recent-recipes .tab-content .recipe,
    .page-template-recipes .recent-recipes .tab-content .recipe,
    .recipe-category-archive .recent-recipes .tab-content .recipe {
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2)
    }
    div.gform_wrapper.gf_browser_chrome .gfield_checkbox li label,
    div.gform_wrapper.gf_browser_safari .gfield_checkbox li label {
        font-size: 12px
    }
    .before-footer {
        padding: 15px
    }
}

@media only screen and (max-width:480px) {
    .site-header .title-area img {
        width: 80px
    }
    .site-inner {
        padding-top: 50px
    }
    .home-featured {
        min-height: 210px
    }
    .home-featured .featured-badge {
        font-size: 12px
    }
    .home-featured .featured-title {
        font-size: 20px
    }
    .best-recipes .recipe-slide-inner {
        min-height: 130px
    }
    .section-title {
        font-size: 16px
    }
    .top-categories .top-cat-item {
        min-height: 160px
    }
    .author-section .author-image {
        width: 17%
    }
    .author-section .author-content {
        width: 82%;
        padding-left: 20px
    }
    .author-section .author-profiles {
        width: 100%;
        float: none;
        clear: both;
        padding-left: 70px;
        padding-bottom: 0;
        text-align: left
    }
    .recent-recipes .tab-labels .tab-label {
        font-size: 14px;
        padding: 10px 15px
    }
    .recent-recipes .tab-content {
        padding-top: 20px
    }
    .recent-recipes .tab-content .recipe {
        width: -webkit-calc(100%/2);
        width: calc(100%/2);
        min-height: 160px
    }
    .recent-recipes .tab-content .recipe .recipe-title {
        line-height: 1;
        font-size: 18px
    }
    .recent-recipes .recipe-load-more .load-more-btn {
        padding: 4px 24px
    }
    .error404 .recent-recipes .tab-labels .tab-label,
    .page-template-recipes .recent-recipes .tab-labels .tab-label {
        font-size: 14px;
        padding: 10px 15px
    }
    .error404 .recent-recipes .tab-content,
    .page-template-recipes .recent-recipes .tab-content {
        padding-top: 20px
    }
    .error404 .recent-recipes .tab-content .recipe,
    .page-template-recipes .recent-recipes .tab-content .recipe {
        width: -webkit-calc(100%/2);
        width: calc(100%/2);
        min-height: 130px
    }
    .error404 .recent-recipes .tab-content .recipe .recipe-title,
    .page-template-recipes .recent-recipes .tab-content .recipe .recipe-title {
        line-height: 1;
        font-size: 18px
    }
    .error404 .recent-recipes .recipe-load-more .load-more-btn,
    .page-template-recipes .recent-recipes .recipe-load-more .load-more-btn {
        padding: 4px 24px
    }
    .before-footer .widget_search .widget-title {
        width: 33%;
        text-align: left;
        font-size: 18px;
        padding: 7px 0
    }
    .before-footer .widget_search .search-form {
        width: 67%;
        padding-left: 20px
    }
    .before-footer .widget_search input[type=search] {
        width: 74%;
        margin-right: 10px;
        padding: 7px 10px
    }
    .before-footer .widget_search input[type=submit] {
        width: 22%;
        padding: 8px 10px
    }
    .footer-widgets .widget-area {
        font-size: 14px
    }
    .footer-widgets .button {
        padding: 10px 30px
    }
    .site-footer {
        font-size: 10px
    }
    .site-footer .genesis-nav-menu a {
        font-size: 9px;
        padding: 7px 7px
    }
    .site-footer .footer-copyright {
        padding-top: 10px
    }
    .search .search-form-wrapper .widget-title {
        margin-bottom: 5px
    }
    .search .search-form-wrapper .search-form,
    .search .search-form-wrapper .widget-title {
        width: 100%;
        float: none;
        text-align: left;
        padding-left: 0
    }
    .search .search-form-wrapper input[type=search] {
        width: 78%;
        margin-right: 10px
    }
    .search .search-form-wrapper input[type=submit] {
        width: 18%
    }
    .search .entry {
        min-height: 230px;
        width: -webkit-calc(100%/2);
        width: calc(100%/2)
    }
    .search .search-load-more a {
        font-size: 14px;
        padding: 6px 30px
    }
    .page-header-wrapper {
        min-height: 200px
    }
    .page-header-wrapper .page-header-title {
        font-size: 24px
    }
    .single-post .post-mini-header .title-area {
        width: 100px
    }
    .single-post .post-mini-header .title-area img {
        width: 80px
    }
    .single-post .post-mini-header .post-header-extras {
        width: 56%
    }
    /* REMOVE WPRM
    .single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-content-wrapper {
        padding: 20px 10px
    }
    */
    .single-post .qa-section h3 {
        font-size: 18px
    }
    .single-post .sharing-caring-section {
        padding: 30px 20px
    }
    .single-post .sharing-caring-section ul li {
        margin-right: 5px
    }
    .single-post .sharing-caring-section ul li a {
        padding: 5px 15px
    }
    .single-post .similar-recipes .recipe {
        min-height: 140px
    }
    .single-post .subscribe-section .gform_wrapper .gform_body {
        width: 100%
    }
    .single-post .subscribe-section .gform_wrapper ul.gform_fields li.gfield {
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0 !important
    }
    .single-post .subscribe-section .gform_wrapper .gform_footer {
        float: none;
        width: 20%
    }
    #respond .comment-reply-title {
        font-size: 20px
    }
    div.gform_wrapper.gf_browser_chrome .gfield_checkbox li label,
    div.gform_wrapper.gf_browser_safari .gfield_checkbox li label {
        font-size: 10px
    }
    .recipe-category-archive .site-inner {
        padding-top: 20px
    }
}

@media only screen and (max-width:414px) {
    .genesis-nav-menu.responsive-menu {
        width: 100%;
        min-height: 400px;
        left: 0;
        top: 38px
    }
    .genesis-nav-menu.responsive-menu .menu-item {
        text-align: center
    }
    .genesis-nav-menu.responsive-menu .menu-item a {
        padding: 12px 20px
    }
    .before-footer .widget_search .search-form {
        padding-left: 10px
    }
    .before-footer .widget_search .widget-title {
        font-size: 16px
    }
    .before-footer .widget_search input[type=search] {
        width: 73%
    }
    .subscribe-section .gform_wrapper .gform_footer input[type=submit] {
        padding-left: 10px;
        padding-right: 10px
    }
    .single-post .post-social-buttons a {
        margin-right: 10px;
        width: 100px
    }
    .single-post .entry .entry-content figure img,
    .single-post .entry .entry-content p img {
        margin-left: -21px;
        margin-right: -21px;
        width: 102vw;
        max-width: 102vw
    }
    .single-post .entry .entry-content figure img {
        margin-left: -61px;
        margin-right: -61px
    }
    /* REMOVE WPRM
    .single-post .wprm-recipe-container {
        margin-left: -21px;
        margin-right: -21px;
        width: 102vw;
        max-width: 102vw
    }
    .single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-times-container {
        font-size: 10px
    }
    .single-post .wprm-recipe-container .wprm-recipe .wprm-content-buttons {
        padding: 0 10px
    }
    .single-post .wprm-recipe-container .wprm-recipe .wprm-content-buttons a {
        font-size: 10px;
        padding: 2px 10px
    }
    .single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-comments-count-wrapper {
        width: 60px;
        height: 60px;
        font-size: 9px
    }
    .single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-comments-count-wrapper i {
        font-size: 60px
    }
    .single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-comments-count-wrapper a {
        padding: 5px
    }
    */
    .single-post .author-section,
    .single-post .qa-section,
    .single-post .sharing-caring-section,
    .single-post .similar-recipes,
    .single-post .subscribe-section {
        margin-left: -21px;
        margin-right: -21px;
        width: 102vw;
        max-width: 102vw
    }
    .single-post .sharing-caring-section ul li {
        margin-right: 2px
    }
}

@media only screen and (max-width:375px) {
    .site-header .top-header-search input[type=search],
    .site-header .widget_search input[type=search] {
        padding: 8px 40px;
        top: -7px
    }
    .single-post .sharing-caring-section ul li a {
        padding: 5px 10px
    }
    .before-footer .widget_search .widget-title {
        font-size: 14px
    }
    .site-footer .genesis-nav-menu a {
        margin: 0 5px
    }
}

@media only screen and (max-width:320px) {
    .home-featured {
        min-height: 180px
    }
    .home-featured .featured-badge {
        font-size: 10px
    }
    .home-featured .featured-title {
        font-size: 18px
    }
    .best-recipes .owl-nav button {
        top: 45%
    }
    .best-recipes .owl-nav .owl-prev {
        left: 10px
    }
    .best-recipes .owl-nav .owl-next {
        right: 10px
    }
    .subscribe-section .subscribe-icon {
        position: relative;
        width: 17%;
        float: left
    }
    .subscribe-section .subscribe-content {
        width: 85%;
        float: left;
        padding-left: 20px;
        padding-top: 15px
    }
    .subscribe-section .subscribe-form {
        padding-left: 0
    }
    .subscribe-section .gform_wrapper .gform_heading {
        width: 83%;
        float: left;
        padding-left: 20px
    }
    .subscribe-section .gform_wrapper .gform_description {
        margin-right: 0;
        width: 100%;
        font-size: 14px
    }
    .subscribe-section .gform_wrapper .gform_body {
        width: 76%
    }
    .subscribe-section .gform_wrapper .gform_footer {
        padding-left: 10px;
        width: 24%
    }
    .subscribe-section .gform_wrapper .gform_footer input[type=submit] {
        padding-left: 10px;
        padding-right: 10px
    }
    .top-categories .top-cat-item {
        width: -webkit-calc(100%/2);
        width: calc(100%/2)
    }
    .recipe-by-category {
        padding-left: 20px;
        padding-right: 20px
    }
    .recipe-by-category select {
        width: 100%;
        float: none;
        margin-right: 0
    }
    .error404 .recipe-by-category select,
    .page-template-recipes .recipe-by-category select {
        width: 100%;
        float: none;
        margin-right: 0
    }
    .author-section .author-image {
        width: 20%;
        padding: 20px 0
    }
    .author-section .author-content {
        width: 80%
    }
    .recent-recipes .tab-labels .tab-label {
        padding: 10px 16.5px
    }
    .recent-recipes .tab-content .recipe {
        width: 100%;
        min-height: 140px
    }
    .error404 .recent-recipes .tab-labels .tab-label,
    .page-template-recipes .recent-recipes .tab-labels .tab-label {
        padding: 10px 16.5px
    }
    .error404 .recent-recipes .tab-content .recipe,
    .page-template-recipes .recent-recipes .tab-content .recipe {
        min-height: 140px
    }
    .before-footer .widget_search .search-form,
    .before-footer .widget_search .widget-title {
        width: 100%;
        float: none;
        text-align: left;
        padding-left: 0
    }
    .before-footer .widget_search input[type=search] {
        width: 70%;
        padding: 7px 10px;
        margin-right: 10px
    }
    .before-footer .widget_search input[type=submit] {
        width: 25%;
        padding: 8px 15px
    }
    .footer-widgets .widget-area:not(:first-child) {
        width: 100%;
        float: none
    }
    .footer-widgets .widget-area:last-child .widget {
        margin-bottom: 0
    }
    .search .entry {
        min-height: 160px
    }
    .page-header-wrapper {
        min-height: 160px
    }
    .single-post .post-mini-header .title-area {
        width: 80px
    }
    .single-post .post-mini-header .title-area img {
        width: 70px
    }
    .single-post .post-mini-header .post-header-extras {
        width: 65%
    }
    .single-post .before-post-widget {
        display: none
    }
    .single-post .subscribe-section {
        margin-left: -16px;
        margin-right: -16px;
        width: 100vw;
        max-width: 100vw
    }
    .single-post .subscribe-section .subscribe-icon {
        width: 15%;
        position: absolute
    }
    .single-post .subscribe-section .subscribe-content {
        width: 85%;
        padding-left: 20px
    }
    .single-post .subscribe-section .subscribe-form {
        padding-left: 0;
        width: 100%
    }
    .single-post .subscribe-section .gform_wrapper .gform_heading {
        padding-left: 60px
    }
    .single-post .subscribe-section .gform_wrapper .gform_description {
        font-size: 12px
    }
    .single-post .subscribe-section .gform_wrapper .gform_body {
        width: 100%;
        font-size: 12px
    }
    .single-post .subscribe-section .gform_wrapper .gform_footer {
        width: 24%;
        clear: both
    }
    .single-post .subscribe-section .gform_wrapper .gform_footer input[type=submit] {
        padding-left: 10px;
        padding-right: 10px
    }
    .single-post .post-social-buttons a {
        margin-right: 5px;
        width: 85px;
        font-size: 12px
    }
    .single-post .sharing-caring-section {
        padding: 25px 15px
    }
    .single-post .sharing-caring-section .sharing-image {
        position: absolute
    }
    .single-post .sharing-caring-section .sharing-content {
        width: 100%
    }
    .single-post .sharing-caring-section .sharing-content .sharing-title {
        font-size: 18px;
        padding-left: 60px
    }
    .single-post .sharing-caring-section .sharing-content .sharing-description {
        padding-left: 60px;
        font-size: 12px
    }
    .single-post .sharing-caring-section ul {
        margin-top: 20px
    }
    .single-post .sharing-caring-section ul li a {
        padding: 5px 15px
    }
    /* REMOVE WPRM
    .single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-comments-count-wrapper {
        width: 65px;
        height: 65px;
        font-size: 9px;
        right: 15px
    }
    .single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-comments-count-wrapper i {
        font-size: 55px
    }
    .single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-times-container {
        font-size: 8px
    }
    .single-post .wprm-recipe-container .wprm-recipe .wprm-content-buttons {
        padding: 0 5px
    }
    .single-post .wprm-recipe-container .wprm-recipe .wprm-content-buttons a {
        padding: 2px 10px;
        font-size: 8px
    }
    .single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-terms ul li {
        width: 120px
    }
    */
    .single-post .post-video-embed .post-video-title {
        font-size: 20px
    }
    .single-post .post-video-embed .post-video-title .wprm-block-text-bold {
        font-weight: 500 !important;
    }
    .single-post .author-section {
        margin-bottom: 0;
        border-bottom: 1px solid #c4c1d2
    }
    .single-post .sidebar #text-9 {
        display: none
    }
    .single-post #comments {
        padding: 0
    }
    .recipe-category-archive .recent-recipes .tab-content .recipe {
        width: 100%
    }
    .sidebar .widget_media_image {
        display: none
    }
    #respond .comment-reply-title {
        font-size: 16px
    }
    #respond .comments-count {
        top: -5px;
        margin-left: 5px;
        width: 26px;
        height: 25px;
        font-size: 9px
    }
}

/* REMOVE WPRM
.wprm_taxonomy .popular-recipes-wrap .recipe {
    display: none;
}
*/

a.load-more-posts {
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 50px;
    opacity: 1;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
    width: max-content;
    clear: both;
    cursor: pointer;
}

a.load-more-posts:hover {
    background-color: #5d4474;
    color: #fff;
    border: 1px #fff solid;
}

div.load-more {
    text-align: center;
}

/*
 * Additional CSS
 */

	a, a:visited {
        font-weight:600; color:#76618c;
    }

	a:hover, a:active {
	    text-decoration: none;
	    color:#9a89a9;
	    border-bottom: .15em solid #9a89a9;
    }

	.title-area a:hover, a:active{
	    border-bottom: none;
	}

	.genesis-nav-menu a, a:visited {color:#aeaeae; font-weight:400;}
	.genesis-nav-menu a:hover, a:active {font-weight:600; color:#FFFFFF; border-bottom:none;}
	.recipe-category-archive .recipes-slider-section .archive-content * {
		font-size: 1.2em;
    }

	.single-post .post-mini-header .post-header-buttons a {
        font-size:12px;
    }

	.single-post .post-social-buttons a {
		font-size:14px;
    }

	.wp-block-embed-youtube{
		margin: 1em 0 1em 0;
    }

    /* REMOVE WPRM
	.single-post .wprm-recipe-container .wprm-recipe {
		font-size:16px;
    }

	.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-header {
		text-transform: uppercase;
		font-weight: 100;
		font-size: 25px;
    }

	.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-times-container {
		font-size: 14px;
    }
    */

	.recipe-by-category select{
        padding:0 10px;
    }

/*
 * JPS - 21 12 2020
 */

/* GENERAL */
	.site-inner,
	.wrap {
		max-width:1068px;
	}

	.content {
		width:728px;
	}

	.wp-block-image .alignleft,
	.wp-block-image .alignright {
		margin-top:0;
		margin-left:0;
		margin-right:0;
	}

	@media( max-width:1200px ) {
		.site-inner,
		.wrap {
			max-width:960px;
		}

		.content {
			width:620px;
		}
	}

	@media( max-width:960px ) {
		.content,
		.sidebar {
			width:100%;
		}
	}

/* WPRM - General Block Layout */
    /* REMOVE WPRM
	.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-content-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content:flex-start;
	}

	.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-comments-count-wrapper {
		position: relative;
		width: 75px;
		order: 3;
		right:0;
		margin-left:auto;
	}

	.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-times-container {
		order: 1;
	}

	.single-post .wprm-recipe-container .wprm-recipe .wprm-content-buttons {
		order: 2;
	}

	.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-ingredients-container {
		width:100%;
		order:4;
	}

	.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-instructions-container {
		order:5;
	}

	@media( max-width:800px ) {
		.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-comments-count-wrapper {
			order:2;
		}

		.single-post .wprm-recipe-container .wprm-recipe .wprm-content-buttons {
			order: 3;
			width:100%;
			padding:0;
			margin:20px 0 0 0;
		}
	}
    */

/* WPRM - Content Button */
    /* REMOVE WPRM
	.single-post .wprm-recipe-container .wprm-recipe .wprm-content-buttons a {
		border-radius:5px;
	}
    */

	/* WPRM - Category */
    /* REMOVE WPRM
	.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-terms ul li {
		width:auto;
		padding:2px 10px;
		border-radius:5px;
	}

	.single-post .wprm-recipe-container .wprm-recipe .wprm-recipe-terms ul li a {
		white-space:nowrap;
	}
    */

/* WPRM - Capsule Switch */
    /* REMOVE WPRM
	.wprm-unit-conversion-container {
		display:flex;
		flex-wrap:wrap;
	}

	.wprm-unit-conversion-container > a {
		flex:1;
	}

	.wprm-unit-conversion-container > a:first-child {
		border-top-right-radius:0px !important;
		border-bottom-right-radius:0px !important;
	}

	.wprm-unit-conversion-container > a:nth-child(2) {
		border-top-left-radius:0px !important;
		border-bottom-left-radius:0px !important;
	}
    */

	.conversion-note {
		width:100%;
		font-size:12px;
		font-style:italic;
	}

/* Navigation */
	.single-post .post-mini-header {
		padding:10px 20px;
	}

	.single-post .post-mini-header .post-header-extras {
		display:flex;
		align-items:center;
		justify-content:flex-end;
	}

	.single-post .post-mini-header .post-header-buttons {
		width:auto;
		float:none;
		margin:0 15px 0 0;
	}

	.single-post .post-mini-header .post-count-wrap {
		padding:0;
		width:auto;
		float:none;
		margin: 0 15px 0 0;
	}

	.single-post .post-mini-header .post-header-navigation {
		padding:0;
		width:auto;
		float:none;
		margin: 0 15px 0 0;
	}

	.single-post .post-mini-header .post-header-search {
		padding:0;
		width:auto;
		float:none;
	}

	.single-post .post-mini-header .post-count-wrap > a {
		line-height:28px;
		display:block;
	}

	.single-post .post-mini-header .comments-count {
		padding:0;
		display:block;
	}

	.single-post .post-mini-header .post-header-navigation .responsive-menu-icon {
		line-height:1;
	}

	.single-post .post-mini-header .search-form {
		line-height:1;
	}

	.single-post .post-mini-header .post-header-search input[type="submit"] {
		width:24px;
		height:24px;
		padding:0;
	}

	@media( max-width:1024px ) {
		.site-header .wrap {
			padding:8px 20px;
		}

		.single-post .post-mini-header {
			padding:10px 10px;
		}
	}

	@media( max-width:880px ) {
		.single-post .post-mini-header .post-header-buttons a {
			padding:7px 7px;
		}
	}

	@media( max-width:768px ) {
		.single-post .post-mini-header .post-header-navigation {
			margin:0 10px 0 0;
		}

		.site-header .top-header-search .header-navigation .responsive-menu-icon {
			line-height:1;
			top:4px;
		}

		.site-header .top-header-search input[type="search"], .site-header .widget_search input[type="search"] {
			padding:13px 40px 13px;
		}

		.single-post .post-mini-header .post-header-buttons a {
			padding:7px 10px;
		}

		.single-post .post-mini-header .post-header-extras {
			width:75%;
		}
	}

	@media( max-width:480px ) {
		.single-post .post-mini-header .post-header-extras {
			width:75%;
		}
	}
