html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    border: 0;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

big {
    font-size: 120%
}

small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: "Mukta", sans-serif;
    font-size: 12px
}

ins {
    text-decoration: none;
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

b,
strong {
    font-weight: bold;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
    word-break: normal
}

.screen-reader-text:focus {
    background: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 99999;
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 999999;
    right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

figcaption,
.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

mark {
    background: var(--bcs--secondary);
    color: var(--bcs--secondary--font);
}

/* Main
---------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-weight: normal;
    line-height: 1.25em;
    font-family: "Marcellus", serif;
    margin: 0;
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
    background: #fdfcfb;
    color: #222;
    font-family: "Mukta", sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.625;
    padding: 0 !important;
}

a {
    color: #585858;
    text-decoration: none;
    text-decoration-skip-ink: auto;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

a:focus,
a:hover {
    opacity: .7;
    text-decoration: none;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}
a.alignnone {
    display: inline-block;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img {
    height: auto;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

img.centered,
.aligncenter,
.singular-image {
    display: block;
    margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
    margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 30px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 20px 20px;
}

p {
    margin: auto;
    padding: 0;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 1px solid currentColor;
    clear: both;
    color: #eee;
    margin: 1.65em auto;
}

.breadcrumb {
    border: 1px solid var(--bcs--secondary);
    padding: 5px 15px;
    letter-spacing: 2px;
    font-size: 14px;
    text-align: center;
    margin: 0 20px 20px;
}

a,
button,
.button,
.to-top,
input:focus,
.gallery img,
#bcs-main-menu,
textarea:focus,
.about-widget img,
input[type="reset"],
input[type="submit"],
input[type="button"],
.widget_archive li a,
.widget_pages ul li a,
ul.menu li ul.sub-menu,
.wp-block-page-list li a,
.recent-posts .entry-title,
.widget_categories ul li a,
#sidebar .widget_nav_menu ul li a,
#search-form .search-form:before,
a.wp-block-post-excerpt__more-link,
#search-form .search-submit, #search-form,
.enews-widget input[type="submit"] {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition:    all 0.5s ease-in-out;
    -ms-transition:     all 0.5s ease-in-out;
    -o-transition:      all 0.5s ease-in-out;
    transition:         all 0.5s ease-in-out;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
    background: #fff;
    border: 1px solid #ddd;
    color: #444;
    padding: 13px;
    max-width: 100%;
    border-radius: 2px;
}

select {
    padding: 0;
}

:focus {
    outline:none ;
}

input:focus,
textarea:focus {
    background: #fff;
    outline: none;
    border-color: var(--bcs--primary);
}

textarea,
input[type="url"]
input[type="email"],
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

select:focus-visible {
    outline: 0;
}

/* sitewide styles
---------------------------------------------*/
.nojq{
    position: fixed !important;
}

::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--bcs--secondary);
}

::-webkit-scrollbar-thumb {
    background: var(--bcs--primary--font);
}

::-webkit-scrollbar-button {
    background: var(--bcs--primary);
}

::selection {
    background: var(--bcs--secondary);
    color: var(--bcs--secondary--font);
}

::-moz-placeholder {
    color: #444;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #444;
}

button,
.button,
a.more-link,
input[type="button"],
input[type="reset"],
input[type="select"],
input[type="submit"],
button.wp-block-search__button,
#sidebar .widget_pages ul li a,
#sidebar .wp-block-page-list li a,
#sidebar .widget_categories ul li a,
#sidebar .widget_archive li a,
#sidebar .widget_nav_menu ul li a,
.single-content .entry-content a.wp-block-post-excerpt__more-link,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background-color: var(--bcs--primary);
    border: 0;
    color: var(--bcs--primary--font);
    cursor: pointer;
    font-size: 11px;
    padding: 1.2em;
    font-family: inherit;
    border-radius: 50px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: normal;
}

a.more-link {
    letter-spacing: 3px;
    margin-top: 20px;
    display: table;
}

