/*!
Theme Name: Fountain Blog
Theme URI: https://kortezthemes.com/fountain-blog/
Author: Kortez Themes
Author URI: https://kortezthemes.com/
Description: Fountain Blog is a clean and elegant WordPress theme built specifically for bloggers and blogging websites such as travel blog, gadget blog, magazine blog, personal blog, etc. It includes lots of features and can be customized very easily.
Version: 1.0.1
Requires PHP: 5.6
Tested up to: 6.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fountain-blog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, custom-header, blog, entertainment, portfolio

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

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

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

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

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

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

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.boxed-layout,
.frame-layout {
    background-color: #fff;
}

.boxed-layout #page,
.frame-layout #page {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    background-color: #F0F0F0;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}

.frame-layout #page {
    margin: 50px auto;
}

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

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

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

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

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

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

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

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

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

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

html {
    box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #8f9bad;
    font-size: 14px;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1rem;
    line-height: 1.3;
    clear: both;
    word-break: break-word;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

p {
    margin: 0 0 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
    background-color: #f9f9f9;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #F0F0F0;
    overflow-x: hidden;
}

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

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

figure {
    margin: 0 0 1em;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #da463a;
}

a:hover,
a:focus,
a:active {
    color: #000;
}

a:focus {
    outline: thin dotted #000;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search__button,
.reply a {
    background-color: #99d709;
    color: #fff;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.reply a:hover,
.reply a:focus {
    background-color: #000;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    background-color: #000;
    outline: thin dotted #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px;
}

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: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loader-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: #fff;
    position:fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    z-index:9999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
}
.preloader-one #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.preloader-one #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.preloader-one #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite; 
}
@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg); 
        -ms-transform: rotate(0deg); 
        transform: rotate(0deg); 
    }
    100% {
        -webkit-transform: rotate(360deg); 
        -ms-transform: rotate(360deg); 
        transform: rotate(360deg); 
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  
        -ms-transform: rotate(0deg);  
        transform: rotate(0deg);  
    }
    100% {
        -webkit-transform: rotate(360deg);  
        -ms-transform: rotate(360deg); 
        transform: rotate(360deg); 
    }
}
#loader svg,
.preloader-disable #loader-wrapper {
    display: none;

}
#loader svg {
    width: 70px;
    height: 70px;
    fill: #000;
}
.preloader-two #loader .loader-two,
.preloader-three #loader .loader-three,
.preloader-four #loader .loader-four,
.preloader-five #loader .loader-five {
    display: block;
}
@-webkit-keyframes fa-spin {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fa-spin {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fa-spin {
-webkit-animation: fa-spin 2s linear infinite;
-moz-animation: fa-spin 2s linear infinite;
-ms-animation: fa-spin 2s linear infinite;
-o-animation: fa-spin 2s linear infinite;
animation: fa-spin 2s linear infinite;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container {
    width: 95%;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after,
.clear:before,
.clear:after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

#content {
    padding: 50px 0;
}

#header-media img {
    width: 100%;
    margin-bottom: 40px;
}

.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5 {
    margin: 0 -15px;
}

.columns-1 article,
.columns-2 article,
.columns-3 article,
.columns-4 article,
.columns-5 article {
    padding: 0 10px;
    margin-bottom: 20px;
}

/* Navigation
--------------------------------------------- */
#masthead {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ececec;
}

#masthead a {
    text-decoration: none;
}

.site-branding {
    padding: 17px 0;
    background-color: #fff;
}

.site-branding img {
    max-height: 100px;
    object-fit: cover;
    width: auto;
}

.site-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    font-family: 'Poppins', sans-serif;
}

.site-title a {
    color: #000;
}

.site-description {
    margin: 10px 0 0;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
}

#site-navigation {
    border-top: 1px solid #eee;
    background-color: #fff;
}

.main-navigation a {
    font-family: 'Poppins', sans-serif;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu li {
    list-style: none;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

.nav-menu li.menu-item-has-children>a {
    position: relative;
}

.nav-menu li a {
    display: block;
    color: #000;
}

.nav-menu>li {
    display: inline-block;
    vertical-align: middle;
}

.nav-menu>li>a {
    position: relative;
    display: block;
    font-weight: 500;
    padding: 10px 15px;
    color: #000;
    letter-spacing: 0.5px;
    -webkit-box-shadow: 1px 0 0 0 rgba(0,0,0,.05);
    box-shadow: 1px 0 0 0 rgba(0,0,0,.05);
}

.nav-menu>li:first-child>a {
    -webkit-box-shadow: -1px 0 0 0 rgba(0,0,0,.05), 1px 0 0 0 rgba(0,0,0,.05);
    box-shadow: -1px 0 0 0 rgba(0,0,0,.05), 1px 0 0 0 rgba(0,0,0,.05);
}

.nav-menu li.current-menu-item>a,
.nav-menu li a:hover,
.nav-menu li a:focus,
.nav-menu li:hover > a,
.nav-menu li.focus > a {
    color: #da463a;
    background-color: #fff;
}

.main-navigation>div>ul>li.menu-item-has-children>a:after {
    content: "";
    border-style: solid;
    border-width: 0 1px 1px 0;
    display: block;
    height: 6px;
    transform: rotate(45deg);
    width: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.nav-menu ul {
    position: absolute;
    left: -9999px;
}

.main-navigation ul ul li {
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    margin-bottom: 0;
    padding: 9px 20px;
    display: block;
}

.main-navigation ul ul li:last-child {
    margin-bottom: 0;
}

.main-navigation ul ul li.active>a {
    color: #da463a;
}

.nav-menu li>ul {
    padding: 0;
    margin: 0;
    background: #fff;
    min-width: 225px;
    z-index: 1;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
}

.nav-menu .menu-item-has-children li {
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.nav-menu li:hover>ul,
.nav-menu li.focus>ul {
    left: auto;
}

.nav-menu>li.menu-item-has-children>ul {
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav-menu>li.menu-item-has-children:hover>ul,
.nav-menu>li.menu-item-has-children.focus>ul {
    margin-top: 0;
    opacity: 1;
}

.nav-menu>li.menu-item-has-children:last-child:hover ul {
    left: inherit;
    right: 0;
}

.main-navigation li>ul ul {
    margin-top: -39px;
    margin-left: 200px;
    min-width: 200px;
}

.main-navigation li>ul ul ul {
    margin-left: 175px;
    min-width: 130px;
}

.main-navigation ul ul li:last-child>a,.main-navigation ul ul li.last-item>a {
    border-bottom: 0;
}

.main-navigation ul ul li.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    top: 14px;
    right: -3px;
    width: 8px;
    height: 2px;
    display: block;
    background: #9d9d9d;
}

.main-navigation ul ul li.menu-item-has-children>a:before {
    position: absolute;
    top: 11px;
    right: 0;
    display: block;
    width: 2px;
    height: 8px;
    background: #9d9d9d;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all 0.25s ease;
}

.main-navigation ul ul>li.menu-item-has-children:hover>a:before {
    top: 17px;
    height: 0;
}

.attr-nav {
    float: right;
}

.attr-nav .submenu-button:after {
    content: none;
}

.attr-nav>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.attr-nav>ul:last-child {
    margin-left: 25px;
}

.header-search .search-form {
    position: absolute;
    top: 0;
    right: 15px;
    border: none;
    padding: 20px;
    top: 100%;
    max-width: 350px;
    display: none;
    background-color: #fff;
    border-top: 2px solid #da463a;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
}

.search-menu-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    height: 48px;
    width: 48px;
    padding: 0;
    font-size: 14px;
    color: #000;
    background-color: transparent;
    -webkit-box-shadow: -1px 0 0 0 rgba(0,0,0,.05), 1px 0 0 0 rgba(0,0,0,.05);
    box-shadow: -1px 0 0 0 rgba(0,0,0,.05), 1px 0 0 0 rgba(0,0,0,.05);
}

.search-menu-toggle:hover,
.search-menu-toggle:focus {
    background-color: transparent;
    color: #da463a;
}

.search-menu-toggle .fa-xmark,
.search-menu-toggle.active .fa-magnifying-glass {
    display: none;
}

.search-menu-toggle.active .fa-xmark {
    display: block;
}

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

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

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

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

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

.post,
.page {
    margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
    display: block;
}

.comment-list {
    margin: 0;
    padding: 20px;
    list-style: none;
}

.comment-list article {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    margin-bottom: 20px;
}

#reply-title,
.comments-title {
    font-size: 16px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    padding: 15px;
    margin: 0;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}

#respond,
.comment-list {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}

.comment-form {
    padding: 20px;
}

.comment-form p:not(.comment-form-cookies-consent) label {
    width: 100%;
    display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.comment-author a {
    font-size: 16px;
    font-weight: 500;
}

.comment-metadata {
    margin-bottom: 15px;
}

.comment-author a,
.comment-metadata a {
    text-decoration: none;
    color: #000;
}

.comment-author a:hover,
.comment-metadata a:hover,
.comment-author a:focus,
.comment-metadata a:focus {
    color: #da463a;
}

.reply {
    display: block;
    text-align: right;
    margin-bottom: 30px;
}

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

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

.wp-block-latest-comments__comment-author, 
.wp-block-latest-comments__comment-link {
    font-weight: 400;
    font-size: 18px;
}

#secondary .wp-block-social-link a,
#secondary .wp-block-social-link a:hover,
#secondary .wp-block-social-link a:focus {
    color: #fff;
}

#secondary .wp-block-social-link {
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* Post Design
--------------------------------------------- */
#primary {
    margin-bottom: 30px;
}

.blog-archive article {
    margin-bottom: 30px;
}

.blog-post-container {
    height: 100%;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}
.blog-archive .featured-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 126px 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: #ddd;
}

.blog-post-container .entry-container {
    padding: 30px;
}

.blog-archive .blog-post-container .entry-footer {
    position: absolute;
    top: 20px;
    left: 20px;
}

.blog-archive .blog-post-container .cat-links a {
    background-color: #99d709;
    padding: 6px 11px;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    border-radius: 25px;
    display: inline-block;
}

.blog-archive .blog-post-container .entry-content p:last-child {
    margin-bottom: 0;
}

.post-thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.entry-content {
    margin-top: 0;
}

.entry-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.entry-title a,
.navigation.post-navigation a {
    text-decoration: none;
    color: #99d709;
}

.posted-on a {
    text-decoration: none;
    color: #9b9b9b;
}

.entry-title a:hover,
.entry-title a:focus,
.posted-on a:hover,
.posted-on a:focus,
.navigation.post-navigation a:hover,
.navigation.post-navigation a:focus {
    color: #da463a;
}

.posted-on {
    display: inline-block;
    margin-bottom: 10px;
}

.blog-archive .comments-link,
.blog-archive .edit-link,
.blog-archive .tags-links {
    display: none;
}

.single .tags-links {
    display: block;
}

.cat-links a,
.comments-link a {
    text-decoration: none;
}

.cat-links a {
    color: #99d709;
}

.cat-links a:hover,
.cat-links a:focus {
    text-decoration: underline;
}

.navigation.post-navigation {
    background-color: #fff;
    padding: 15px 25px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}

.navigation.pagination {
    text-align: center;
}

.nav-subtitle {
    display: block;
}

.nav-links .page-numbers {
    color: #000;
    padding: 12px 15px;
    border: none;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    background-color: #fff;
    margin: 0 2px;
}

.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus,
.nav-links .page-numbers.current {
    background-color: #da463a;
    border-color: #da463a;
    color: #fff;
}

.disable-blog-featured-image #primary .featured-image,
.disable-blog-date #primary .posted-on,
.disable-blog-title #primary .entry-header,
.disable-blog-content #primary .entry-content,
.disable-blog-category #primary .cat-links,
.disable-single-featured-image #primary .featured-image,
.disable-single-date #primary .posted-on,
.disable-single-author #primary .byline,
.disable-single-title #primary .entry-header,
.disable-single-content #primary .entry-content,
.disable-single-category #primary .cat-links,
.disable-single-pagination #primary .navigation.post-navigation,
.disable-single-comments #primary .comments-title,
.disable-single-comments #primary .comment-list,
.disable-single-comment-form #primary #respond,
.disable-page-title .single-page-wrapper .entry-header,
.disable-header-search .search-menu-toggle,
.disable-header-search .header-search {
    display: none;
}

.single-page-wrapper .entry-header .entry-title {
    margin-top: 0;
    margin-bottom: 25px;
}

.page-title-center .single-page-wrapper .entry-header {
    text-align: center;
}

.page-title-right .single-page-wrapper .entry-header {
    text-align: right;
}

.error404 #primary.site-main {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
}

