/*
Theme Name: EssentialOmnivore
Theme URI: https://www.essentialomnivore.com
Author: Lindsay Humes
Author URI: https://www.lindsayhumes.com
Description: WordPress Theme by Lindsay Humes
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: essentialomnviore
Tags: blog

*/

@font-face {
    font-family: 'bebas-neue';
    src: url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
    url('fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'bebas-neue';
    src: url('fonts/bebasneue_regular-webfont.woff2') format('woff2'),
    url('fonts/bebasneue_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

/*--------------------------------------------------------------
1. NORMALIZE
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, 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-color: transparent;
}

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

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

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

mark {
    background: inherit;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 15px 30px;
}

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

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 15px;
}

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: none;
    cursor: pointer;
    border-radius: 0px !important;
}

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

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

input {
    line-height: normal;
}

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

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

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

fieldset {
    border-width: 2px;
    border-style: solid;
    border-color: inherit;
    margin: 0 2px;
    padding: 5px;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td, th {
    padding: 0;
}

/*--------------------------------------------------------------
2. ELEMENTS
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background: #fff;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

hr {
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul, ol {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-padding-start: 0px;
    margin: 15px 0 15px 30px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

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

figure {
    margin: 15px 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
}

/*--------------------------------------------------------------
A. ALIGNMENTS
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

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

/*--------------------------------------------------------------
B. CLEARINGS
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

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

embed, iframe, object {
    max-width: 100%;
}

.gallery {
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
D. ACCESSIBILITY
--------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    border-radius: 0px;
    clip: auto !important;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 30px 15px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
E. BACKGROUNDS
--------------------------------------------------------------*/
.bg-blue {
    background-image: url('images/bg1.png');
    background-size: cover;
}

.bg-grey {
    background-image: url('images/bg2.png');
}

/*--------------------------------------------------------------
3. TYPOGRAPHY
--------------------------------------------------------------*/
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

button, textarea, select, .main-navigation, input {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: 'bebas-neue', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0px auto 15px;
    text-transform: uppercase;
    line-height: 1.25;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    text-transform: none;
}

p {
    margin-bottom: 15px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 15px;
}

p:last-child {
    margin-bottom: 0px;
}

.small-caps, #comments label, .widget li, .widget label {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.alt-caps {
    font-family: 'bebas-neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.small-meta, .comment-body p, .widget p, .widget-about p {
    font-size: 13px;
    font-weight: 300;
}

.small-serif {
    text-transform: lowercase;
    letter-spacing: 0px;
    font-family: Times, serif;
    font-style: italic;
    font-size: 12px;
}

.entry-title {
    text-transform: uppercase;
    text-align: center;
}

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

blockquote {
    margin: 30px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0px 30px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

address {
    margin: 0 0 15px;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr, acronym {
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    cursor: help;
}

mark, ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
A. CAPTIONS
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}

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

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

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

/*--------------------------------------------------------------
B. LINKS
--------------------------------------------------------------*/
a, a:focus, a:active {
    text-decoration: none;
    font-weight: inherit;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

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

/*--------------------------------------------------------------
4. FORMS
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 15px 30px;
    border: none;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    transition: all .8s ease 0s;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border-style: solid;
    border-width: 2px;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
    font-family: inherit;
    font-size: 11px;
    letter-spacing: 2px;
    background: transparent;
    text-align: center;
}

select {
    border-style: solid;
    border-width: 2px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    max-width: 300px;
    width: 100%;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 13px;
    line-height: 1;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    background-position: 97%;
    background-color: #FFFFFF;
}

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

textarea {
    width: 100%;
}

input[type="checkbox"] {
    padding: 0px !important;
    border-radius: 10px;
    -webkit-appearance: button;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    width: 10px !important;
    height: 10px;
    margin-right: 5px !important;
    line-height: 1 !important;
}

/*--------------------------------------------------------------
A. SEARCH FORM
--------------------------------------------------------------*/
#searchform input {
    max-width: 250px;
    width: 100%;
    padding: 10px;
    line-height: 1;
    -webkit-appearance: none;
    text-align: center;
}

/*--------------------------------------------------------------
B. CONTACT FORM
--------------------------------------------------------------*/
.contact-form label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
}

.contact-table {
    display: table;
    width: 100%;
    margin: 0px auto 5px;
}

.wpcf7 input[type="submit"] {
    width: 100%;
}

.wpcf7 textarea {
    margin: 5px auto 0px;
}
/*--------------------------------------------------------------
C. Boxzilla
--------------------------------------------------------------*/

#boxzilla-overlay {
    background: rgba(255,255,255,.5)!important;
}
.boxzilla {
    padding: 15px!important;
    border: 5px solid #012849!important;
    text-align: center!Important;
}
.boxzilla input {
    max-width: 300px;
    width: 100%;
    margin: 2px auto;
}
.boxzilla p {
    margin-bottom: 0px;
    -webkit-margin-after: 0px;
}
.boxzilla h5 {
    margin: 15px auto 5px;
}
/*--------------------------------------------------------------
5. NAVIGATION
--------------------------------------------------------------*/
/*--------------------------------------------------------------
A. HEADER
--------------------------------------------------------------*/
.logo-accent {
    height: 10px;
    width: 100%;
    display: block;
}

.site-info {
    max-width: 1100px;
    width: 98%;
    margin: 0px auto;
    display: table;
}

.col-3 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 20%;
}