.button.large {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 20px 30px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
a.more-link:hover,
.wp-block-button__link:hover,
#sidebar .widget_pages ul li a:hover,
#sidebar .wp-block-page-list li a:hover,
#sidebar .widget_categories ul li a:hover,
#sidebar .widget_archive li a:hover,
button.wp-block-search__button:hover,
#sidebar .widget_nav_menu ul li a:hover
a.wp-block-post-excerpt__more-link:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    background: var(--bcs--secondary) !important;
    color: var(--bcs--secondary--font) !important;
    opacity: 1;
}

.button,
button {
    outline: 0;
    display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 8px 16px;
}

#container button:disabled,
#container button:disabled:hover,
#container input:disabled,
#container input:disabled:hover,
#container input[type="button"]:disabled,
#container input[type="button"]:disabled:hover,
#container input[type="reset"]:disabled,
#container input[type="reset"]:disabled:hover,
#container input[type="submit"]:disabled,
#container input[type="submit"]:disabled:hover {
    background: #ebe9eb;
    border-width: 0;
    color: #bbb;
    cursor: not-allowed;
    padding: 1em;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

table {
    border-collapse: collapse;
    line-height: 2;
    margin-bottom: 20px;
    width: 100%;
    word-break: break-all;
}

td {
    text-align: left;
}

td {
    border-top: 1px solid #eee;
}

th {
    text-align: left;
    font-weight: 400;
    padding: 0 6px;
}

td:first-child,
th:first-child {
    padding-left: 0;
}

/* Search Form
--------------------------------------------- */
.search-form,
.wp-block-search__no-button .wp-block-search__inside-wrapper {
    overflow: hidden;
    position: relative;
}

.search-form:before,
.wp-block-search__no-button .wp-block-search__inside-wrapper:before {
    color: #000000;
    content: "\e90a";
    font-family: "bcicons";
    left: 15px;
    position: absolute;
    top: 9px;
}

.wp-block-search__no-button .wp-block-search__inside-wrapper:before {
    top: 10px;
}

.entry-content .search-form {
    margin-bottom: 40px;
    width: 60%;
    padding: 5px;
}

.wp-block-search__no-button input[type="search"] {
    padding-left: 40px;
}

.search-form input[type="search"] {
    padding-bottom: 10px;
    padding-left: 40px;
    padding-top: 12px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

#wrapper {
    overflow: hidden;
}

/* Social Follow
----------------------------------------------*/
ul.bcs-social-buttons {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

ul.bcs-social-buttons li {
    display: inline-block;
    margin-right: 20px;
}

ul.bcs-social-buttons li:last-child {
    margin-right: 0;
}

ul.bcs-social-buttons li a {
    color: inherit;
}

/* Social Share
----------------------------------------------*/
.social-share {
    display: flex;
    align-items: center;
    min-height: 15px;
}

.bc-header {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 0;
}

.bc-share-buttons {
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.bc-share-buttons li {
    display: flex;
    padding: 0 10px;
    margin: 0;
}

.bc-share-buttons li a {
    color: #000000;
    text-decoration: none;
}

/* Header
---------------------------------------------*/
#header {
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    width: 100%;
    top: auto;
    z-index: 9999;
    border-top: 4px solid var(--bcs--primary);
    border-bottom: 1px solid var(--bcs--primary);
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
}

#header.fixed {
    position: fixed;
}

#header #branding {
    display: flex;
    margin-right: 10px;
    overflow: hidden;
    align-items: center;
}

#header a {
  color: #000000;
}

.site-title,
.site-title h1 {
    font-weight: bold;
    line-height: 1;
    font-family: "Marcellus", serif;
    text-transform: uppercase;
}

.site-logo h1 {
    font-size: 0;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0) /* IE7 */;
}

.site-description {
    font-size: 11px;
    letter-spacing: 2.5px;
    line-height: 1;
    margin-top: 3px;
    text-transform: uppercase;
}

/* Menu
---------------------------------------------*/
.menu a {
    color: #000000;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    text-transform:uppercase;
}