.error404 #secondary {
    display: none;
}

/* Single Post / Page
--------------------------------------------- */
.single .type-post,
.page #primary article {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    padding-top: 30px;
}

.page #primary article .featured-image img {
    width: 100%;
}

.page #primary .entry-footer {
    display: none;
}

.single .type-post .entry-header,
.single .type-post .entry-footer,
.single .type-post .entry-meta {
    padding: 0 20px;
}

.single .type-post .entry-content,
.page #primary .entry-content {
    padding: 20px;
}

.single .type-post .entry-footer {
    margin-bottom: 15px;
}

.single .type-post .entry-content p:last-child {
    margin-bottom: 0;
}

.single .type-post .featured-image {
    margin-top: 30px;
}

.single .type-post .entry-header {
    margin-bottom: 10px;
}

.single .type-post .entry-meta {
    color: #9b9b9b;
}

.single .type-post .entry-meta > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.single .type-post .entry-meta > span:after {
    content: ".";
    margin: 0 5px;
    color: #9b9b9b;
}

.single .type-post .entry-meta > span:last-child:after {
    display: none;
}

.single .type-post .entry-meta a {
    color: #9b9b9b;
    text-decoration: none;
}

.single .type-post .entry-meta a:hover,
.single .type-post .entry-meta a:focus {
    color: #da463a;
}

.single .type-post .edit-link {
    display: none;
}

/* Footer / Sidebar
--------------------------------------------- */
#colophon {
    background-color: #fff;
    color: #000;
}

#footer-blocks {
    padding: 50px 0;
}

#secondary {
    color: #000;
}

#secondary .widget {
    background-color: #fff;
}

#colophon .widget:last-child {
    margin-bottom: 0;
}

#footer-blocks .column {
    margin-bottom: 30px;
}

#footer-blocks .column:last-child {
    margin-bottom: 0;
}

#secondary .widget h2,
#secondary .wp-block-search .wp-block-search__label,
#colophon .widget h2,
#colophon .wp-block-search .wp-block-search__label {
    font-size: 16px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    font-weight: 600;
    padding: 12px;
    margin-bottom: 0;
    border-bottom: 2px solid #F0F0F0;
}

#colophon .widget h2, 
#colophon .wp-block-search .wp-block-search__label {
    box-shadow: none;
    text-align: left;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}

#colophon .wp-block-search .wp-block-search__label {
    margin-bottom: 1.5em;
}

.wp-block-search .wp-block-search__label {
    font-family: 'Poppins', sans-serif;

}

#secondary ul,
#colophon ul,
#secondary ol,
#colophon ol {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

#secondary .widget_search .wp-block-search__inside-wrapper {
    padding: 20px;
}

#colophon .widget_search .wp-block-search__inside-wrapper {
    padding-bottom: 10px;
}

#secondary li,
#colophon li {
    padding: 7px 20px;
    margin: 0;
}

#colophon li {
    padding: 8px 0;
}

#colophon li {
    border-bottom: 1px dotted #ccc;
}

#secondary li a,
#colophon li a {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
}

#colophon ul li a, 
#colophon ol li a, 
#colophon h1, 
#colophon h2, 
#colophon h3, 
#colophon h4, 
#colophon h5, 
#colophon h6 {
    color: #000;
}

#secondary ul li a:hover,
#colophon ul li a:hover,
#secondary ul li a:focus,
#colophon ul li a:focus {
    color: #da463a;
}

#secondary .wp-block-social-links li,
#colophon .wp-block-social-links li {
    padding: 0;
    border: none;
}

#secondary .wp-block-social-links li a,
#colophon .wp-block-social-links li a {
    font-size: inherit;
    line-height: inherit;
    color: #fff;
}

#secondary .wp-block-social-links {
    padding: 20px;
}

#colophon .wp-block-social-links a:hover, 
#colophon .wp-block-social-links a:focus {
    color: #fff;
}

.site-info {
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #ddd;
}

/*--------------------------------------------------------------
# Typography Options
--------------------------------------------------------------*/
.heading-typography-1 h1,
.heading-typography-1 h2,
.heading-typography-1 h3,
.heading-typography-1 h4,
.heading-typography-1 h5,
.heading-typography-1 h6 {
    font-family: 'Raleway', sans-serif;
}