#middle.col-3 {
    width: 60%;
}

#left.col-3 {
    text-align: left;
}

#right.col-3 {
    text-align: right;
}

.header-title {
    max-width: 450px;
    margin: 30px auto;
}

.site-header h1 {
    margin: 0px auto;
    line-height: 1;
    font-weight: 700;
}

/*--------------------------------------------------------------
B. PRIMARY MENUS
--------------------------------------------------------------*/
#site-navigation {
    clear: both;
    text-align: center;
    position: relative;
    line-height: 1;
    width: 100%;
    z-index: 1000000;
    top: 0px;
    background: #FFFFFF;
}

#site-navigation .site-info {
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    line-height: 1;
    padding: 15px 0px;
}

#site-navigation #middle li {
    padding: 0px 10px;
}

.fixed {
    position: fixed !important;
    width: 100%;
    z-index: 1000000;
    border-top: 0px;
    padding: 10px;
}

.fixed .site-info, #site-navigation.fixed .site-info {
    border-top: 0px;
    border-bottom: 0px;
}

#site-navigation ul {
    list-style: none;
    margin: 0;
}

#site-navigation li {
    display: inline-block;
    margin: 0px;
}

#site-navigation ul ul {
    float: left;
    position: absolute;
    top: 46px;
    left: -999em;
    z-index: 99999;
    display: block;
}

#site-navigation ul ul ul {
    left: -999em;
    top: 0;
}

#site-navigation ul ul a {
    width: 200px;
}

#site-navigation ul ul li {
    text-align: left;
    margin: 0px;
    display: block;
}

#site-navigation ul li:hover > ul,
#site-navigation ul li.focus > ul {
    left: auto;
}

#site-navigation ul ul li:hover > ul,
#site-navigation ul ul li.focus > ul {
    left: 100%;
}

/*--------------------------------------------------------------
C. LIGHTBOX
--------------------------------------------------------------*/
#cover {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 899;
    display: none;
}

.lightbox {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999999999;
    background: rgba(255, 255, 255, 0.5);
    display: none;
    cursor: alias;
    overflow: scroll;
    padding: 50px 0px;
}

.lightbox-inner {
    width: 100%;
    z-index: 1001;
    cursor: default;
    max-width: 350px;
    position: relative;
    top: 50px;
    display: block;
    margin: 0px auto;
    padding: 15px;
    text-align: center;
}

.lightbox-inner p {
    text-align: center;
}

#lightbox-inner {
    border-width: 2px;
    border-style: solid;
    padding: 15px;
}

.lightbox input {
    text-align: center;
}

.white-box {
    padding: 30px;
    background: #FFFFFF;
}

/*--------------------------------------------------------------
D. DRAWER
--------------------------------------------------------------*/
#drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 275px;
    color: inherit;
    z-index: 999999999999;
    padding: 20px;
    display: none;
}

#close-drawer {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

#cover {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 899;
    display: none;
}

#drawer ul {
    list-style-type: none;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-padding-start: 0px;
    margin: 0px auto;
    text-align: left;
}

#drawer ul li {
    display: block;
    text-align: left;
    padding: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-padding-start: 0px;
    line-height: 3;
}

#drawer ul li ul {
    padding: 0px 0px 0px 15px;
}

.drawer-inner {
    opacity: 0;
    transition: opacity 100ms ease;
    padding: 15px;
}

#drawer.open .drawer-inner {
    opacity: 1;
}

#drawer ul.social-menu {
    display: block;
    width: inherit;
}

#drawer .social-menu li {
    display: inline-block;
    width: inherit;
    padding: 0px 2px;
}

/*--------------------------------------------------------------
E. PAGINATION: POST + PAGE NAVIGATION
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .pagination {
    margin: 0 0 15px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 28px;
    font-weight: 400;
    font-family: 'bebas-neue', sans-serif;
}

.pagination {
    display: block;
    text-align: center;
    margin: 60px auto;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.page-numbers.current {
    padding: 10px;
    background-image: url(images/bg2.png);
}

/*Post Pagination*/
.post-pagination {
    display: block;
    text-align: center;
    margin: 15px auto 0px;
    max-width: 900px;
    padding: 0px;
}