/* Header Menu
---------------------------------------------*/
#header #menu {
    display: flex;
    align-items: center;
    margin-left: auto;
}

#bcs-main-menu {
    z-index: 2;
}

#bcs-main-menu .menu-item-has-children:before {
    content: '\e943';
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 11px;
    font-family: 'bcicons';
    font-weight: bold;
    display: inline-block;
    text-rendering: auto;
    cursor: pointer;
}

/* Nav Search
---------------------------------------------*/
#toggle-icon {
    display: block;
    position: relative;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.search-toggle::before {
    content: "\e90a";
    font-size: 18px;
}

.bcs-search .search-toggle::before {
    content: "\2715";
    font-size: 20px;
    top: -2px;
    position: absolute;
}

#search-form {
    position: absolute;
    background: var(--bcs--accent);
    visibility: hidden;
    opacity: 0;
    width: 400px;
    text-align: center;
    right: 0;
    box-shadow: -3px 3px 5px 0px rgb(80 80 80 / 23%);
    transition: opacity .4s, visibility .4s linear;
    z-index: 2;
}

.bcs-search #search-form {
    visibility: visible;
    opacity: 1;
}

#search-form .search-form:before,
#search-form .search-form-submit {
    display: none;
}

#search-form .search-form input[type="search"] {
    position: relative;
    width: 300px;
    padding: 13px 15px;
    border: 1px solid #eee;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: width 500ms ease, background 400ms ease;
    transition: width 500ms ease, background 400ms ease;
}

#search-form .search-form input[type="search"]:focus {
    width: 250px;
    text-align: center;
    outline: 0;
    background-color: #fff;
    cursor: text;
    color: #444;
}

#search-form .search-form:before,
#search-form .search-submit {
    display: none;
}
    

/* Content Area
---------------------------------------------------------------------------------*/
#container {
    clear: both;
    max-width: 1440px;
    display: block;
    word-wrap: break-word;
    margin: 50px auto;
    min-height: 100vh;
}

#container:after {
    content: "";
    clear: both;
    display: block;
}

.attachment #content .header {
    background: none;
}

#content article,
#bcs-related,
#sidebar section {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 2%);
}

#bcs-related ul h3,
.recent-posts .entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

#sidebar section {
    margin-bottom: 30px;
    min-height: 100px;
    text-align: center;
}

#sidebar *:last-child,
#sidebar section:last-child,
#content article:last-child {
    margin-bottom: 0;
}

#sidebar section article{
    line-height: 1.5;
}

.widget-container h2,
.widget-container h3.widget-title {
    font-family: "Marcellus", serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 25px;
    line-height: 1.2;
}


/* Global Content
---------------------------------------------*/
#content article {
    margin-bottom: 45px;
}