.heading-typography-2 h1,
.heading-typography-2 h2,
.heading-typography-2 h3,
.heading-typography-2 h4,
.heading-typography-2 h5,
.heading-typography-2 h6 {
    font-family: 'Poppins', sans-serif;
}

.heading-typography-3 h1,
.heading-typography-3 h2,
.heading-typography-3 h3,
.heading-typography-3 h4,
.heading-typography-3 h5,
.heading-typography-3 h6 {
    font-family: 'Roboto', sans-serif;
}

.heading-typography-4 h1,
.heading-typography-4 h2,
.heading-typography-4 h3,
.heading-typography-4 h4,
.heading-typography-4 h5,
.heading-typography-4 h6 {
    font-family: 'Open Sans', sans-serif;
}

.heading-typography-5 h1,
.heading-typography-5 h2,
.heading-typography-5 h3,
.heading-typography-5 h4,
.heading-typography-5 h5,
.heading-typography-5 h6 {
    font-family: 'Lato', sans-serif;
}

.heading-typography-6 h1,
.heading-typography-6 h2,
.heading-typography-6 h3,
.heading-typography-6 h4,
.heading-typography-6 h5,
.heading-typography-6 h6 {
    font-family: 'Ubuntu', sans-serif;
}

.heading-typography-7 h1,
.heading-typography-7 h2,
.heading-typography-7 h3,
.heading-typography-7 h4,
.heading-typography-7 h5,
.heading-typography-7 h6 {
    font-family: 'Montserrat', sans-serif;
}

.heading-typography-8 h1,
.heading-typography-8 h2,
.heading-typography-8 h3,
.heading-typography-8 h4,
.heading-typography-8 h5,
.heading-typography-8 h6 {
    font-family: 'Lora', serif;
}

.heading-typography-9 h1,
.heading-typography-9 h2,
.heading-typography-9 h3,
.heading-typography-9 h4,
.heading-typography-9 h5,
.heading-typography-9 h6 {
    font-family: 'Titillium Web', sans-serif;
}

.heading-typography-10 h1,
.heading-typography-10 h2,
.heading-typography-10 h3,
.heading-typography-10 h4,
.heading-typography-10 h5,
.heading-typography-10 h6 {
    font-family: 'Muli', sans-serif;
}

.heading-typography-11 h1,
.heading-typography-11 h2,
.heading-typography-11 h3,
.heading-typography-11 h4,
.heading-typography-11 h5,
.heading-typography-11 h6 {
    font-family: 'Oxygen', sans-serif;
}

.heading-typography-12 h1,
.heading-typography-12 h2,
.heading-typography-12 h3,
.heading-typography-12 h4,
.heading-typography-12 h5,
.heading-typography-12 h6 {
    font-family: 'Nunito Sans', sans-serif;
}

.heading-typography-13 h1,
.heading-typography-13 h2,
.heading-typography-13 h3,
.heading-typography-13 h4,
.heading-typography-13 h5,
.heading-typography-13 h6 {
    font-family: 'Maven Pro', sans-serif;
}

.heading-typography-14 h1,
.heading-typography-14 h2,
.heading-typography-14 h3,
.heading-typography-14 h4,
.heading-typography-14 h5,
.heading-typography-14 h6 {
    font-family: 'Cairo', serif;
}

.heading-typography-15 h1,
.heading-typography-15 h2,
.heading-typography-15 h3,
.heading-typography-15 h4,
.heading-typography-15 h5,
.heading-typography-15 h6 {
    font-family: 'Philosopher', sans-serif;
}

.heading-typography-16 h1,
.heading-typography-16 h2,
.heading-typography-16 h3,
.heading-typography-16 h4,
.heading-typography-16 h5,
.heading-typography-16 h6 {
    font-family: 'Dosis', sans-serif;
}

.heading-typography-17 h1,
.heading-typography-17 h2,
.heading-typography-17 h3,
.heading-typography-17 h4,
.heading-typography-17 h5,
.heading-typography-17 h6 {
    font-family: 'Josefin Sans', sans-serif;
}

.heading-typography-18 h1,
.heading-typography-18 h2,
.heading-typography-18 h3,
.heading-typography-18 h4,
.heading-typography-18 h5,
.heading-typography-18 h6 {
    font-family: 'Jost', sans-serif;
}

.heading-typography-19 h1,
.heading-typography-19 h2,
.heading-typography-19 h3,
.heading-typography-19 h4,
.heading-typography-19 h5,
.heading-typography-19 h6 {
    font-family: 'Cormorant Garamond', serif;
}

.body-typography-1 {
    font-family: 'Raleway', sans-serif;
}

.body-typography-2  {
    font-family: 'Poppins', sans-serif;
}

.body-typography-3 {
    font-family: 'Roboto', sans-serif;
}

.body-typography-4 {
    font-family: 'Open Sans', sans-serif;
}

.body-typography-5 {
    font-family: 'Montserrat', sans-serif;
}

.body-typography-6 {
    font-family: 'Ubuntu', sans-serif;
}

.body-typography-7 {
    font-family: 'Playfair Display', serif;
}

.body-typography-8 {
    font-family: 'Lora', serif;
}

.body-typography-9 {
    font-family: 'Titillium Web', sans-serif;
}

.body-typography-10 {
    font-family: 'Muli', sans-serif;
}

.body-typography-11 {
    font-family: 'Oxygen', sans-serif;
}

.body-typography-12 {
    font-family: 'Nunito Sans', sans-serif;
}

.body-typography-13 {
    font-family: 'Maven Pro', sans-serif;
}

.body-typography-14 {
    font-family: 'Cairo', serif;
}

.body-typography-15 {
    font-family: 'Philosopher', sans-serif;
}

.body-typography-16 {
    font-family: 'Dosis', sans-serif;
}

.body-typography-17 {
    font-family: 'Josefin Sans', sans-serif;
}

.body-typography-18 {
    font-family: 'Jost', sans-serif;
}

.body-typography-19 {
    font-family: 'Cormorant Garamond', serif;
}

.site-title-tagline-typography-1 .site-title,
.site-title-tagline-typography-1 .site-description {
    font-family: 'Raleway', sans-serif;
}

.site-title-tagline-typography-2 .site-title,
.site-title-tagline-typography-2 .site-description {
    font-family: 'Poppins', sans-serif;
}

.site-title-tagline-typography-3 .site-title,
.site-title-tagline-typography-3 .site-description {
    font-family: 'Roboto', sans-serif;
}

.site-title-tagline-typography-4 .site-title,
.site-title-tagline-typography-4 .site-description {
    font-family: 'Open Sans', sans-serif;
}

.site-title-tagline-typography-5 .site-title,
.site-title-tagline-typography-5 .site-description {
    font-family: 'Lato', sans-serif;
}

.site-title-tagline-typography-6 .site-title,
.site-title-tagline-typography-6 .site-description {
    font-family: 'Ubuntu', sans-serif;
}

.site-title-tagline-typography-7 .site-title,
.site-title-tagline-typography-7 .site-description {
    font-family: 'Montserrat', sans-serif;
}

.site-title-tagline-typography-8 .site-title,
.site-title-tagline-typography-8 .site-description {
    font-family: 'Lora', serif;
}

.site-title-tagline-typography-9 .site-title,
.site-title-tagline-typography-9 .site-description {
    font-family: 'Titillium Web', sans-serif;
}

.site-title-tagline-typography-10 .site-title,
.site-title-tagline-typography-10 .site-description {
    font-family: 'Muli', sans-serif;
}

.site-title-tagline-typography-11 .site-title,
.site-title-tagline-typography-11 .site-description {
    font-family: 'Oxygen', sans-serif;
}

.site-title-tagline-typography-12 .site-title,
.site-title-tagline-typography-12 .site-description {
    font-family: 'Nunito Sans', sans-serif;
}

.site-title-tagline-typography-13 .site-title,
.site-title-tagline-typography-13 .site-description {
    font-family: 'Maven Pro', sans-serif;
}

.site-title-tagline-typography-14 .site-title,
.site-title-tagline-typography-14 .site-description {
    font-family: 'Cairo', serif;
}

.site-title-tagline-typography-15 .site-title,
.site-title-tagline-typography-15 .site-description {
    font-family: 'Philosopher', sans-serif;
}

.site-title-tagline-typography-16 .site-title,
.site-title-tagline-typography-16 .site-description {
    font-family: 'Dosis', sans-serif;
}

.site-title-tagline-typography-17 .site-title,
.site-title-tagline-typography-17 .site-description {
    font-family: 'Josefin Sans', sans-serif;
}