.post-pagination .nav-previous {
    float: left;
    display: inline-block
}

.post-pagination .nav-next {
    float: right;
    display: inline-block
}

/*--------------------------------------------------------------
F. INFINITE SCROLL
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
6. FOOTER
--------------------------------------------------------------*/
.site-footer {
    display: block;
    padding: 60px 0px;
    position: relative;
}

.col-4 {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 10px 15px;
    border-left: 2px solid #FFFFFF;
    width: 20%;
}

#first.col-4 {
    border-left: 0px;
    width: 40%;
    text-align: center;
}

.col-4 img {
    max-width: 250px;
}

.col-4 ul {
    margin: 0px;
}

.col-4 li {
    display: block;
    line-height: 2;
}

.footer-social {
    margin: 0px auto 30px;
}

.backtotop {
    max-width: 150px;
    margin: 0px auto;
    text-align: center;
    padding: 10px;
    position: absolute;
    right: 100px;
    top: -41px;
}

/*--------------------------------------------------------------
A. SUBSCRIBE
--------------------------------------------------------------*/
.subscribe {
    text-align: center;
    margin: 30px auto 0px;
    padding: 30px 0px;
}

.subscribe .mc-field-group {
    display: inline-block;
    max-width: 300px;
}

.subscribe p {
    text-align: center;
    max-width: 450px;
    margin: 0px auto 5px;
}

#postcta {
    max-width: 735px;
    margin: 0px auto;
}

.mc4wp-form-fields input {
    display: inline-block;
    max-width: 275px;
    margin: 0px auto 5px;
}
.mc4wp-form-fields input[type="submit"] {
    display: block;
}
/*--------------------------------------------------------------
B. CALL OUT BOXES
--------------------------------------------------------------*/
.callout-box {
    margin: 0px auto;
    text-align: center;
}

.calloutbox {
    display: inline-block;
    width: 23%;
    margin: 0px 1%;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    padding: 10px;
}

#calloutbox {
    display: table;
    width: 100%;
    height: 200px;
    background-size: cover;
}

#calloutbox a {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(1, 40, 73, .3);
    font-size: 20px;
}

/*--------------------------------------------------------------
C. TRENDING
--------------------------------------------------------------*/
.trending {
    max-width: 1100px;
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding: 30px 0px 0px;
    margin: 0px auto 30px;
    text-align: center;
}

/*--------------------------------------------------------------
7. CONTENT + LAYOUT
--------------------------------------------------------------*/
.site-content {
    max-width: 100%;
    padding: 0px;
    width: inherit;
    margin: 30px auto 0px;
}

.blog #primary {
    width: 68%;
    float: left;
}

#primary {
    float: none;
    width: inherit;
    max-width: 100%;
    margin: 0px auto;
}

.home .main-content {
    max-width: 1100px;
    margin: 0px auto;
    width: 98%;
}

.archive #primary, .search #primary, .error #primary, .page-template-page-recipe #primary {
    text-align: center;
    max-width: 1100px;
}

.blog #secondary {
    width: 30%;
    float: right;
    margin: 0px auto;
    text-align: center;
}

/*--------------------------------------------------------------
A. POSTS + PAGES
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0px;
}

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

.single .byline,
.group-blog .byline {
    display: inline;
}

.bypostauthor {
    padding: 0px;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0px auto 15px;
}

.blog-headline {
    text-align: center;
}

.ad-field {
    display: block;
    text-align: center;
    padding: 15px 0px;
    margin: 0px auto;
    max-width: 1100px;
}

.ad-border {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.hero-border {
    border-top-width: 2px;
    border-top-style: solid;
}

/*--------------------------------------------------------------
B. FULL POST
--------------------------------------------------------------*/
.full {
    max-width: 735px;
    margin: 0px auto;
}

.postinfo {
    display: block;
    text-align: center;
    margin: 0px auto 15px;

}

.postinfo li {
    display: inline-block;
}

.postinfo li:after {
    content: '\00b7';
    padding: 0px 2px 0px 5px;
}

.postinfo li:last-child:after {
    display: none;
}

.entry-content p {
    text-align: justify;
}

/*Shop The Post*/
.post-shop {
    display: block;
    text-align: center;
    margin: 30px auto;
    padding: 15px;
}

#post-shop {
    background: #FFFFFF;
    padding: 15px;
}

#affiliate-widget {
    margin: 0px auto 15px;
}

/*Post Footer*/
.entry-footer {
    display: block;
    border-width: 2px;
    border-style: solid;
    border-top-width: 15px;
    padding: 15px;
}

.post-details {
    display: table;
    width: 100%;
}