article header {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.post-edit-link {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    line-height: 1;
    color: inherit;
}

.post-edit-link:before {
    content: '\270e';
}

.entry-meta  {
    margin-top: 5px;
}

.cat-links,
.entry-meta {
    font-size: 11px;
    text-transform: uppercase;
}

.entry-meta a {
    color: #000000;
}

.tag-links,
.cat-links,
.entry-meta {
    display: block;
}

.tag-links,
.cat-links {
    margin-bottom: 5px;
}

.entry-date + .my-comments:before,
.author + .date-comments:before {
    content: '\25AA';
}

header h1.entry-title,
header h2.entry-title {
    letter-spacing: 2px;
    font-size: 35px;
    line-height: 1.3;
}

p.error-info {
    text-align: center;
    padding: 30px;
}

p.error-info a {
    font-weight: bold;
}


/* Back To Top
--------------------------------------------- */
.to-top {
    position: fixed;
    display: flex;
    background: var(--bcs--primary);
    color: var(--bcs--primary--font);
    height: 0;
    width: 35px;
    height: 35px;
    bottom: 0;
    right: 10px;
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 999999;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
}

.to-top.visible {
    visibility: visible;
    opacity: 1;
    bottom: 40px;
}

.to-top:hover {
    background: var(--bcs--secondary);
    color: var(--bcs--secondary--font);
}

/* WIDGETS AND PLUGINS
-------------------------------------------------------------------------------- */
    /* Featured Posts
    --------------------------------------------- */
    .featured-posts {
         display: grid;
         row-gap: 1em;     
    }
    
    .featured-posts li {
        position: relative;
        width: 100%;
        background: var(--bcs--accent);
    }

    .featured-posts li:last-child {
        margin-bottom: 0;
    }

    .featured-posts li a {
        display: grid;
        color: #222;
        grid-template-columns: 30% 65%;
        column-gap: 5%;
        align-items: center;
        color: var(--bcs--accent--font);
    }

    .featured-posts li span {
        text-align: left;
    }

    .featured-posts li h3.entry-title {
        font-size: 1em;  
    }

    .featured-posts li small {
        margin-top: 5px;
    }

    /*about*/
    .about-widget {
        width: 100%;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-widget p {
        margin-bottom: 15px;
    }

    .about-widget b {
        font-weight: bold;
        font-size: 17px;
    }

    .author-image img {
        transform: rotate(2deg);
        box-shadow: 0px 1px 5px rgb(0 0 0 / 26%);
    }

    .author-image img:hover {
        opacity: .8;
    }

    .about-widget .more-link {
        margin: 0 auto;   
    }

    .about-widget .author-socials {
        margin: 15px 0 0;
    }

    .about-widget .author-socials ul {
        padding: 5px;
    }

    /* Genesis eNews Extended
    --------------------------------------------- */
    .enews {
        background: var(--bcs--primary);
        color: var(--bcs--primary--font);
        padding: 20px;
    }

    .enews-widget input#subbutton {
        background: var(--bcs--primary--button);
        color: var(--bcs--primary--button--font);
        padding: 12px;
    }

    .enews-widget,
    .enews-widget input {
        text-align: center;
    }

    .after-entry .enews-widget,
    .landing-page .enews-widget {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    .widget-container.enews-widget h3.widget-title {
        margin-bottom: 15px;
        padding-bottom: 0;
        border: 0;
    }

    .widget-container.enews-widget p {
        margin-bottom: 20px;
    }

    .enews-widget form + p {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .enews-widget input {
        margin-bottom: 5px;
        padding-bottom: 10px;
        padding-top: 10px;
        line-height: 1.5;
        width: 100%;
    }

   .enews-widget input#subbutton:hover {
        opacity: .7;
    }

    .enews-widget input[type="submit"],
    .enews-widget input:hover[type="submit"]  {
        width: 100%;
        border: 0;
    }

    /* Ninja Forms
    --------------------------------------------- */
    .nf-form-cont {
        padding: 5%;
    }

    span.nf-form-title {
        display: none;
    }

    .nf-form-content .list-select-wrap .nf-field-element>div,
    .nf-form-content input:not([type=button]),
    .nf-form-content textarea { 
        border: 0 !important;
    }

    #container .nf-form-content button,
    #container .nf-form-content input[type=button],
    #container .nf-form-content input[type=submit] {
        min-width: 200px;
        background: var(--bcs--primary);
        color: var(--bcs--primary--font);
    }

    

    /* Instagram Feed
    -----------------------------------------------*/
    #sb_instagram {
        position: relative;
        padding: 5px 0 !important;
    }

    #sb_instagram #sbi_load {
        position: absolute;
        z-index: 1;
        bottom: 0;
    }

    #sb_instagram .sbi_follow_btn a,
    #sb_instagram #sbi_load .sbi_load_btn {
        border-radius: 0;
        border: 5px solid var(--bcs--secondary);
    }
    
    #sb_instagram .sbi_follow_btn a {
        background: var(--bcs--primary) !important;
        color: var(--bcs--primary--font) !important;
        box-shadow: none;
    }

    #sb_instagram .sbi_follow_btn a:focus,
    #sb_instagram .sbi_follow_btn a:hover {
        box-shadow: none;
    }

    /* Sidebar-Widgets
    ------------------------------------------ */
    /*ul widgets*/
    #sidebar .widget_pages ul li,
    #sidebar .wp-block-page-list li,
    #sidebar .widget_categories ul li,
    #sidebar .widget_nav_menu ul li,
    #sidebar .widget_archive li {
        position: relative;
        margin: 0 0 10px;
    }

    #sidebar ul li:last-child {
        margin-bottom: 0;
    }

    #sidebar .widget_nav_menu ul li > ul li {
        margin-top: 10px;
    }

    #sidebar .widget_archive li {
        height: 42.8px;
        overflow: hidden;
    }

    #sidebar .widget_pages ul li a,
    #sidebar .wp-block-page-list li a,
    #sidebar .widget_categories ul li a,
    #sidebar .widget_archive li a,
    .widget_simpleimage p.more a,
    #sidebar .widget_nav_menu ul li a {
        width: 100%;
        display: inline-block;
    }

    button.wp-block-search__button {
        font-size: 12px;
    }

    /* Footer-Area
    ------------------------------------------ */
    #footer-area {
       margin-top: 50px;
    }
   
    /* Instagram-feed */
    #footer-instagram {
        background: var(--bcs--accent);
        color: var(--bcs--accent--font);
    }

    #footer-instagram .wrap {
        padding: 20px 5%;
    }
    
    /* Footer-Widgets */
    .bcs-footer-widgets {
        background: var(--bcs--secondary);
        padding: 20px;
        color: var(--bcs--secondary--font);
        text-align: center;
        clear: both;
    }

    .bcs-footer-widgets .widget-container h2,
    .bcs-footer-widgets .widget-container h3.widget-title {
        margin-bottom: 20px;
    }

    .bcs-footer-widgets a {
        color: inherit;
    }

    .bcs-footer-widgets button,
    .bcs-footer-widgets .button,
    .bcs-footer-widgets .about-widget .more-link,
    .bcs-footer-widgets .enews-widget input#subbutton {
        background: var(--bcs--secondary--button);
        color: var(--bcs--secondary--button--font);
    }
    
    .footer-widgets-wrap {
        max-width: 1440px;
        margin: auto;    
        min-height: 200px;
    }

    .footer-widgets-area {
        padding: 10px 20px;
    }

    .bcs-footer-widgets .footer-widgets-area section {
        margin-bottom: 20px;
    }

    .bcs-footer-widgets .footer-widgets-area section:last-child {
        margin-bottom: auto;
    }

    .footer-widgets-area .enews {
        background: none;
        padding: 0;
        color: inherit;
    }

    .footer-widgets-area .enews p,
    .footer-widgets-area .enews form {
        padding: 0 5%;
    }

    .footer-widgets-area .about-widget p {
        text-align: left;
        margin-bottom: 0;
        padding: 0;
        font-size: 15px;
    }
    
    .footer-widgets-area p.author-image {
        width: 120px;
        float: left;
        padding: 0 10px 10px 0;
    }

    .footer-widgets-area .more-link {
        margin-top: 10px;
        text-align: center;
    }

    .bcs-footer-widgets .featured-posts li {
        background: #fff;
    }

    .bcs-footer-widgets .featured-posts li a {
        text-align: left;
        column-gap: 3%;
        min-height: auto;
        color: inherit;
        grid-template-columns: 27% 70%;
    }

    .bcs-footer-widgets .featured-posts li img { 
        display: inline;
    }
    
    .bcs-footer-widgets .featured-posts li h3 {
        width: 70%;
        padding: 0;
        font-size: 15px;
        position: static;
        text-align: left;
        background: 0;
    }