.site-title-tagline-typography-18 .site-title,
.site-title-tagline-typography-18 .site-description {
    font-family: 'Jost', sans-serif;
}

.site-title-tagline-typography-19 .site-title,
.site-title-tagline-typography-19 .site-description {
    font-family: 'Cormorant Garamond', serif;
}

.header-menu-typography-1 .main-navigation a {
    font-family: 'Raleway', sans-serif;
}

.header-menu-typography-2 .main-navigation a {
    font-family: 'Poppins', sans-serif;
}

.header-menu-typography-3 .main-navigation a {
    font-family: 'Roboto', sans-serif;
}

.header-menu-typography-4 .main-navigation a {
    font-family: 'Open Sans', sans-serif;
}

.header-menu-typography-5 .main-navigation a {
    font-family: 'Montserrat', sans-serif;
}

.header-menu-typography-6 .main-navigation a {
    font-family: 'Ubuntu', sans-serif;
}

.header-menu-typography-7 .main-navigation a {
    font-family: 'Lato', sans-serif;
}

.header-menu-typography-8 .main-navigation a {
    font-family: 'Lora', serif;
}

.header-menu-typography-9 .main-navigation a {
    font-family: 'Titillium Web', sans-serif;
}

.header-menu-typography-10 .main-navigation a {
    font-family: 'Muli', sans-serif;
}

.header-menu-typography-11 .main-navigation a {
    font-family: 'Oxygen', sans-serif;
}

.header-menu-typography-12 .main-navigation a {
    font-family: 'Nunito Sans', sans-serif;
}

.header-menu-typography-13 .main-navigation a {
    font-family: 'Maven Pro', sans-serif;
}

.header-menu-typography-14 .main-navigation a {
    font-family: 'Cairo', serif;
}

.header-menu-typography-15 .main-navigation a {
    font-family: 'Philosopher', sans-serif;
}

.header-menu-typography-16 .main-navigation a {
    font-family: 'Dosis', sans-serif;
}

.header-menu-typography-17 .main-navigation a {
    font-family: 'Josefin Sans', sans-serif;
}

.header-menu-typography-18 .main-navigation a {
    font-family: 'Jost', sans-serif;
}

.header-menu-typography-19 .main-navigation a {
    font-family: 'Cormorant Garamond', serif;
}

/* Responsive
--------------------------------------------- */
@media screen and (min-width: 567px) {
    .columns-2,
    .columns-3,
    .columns-4,
    .columns-5 {
        display: flex;
        flex-wrap: wrap;
    }

    .columns-2 article,
    .columns-3 article,
    .columns-4 article,
    .columns-5 article {
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 767px) {
    .columns-3 article,
    .columns-5 article {
        width: 33.33%;
    }

    .right-sidebar #primary {
        width: 73.5%;
        float: left;
        padding-right: 30px;
        margin-bottom: 0;
    }

    .right-sidebar #secondary {
        width: 26.5%;
        float: right;
    }

    .left-sidebar #primary {
        width: 73.5%;
        float: right;
        padding-left: 30px;
        margin-bottom: 0;
    }

    .left-sidebar #secondary {
        width: 26.5%;
        float: left;
    }

    .no-sidebar #primary {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .no-sidebar #secondary {
        display: none;
    }

    .footer-column-3 {
        margin: 0 -20px;
    }

    .footer-column-3 .column {
        width: 33.33%;
        float: left;
        padding: 0 20px;
    }

    #footer-blocks .column {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .columns-4 article {
        width: 25%;
    }

    #site-navigation {
        text-align: center;
    }

    #site-navigation .container {
        position: relative;
    }

    .menu-sticky #masthead {
        position: sticky;
        top: 0;
    }

    .customize-support.menu-sticky #masthead {
        top: 32px;
    }

    .site-branding {
        padding: 30px 0;
        text-align: center;
    }

    .site-title {
        font-size: 34px;
    }

    .nav-menu {
        display: block !important;
    }

    .center-alignment-menu .nav-menu {
        text-align: center;
    }

    .center-alignment-menu .nav-menu li {
        text-align: left;
    }

    .submenu-button,
    .main-navigation-toggle {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .columns-5 article {
        width: 20%;
    }

    .entry-title {
        font-size: 20px;
    }

    .single .entry-title,
    .page #primary .entry-title {
        font-size: 36px;
    }

    .single .type-post .entry-content,
    .page #primary .entry-content {
        padding: 40px;
    }
}