.col-2 {
    display: table-cell;
    vertical-align: top;
    width: 35%;
    padding-right: 15px;
}

.col-2 h6 {
    line-height: 1;
    margin: 0px 0px 5px;
}
.post-details .col-2.small-caps{
    width: 35%;
}
.relatedposts {
    width: 55%;
    border-left-width: 2px;
    border-left-style: solid;
    padding-left: 15px;
    padding-right: 0px;
    text-align: left;
}

.relatedposts .thumb {
    display: inline-block;
    width: 32%;
    margin: 0px;
}

.relatedposts .thumb .featured {
    height: 200px;
}

.post-social {
    display: block;
    text-align: center;
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin: 15px auto;
    padding: 15px 0px;
}

.post-social .fa {
    padding: 0px 5px;
}

/*Author Bio*/
.post-author {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding: 0px 0px 15px;
    margin: 0px auto 15px;
    display: table;
    width: 100%;
}

.post-author .col-2 {
    vertical-align: middle;
}

.author-info {
    width: 80%;
}

.user-social {
    margin: 5px 0px 0px;
}

/*--------------------------------------------------------------
C. GRID
--------------------------------------------------------------*/
.grid {
    display: inline-block;
    width: 30%;
    margin: 0px 1% 30px;
    vertical-align: top;
}

.blog #primary .grid {
    width: 45%;
}

#recipes .grid {
    width: 22%;
}

.featured {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 450px;
    display: table;
    line-height: 1;
}

#recipes .featured {
    height: 350px;
}

.featured a {
    display: table-cell;
    opacity: 1;
    width: 100%;
    vertical-align: bottom;
    text-align: center;
    line-height: 1;
    padding: 10px;
}

.featured a:hover {
    opacity: 1;
    background: rgba(1, 40, 73, .25);
}

span.entry-header {
    display: block;
    padding: 5px;
    border: 2px solid #FFFFFF;
    position: relative;
}

.featured a:hover span.entry-header {
    border-width: 2px;
    border-style: solid;
}

span.entry-title {
    margin: 0px;
    padding: 10px;
    background: rgba(255, 255, 255, .95);
    display: block;
    font-size: 21px;
}

.featured a:hover span.entry-title {
    color: #FFFFFF;
}

/*--------------------------------------------------------------
D. THUMB
--------------------------------------------------------------*/
.thumb {
    display: inline-block;
    width: 22%;
    margin: 0px 5px 10px;
    vertical-align: top;
}

.thumb .featured {
    height: 300px;
}

.thumb .featured a, .list .featured a, .heroposts .featured a, .abbr .featured a, .video .featured a{
    opacity: 0;
    vertical-align: middle;
    font-size: 18px;
}

.thumb .featured a:hover, .list .featured a:hover, .heroposts .featured a:hover, .abbr .featured a:hover, .video .featured a:hover {
    color: #FFFFFF;
    opacity: 1;
}

.blog #primary .thumb {
    width: 30%;
}

/*--------------------------------------------------------------
E. LIST
--------------------------------------------------------------*/
.list {
    margin: 0px auto 15px;
    display: block;
    max-width: 735px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding: 0px 0px 15px;
}

.list-post {
    display: table;
    width: 100%;
}

.list #featured {
    display: table-cell;
    width: 25%;
}

.list .featured {
    height: 250px;
}

.list .info {
    display: table-cell;
    width: 75%;
    vertical-align: middle;
    padding: 15px;
    text-align: left;
}

.list .entry-title, .list .postinfo {
    text-align: left;
    margin: 0px 0px 15px;
    line-height: 1;
}

.entry-summary {
    margin: 0px 0px 15px;
}

/*--------------------------------------------------------------
F. HERO
--------------------------------------------------------------*/
.hero {
    max-width: 1100px;
    width: 95%;
    margin: 0px auto;
    padding: 15px 0px;
}

.heroposts {
    display: table;
}

.heroposts #featured {
    width: 65%;
    display: table-cell;
    vertical-align: middle;
}

.heroposts .info {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
}

#hero-info {
    padding: 15px;
    display: block;
}

.featimg {
    display: inline-block;
    width: 49%;
    padding-left: 5px;
}

.featimg .featured {
    height: 450px;
}

.hero p, .hero .continue-reading {
    text-align: center;
}
/*--------------------------------------------------------------
G. Video
--------------------------------------------------------------*/
.video {
    display: inline-block;
    width: 30%;
    margin: 0px 1% 30px;
    vertical-align: top;
}

#video-image.featured {
    height: 186px;
}

.video h4 {
    margin: 0px auto;
    line-height: 1.25;
}
/*--------------------------------------------------------------
G. ABBR
--------------------------------------------------------------*/
.secondary-hero {
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    max-width: 1100px;
    margin: 0px auto;
    padding: 30px 0;
    text-align: center;
}