/* Footer-Area
---------------------------------------------------------------------------- */
#footer {
    background: #090909;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}

#footer a {
   color: #ffffff;
}

/* Footer Menu
---------------------------------------------*/
#footer .menu {
    display: inline;
}

#footer ul.menu li {
    display: inline-block;
    padding: 0 5px;
}

#bcs-footer-menu ul.menu li a {
    font-size: 12px;
}

/* Footer Follows
---------------------------------------------*/
#footer .bcs-social-buttons {
    padding: 5px;
}

#footer .bcs-social-buttons a {
    padding: 2px;
    font-size: 14px;
    background: none;
}

/* Copyright
---------------------------------------------*/
#copyright {
    font-size: 10px;
    letter-spacing: 3px;
}

/* Error 404 and empty pages
-------------------------------------------- */
.empty-page #content {
    width: 85%;
    float: none;
    display: block;
    text-align: center;
    margin: auto;
}

.empty-page #content article {
    padding: 40px 20px;
    margin: 0;
}

.empty-page #content header {
    margin: 0;
    padding: 10px;
}
.empty-page #content header h1 {
    font-size: 45px;
    line-height: 1.5;
}

.empty-page #content .entry-content p {
    font-size: 20px;
    margin: 30px auto;
    padding-left: 20px;
    padding-right: 20px;
}