@media screen and (max-width: 992px) {
    .site-branding {
        padding-right: 110px;
    }

    .nav-menu li>ul {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .nav-menu>li.menu-item-has-children>ul {
        opacity: 1;
        margin: 0;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0s ease;
        -ms-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease;
    }

    .main-navigation li>ul ul {
        margin: 0;
        min-width: auto;
    }

    .nav-menu>li.menu-item-has-children {
        padding-right: 0;
    }

    .nav-menu>li>a {
        padding: 12px 20px;
        color: #000;
    }

    .nav-menu>li>a:hover {
        opacity: 1;
    }

    .nav-menu li.menu-item-has-children a:hover {
        color: #000;
    }

    .main-navigation ul ul li.active>a {
        color: #000;
    }

    .main-navigation .sub-title {
        color: #000;
    }

    .nav-menu {
        padding: 0;
        background: #fff;
        -webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
        -ms-box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
        box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        width: 100%;
        margin: 0;
        display: none;
        transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    .nav-menu li.active>a {
        opacity: 1;
        color: #000;
    }

    .nav-menu ul {
        width: 100%;
        display: none;
        transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    .nav-menu li {
        width: 100%;
        border-top: 1px solid #e6e6e6;
        position: relative;
        padding: 0;
        margin: 0;
    }

    .nav-menu ul li:hover {
        background: #f5f5f5;
    }

    .nav-menu ul ul li {
        height: auto;
    }

    .nav-menu li:hover>ul>li {
        height: auto;
    }

    .main-navigation ul li a {
        width: 100%;
    }

    .main-navigation ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        padding: 0;
    }

    .main-navigation ul ul li {
        margin-bottom: 0;
        padding: 0;
        border-color: #e6e6e6;
    }

    .main-navigation ul ul li a {
        width: 100%;
        border-bottom: 0;
        color: #000;
        background: none;
        padding: 8px 35px;
    }

    .main-navigation ul ul ul li a {
        padding-left: 45px;
    }

    .main-navigation>div>ul>li {
        float: none;
    }

    .nav-menu ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        padding: 0;
    }

    .main-navigation>div>ul>li.menu-item-has-children>a:after,
    .main-navigation>div>ul>li.menu-item-has-children>a:before {
        display: none;
    }

    .main-navigation ul ul>li.menu-item-has-children>a:after,
    .main-navigation ul ul>li.menu-item-has-children>a:before {
        display: none;
    }

    .nav-menu ul ul ul li.active a {
        border-left: none;
    }

    .nav-menu>ul>li.menu-item-has-children>ul>li.active>a,.nav-menu>ul ul>li.menu-item-has-children>ul>li.active>a {
        border-top: none;
    }

    .main-navigation li>ul ul ul {
        margin-left: 0;
        background: #fff;
    }

    .main-navigation ul ul ul ul li a {
        padding-left: 55px;
    }

    .nav-menu .menu-item-has-children .menu-item-has-children .submenu-button {
        height: 47px;
    }

    .nav-menu .menu-item-has-children .menu-item-has-children .submenu-button:after {
        top: 21px;
    }

    .nav-menu .menu-item-has-children .menu-item-has-children .submenu-button:before {
        top: 18px;
    }

    .main-navigation-toggle {
        background-color: transparent;
        width: 40px;
        height: 35px;
        padding: 0;
        border-radius: 0;
        position: absolute;
        right: 30px;
        top: 50%;
        cursor: pointer;
        z-index: 1;
        border: none;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .main-navigation-toggle:hover,
    .main-navigation-toggle:focus {
        background-color: transparent;
    }

    .main-navigation-toggle:after {
        content: "";
        position: absolute;
        top: 17px;
        right: 10px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    .main-navigation-toggle:before {
        content: "";
        position: absolute;
        top: 11px;
        right: 10px;
        display: block;
        height: 2px;
        width: 20px;
        background-color: #000;
    }

    .main-navigation-toggle.menu-opened:after {
        top: 17px;
        border: 0;
        height: 2px;
        width: 19px;
        background-color: #000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .main-navigation-toggle.menu-opened:before {
        top: 17px;
        background-color: #000;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .main-navigation-toggle:hover:before,
    .main-navigation-toggle:focus:before,
    .main-navigation-toggle.menu-opened:hover:after,
    .main-navigation-toggle.menu-opened:focus:after {
        background-color: #da463a;
    }

    .main-navigation-toggle:hover:after,
    .main-navigation-toggle:focus:after {
        border-top-color: #da463a;
        border-bottom-color: #da463a;
    }

    .nav-menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        padding: 0;
        display: block;
        width: 45px;
        height: 50px;
        cursor: pointer;
        background-color: transparent;
        border: none;
    }

    .nav-menu .submenu-button:after {
        content: "";
        position: absolute;
        top: 24px;
        right: 17px;
        width: 8px;
        height: 2px;
        display: block;
        background: #000;
    }

    .nav-menu .submenu-button:before {
        content: "";
        position: absolute;
        top: 21px;
        right: 20px;
        display: block;
        width: 2px;
        height: 8px;
        background: #000;
    }

    .nav-menu .submenu-button.active:before {
        height: 0;
    }

    .nav-menu .menu-item-has-children.active>.submenu-button:before {
        display: none;
    }

    .header-search .search-form {
        right: 38px;
    }

    .search-menu-toggle {
        top: 50%;
        right: 70px;
        width: 40px;
        height: 35px;
        box-shadow: none;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}





/* ═══════════════════════════════════
   header main web
═══════════════════════════════════ */
:root {
    --black:       #1D2218;
    --black-deep:  #12150E;
    --black-mid:   #181C13;
    --grey-light:  #E2E7EA;
    --grey-dim:    #8e9ba1;
    --lime:        #B2FF00;
    --lime-dark:   #9BDA09;
    --lime-border: rgba(178,255,0,0.12);
    --white:       #ffffff;
    --header-h:    72px;
    --ticker-h:    42px;
    --font:        'Poppins', sans-serif;
    --font-cond:   'Barlow Condensed', sans-serif;
    --ease:        cubic-bezier(0.4, 0, 0.2, 1);
    --spring:      cubic-bezier(0.34, 1.25, 0.64, 1);
    --dur:         0.26s;
}

/* ═══════════════════════════════════
   RESET
═══════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    background: var(--black);
    font-family: var(--font);
    -webkit-font-smoothing: antialiased;
}
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ═══════════════════════════════════
   1.  MAIN HEADER
═══════════════════════════════════ */
#fa-header {
    background: var(--black);
    height: var(--header-h);
    position: sticky;
    top: 0;
    z-index: 900;
    border-bottom: 1px solid var(--lime-border);
    box-shadow: 0 2px 24px rgba(0,0,0,0.5);
    transition: box-shadow var(--dur) var(--ease);
}
#fa-header.scrolled {
    box-shadow: 0 4px 36px rgba(0,0,0,0.75);
}

.fa-inner {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

/* ───────────────────────────────────
   LOGO
─────────────────────────────────── */
.fa-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
    line-height: 0;
}
.fa-logo img {
    width: auto;
    transition: transform var(--dur) var(--spring), filter var(--dur) var(--ease);
}
.fa-logo:hover img {
    transform: scale(1.04);
    filter: drop-shadow(0 0 10px rgba(178,255,0,0.3));
}
.fa-logo-desk {
    display: block;
    height: 44px;
    max-height: 44px;
    width: auto;
    object-fit: contain;
}
.fa-logo-mob {
    display: none;
    height: 60px;       
    max-height: 60px;   
    width: auto;
    object-fit: contain;
}

/* ───────────────────────────────────
   DESKTOP NAV
─────────────────────────────────── */
.fa-nav { display: flex; align-items: center; }
.fa-nav > ul {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0; margin: 0;
}
.fa-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 16px;
    height: var(--header-h);
    font-family: var(--font);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--grey-light);
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    transition: color var(--dur) var(--ease);
    user-select: none;
}
.fa-nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px; right: 16px;
    height: 2px;
    background: var(--lime);
    border-radius: 2px 2px 0 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.30s var(--spring);
}
.fa-nav-link:hover        { color: var(--lime); }
.fa-nav-link:hover::after { transform: scaleX(1); }
.fa-nav-link.nav-active   { color: var(--lime); font-weight: 700; }
.fa-nav-link.nav-active::after { transform: scaleX(1); }

.fa-chev {
    font-size: 9px; opacity: 0.5; margin-left: 2px;
    transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.fa-has-drop:hover .fa-chev { transform: rotate(180deg); opacity: 1; color: var(--lime); }

/* ═══════════════════════════════════
   MEGA MENU  —  Services Dropdown
═══════════════════════════════════ */
.fa-has-drop { position: relative; }

.fa-mega {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    width: 560px;
    background: #141810;
    border: 1px solid rgba(178,255,0,0.1);
    border-top: 2px solid var(--lime);
    border-radius: 0 0 16px 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow:
        0 40px 80px rgba(0,0,0,0.95),
        0 0 0 1px rgba(0,0,0,0.6);
    transition:
        opacity   0.22s var(--ease),
        transform 0.22s var(--spring),
        visibility 0s 0.22s;
    z-index: 200;
    overflow: hidden;
}

.fa-has-drop:hover .fa-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
    transition:
        opacity   0.22s var(--ease),
        transform 0.22s var(--spring);
}

/* ── Header bar ── */
.fa-mega-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px 11px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    background: rgba(0,0,0,0.2);
}

.fa-mega-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-cond);
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--lime);
}
.fa-mega-label::before {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: linear-gradient(90deg, var(--lime), rgba(178,255,0,0.3));
    border-radius: 1px;
    flex-shrink: 0;
}
.fa-mega-label-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: var(--lime);
    border-radius: 50%;
    opacity: 0.35;
    margin-left: 2px;
}

/* ── 2-column grid ── */
.fa-mega-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1px;
    row-gap: 0;
    padding: 8px 10px 6px;
}

/* thin column separator via pseudo */
.fa-mega-grid::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 50%;
    width: 1px;
    background: rgba(255,255,255,0.03);
    pointer-events: none;
}

.fa-mega-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 10px 9px 12px;
    border-left: 2px solid transparent;
    color: rgba(226,231,234,0.65);
    font-size: 12.5px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition:
        color        0.16s var(--ease),
        background   0.16s var(--ease),
        border-color 0.16s var(--ease),
        padding-left 0.16s var(--ease);
}

/* right-column items get a faint left separator */
.fa-mega-item:nth-child(even) {
    border-left-color: rgba(255,255,255,0.04);
    padding-left: 16px;
}
.fa-mega-item:nth-child(even):hover {
    border-left-color: var(--lime);
    padding-left: 16px;
}

.fa-mega-item:hover {
    color: var(--white);
    background: rgba(178,255,0,0.04);
    border-left-color: var(--lime);
    padding-left: 16px;
}

/* odd items (left col) hover border */
.fa-mega-item:nth-child(odd):hover {
    padding-left: 16px;
}

/* subtle row dividers */
.fa-mega-item:nth-child(1), .fa-mega-item:nth-child(2),
.fa-mega-item:nth-child(3), .fa-mega-item:nth-child(4),
.fa-mega-item:nth-child(5), .fa-mega-item:nth-child(6),
.fa-mega-item:nth-child(7), .fa-mega-item:nth-child(8),
.fa-mega-item:nth-child(9), .fa-mega-item:nth-child(10) {
    border-bottom: 1px solid rgba(255,255,255,0.035);
}

/* ── Icon ── */
.fa-mega-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(178,255,0,0.06);
    border-radius: 7px;
    color: rgba(155,218,9,0.8);
    font-size: 12.5px;
    flex-shrink: 0;
    transition:
        background 0.16s var(--ease),
        color      0.16s var(--ease),
        transform  0.22s var(--spring);
}

.fa-mega-item:hover .fa-mega-icon {
    background: rgba(178,255,0,0.12);
    color: var(--lime);
    transform: scale(1.08);
}