.abbr {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0px 1%;
    padding: 0px 1%;
}

.abbr .featured {
    height: 250px;
    margin: 0px auto 10px;
}

.abbr p {
    text-align: center;
}

/*--------------------------------------------------------------
9. PAGE SPECIFIC
--------------------------------------------------------------*/
.page-title {
    text-align: center;
}

.page-links {
    clear: both;
}

.page-content {
    text-align: justify;
    max-width: 735px;
    margin: 0px auto 15px;

}

.page-meta {
    max-width: 600px;
    margin: 0px auto;
}

.static {
    max-width: 735px;
    margin: 0px auto;
}

#subgroup {
    margin: 30px auto;
    max-width: 735px;
    width: 100%;
    padding: 30px 0px;
}

#subgroup h2 {
    text-align: center;
}
#subgroup p {
    text-align: justify;
}
.even {
    background: #eaedf0;
}

#section-content {
    margin: 30px auto;
    max-width: 735px;
    width: inherit;
    padding: 60px;
}

.page .continue-reading {
    display: block;
    padding: 15px;
    text-align: center;
}

.page .continue-reading a {
    padding: 15px;
}

.page-column {
    display: table;
    width: 100%;
    margin: 0px auto 15px;
}

.cl, .cr {
    display: table-cell;
    width: 49%;
    vertical-align: middle;
}

.cr {
    padding-left: 15px;
}

/*--------------------------------------------------------------
A. SHOP/PANTRY
--------------------------------------------------------------*/
.shop-section {
    max-width: 1100px;
    margin: 0px auto 30px;
    text-align: center;
    padding: 30px;
    width: 98%;
}

.list-group {
    display: table;
    width: 100%;
}

#list-group ul {
    margin: 0px;
    display: table-cell;
    width: 25%;
    padding: 0px 10px;
}

#list-group li {
    display: block;
        margin: 0px auto 5px;
}

.product {
    display: inline-block;
    width: 17%;
    margin: 0px 1% 15px;
    line-height: 1;
    vertical-align: top;
}

#product-image {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    display: table;
}

#product-image a {
    display: table-cell;
    opacity: 1;
}
.product-info .small-caps {
    display: block;
    margin: 10px auto 5px;
}
.product-info h6 {
    margin: 0px auto 25px;
}
/*--------------------------------------------------------------
B. RECIPE BOX
--------------------------------------------------------------*/
#recipes {
    text-align: center;
}

.recipe-filter {
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding: 15px 0px;
    margin: 0px auto 15px;
    width: 98%;
}

#uwpqsf_id {
    border: 0px;
    display: table;
    width: 100%;
    text-align: center;
}

.uform_title {
    display: none;
}

.uwpqsf_class {
    margin-bottom: 10px;
    display: table-cell;
    width: 25%;
    text-align: left;
}

.uwpqsf_class > span[class*='taxolabel-'], .uwpqsf_class > span[class*='cmflabel-'] {
    float: none !important;
    padding: 0px !important;
    font-weight: 400 !important;
    clear: both;
    width: inherit;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-family: 'bebas-neue', sans-serif;
    display: block !important;
}

.uwpqsf_class > label {
    float: none !important;
    width: initial;
    display: inline-block;
    padding-right: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
}

/*--------------------------------------------------------------
C. TEMPLATES
--------------------------------------------------------------*/
/*ERROR TEMPLATE*/
.error-404 .page-content {
    max-width: 735px;
    margin: 0px auto;
    text-align: center;
}

.error-404 #searchform {
    margin: 15px auto 30px;
}

/*SEARCH TEMPLATE*/
.search .page-title {
    display: block;
}

.search .page-title span {
    display: block;
    margin: 5px auto 0px;
    font-family: 'bebas-neue', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
D. Archive templates
--------------------------------------------------------------*/
.cat-group {
    max-width: 1100px;
    margin: 0px auto;
    text-align: center;
    padding: 30px;
}

.cat-group .entry-summary {
    text-align: justify;
}
#list-group.cat-group {
        margin: 0px auto 30px;
}

.archive-header {
    max-width: 1100px;
    width: 98%;
    margin: 30px auto;
}

.archive-header .col-2.first {
    width: 75%;
}

.archive-header .col-2.second {
    width: 25%;
    padding-right: 0px;
    padding-left: 15px;
    border-left-width: 2px;
    border-left-style: solid;
}

.col-2.second .cat-group {
    padding: 0px;
}

.archive-header .product {
    display: block;
    width: 100%;
    margin: 0px auto 10px;
}

.archive-header .product #product-image {
    margin: 0px auto 5px;
}