.empty-page .search-form:before {
    display: none;
}

.empty-page .search-form input[type="submit"] {
    width: 200px;
    max-width: 100%;
    margin-top: 6px;
}

/* Media Queries
---------------------------------------------*/
@media only screen and (min-width: 900px) {
   #header {
        height: 75px;
    }

    #header #branding {
        max-width: 35%;
        height: 70px;
    }
    
    .site-title,
    .site-title h1 {
        font-size: 29.5px;
    }

    .site-logo img {
        max-height: 60px;
    }

    #search-form {
        top: 71px;
        padding: 15px;
    }

    header.fixed + div#container {
        margin-top: 125px;
    }

    #content {
        width: 65%;
        float: left;
        margin: auto 1.66% auto 3.34%;
    }

    #sidebar {
        width: 25%;
        float: left;
        margin: auto 3.34% auto 1.66%;
    }

    /* Nav Menu
    ---------------------------------------------*/
    #bcs-main-menu ul.menu {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
    }
    
    #bcs-main-menu ul.menu li {
        display: inline-block;
        padding: 5px 7px;
        margin: 2px;
        line-height: normal;
    }

    #bcs-main-menu ul.menu li.menu-item-has-children {
        padding-right: 15px;
    }

    #bcs-main-menu ul.menu li .sub-menu li {
        display: block;
    }

    /* Sub Menu */
    #bcs-main-menu .menu .menu-item-has-children, 
    #bcs-main-menu .menu .page_item_has_children, .menu li {
        position: relative;
    }

    #bcs-main-menu ul.menu li ul.sub-menu {
        display: block;
        background: #fff;
        position: absolute;
        top: 34px;
        left: 0;
        width: 180px;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
        z-index: 1;
    }

    #bcs-main-menu .menu .menu-item-has-children:hover > ul.sub-menu, 
    #bcs-main-menu .menu .page_item_has_children a:hover > ul.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(10px);
    }
    
    #bcs-main-menu ul.menu li ul.sub-menu .sub-menu {
        margin-left: 20px;
        top: 36px;
    }

    #bcs-main-menu .menu-item-has-children:before {
        top: 11.5px;
        font-size: 7px;
        right: 3.5px;
    }

    #bcs-main-menu .sub-menu .menu-item-has-children:before {
        right: 10px;
        -webkit-transform: rotate( 270deg );
        -ms-transform: rotate( 270deg );
        transform: rotate( 270deg );
    }

    .mobile-menu {
        display: none;
    }
    
    nav div:nth-child(2) {
        margin-left: 10px;
    }

    /* Footer-Widgets
    ------------------------------------------ */
    .footer-widgets-wrap {
        display: grid;
        grid-column-gap: 2%;
        grid-template-columns: 32% 32% 32%;
    }
}