.fa-mega-name {
    flex: 1;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

/* ── Hover arrow ── */
.fa-mega-item::after {
    content: '→';
    font-size: 11px;
    color: var(--lime);
    opacity: 0;
    transform: translateX(-4px);
    transition:
        opacity   0.16s var(--ease),
        transform 0.20s var(--spring);
    flex-shrink: 0;
}
.fa-mega-item:hover::after {
    opacity: 0.7;
    transform: translateX(0);
}

/* ── Footer CTA ── */
.fa-mega-foot {
    padding: 10px 10px 10px;
    border-top: 1px solid rgba(255,255,255,0.04);
    background: rgba(0,0,0,0.15);
}

.fa-mega-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 20px;
    background: var(--lime);
    border-radius: 9px;
    color: var(--black-deep);
    font-family: var(--font-cond);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    transition:
        background  0.20s var(--ease),
        box-shadow  0.20s var(--ease),
        transform   0.20s var(--spring);
}
.fa-mega-cta:hover {
    background: #c8ff1a;
    box-shadow: 0 6px 24px rgba(178,255,0,0.35);
    transform: translateY(-1px);
}
.fa-mega-cta .cta-arrow {
    transition: transform 0.20s var(--spring);
}
.fa-mega-cta:hover .cta-arrow {
    transform: translateX(5px);
}

/* ── Keep old .fa-mega-divider selector harmless ── */
.fa-mega-divider { display: none; }

/* ═══════════════════════════════════
   HAMBURGER  —  mobile only
═══════════════════════════════════ */
.fa-hamburger {
    display:                  none;
    flex-direction:           column;
    justify-content:          center;
    align-items:              center;
    gap:                      6px;
    width:                    44px;
    height:                   44px;
    padding:                  0;
    flex-shrink:              0;
    cursor:                   pointer;
    background:               none;
    background-color:         transparent;
    border:                   0;
    outline:                  0;
    box-shadow:               none;
    border-radius:            0;
    -webkit-appearance:       none;
    -moz-appearance:          none;
    appearance:               none;
    -webkit-tap-highlight-color: transparent;
}
.fa-hamburger span {
    display:       block;
    width:         24px;
    height:        2.5px;
    background:    #E2E7EA;
    border-radius: 2px;
    flex-shrink:   0;
    transition:
        transform  0.34s var(--spring),
        opacity    0.22s var(--ease),
        background 0.22s var(--ease),
        width      0.22s var(--ease);
}
.fa-hamburger:hover span { background: var(--lime); }
.fa-hamburger span:nth-child(2)               { width: 16px; }
.fa-hamburger:hover span:nth-child(2)         { width: 24px; }
.fa-hamburger.is-open span:nth-child(2)       { width: 24px; }
.fa-hamburger.is-open span:nth-child(1) {
    transform:  translateY(8.5px) rotate(45deg);
    background: var(--lime);
}
.fa-hamburger.is-open span:nth-child(2) {
    opacity: 0;
    width:   0;
}
.fa-hamburger.is-open span:nth-child(3) {
    transform:  translateY(-8.5px) rotate(-45deg);
    background: var(--lime);
}

/* ═══════════════════════════════════
   2.  TICKER
═══════════════════════════════════ */
.fa-ticker {
    background: var(--lime-dark);
    height: var(--ticker-h);
    overflow: hidden;
    display: flex; align-items: center;
    -webkit-mask: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
            mask: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
}
.fa-ticker-track {
    display: flex; white-space: nowrap;
    will-change: transform;
    animation: faScroll 36s linear infinite;
}
.fa-ticker-track:hover { animation-play-state: paused; }
@keyframes faScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.fa-ticker-item {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 0 44px;
    font-family: var(--font-cond); font-size: 13.5px; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--black-deep); user-select: none; white-space: nowrap;
}
.fa-ticker-item i { font-size: 11px; opacity: 0.6; flex-shrink: 0; }
.fa-ticker-dot    { display: inline-block; width: 4px; height: 4px; background: rgba(0,0,0,0.22); border-radius: 50%; flex-shrink: 0; }

/* ═══════════════════════════════════
   3.  OVERLAY
═══════════════════════════════════ */
.fa-overlay {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.82);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1000; opacity: 0; visibility: hidden;
    transition: opacity 0.34s var(--ease), visibility 0s 0.34s;
}
.fa-overlay.open {
    opacity: 1; visibility: visible;
    transition: opacity 0.34s var(--ease);
}

/* ═══════════════════════════════════
   4.  SIDEBAR
═══════════════════════════════════ */
.fa-sidebar {
    position: fixed; top: 0; right: -300px;
    width: 285px; height: 100dvh;
    background: var(--black-deep);
    z-index: 1001;
    display: flex; flex-direction: column;
    border-left: 1px solid var(--lime-border);
    box-shadow: -6px 0 44px rgba(0,0,0,0.9);
    overflow-y: auto; overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--lime-dark) var(--black-deep);
    transition: right 0.38s cubic-bezier(0.25, 0, 0.05, 1);
}
.fa-sidebar::-webkit-scrollbar       { width: 4px; }
.fa-sidebar::-webkit-scrollbar-track { background: var(--black-deep); }
.fa-sidebar::-webkit-scrollbar-thumb { background: var(--lime-dark); border-radius: 2px; }
.fa-sidebar.open { right: 0; }

.fa-sb-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 20px;
    background: var(--black);
    border-bottom: 2px solid var(--lime-dark);
    flex-shrink: 0;
}
.fa-sb-logo {
    height: 36px;
    width: auto;
    max-width: 180px;
    display: block;
    object-fit: contain;
}
.fa-sb-close {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px;
    background: transparent;
    border: 1.5px solid rgba(178,255,0,0.18);
    border-radius: 6px;
    color: var(--grey-dim); font-size: 15px;
    cursor: pointer;
    -webkit-appearance: none; appearance: none; outline: none;
    transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease), background var(--dur) var(--ease), transform 0.30s var(--spring);
}
.fa-sb-close:hover { border-color: var(--lime); color: var(--lime); background: rgba(178,255,0,0.06); transform: rotate(90deg) scale(1.05); }

.fa-sb-nav   { flex: 1; padding: 6px 0; }
.fa-sb-nav > ul > li { border-bottom: 1px solid rgba(255,255,255,0.04); }

.fa-sb-link {
    display: flex; align-items: center; gap: 12px;
    padding: 13px 22px;
    font-family: var(--font); font-weight: 500; font-size: 13px;
    color: var(--grey-dim);
    border-left: 3px solid transparent;
    transition: color 0.2s var(--ease), background 0.2s var(--ease), border-color 0.2s var(--ease), padding-left 0.2s var(--ease);
}
.fa-sb-link i { color: var(--lime-dark); font-size: 13px; width: 16px; text-align: center; flex-shrink: 0; transition: color 0.2s; }
.fa-sb-link:hover, .fa-sb-link.nav-active { color: var(--lime); background: rgba(178,255,0,0.05); border-left-color: var(--lime); padding-left: 28px; }
.fa-sb-link:hover i, .fa-sb-link.nav-active i { color: var(--lime); }

.fa-sb-acc {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; padding: 13px 22px;
    background: transparent; border: none; border-left: 3px solid transparent;
    font-family: var(--font); font-weight: 500; font-size: 13px;
    color: var(--grey-dim); text-align: left; cursor: pointer;
    -webkit-appearance: none; appearance: none; outline: none;
    transition: color 0.2s var(--ease), background 0.2s var(--ease), border-color 0.2s var(--ease), padding-left 0.2s var(--ease);
}
.fa-sb-acc .sb-left { display: flex; align-items: center; gap: 12px; }
.fa-sb-acc .sb-icon { color: var(--lime-dark); font-size: 13px; width: 16px; text-align: center; flex-shrink: 0; transition: color 0.2s; }
.fa-sb-acc .sb-chev { font-size: 10px; color: rgba(178,255,0,0.3); transition: transform 0.28s var(--spring), color 0.2s; flex-shrink: 0; }
.fa-sb-acc:hover { color: var(--white); background: rgba(178,255,0,0.04); border-left-color: rgba(178,255,0,0.25); padding-left: 28px; }
.fa-sb-acc.open  { color: var(--lime); background: rgba(178,255,0,0.06); border-left-color: var(--lime); }
.fa-sb-acc.open .sb-icon { color: var(--lime); }
.fa-sb-acc.open .sb-chev { transform: rotate(180deg); color: var(--lime); }

.fa-sb-sub {
    max-height: 0; overflow: hidden;
    background: rgba(0,0,0,0.2);
    border-left: 3px solid rgba(178,255,0,0.12);
    margin: 0 22px 2px; border-radius: 0 4px 4px 0;
    transition: max-height 0.40s var(--ease);
}
.fa-sb-sub.open { max-height: 800px; }
.fa-sb-sub-link {
    display: flex; align-items: center; gap: 9px;
    padding: 10px 14px;
    font-family: var(--font); font-size: 12px; font-weight: 500;
    color: var(--grey-dim);
    transition: color 0.18s, background 0.18s;
}
.fa-sb-sub-link i { font-size: 11px; color: rgba(178,255,0,0.35); flex-shrink: 0; transition: color 0.18s; }
.fa-sb-sub-link:hover { color: var(--lime); background: rgba(178,255,0,0.04); }
.fa-sb-sub-link:hover i { color: var(--lime); }
.fa-sb-sub-link.all { color: rgba(178,255,0,0.6); font-weight: 600; }