.archive-header .page-content {
    max-width: 100%;
        border-bottom: 2px solid #eaedf0;
    padding: 0px 0px 15px;
}
.podcast-image {
    display: table-cell;
    vertical-align: middle;
}
/*--------------------------------------------------------------
9. COMMENTS
--------------------------------------------------------------*/
.comments-area {
    max-width: 100%;
    margin: 0px auto;
    width: inherit;
    background-image: url('images/bg2.png');
    padding: 30px 0px;
}

#comments-list {
    width: inherit;
    margin: 0px auto;
    background: #eaedf0;
    padding: 30px 0px;
}

.comment {
    max-width: 735px;
    margin: 0px auto;
}

#comments h3, #comments h2, #reply-title {
    text-align: center;
}

#comments label {
    display: block;
}

.comment-list h6 {
    margin: 0px auto 5px;
}

#comments-list ul.children {
    max-width: 735px;
    margin: 0px auto;
}

#comments-list ul.children .comment {
    margin-left: 30px;
}

.comment-body {
    border-left-style: solid;
    border-left-width: 5px;
    background: #FFFFFF;
    display: block;
    padding: 15px;
    margin: 0px auto 30px;
}

/*COMMENTS RESPONSE*/
.comment-respond {
    background: #FFFFFF;
    border-top-width: 5px;
    border-top-style: solid;
    padding: 15px;
    max-width: 735px;
    margin: 0px auto 30px;
}

#cancel-comment-reply-link {
    display: block;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
p.akismet_comment_form_privacy_notice {
    opacity: .7;
    text-align: center;
    max-width: 600px;
    margin: 40px auto;
    font-family: Georgia, serif;
    font-style: italic;
}
/*--------------------------------------------------------------
10. WIDGETS
--------------------------------------------------------------*/
.widget {
    border-width: 2px;
    border-style: solid;
    padding: 10px;
    margin: 0px auto 30px;
}

.widget-title {
    text-align: center;
    margin: 0px auto 15px;
}

.widget ul, .widget ol {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.widget p {
    margin: 0px auto 5px;
}

.widget li {
    display: block;
    line-height: 1.25;
    padding: 0px 0px 10px;
    text-align: center;
}

.widget input {
    max-width: 300px;
    width: 100%;
    margin: 2px auto;
    line-height: 1;
    padding: 10px;
    text-align: center;
}

.widget input::placeholder {
    color: inherit;
    text-transform: uppercase;
}

.mc4wp-form br {
    display: none;
}

.widget label {
    margin: 10px auto;
    display: block;
    line-height: 1;
}

.tag-cloud-link {
    font-size: 11px !important;
    padding: 0px 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*--------------------------------------------------------------
A. StudioLMH WIDGETS
--------------------------------------------------------------*/
.widget .thumb {
    width: 49%;
    margin: 0px auto 5px;
}

.widget .featured {
    height: 220px;
}

/*------------------------------------------------------------
B. IMAGE WIDGETS
--------------------------------------------------------------*/
.widget_media_image {
    position: relative;
}

.widget_media_image .widget-title {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .95);
    padding: 10px;
    width: 200px;
    bottom: 45%;
    margin: 0px auto;
    top: 45%;
    vertical-align: middle;
    line-height: 1;
    display: table;
}

.widget .wp-caption-text {
    display: none;
}

.widget figure, .widget .wp-caption {
    margin: 0px auto;
}

#about-widget {
    padding: 0px;
}

.about-widget {
    border-bottom: 2px solid #eaedf0;
}

.about-widget img {
    padding: 15px;
}

#about-widget h6 {
    margin: 0px auto 5px;
}

.about-info {
    padding: 15px 0px;
}

ul.meta-share {
    margin: 0px auto;
}

.meta-share li {
    display: inline-block;
    padding: 0px 5px;
    font-size: 16px;
}

/*--------------------------------------------------------------
11. RESPONSIVE FEATURES
--------------------------------------------------------------*/
@media screen and (min-width: 700px) and (max-width: 960px) {
    #primary, .blog #primary {
        float: none;
        width: inherit;
        margin: 20px auto;
    }

    #secondary, .blog #secondary {
        float: none;
        width: inherit;
        margin: 20px auto;
    }

    .widget {
        display: inline-block;
        width: 47%;
        vertical-align: top;
        margin: 0px 1% 30px;
    }

    .mobile-navigation {
        display: table;
        width: 100%;
    }

    .main-navigation, #masthead #left, #masthead #right {
        display: none;
    }

    .featured {
        height: 375px;
    }

    .featimg .featured {
        height: 400px;
    }

    #recipes .featured {
        height: 250px;
    }

    span.entry-title {
        font-size: 14px;
    }
}

@media screen and (min-width: 961px) {
    .mobile-navigation {
        display: none;
    }
}