@media only screen and (max-width: 899px) {
    #header {
        height: 50px;
    }

    #header #branding {
        max-width: 70%;
        align-items: center;
        display: flex;
        height: 40px;
        overflow: hidden;
    }

    .site-title,
    .site-title h1 {
        font-size: 25.3px;
    }

    .site-logo img {
        max-height: 40px;
    }

    .site-description {
        display: none;
    }
    
    /* Mobile Nav Area
    ------------------------------------------ */
    #mobile-nav-icon {
        width: 20px;
        height: 14px;
        position: relative;
        cursor: pointer;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
    }

    #mobile-nav-icon span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #222;
        opacity: 1;
        left: 0;
        border-radius: 2px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
    }

    #mobile-nav-icon span:nth-child(1) {
        top: 0;
    }

    #mobile-nav-icon span:nth-child(2),
    #mobile-nav-icon span:nth-child(3) {
        top: 7px;
    }

    #mobile-nav-icon span:nth-child(4) {
        top: 14px;
    }

    .bcs-menu .mobile-menu #mobile-nav-icon span:nth-child(1),
    .bcs-menu .mobile-menu #mobile-nav-icon span:nth-child(4) {
        top: 10px;
        width: 0;
        left: 50%;
    }
    
    .bcs-menu .mobile-menu #mobile-nav-icon span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -moz-transition: rotate(45deg);
        -o-transition: rotate(45deg);
    }

    .bcs-menu .mobile-menu #mobile-nav-icon span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transition: rotate(-45deg);
        -o-transition: rotate(-45deg);
    }

    #menu-toggle {
        transition: all .1s linear;
    }

    .bcs-menu #menu-toggle {
        right: 20px;
        z-index: 1;
    }

    #bcs-main-menu {
        position: absolute;
        background: #fff;
        right: 0;
        width: 100%;
        max-height: 0px;
        top: 46px;
        margin: auto;
        overflow: hidden;
        transition: all .3s ease-in;
        
    }

    .bcs-menu #bcs-main-menu {
        max-height: 100vh;
        border-bottom: 1px solid var(--bcs--primary);
    }
    
    #bcs-main-menu .menu {
        padding: 15px 25px;
    }
    
    #bcs-main-menu li {
        margin-bottom: 8px;
        position: relative;
    }

    #bcs-main-menu li:last-child {
        margin-bottom: 0;
    }

    #bcs-main-menu ul.menu li ul.sub-menu {
        padding-left: 15px;
        max-height: 0;
        overflow: hidden;
        transition: all .3s linear;
    }

    #bcs-main-menu ul.menu li ul.sub-menu.show-sub-menu {
        max-height: 50vh;
    }

    #bcs-main-menu .menu-item-has-children:before {
        top: 3px;
        -webkit-transform: rotate( -90deg );
        -ms-transform: rotate( -90deg );
        transform: rotate( -90deg );
        -webkit-transition: transform .25s ease-in-out;
        -ms-transition:     transform .25s ease-in-out;
        transition:         transform .25s ease-in-out;
    }

    #bcs-main-menu .menu-item-has-children.menu-arrow:before {
        -webkit-transform: none;
        -ms-transform: unset;
        transform: none;
    }

    #bcs-main-menu .menu a {
        font-size: 100%;
    }

    .mobile-menu + .header-search #toggle-icon {
        margin-left: 10px;
    }

    #search-form {
        top: 46px;
        max-width: 100%;
        padding: 10px;
    }

    /* Content Area
    ------------------------------------------ */
    #container {
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    header.fixed + div#container {
        margin-top: 90px;
    }

    #content, #sidebar {
        width: 96%;
        margin: auto 2% 50px;
        padding: 0 2%;
        display: inline-block;
    }

    #sidebar {
        margin-bottom: 0;
    }

    /* Footer-Widgets
    ------------------------------------------ */
    .bcs-footer-widgets {
        padding: 0 .4%;
    }

    .footer-widgets-area {
        padding: 30px 20px;
    }

}

@media only screen and (max-width: 600px) {
    header h1.entry-title,
    header h2.entry-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 550px) {
    .site-title,
    .site-title h1 {
        font-size: 21.5px;
    }

    .social-share {
       text-align: center;
       padding-top: 5px;
    }
}