.fa-sb-foot {
    padding: 16px 22px;
    background: var(--black);
    border-top: 1px solid rgba(255,255,255,0.05);
    flex-shrink: 0;
}
.fa-sb-foot-label {
    font-family: var(--font-cond); font-size: 10px; font-weight: 800;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: rgba(178,255,0,0.3);
    display: flex; align-items: center; gap: 8px; margin-bottom: 10px;
}
.fa-sb-foot-label::before { content:''; width:12px; height:2px; background: var(--lime-dark); border-radius:1px; flex-shrink:0; }
.fa-sb-socials { display: flex; gap: 7px; }
.fa-sb-soc {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 8px;
    color: var(--grey-dim); font-size: 13px; text-decoration: none;
    transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease), background var(--dur) var(--ease), transform 0.24s var(--spring);
}
.fa-sb-soc:hover { color: var(--lime); border-color: var(--lime-dark); background: rgba(178,255,0,0.07); transform: translateY(-2px) scale(1.08); }

/* ═══════════════════════════════════
   RESPONSIVE
═══════════════════════════════════ */
@media (max-width: 1080px) {
    .fa-inner    { padding: 0 24px; gap: 20px; }
    .fa-nav-link { padding: 0 12px; font-size: 12.5px; }
    .fa-nav-link::after { left: 12px; right: 12px; }
    .fa-mega     { width: 480px; }
}

@media (max-width: 860px) {
    :root { --header-h: 64px; }
    .fa-nav       { display: none; }
    .fa-hamburger { display: flex; }
    .fa-logo-desk { display: none  !important; }
    .fa-logo-mob  { display: block !important; height: 60px !important; max-height: 56px !important; }
    .fa-inner { padding: 0 18px; }
}

@media (max-width: 520px) {
    :root { --header-h: 58px; --ticker-h: 38px; }
    .fa-logo-mob    { height: 52px !important; max-height: 48px !important; }
    .fa-ticker-item { font-size: 12px; padding: 0 32px; }
}

@media (max-width: 380px) {
    .fa-inner       { padding: 0 12px; }
    .fa-ticker-item { font-size: 11px; letter-spacing: 0.07em; }
}

.fa-hamburger:focus,
.fa-hamburger:active {
    outline: none;
    box-shadow: none;
    background: transparent;
}
.fa-hamburger::before {
    content: none !important;
    display: none !important;
}


    /* ════════════════════════════════════════
   CSS VARIABLES (mirror of header)
════════════════════════════════════════ */
    :root {
        --black:       #1D2218;
        --black-deep:  #12150E;
        --black-mid:   #181C13;
        --grey-light:  #E2E7EA;
        --grey-dim:    #8e9ba1;
        --lime:        #B2FF00;
        --lime-dark:   #9BDA09;
        --lime-border: rgba(178, 255, 0, 0.12);
        --white:       #ffffff;
        --font:        'Poppins', sans-serif;
        --font-cond:   'Barlow Condensed', sans-serif;
        --ease:        cubic-bezier(0.4, 0, 0.2, 1);
        --spring:      cubic-bezier(0.34, 1.25, 0.64, 1);
        --dur:         0.26s;
    }


    /* ════════════════════════════════════════
   STICKY FLOATING BUTTONS
   Call  → fixed bottom-LEFT
   WA    → fixed bottom-RIGHT
   Large icon-only circles, site-themed
════════════════════════════════════════ */

    /* ── Shared base ── */
    .fa-sticky-call,
    .fa-sticky-wa {
        position: fixed;
        bottom: 28px;
        z-index: 8000;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        text-decoration: none;
        border: 2.5px solid var(--lime);
        transition:
            transform   0.30s var(--spring),
            box-shadow  0.24s var(--ease),
            background  0.22s var(--ease),
            color       0.22s var(--ease),
            border-color 0.22s var(--ease);
    }

    /* ── Call — left side, lime filled ── */
    .fa-sticky-call {
        left: 24px;
        background: var(--lime);
        color: var(--black-deep);
        box-shadow: 0 6px 24px rgba(178, 255, 0, 0.32);
    }

    .fa-sticky-call:hover {
        background: transparent;
        color: var(--lime);
        transform: scale(1.12) translateY(-3px);
        box-shadow: 0 10px 34px rgba(178, 255, 0, 0.45);
    }

    /* ── WhatsApp — right side, lime outline ── */
    .fa-sticky-wa {
        right: 24px;
        background: transparent;
        color: var(--lime);
        box-shadow: 0 6px 24px rgba(178, 255, 0, 0.18);
    }

    .fa-sticky-wa:hover {
        background: var(--lime);
        color: var(--black-deep);
        transform: scale(1.12) translateY(-3px);
        box-shadow: 0 10px 34px rgba(178, 255, 0, 0.45);
    }

    /* Pulse ring on WhatsApp */
    .fa-sticky-wa::before {
        content: '';
        position: absolute;
        inset: -7px;
        border-radius: 50%;
        border: 2px solid rgba(178, 255, 0, 0.30);
        animation: stickyPulse 2.4s ease-in-out infinite;
        pointer-events: none;
    }

    /* Same subtle glow ring on Call */
    .fa-sticky-call::before {
        content: '';
        position: absolute;
        inset: -7px;
        border-radius: 50%;
        border: 2px solid rgba(178, 255, 0, 0.20);
        animation: stickyPulse 2.6s ease-in-out infinite;
        pointer-events: none;
    }

    @keyframes stickyPulse {
        0%, 100% { transform: scale(1);    opacity: 0.55; }
        50%       { transform: scale(1.22); opacity: 0; }
    }

    /* Hidden by default — shown after scroll */
.fa-sticky-call,
.fa-sticky-wa {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition:
        opacity     0.30s var(--ease),
        transform   0.30s var(--spring),
        background  0.22s var(--ease),
        color       0.22s var(--ease),
        border-color 0.22s var(--ease),
        box-shadow  0.24s var(--ease);
}