@media screen and (max-width: 699px) {
    #primary, .blog #primary {
        float: none;
        width: inherit;
        margin: 20px auto;
    }

    #secondary, .blog #secondary {
        float: none;
        width: inherit;
        margin: 20px auto;
    }

    .mobile-navigation {
        display: table;
        width: 100%;
    }

    .main-navigation, #masthead #left, #masthead #right {
        display: none;
    }

    .header-title {
        max-width: 300px;
    }

    .abbr, .list-post, .grid, #recipes .grid {
        display: block;
        width: 98%;
        margin: 0px auto 15px;
    }

    .list .featured, .grid .featured, #recipes .grid .featured {
        height: 300px;
    }

    .list .info {
        display: block;
        width: 100%;
        padding: 15px 0px;
        text-align: center;
    }

    .list .entry-title, .list .postinfo {
        text-align: center;
    }

    .calloutbox {
        width: 46%;
    }

    #calloutbox {
        height: 150px;
    }

    .col-4, #first.col-4 {
        display: block;
        border-left: 0px;
        width: 98%;
        margin: 0px auto;
        padding: 10px 0px;
    }

    .col-4 li {
        display: inline-block;
        text-align: center;
        width: 45%;
    }

    .col-4 .social-menu li {
        display: inline-block;
        width: inherit;
    }

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

    .credits li {
        display: block;
        text-align: center;
        width: inherit;
    }

    .backtotop {
        right: 15px;
    }

    .mc-field-group {
        display: block;
        margin: 0px auto 2px;
    }

    .featimg .featured {
        height: 200px;
    }

    #horizontal.featured {
        height: 300px;
    }

    .heroposts .info, .heroposts #featured {
        display: block;
        width: inherit;
    }

    .full, #postcta, .comment-respond {
        width: 95%;
    }

    .col-2 {
        display: block;
        padding-right: 0px;
        width: 100%;
        padding-bottom: 15px;
        text-align: center;
    }

    .relatedposts {
        display: block;
        border-left: 0px;
        border-top-width: 2px;
        border-top-style: solid;
        padding-left: 0px;
        padding-top: 15px;
    }

    .relatedposts .thumb {
        display: inline-block;
        width: 32%;
        margin: 0px;
    }

    .post-social span.small-caps {
        display: block;
    }

    .archive-header .col-2.first {
        width: 95%;
        margin: 0px auto;
    }

    .archive-header .col-2.second {
        width: 95%;
        padding-right: 0px;
        padding-left: 0px;
        border-top-width: 2px;
        border-top-style: solid;
        border-left: 0px;
        padding-top: 15px;
        margin: 0px auto;
    }

    #list-group ul {
        display: inline-block;
        width: 50%;
        padding: 0px 10px;
        vertical-align: top;
        margin: 0px auto 15px;
    }

    .static .entry-content, .page-content {
        width: 95%;
        margin: 0px auto;
    }

    .product {
        display: block;
        width: inherit;
        margin: 0px auto 15px;
    }

    #product-image {
        margin: 0px auto 5px;
    }
    .post-details .col-2.small-caps {
    width: 100%;
}
}
/*
Social Menu CSS

@package essentialomnivore

*/
li.home-link a:before {
    content: '\f015';
    font-family: "Font Awesome 5 Free";
		font-weight: 600!important;
    padding-right: 2px;
    font-size: 12px;
    line-height: 1;
}

li.shop-link a:before {
    content: '\f290';
    font-family: "Font Awesome 5 Free";
		font-weight: 600!important;
    padding-right: 2px;
    font-size: 10px;
    line-height: 1;

}
li.open-menu a span {
    display: none;
}

li.open-menu a:before {
    content: '\f0c9';
    font-family: "Font Awesome 5 Free"!important;
		font-weight: 600!important;
    padding-right: 2px;
}



li.shop-link ul li a:before, li.home-link ul li a:before {
    display: none;
}
ul.social-menu {
    margin: 0px;
}
.social-menu li {
    display: inline-block;
    margin-right: 10px;
}

.social-menu li a[href*="#search"]::before {
    content: "\f002";
}

.social-menu li a::before {
    font-family: "Font Awesome 5 Brands";
    font-size: 10px;
    font-weight: 400 !important;
    line-height: 1;
}

.social-menu li a {
    font-family: "Font Awesome 5 Brands";
    font-weight: 100 !important;
}

.social-menu li a span {
    left: -999em;
    position: absolute;
}

.social-menu li a[href*="behance.net"]::before {
    content: "\f1b4";
}

.social-menu li a[href*="digg.com"]::before {
    content: "\f1a6";
}

.social-menu li a[href*="dribbble.com"]::before {
    content: "\f17d";
}