.fa-sticky-call.is-visible,
.fa-sticky-wa.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

    /* ── Responsive ── */
    @media (max-width: 860px) {
        .fa-sticky-call,
        .fa-sticky-wa {
            width: 52px;
            height: 52px;
            font-size: 21px;
            bottom: 22px;
        }

        .fa-sticky-call { left: 18px; }
        .fa-sticky-wa   { right: 18px; }
    }

    @media (max-width: 520px) {
        .fa-sticky-call,
        .fa-sticky-wa {
            width: 48px;
            height: 48px;
            font-size: 19px;
            bottom: 18px;
        }

        .fa-sticky-call { left: 14px; }
        .fa-sticky-wa   { right: 14px; }
    }

    @media (max-width: 380px) {
        .fa-sticky-call,
        .fa-sticky-wa {
            width: 44px;
            height: 44px;
            font-size: 17px;
            bottom: 14px;
            border-width: 2px;
        }

        .fa-sticky-call { left: 10px; }
        .fa-sticky-wa   { right: 10px; }
    }


    /* ════════════════════════════════════════
   FOOTER WRAPPER
════════════════════════════════════════ */
    #fa-footer {
        position: relative;
        border-top: 1px solid var(--lime-border);
        overflow: hidden;
        background:
            radial-gradient(ellipse 680px 560px at -12% 52%,
                rgba(130, 255, 10, 0.80) 0%,
                rgba(80, 200, 5, 0.42) 32%,
                rgba(45, 130, 0, 0.13) 58%,
                transparent 75%),
            radial-gradient(ellipse 400px 340px at 102% 95%,
                rgba(90, 180, 10, 0.65) 0%,
                rgba(55, 130, 5, 0.28) 40%,
                rgba(30, 80, 0, 0.08) 65%,
                transparent 80%),
            linear-gradient(180deg, #12150E 0%, #0c0f08 100%);
    }

    .fa-ft-inner {
        max-width: 1380px;
        margin: 0 auto;
        padding: 0 40px;
        position: relative;
        z-index: 1;
    }

    .fa-ft-top {
        padding: 64px 0 52px;
    }

    .fa-ft-top .fa-ft-inner {
        display: grid;
        grid-template-columns: 1.6fr 1fr 1.4fr;
        gap: 48px 56px;
        align-items: start;
    }

    /* ── Brand col ── */
    .fa-ft-brand {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .fa-ft-logo-wrap {
        display: inline-flex;
        align-items: center;
        line-height: 0;
        text-decoration: none;
        transition: filter var(--dur) var(--ease), transform var(--dur) var(--spring);
    }

    .fa-ft-logo-wrap:hover {
        filter: drop-shadow(0 0 10px rgba(178, 255, 0, 0.35));
        transform: scale(1.03);
    }

    .fa-ft-logo-desk {
        display: block;
        height: 48px;
        max-height: 48px;
        width: auto;
        object-fit: contain;
    }

    .fa-ft-tagline {
        font-family: var(--font);
        font-size: 13px;
        font-weight: 400;
        line-height: 1.75;
        color: var(--grey-dim);
        max-width: 280px;
    }

    .fa-ft-socials {
        display: flex;
        gap: 7px;
        flex-wrap: wrap;
    }

    .fa-ft-soc {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 8px;
        color: var(--grey-dim);
        font-size: 13px;
        text-decoration: none;
        transition: color var(--dur) var(--ease),
            border-color var(--dur) var(--ease),
            background var(--dur) var(--ease),
            transform 0.24s var(--spring);
    }

    .fa-ft-soc:hover {
        color: var(--lime);
        border-color: var(--lime-dark);
        background: rgba(178, 255, 0, 0.07);
        transform: translateY(-2px) scale(1.08);
    }

    /* ── Shared column styles ── */
    .fa-ft-col {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .fa-ft-heading {
        font-family: var(--font-cond);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: var(--lime);
        position: relative;
        padding-bottom: 10px;
    }

    .fa-ft-heading::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 28px;
        height: 2px;
        background: var(--lime-dark);
        border-radius: 2px;
    }

    .fa-ft-links {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .fa-ft-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-family: var(--font);
        font-size: 13px;
        font-weight: 500;
        color: var(--grey-dim);
        padding: 5px 0;
        text-decoration: none;
        transition: color 0.2s var(--ease), gap 0.2s var(--ease);
    }

    .fa-ft-link i {
        font-size: 9px;
        color: rgba(178, 255, 0, 0.35);
        flex-shrink: 0;
        transition: color 0.2s, transform 0.2s var(--spring);
    }

    .fa-ft-link:hover,
    .fa-ft-link.footer-active { color: var(--lime); gap: 12px; }

    .fa-ft-link:hover i,
    .fa-ft-link.footer-active i { color: var(--lime); transform: translateX(2px); }

    .fa-ft-contact-list {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .fa-ft-contact-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        text-decoration: none;
        font-family: var(--font);
        font-size: 13px;
        font-weight: 400;
        color: var(--grey-dim);
        line-height: 1.65;
        transition: color 0.2s var(--ease);
    }

    .fa-ft-contact-item:hover { color: var(--white); }

    .fa-ft-c-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        flex-shrink: 0;
        background: rgba(178, 255, 0, 0.06);
        border: 1px solid rgba(178, 255, 0, 0.14);
        border-radius: 6px;
        color: var(--lime-dark);
        font-size: 12px;
        transition: background 0.2s, border-color 0.2s, color 0.2s;
    }

    .fa-ft-contact-item:hover .fa-ft-c-icon {
        background: rgba(178, 255, 0, 0.12);
        border-color: var(--lime-dark);
        color: var(--lime);
    }

    .fa-ft-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        padding: 18px 0;
    }

    .fa-ft-bottom-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        flex-wrap: wrap;
    }

    .fa-ft-copy,
    .fa-ft-credit {
        font-family: var(--font);
        font-size: 11.5px;
        font-weight: 400;
        color: rgba(142, 155, 161, 0.55);
        white-space: nowrap;
    }

    /* ════════════════════════════════════════
   RESPONSIVE — FOOTER
════════════════════════════════════════ */
    @media (max-width: 1080px) {
        .fa-ft-inner { padding: 0 24px; }
        .fa-ft-top .fa-ft-inner { gap: 36px 40px; }
    }

    @media (max-width: 860px) {
        #fa-footer {
            background:
                radial-gradient(ellipse 420px 380px at -8% 20%,
                    rgba(130, 255, 10, 0.45) 0%, rgba(80, 200, 5, 0.22) 35%,
                    rgba(45, 130, 0, 0.07) 60%, transparent 78%),
                radial-gradient(ellipse 320px 280px at 108% 90%,
                    rgba(90, 180, 10, 0.35) 0%, rgba(55, 130, 5, 0.15) 42%,
                    rgba(30, 80, 0, 0.05) 65%, transparent 82%),
                linear-gradient(180deg, #12150E 0%, #0c0f08 100%);
        }
        .fa-ft-top { padding: 48px 0 40px; }
        .fa-ft-top .fa-ft-inner { grid-template-columns: 1fr 1fr; gap: 36px 40px; }
        .fa-ft-brand { grid-column: 1 / -1; align-items: center; text-align: center; gap: 14px; }
        .fa-ft-logo-desk { height: 42px; max-height: 42px; }
        .fa-ft-tagline { max-width: 320px; margin: 0 auto; }
        .fa-ft-socials { justify-content: center; }
        .fa-ft-col { align-items: flex-start; text-align: left; }
        .fa-ft-heading::after { left: 0; transform: none; }
        .fa-ft-bottom-inner { justify-content: center; text-align: center; }
        .fa-ft-copy, .fa-ft-credit { white-space: normal; text-align: center; }
    }

    @media (max-width: 640px) {
        #fa-footer {
            background:
                radial-gradient(ellipse 280px 260px at 10% 8%,
                    rgba(130, 255, 10, 0.30) 0%, rgba(80, 200, 5, 0.14) 38%,
                    rgba(45, 130, 0, 0.05) 62%, transparent 80%),
                radial-gradient(ellipse 240px 220px at 95% 92%,
                    rgba(90, 180, 10, 0.25) 0%, rgba(55, 130, 5, 0.10) 44%,
                    transparent 75%),
                linear-gradient(180deg, #12150E 0%, #0c0f08 100%);
        }
        .fa-ft-inner { padding: 0 20px; }
        .fa-ft-top { padding: 40px 0 36px; }
        .fa-ft-top .fa-ft-inner { grid-template-columns: 1fr; gap: 32px; }
        .fa-ft-brand { grid-column: auto; }
        .fa-ft-col { align-items: center; text-align: center; }
        .fa-ft-heading { text-align: center; }
        .fa-ft-heading::after { left: 50%; transform: translateX(-50%); }
        .fa-ft-links { align-items: center; }
        .fa-ft-contact-list { align-items: center; }
        .fa-ft-contact-item { justify-content: flex-start; text-align: left; }
        .fa-ft-contact-addr { max-width: 300px; }
        .fa-ft-bottom { padding: 16px 0; }
        .fa-ft-bottom-inner { flex-direction: column; align-items: center; gap: 6px; }
    }

    @media (max-width: 420px) {
        #fa-footer {
            background:
                radial-gradient(ellipse 200px 190px at 12% 6%,
                    rgba(130, 255, 10, 0.22) 0%, rgba(80, 200, 5, 0.10) 40%,
                    transparent 72%),
                radial-gradient(ellipse 180px 170px at 92% 94%,
                    rgba(90, 180, 10, 0.18) 0%, rgba(55, 130, 5, 0.08) 45%,
                    transparent 72%),
                linear-gradient(180deg, #12150E 0%, #0c0f08 100%);
        }
        .fa-ft-inner { padding: 0 14px; }
        .fa-ft-top { padding: 34px 0 30px; }
        .fa-ft-top .fa-ft-inner { gap: 28px; }
        .fa-ft-logo-desk { height: 36px; max-height: 36px; }
        .fa-ft-soc { width: 34px; height: 34px; font-size: 12px; }
        .fa-ft-socials { gap: 6px; }
        .fa-ft-tagline { font-size: 12px; }
        .fa-ft-link { font-size: 12.5px; }
        .fa-ft-contact-item { font-size: 12.5px; }
        .fa-ft-heading { font-size: 12px; }
        .fa-ft-copy { font-size: 10.5px; }
    }

    @media (max-width: 380px) {
        .fa-ft-inner { padding: 0 12px; }
        .fa-ft-logo-desk { height: 32px; max-height: 32px; }
        .fa-ft-c-icon { width: 28px; height: 28px; font-size: 11px; }
    }


.blog-post-container .entry-container {
    background: #1d2218;
    border: 1px solid #99d709;
}