.social-menu li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.social-menu li a[href*="flickr.com"]::before {
    content: "\f16e";
}

.social-menu li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.social-menu li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.social-menu li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.social-menu li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}

.social-menu li a[href*="snapchat.com"]::before {
    content: "\f2ac";
}

.social-menu li a[href*="stumbleupon.com"]::before {
    content: "\f1a4";
}

.social-menu li a[href*="tumblr.com"]::before {
    content: "\f173";
}

.social-menu li a[href*="twitter.com"]::before {
    content: "\f099";
}

.social-menu li a[href*="vimeo.com"]::before {
    content: "\f27d";
}

.social-menu li a[href*="wordpress.org"]::before,
.social-menu li a[href*="wordpress.com"]::before {
    content: "\x19a";
}

.social-menu li a[href*="youtube.com"]::before {
    content: "\f167";
}

.social-menu li a[href$="/feed/"]::before,
.social-menu li a[href$="/feed"]::before,
.social-menu li a[href*="feedburner.com"]::before,
.social-menu li a[href*="feedly.com"]::before,
.social-menu li a[href*="?feed=rss2"]::before {
    content: "\f09e";
	    font-family: "Font Awesome 5 Free"!important;
		font-weight: 600!important;
}

.social-menu li a[href*="bloglovin.com"]::before {
    content: "\f004";
	    font-family: "Font Awesome 5 Free"!important;
		font-weight: 600!important;
}

.social-menu li a[href*="eepurl.com"]::before {
    content: "\f0e0";
	    font-family: "Font Awesome 5 Free"!important;
	font-weight: 600;
}

.social-menu li:hover {
    background: none;
}
/*CSS For Recipe Box and Forms*/

/*--------------------------------------------------------------
## WP Recipe Maker
--------------------------------------------------------------*/
html body .wprm-recipe-container .wprm-recipe {
    background-image: url('images/bg2.png');
    padding: 30px;
    margin: 15px auto 0px;
    border: 0px !important;
}
.wprm-recipe-simple h2.wprm-recipe-name {
    font-size: 28px!important;
}
.wprm-recipe-details-container {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    margin-bottom: 0px!Important;
    line-height: 2;
}
.wprm-recipe-details-unit {
    font-size: inherit!Important;
}
.wprm-recipe-details-name {
    min-width: inherit!Important;
}
span.wprm-recipe-details-icon {
    display: none;
}
h3.wprm-recipe-header {
    margin-top: 10px;
    font-size: 21px!important;
    color: #dc9d8f!important;
}
h4.wprm-recipe-group-name {
    margin-top: 5px!important;
    font-weight: 400!important;
    font-size: 12px!important;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.wprm-recipe-buttons {
    text-transform: uppercase;
    background: #203b71;
    padding: 10px;
}
.wprm-recipe-image-container .wprm-recipe-print {
    font-size: 10px!important;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 2px;
    color: #FFFFFF!important;
}
.wprm-recipe-image {
    line-height: 1;
    margin: 0px;
}
   body {
            color: #012849;
        }
        input[type="checkbox"]:checked,  .featured a:hover span.entry-title{
            background: #012849;
        }

        input[type="checkbox"], .subscribe input[type="text"], .subscribe input[type="email"], .subscribe  input[type="url"], .featured a:hover span.entry-header, .comment-respond     {
            border-color: #012849;

        }

        /*Coral*/
        a, a:focus, a:active, .alt-link a:hover, .coral, .uwpqsf_class > span[class*='taxolabel-'], .uwpqsf_class > span[class*='cmflabel-'] {
            color: #dc9d8f;
        }
        button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .page .continue-reading a:hover {
            background: #dc9d8f;

        }
        /*Blue*/
        h1, h2, h3, h4, h5, h6 {
            color: #203b71;
        }

        a:hover, .alt-link a {
            color: #203b71;
        }
        button, input[type="button"], input[type="reset"], input[type="submit"], .page .continue-reading a{
            background: #003a55;
            color: #FFFFFF;
        }


        /*ACCENT*/

        input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
            border-color: #eaedf0;
        }
        #site-navigation .site-info, #lightbox-inner, .calloutbox, .trending, .entry-footer, .post-social, .post-author, .list, .recipe-filter, .widget, .secondary-hero, .abbr.odd, .ad-border, .hero-border,
        .archive-header .col-2.second, .relatedposts {
            border-color: #eaedf0;

        }
        .subscribe, #list-group, #site-navigation.fixed {
            background: #eaedf0;

        }

        /*White*/
        body {
            background: #ffffff;
        }

        input[type="checkbox"] {
            color: #ffffff;
        }

        .white-link, .white-link a {
            color: #ffffff;
        }
        .white-link a:hover {
            opacity: .75;
        }


