/*!
Theme Name: KnightsbridgeFX
Theme URI: https://www.knightsbridgefx.com/
Author: e-dimensionz Inc
Author URI: https://e-dimensionz.com/
Description: Custom theme for KnightsbridgeFX
Version: 1.0.0
Tested up to: 6.6.1
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: knightsbridgefx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@font-face {
    font-family: helvetica;
    src: url(/wp-content/themes/knightsbridgefx/fonts/helvetica.woff2) format("woff2"),
        url(/wp-content/themes/knightsbridgefx/fonts/helvetica.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: helvetica-light;
    src: url(/wp-content/themes/knightsbridgefx/fonts/helvetica-light.woff2) format("woff2"),
        url(/wp-content/themes/knightsbridgefx/fonts/helvetica-light.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: helvetica-light-oblique;
    src: url(/wp-content/themes/knightsbridgefx/fonts/helvetica-light-oblique.woff2) format("woff2"),
        url(/wp-content/themes/knightsbridgefx/fonts/helvetica-light-oblique.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: helvetica-bold-oblique;
    src: url(/wp-content/themes/knightsbridgefx/fonts/helvetica-bold-oblique.woff2) format("woff2"),
        url(/wp-content/themes/knightsbridgefx/fonts/helvetica-bold-oblique.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: helvetica-bold;
    src: url(/wp-content/themes/knightsbridgefx/fonts/helvetica-bold.woff2) format("woff2"),
        url(/wp-content/themes/knightsbridgefx/fonts/helvetica-bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    /* Color Variables */
    --body-text-color: rgb(51, 51, 51);
    --blue: #304598;
    --dark-blue: #353e69;
    --mid-blue: #4059ba;
    --grey-light: #eef1f6;
    --grey-light-2: #d2d7e8;
    --grey-light-3: #e3e5f2;
    --grey: #949698;
    --grey-mid: #767e87;
    --grey-dark: #373b43;
    --white: #ffffff;
    --black: #000;
    --yellow: #ffba00;
    --yellow-light: #ffcc42;
    --gold: #ffba00;
    --green: #00A651;
    --menu-light-grey: #e8e8e8;
    --menu-dark-grey: #2e3440;

    /*Typography*/
    --headings: "Open Sans", sans-serif;
    --body-text: "Open Sans", sans-serif;
    --font-helvetica: "helvetica", sans-serif;

    /* Border Radius Variables */
    --cta-button-border-radius: 30px;

    /* Padding and Margin Variables */
    --spacing-small: 0.5em;
    --spacing-medium: 1.5em;
    --spacing-large: 2em;
    --spacing-xlarge: 3em;
}

html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    overflow-x: hidden;
}

body {
    margin: 0;
    width: 100%;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: 600;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

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

html {
    box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--black);
    font-family: var(--headings);
    font-size: 20px;
    line-height: 1.5;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--headings);
    padding: 0;
    font-weight: 600;
    line-height: 1.3;
    color: inherit;
}

.page-template-page-standard h2 a,
.page-template-page-standard h3 a,
.page-template-page-standard h4 a,
.page-template-page-standard h5 a,
.page-template-page-standard h6 a {
    text-decoration: none !important;
}

h1 {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    h1 {
        font-size: 40px;
        line-height: 1.2;
    }
}

h2 {
    font-size: 24px;
}

@media (min-width: 1024px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    margin-bottom: 1em;
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

p {
    margin-bottom: 1em;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: var(--yellow);
}

.single-post h2 span,
.single-post h3 span,
.single-post h4 span,
.single-post h5 span,
.single-post h6 span {
    color: var(--black);
}

p:last-child {
    margin: 0;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

.txt-left {
    text-align: left !important;
}

.txt-light {
    font-weight: 300 !important;
    color: inherit;

}

.txt-mid-grey {
    color: var(--grey-mid)
}

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

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

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

ul {
    list-style: disc;
}

ul li,
ol li {
    margin: 0 0 0.5em;
}

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

iframe[src*="youtube.com"],
iframe[src*="cbc.ca"] {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.iframe-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* Aspect ratio for 16:9 */
    border: none;
}

.iframe-calendly {
    min-height: 800px;
}

.iframe-video .custom-html-widget {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.iframe-video .custom-html-widget iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 1079px) {
    .iframe-calendly {
        min-height: 1100px;
    }
}

.fxbluelabs iframe {
    width: 100%;
    height: 300px;
}

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

.radius-10 img {
    border-radius: 10px;
}

/* Make sure logo link wraps around logo image. */
.site-branding a {
    display: block;
}

.site-branding img {
    width: 180px;
    height: auto;
}

figure {
    margin: 1em 0;
}

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

video {
    border-radius: 20px;
}

.ow-button-base a.ow-icon-placement-left [class^="sow-icon-"] {
    margin: 0 5px 0 0 !important;
}

.ow-button-base a.ow-icon-placement-right [class^="sow-icon-"] {
    margin: 0 0 0 5px !important;
}

.cta-wrapper.center {
    text-align: center;
}

.cta-wrapper .btn.btn-cta,
button.btn-open-popup  {
    background: var(--yellow);
    border-radius: 30px;
    font-size: 18px;
    font-family: var(--font-helvetica);
    padding: 16px 39px;
    line-height: 1;
    color: var(--black);
    transition: background 0.3s ease;
}
button.btn-open-popup {
    border-color: var(--yellow);
}
.cta-wrapper .btn.btn-cta.square {
    border-radius: 10px;
}

.cta-wrapper .btn.btn-cta:hover,
button.btn-open-popup:hover,
button.btn-open-popup:active,
button.btn-open-popup:focus {
    color: var(--black);
    background: var(--yellow-light);
}
button.btn-open-popup:hover,
button.btn-open-popup:active,
button.btn-open-popup:focus {
    border-radius: 30px;
}
.gradient-bg-blue {
    background-image: linear-gradient(90.57deg, #1e3174 1.12%, #435bb4 99.42%);
    color: var(--white);
}

.list-col-5 ul,
.list-col-4 ul,
.list-col-3 ul,
.list-col-2 ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-col-5 ul li {
    flex: 0 0 20%;
    box-sizing: border-box;
    padding: 3px 10px;
}

.list-col-4 ul li {
    flex: 0 0 25%;
    box-sizing: border-box;
    padding: 3px 10px;
}

.list-col-3 ul li {
    flex: 1 0 33.33%;
    box-sizing: border-box;
    padding: 3px 10px;
}

.list-col-2 ul li {
    flex: 1 0 50%;
    box-sizing: border-box;
    padding: 3px 10px;
}

.list-col-5 ul li a,
.list-col-4 ul li a,
.list-col-3 ul li a,
.list-col-2 ul li a,
.list-green-check ul li a {
    text-decoration: none;
}

.list-col-5 ul li a:hover,
.list-col-4 ul li a:hover,
.list-col-3 ul li a:hover,
.list-col-2 ul li a:hover,
.list-green-check ul li a:hover {
    text-decoration: underline;
}

.list-col-2.column-layout ul {
    display: block;
    column-count: 2;
    column-gap: 2em;
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-col-2.column-layout ul li {
    break-inside: avoid;
}

@media (max-width: 991px) {

    .list-col-5 ul li,
    .list-col-4 ul li,
    .list-col-3 ul li {
        flex: 0 0 33.33%;
    }
}

@media (max-width: 767px) {

    .list-col-5 ul li,
    .list-col-4 ul li,
    .list-col-3 ul li,
    .list-col-2 ul li {
        flex: 0 0 50%;
    }

    .list-col-2.column-layout ul {
        column-count: 1;
    }
}

@media (max-width: 500px) {

    .list-col-5 ul li,
    .list-col-4 ul li,
    .list-col-3 ul li,
    .list-col-2 ul li {
        flex: 0 0 100%;
    }
}

.list-green-check ul {
    margin-left: 0;
    padding-left: 0;
}

.list-green-check ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
}

.list-green-check ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    color: #6ac836;
    font-size: 16px;
    line-height: 1;
}

.blockquote-tip .textwidget {
    background-image: url('/wp-content/themes/knightsbridgefx/img/icons/Lightbulb.svg');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding-left: 34px;
}

@media (max-width: 1024px) {
    .tablet-center {
        text-align: center;
    }

    .tablet-center .sow-image-container {
        justify-content: center;
    }
    #trustedsite-tm-image,
    .hide-br-1024 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile-center {
        text-align: center;
    }

    .mobile-center .sow-image-container {
        justify-content: center;
    }

    .blockquote-tip .textwidget {
        background-image: none;
        padding-left: 0;
        text-align: center;
        position: relative;
    }

    .blockquote-tip .textwidget::before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        margin: 0 auto 10px;
        background-image: url('/wp-content/themes/knightsbridgefx/img/icons/Lightbulb.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .blockquote-tip .textwidget p {
        margin: 0 auto;
        font-size: 16px;
        display: inline-block;
        max-width: 500px;
    }
}

/* Links
--------------------------------------------- */
a {
    color: var(--blue);
}

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

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

a:focus {
    outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: var(--blue);
    border-radius: 3px;
    background: var(--blue);
    color: var(--white);
    line-height: 1;
    padding: 0.4em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: var(--grey);
    border-radius: 3px;
    background: var(--grey);
    color: var(--white);
}

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 {
    border-color: transparent;
}

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: 3px;
    padding: 3px 1em;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.site-header {
    border-bottom: 1px solid #edf1f7;
}

.site-header .row {
    align-items: center;
}

#primary-header {
    padding: 3px 0;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        width: 100%;
        max-width: 94%;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1240px;
    }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
#top-bar {
    background: var(--blue);
    color: var(--white);
    padding: 14px 0 17px;
    font-size: 14px;
    line-height: 1.5;
}

#top-bar a {
    color: var(--white);
    font-size: 18px;
    text-decoration: none;
}

#top-bar a:hover {
    color: var(--grey);
    text-decoration: underline;
}

#top-bar a.tel {
    font-weight: 600;
    font-style: italic;
    padding: 0 var(--spacing-small);
    display: inline-block;
}

#top-bar .row {
    justify-content: space-between;
    align-items: center;
    gap: var(--spacing-large);
}

#top-bar .row>* {
    width: auto;
}

#top-bar .container .widget:nth-child(1) {
    flex-grow: 1;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: var(--spacing-small);
}

#top-bar .container .widget:nth-child(2) {
    display: flex;
    align-items: center;
}

#top-bar .widget {
    margin: 0;
}

#top-bar .widget ul,
#top-bar .widget ol,
#top-bar .widget li {
    padding: 0;
    margin: 0;
}

#top-bar .widget ul,
#top-bar .widget ol {
    display: flex;
    gap: var(--spacing-medium);
}

#top-bar .widget ul li {
    list-style: none;
}

#top-bar .transparent-button {
    color: var(--yellow);
    padding: 0.15em 1em;
    border: 1px solid var(--yellow);
    border-radius: 6px;
    margin-left: 10px;
    border-radius: 26px;
    font-size: 14px;
    display: inline-block;
}

#top-bar .header-top-french .transparent-button {
    padding: 0.45em 1em;
}

#top-bar .transparent-button:hover {
    color: var(--yellow);
    border: 1px solid var(--yellow);
}

#top-bar .header-top-french {
    display: none;
}

.page-id-841 #top-bar .header-top-french,
.page-id-112 #top-bar .header-top-french {
    display: block;
}

.page-id-841 #top-bar .header-top-english,
.page-id-112 #top-bar .header-top-english {
    display: none;
}

@media (max-width: 820px) {
    #top-bar .container .row {
        justify-content: center;
        gap: var(--spacing-small);
    }

    #top-bar .container .widget:nth-child(1),
    #top-bar .container .widget:nth-child(2) {
        flex-wrap: wrap;
        white-space: normal;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 2;
    }
}

@media (max-width: 720px) {
    #top-bar .container .row {}

    #top-bar .container .widget:nth-child(1),
    #top-bar .container .widget:nth-child(2) {
        flex-direction: column;
        gap: var(--spacing-small);
    }

    #top-bar .transparent-button {
        display: inline-block;
    }
}

@media (max-width: 580px) {
    #top-bar .container .widget:nth-child(2) {
        display: none;
    }
}

#popular-content {
    position: relative;
    color: var(--white);
}

#popular-content::before {
    content: "Popular Content";
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #363f66;
    padding: 8px 42px;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    width: 220px;
    text-align: center;
    font-weight: 600;
    color: var(--white);
}

#popular-content h3 {
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 16px;
}

#popular-content ul,
#popular-content ol,
#popular-content li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#popular-content li a {
    font-size: 16px;
    color: var(--white);
    font-weight: 300;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
}

#popular-content li a:hover {
    text-decoration: underline;
    color: var(--white);
}

.img-offset-border .sow-image-container {
    position: relative;
    max-width: 546px;
}

.img-offset-border .sow-image-container:after {
    content: "";
    display: block;
    width: 95%;
    height: 100%;
    border: 5px solid #f5f5f5;
    position: absolute;
    right: 0;
    bottom: -10%;
    border-radius: 10px;
    z-index: -1;
}

.account-quote {
    border: 1px solid #516fe5;
    border-radius: 10px;
    padding: 18px;
    position: relative;
    color: var(--white);
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.account-quote h4 {
    font-style: italic;
    font-size: 18px;
    padding: 18px 30px;
    font-weight: 400;
}

.account-quote p {
    padding: 0 30px;
}

.account-quote b,
.account-quote strong {
    font-weight: 500;
}

.account-quote::before,
.account-quote::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: var(--yellow);
    position: absolute;
}

.account-quote::before {
    content: "\f10d";
    top: 20px;
    left: 20px;
}

.account-quote::after {
    content: "\f10e";
    bottom: 20px;
    right: 20px;
}

.read-more-block h4 {
    font-size: 17px;
    padding: 0 0 10px;
    margin: 0;
}

.read-more-block .read-more-block-bottom p {
    min-height: 80px;
    height: auto;
    position: relative;
}

.read-more-block .read-more-less-container {
    bottom: 14px;
    left: 14px;
}

.read-more-block .read-more-less-container .read-more-toggle {
    font-size: 10px;
    text-decoration: none;
    padding-right: 12px;
    background-image: url("/wp-content/themes/knightsbridgefx/img/icons/icon-arrow.webp");
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: right center;
}

/* Navigation
--------------------------------------------- */
#site-navigation {
    display: block;
    width: 100%;
}

#site-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    gap: 1em;
    display: flex;
    justify-content: flex-end;
}

#site-navigation ul ul {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    float: left;
    position: absolute;
    top: 100%;
    gap: 0;
    left: -999em;
    z-index: 99999;
    padding: 0;
    font-size: 14px;
    min-width: initial;
    background-color: var(--white);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

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

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

#site-navigation ul ul a {
    width: 190px;
    padding: 8px 16px;
    display: block;
}

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

#site-navigation li {
    position: relative;
    margin: 0;
}

#site-navigation a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: var(--menu-dark-grey);
    position: relative;
}

@media (min-width: 1190px) {
    #site-navigation a {
        white-space: nowrap;
    }
}

#site-navigation a:hover {
    text-decoration: underline;
}

#site-navigation #primary-menu>li>a {
    padding: 10px;
}

#site-navigation ul ul a:hover {
    background-color: var(--menu-light-grey);
}

#site-navigation #primary-menu li.button a {
    border-radius: 30px;
    color: var(--black);
    border: none;
    font-weight: 600;
    padding: 8px 23px 10px;
    background-color: var(--yellow);
    transition: background-color 0.2s ease;
}

#site-navigation li.menu-item-has-children>a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    position: relative;
    top: 2px;
    color: var(--yellow);
}

#site-navigation li.menu-item-has-children:hover>a {
    background: var(--blue);
    color: var(--white);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    text-decoration: none;
}

#site-navigation li.menu-item-has-children:hover>a:after {
    color: var(--white);
    transform: rotate(180deg);
}

#site-navigation li#app-login-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

#site-navigation li#app-login-btn .logged_in_display a {
    padding: 10px 23px !important;
    display: inline-block;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    color: var(--black);
    padding: 10px 23px 9px;
    width: auto;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #2e3440;
    line-height: 1;
    transition: background-color 0.2s ease;
}

#site-navigation li#app-login-btn .logged_out_display.sign_in a {
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
    padding: 5px !important;
    color: var(--menu-dark-grey);
    font-weight: 400;
}

#site-navigation li#app-login-btn .logged_in_display a {
    border-radius: 30px;
    color: var(--black);
    border: none;
    padding: 10px 23px;
    line-height: 1.5;
    background-color: var(--yellow);
    transition: background-color 0.2s ease;
}

@media (min-width: 1025px) {
    #site-navigation li#app-login-btn {
        flex-direction: row;
    }
}

@media (max-width: 1100px) {

    #site-navigation ul,
    #site-navigation li#app-login-btn {
        gap: 10px;
    }
}

@media (max-width: 1024px) {
    #site-navigation li#app-login-btn {
        gap: 20px;
    }

    #site-navigation .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9;
        background-color: var(--white);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding: 0;
        max-height: 0;
        overflow: scroll;
        transition: max-height 0.5s ease-in-out;
        display: block !important;
    }

    #site-navigation .navbar-collapse.show {
        flex-direction: column;
        box-shadow: 0px 0px 2px var(--grey);
        max-height: 500px;
    }

    #primary-header .row {
        --bs-gutter-x: 0;
    }

    #site-navigation.navbar {
        padding: 0;
    }

    #site-navigation {
        position: relative;
        z-index: 10;
        width: 100%;
    }

    #site-navigation .navbar-toggler {
        display: block !important;
        float: right;
        background: var(--blue);
        width: 36px;
        height: 34px;
        padding: 5px 6px;
        border-radius: 4px;
        position: absolute;
        right: 0;
        top: -16px;
        z-index: 10000;
    }

    #site-navigation .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
        margin: 4px 0;
    }

    #site-navigation .navbar-toggler .icon-bar:nth-child(2) {
        width: 18px;
        margin-left: 4px;
    }

    #site-navigation ul.navbar-nav {
        flex-direction: column;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 0;
        padding: 1em;
        text-align: center;
    }

    #site-navigation .navbar-nav .menu-item-has-children .sub-menu {
        display: none;
        width: 100%;
    }

    #site-navigation .navbar-nav .menu-item-has-children.show .sub-menu {
        display: block;
        padding-left: 20px;
    }

    #site-navigation ul ul {
        position: static;
        background: #f5f5f5;
        margin-bottom: 14px;
        box-shadow: none;
        border: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    #site-navigation ul ul li {
        border-bottom: 1px solid #eee;
    }

    #site-navigation #primary-menu>li>a {
        position: relative;
        padding: 10px 30px 10px 20px;
        width: 200px;
    }

    #site-navigation li.menu-item-has-children>a::after {
        position: absolute;
        top: 10px;
        right: 14px;
        color: var(--yellow);
    }

    #site-navigation ul ul li a {
        width: auto;
    }

    #site-navigation ul ul li a::after {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 10px;
        position: absolute;
        top: 10px;
        right: 10px;
        color: rgba(48, 69, 152, 0.2);
        left: unset;
    }

    .mobile-menu-backdrop {
        display:none
    }

    body.menu-open {
        overflow: hidden;
    }

    .main-navigation .navbar-collapse {
        position: relative;
        z-index: 1000;
    }
    #primary-header .row {
        margin: 0;
    }

    #primary-header .col-md-4,
    #primary-header .col-md-8 {
        width: 100%;
        padding: 0;
    }

    #site-navigation li.menu-item-has-children {
        margin-bottom: 14px;
    }

    #site-navigation li.menu-item-has-children a {
        background: #f5f5f5;
        border-radius: 8px;
        padding: 8px 30px 8px 16px;
    }

    #site-navigation li.menu-item-has-children a.submenu-opened {
        background: var(--blue);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        color: var(--white);
    }

    #site-navigation #primary-menu li.button a {
        text-align: center;
    }

    .col-custom-100 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #site-navigation .navbar-toggler {
        top: -48px;
    }

    #primary-header {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    #primary-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        transition: top 0.3s ease-in-out;
        background: var(--white);
    }

    .sticky-header #primary-header {
        top: 0;
    }

    .not-sticky #primary-header {
        position: relative;
    }

    .sticky-header #masthead {
        padding-top: 60px;
        /* Adjust to match the primary header height */
    }
}

@media (min-width: 1025px) {
    .navbar-toggler {
        display: none !important;
    }

    .navbar-collapse {
        display: flex !important;
    }

    .navbar-toggler {
        display: none;
    }

    .navbar-nav .menu-item-has-children .sub-menu {
        display: block !important;
    }

    #site-navigation ul {
        display: flex !important;
        align-items: center;
    }

    #site-navigation ul ul {
        flex-direction: column;
    }

    .navbar-expand-md .navbar-collapse {
        justify-content: flex-end;
    }
}

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

.pagination {
    display: flex;
    justify-content: center;
    padding: 0.5rem 0;
    font-size: 16px;
    margin-top: 2em;
}

.pagination .page-numbers {
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
}

.pagination .current {
    font-weight: 600;
}

.page-template-page-standard article {
    padding-bottom: 20px;
    font-size: 16px;
}

.page-template-page-standard .entry-header {
    background: var(--blue);
    color: var(--white);
    margin-bottom: 30px;
    text-align: center;
    padding: 20px;
}

.page-template-page-standard .entry-header h1 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-family: var(--font-helvetica);
}

@media (max-width: 991px) {
    .page-template-page-standard .entry-header h1 {
        font-size: 25px;
    }
}

/* Alert Widget */
#alert-header-bar.fixed-bar {
    position: fixed;
    top: -82px;
    left: 0;
    width: 100%;
    background: #334488;
    color: white;
    text-align: center;
    padding: 10px;
    height: 72px;
    overflow: hidden;
    transition: top 0.4s ease-in-out;
    z-index: 999999999;
}
#alert-header-bar.is-hidden {
    display: none !important;
}
#alert-header-bar.fixed-bar.slide-down {
    top: 0 !important;
}

#alert-header-bar.fixed-bar.slide-up {
    top: -80px !important;
}

#alert-header-bar .alert-header-bar-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 2em;
}

#alert-header-bar .alert-header-bar-wrapper p {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

#alert-header-bar .alert-header-bar-wrapper strong {
    font-weight: 700;
}

#alert-header-bar #open-popup {
    border-radius: 30px;
    color: var(--black);
    font-weight: 600;
    border: none;
    font-size: 14px;
    padding: 10px 62px;
    background-color: var(--yellow);
    transition: background-color 0.2s ease;
}

#alert-header-bar #open-popup:hover,
#alert-header-bar #open-popup:active,
#alert-header-bar #open-popup:focus {
    color: var(--black);
    font-size: 14px;
    background-color: var(--grey-light);
}

#open-popup-mobile {
    display: block;
    color: var(--yellow);
    font-weight: 600;
    font-size: 16px;
    background: transparent !important;
    border: 0 !important;
    text-align: center;
    margin: auto;
    padding-right: 26px;
    position: relative;
    text-decoration: underline;
    margin-top: 24px;
    transition: all 0.2s ease;
}

#open-popup-mobile:after {
    content: "+";
    font-size: 26px;
    right: 0;
    top: 1px;
    position: absolute;
}

#open-popup-mobile:hover,
#open-popup-mobile:active,
#open-popup-mobile:focus,
#open-popup-mobile:hover:after,
#open-popup-mobile:active:after,
#open-popup-mobile:focus:after {
    color: var(--blue);
}

#alert-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9998;
}

#alert-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.alert-popup {
    position: fixed;
    top: 12%;
    left: 50%;
    background: var(--white);
    border-radius: 16px;
    width: 528px;
    max-width: 90%;
    padding: 54px;
    z-index: 99999999;
    font-size: 16px;
    box-shadow: 0 0 25px rgba(202, 209, 234, 0.5);
    transform: translate(-50%, 0%) scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.alert-popup.active {
    transform: translate(-50%, 0%) scale(1);
    opacity: 1;
    visibility: visible;
}

.alert-popup .close-popup {
    color: var(--grey-mid);
    background: transparent;
    border-radius: 50%;
    border: 1px solid var(--grey-light-2);
    padding: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    width: 36px;
    height: 36px;
}

.alert-popup h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 32px;
}

.alert-popup .alert-currency-selection,
.alert-popup .alert-rate-input {
    color: var(--grey-mid);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin-bottom: 36px;
}

.alert-popup .alert-rate-input {
    align-items: stretch;
    margin-bottom: 0;
}

.alert-popup .heading-send-alert {
    margin-top: 42px;
    margin-left: auto;
    max-width: 400px
}

.alert-popup .dropdown-menu {
    margin: 0;
    padding: 0;
    min-width: 132px;
}

.alert-popup .alert-currency-selection .dropdown img {
    height: 16px;
    border-radius: 4px;
}

.alert-popup .alert-currency-selection .dropdown .btn,
.alert-popup .alert-rate-input .dropdown .btn {
    background: var(--white);
    border-color: var(--grey-light-3);
    border-radius: 6px;
    font-size: 14px;
}

.alert-popup .alert-rate-input .dropdown .btn {
    padding-right: 20px;
}

.alert-popup .alert-currency-selection .dropdown .btn,
.alert-popup .alert-currency-selection .dropdown .dropdown-item,
.alert-popup .alert-rate-input .dropdown .dropdown-item,
.alert-popup .phone-input .dropdown .dropdown-item {
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 0.75em;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
}

.alert-popup .alert-currency-selection .dropdown .dropdown-item:active,
.alert-popup .alert-currency-selection .dropdown .dropdown-item:hover,
.alert-popup .alert-rate-input .dropdown .dropdown-item:active,
.alert-popup .alert-rate-input .dropdown .dropdown-item:hover,
.alert-popup .phone-input .dropdown .dropdown-item:hover,
.alert-popup .phone-input .dropdown .dropdown-item:active {
    background-color: #f5f7fc;
    color: var(--black);
}

.alert-popup .dropdown li:last-child {
    margin: 0;
}

.alert-popup .alert-currency-selection .dropdown-toggle::after,
.alert-popup .alert-rate-input .dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: 0;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--grey-mid);
    border-right: 2px solid var(--grey-mid);
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    vertical-align: middle;
    position: relative;
    top: -4px;
}

.alert-popup .alert-rate-input .dropdown-toggle::after {
    right: -8px;
}

.alert-popup .rate-label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: var(--black);
    margin-bottom: 16px;
    position: relative;
}

.alert-popup .rate-label p {
    margin: 0;
    padding: 0;
    display: inline;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    flex-wrap: wrap;
}

.alert-popup .help-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    background: var(--white);
    border-radius: 50%;
    text-align: center;
    border: 2px solid var(--blue);
    color: var(--blue);
    font-weight: 700;
    width: 18px;
    height: 18px;
    line-height: 16px;
    margin-left: 5px;
    position: relative;
}

.alert-popup .tooltip {
    position: absolute;
    background: var(--blue);
    color: var(--white);
    padding: 16px;
    border-radius: 6px;
    font-size: 14px;
    width: 100%;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    top: calc(100% + 12px);
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 1000;
}

.alert-popup .tooltip-arrow {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent var(--blue) transparent;
    right: 55px;
    top: -19px;
    transform: translateX(-50%);
}

.alert-popup .alert-rate-input .alert-input-wrapper {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 175px;
}

.alert-popup .alert-rate-input input[type="text"],
.alert-popup .alert-option input[type="text"],
.alert-popup .alert-option input[type="tel"],
.alert-popup .alert-option input[type="email"] {
    background: var(--white);
    border-color: var(--grey-light-3);
    border-radius: 6px;
    font-size: 14px;
    width: 100%;
    padding-right: 35px;
    padding-left: 10px;
}

.alert-popup input[type="text"]:focus,
.alert-popup input[type="text"]:active,
.alert-popup input[type="text"]:focus-visible,
.alert-popup input[type="tel"]:focus,
.alert-popup input[type="tel"]:active,
.alert-popup input[type="tel"]:focus-visible,
.alert-popup input[type="email"]:focus,
.alert-popup input[type="email"]:active,
.alert-popup input[type="email"]:focus-visible {
    border-color: var(--blue) !important;
    outline: none;
}

.alert-popup .alert-option .alert-input-wrapper input[type="text"],
.alert-popup .alert-option .alert-input-wrapper input[type="tel"],
.alert-popup .alert-option .alert-input-wrapper input[type="email"] {
    padding: 8px 22px;
    max-width: 336px;
}

.alert-popup .alert-option .alert-input-wrapper input[type="email"] {
    max-width: calc(336px + 50px);
    margin-bottom: 20px;
}

.alert-popup .alert-rate-input input[type="text"],
.alert-popup .alert-rate-input .dropdown .btn {
    font-weight: 500;
    color: #000;
}

.alert-popup .alert-rate-input input[type="text"] {
    font-size: 16px;
    text-align: right;
    padding-right: 44px;
    padding-top: 4px;
}

.from_curr {
    display: inline;
}

.alert-popup .alert-rate-input .currency-label {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 14px;
    color: var(--grey-mid);
    pointer-events: none;
}

.alert-popup .alert-option {
    margin-bottom: 0;
    max-width: 400px;
    margin-left: auto
}

.alert-popup .alert-option,
.alert-popup .alert-option .checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 1em;
}

.alert-popup .alert-option .checkbox-wrapper {
    padding-top: 3px;
}

.alert-popup .alert-option label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.alert-popup .alert-option label .required {
    color: #f20000;
}

.alert-popup .checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.alert-popup .alert-option .alert-checkbox {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: var(--white);
    border: 1px solid var(--grey-light-3);
    margin: 0;
    position: relative;
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

.alert-popup .checkbox-wrapper input[type="checkbox"]:checked+.alert-checkbox {
    background: var(--blue);
    border-color: var(--blue);
}

.alert-popup .alert-option .alert-checkbox::after {
    content: "";
    display: none;
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M480 128c0 8.188-3.125 16.38-9.375 22.62l-256 256C208.4 412.9 200.2 416 192 416s-16.38-3.125-22.62-9.375l-128-128C35.13 272.4 32 264.2 32 256c0-18.28 14.95-32 32-32c8.188 0 16.38 3.125 22.62 9.375L192 338.8l233.4-233.4C431.6 99.13 439.8 96 448 96C465.1 96 480 109.7 480 128z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alert-popup .checkbox-wrapper input[type="checkbox"]:checked+.alert-checkbox::after {
    display: block;
}

.alert-popup .alert-input-wrapper {
    width: 100%;
}

.alert-popup .phone-input {
    display: flex;
    align-items: stretch;
}

.alert-popup .alert-option .alert-input-wrapper .phone-input .btn {
    background: #f8f8f8;
    border-radius: 6px 0 0 6px;
    font-size: 14px;
    border-color: var(--grey-light-3);
    border-right: 0;
    padding: 8px;
    height: 100%;
    width: 50px;
}

.alert-popup .alert-option .alert-input-wrapper input.telephone {
    flex-grow: 1;
    border-radius: 0 6px 6px 0;
}

.alert-popup .btn.create-alert-btn {
    width: 100%;
    background: var(--yellow);
    color: var(--black);
    border-radius: 30px !important;
    padding: 14px 16px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    max-width: 400px;
    margin: 34px auto 0;
    display: block;
}

.alert-popup .btn.create-alert-btn:hover,
.alert-popup .btn.create-alert-btn:active,
.alert-popup .btn.create-alert-btn:focus {
    background: var(--blue);
    color: var(--white)
}

.alert-popup .btn.create-alert-btn:disabled {
    background-color: #eff0f8;
    border-color: #eff0f8;
    color: #797ea4;
    cursor: not-allowed;
}

.alert-popup .checkbox-wrapper input[type="checkbox"]:checked+.alert-checkbox::after {
    display: block;
}

.alert-popup .alert-option .alert-input-field {
    position: relative;
}

.alert-popup .alert-option .alert-input-field input {
    width: 100%;
    padding-right: 35px;
    height: 40px;
    border: 1px solid var(--grey-light-3);
    border-radius: 6px;
}

.alert-popup .alert-option .alert-input-field .alert-input-checkmark {
    content: "";
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M480 128c0 8.188-3.125 16.38-9.375 22.62l-256 256C208.4 412.9 200.2 416 192 416s-16.38-3.125-22.62-9.375l-128-128C35.13 272.4 32 264.2 32 256c0-18.28 14.95-32 32-32c8.188 0 16.38 3.125 22.62 9.375L192 338.8l233.4-233.4C431.6 99.13 439.8 96 448 96C465.1 96 480 109.7 480 128z' fill='%2300A859'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    top: 13px;
    right: 26px;
}

.alert-popup .alert-popup-message {
    text-align: center;
}

.alert-popup .alert-message-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 30px 0;
}

.alert-popup .alert-message-header h3 {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.alert-popup .alert-message-header img {
    height: 32px;
}

.alert-popup .alert-message {
    font-weight: 600;
    font-size: 20px;
}

.alert-popup .alert-message p {
    margin: 0 0 0.25em;
    padding: 0;
}

.alert-popup .alert-message p:last-child {
    margin: 0;
}

.alert-popup .alert-message span {
    font-weight: 500;
    display: inline-block;
    padding: 0 0.5em;
    color: #797ea4;
}

.alert-popup .alert-message span.alert-message-amount,
.alert-popup .alert-message span.alert-message-total {
    color: var(--black);
    padding: 0;
    font-weight: 600;
}

.alert-popup .alert-message-footer {
    font-size: 20px;
}

.alert-popup .alert-message-footer p {
    max-width: 310px;
    margin: auto;
}

.alert-popup .alert-message-footer hr {
    color: var(--grey-light);
    margin: 32px auto;
    max-width: 160px;
}

.alert-popup .view-alerts {
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-top: 42px;
}

.alert-popup .alert-created-notification p {
    font-size: 28px;
    color: #020836;
    margin-bottom: 20px;
    font-weight: 700;
    max-width: 330px;
    margin: 0 auto 20px;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .alert-popup .rate-label p {
        display: inline-flex;
        max-width: 100%;
    }

    .alert-popup .rate-label br {
        display: none;
    }

    .alert-popup .tooltip {
        max-width: 320px;
        transform: translateY(-70%);
        left: 100%;
    }

    .alert-popup .tooltip-arrow {
        left: -19px;
        top: calc(50% - 20px);
        rotate: -90deg;
    }
}

.alert-popup .session-phone,
.alert-popup .session-email,
.alert-popup .alert-option label.logged_in_display,
.alert-popup .alert-option label.action_required,
.alert-popup .alert-option label.verifying {
    color: #797ea4;
    padding-right: 5px;
    padding-top: 2px;
    font-weight: 500;
}

.alert-popup .alert-error-msg {
    color: #f20000;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    max-width: 400px;
    margin: 10px auto 0;
}

.alert-popup .alert-rate-input .dropdown.error .dropdown-toggle,
.alert-popup .alert-rate-input .alert-input-wrapper.error input {
    border-color: #f20000;
}

.alert-error-msg.desktop-hide {
    font-size: small;
}

/* Footer */
#footer {
    background: var(--grey-dark);
    padding: 46px 0 0;
    color: var(--white);
}

#footer h2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#footer a {
    color: var(--white);
    text-decoration: none;
}

#footer a:hover {
    color: var(--white);
    text-decoration: underline;
}

#footer h2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#footer .footer-content {
    display: flex;
    margin: 0 auto;
    gap: 1em;
    padding: 70px 0 35px;
}

#footer .footer-content p.widget-title {
    font-size: 20px;
    font-family: var(--font-helvetica);
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.15px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

#footer .footer-content .widget {
    width: calc(25% - 1em);
}
#footer .footer-content .widget:last-child {
    width: 50%;
}
.footer-office-columns {
    display: flex;
    margin: 0 auto;
    gap: 1em;
}

.footer-office-columns>div {
    width: calc(50% - 1em);
    line-height: 1.5;
}

#footer ul,
#footer ol,
#footer li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: var(--font-helvetica);
}

#footer .footer-content .menu li {
    letter-spacing: 0.5px;
    line-height: 2;
}

#footer .footer-content p,
#footer .footer-content li {
    font-size: 16px;
}

#footer-ratings {
    background-color: var(--black);
    border-radius: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 21px 23px;
    font-size: 16px;
}

#footer-ratings a {
    color: var(--yellow);
    text-decoration: none;
}

#footer-ratings a span {
    color: var(--white);
}

#footer-ratings .star-ratings a:hover {
    text-decoration: underline;
}

#footer-ratings .star-ratings {
    display: flex;
    gap: 5px;
    align-items: center;
}

#footer-ratings .star-ratings .stars,
.n2-ss-item-content .stars {
    display: inline-block;
    font-size: 26px;
    color: var(--yellow);
}

.n2-ss-item-content .stars {
    font-size: 24px;
    color: var(--yellow);
    text-align: right;
}

@media (max-width: 900px) {
    .n2-ss-item-content .stars {
        text-align: left;
    }
}

#footer-ratings .star-ratings::before {
    content: "★★★★★";
    color: var(--yellow);
    font-size: 28px;
    letter-spacing: 10px;
}

#footer .footer-content .footer-contact span[style*="text-decoration: underline;"] {
    display: block;
    margin-bottom: 30px;
}

#footer .footer-content .footer-contact ul {
    margin-bottom: 30px;
}

#footer .footer-content .footer-contact ul:last-child {
    margin-bottom: 0;
}

#footer .footer-content .footer-contact ul li {
    padding-left: 30px;
    margin-bottom: 30px;
    line-height: 24px;
    position: relative;
}

#footer .footer-content .footer-contact ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top:3px;
}

#footer .footer-content .footer-contact ul li.icon-address:before {
    background-image: url(img/icon-address.png);
    background-size: 20px 24px;
    width: 20px;
    height: 24px;
}

#footer .footer-content .footer-contact ul li.icon-phone:before {
    background-image: url(img/icon-phone.png);
    background-size: 20px 24px;
    width: 20px;
    height: 24px;
}

#footer .footer-copyright {
    background: var(--black);
    padding: 20px 0;
}

#footer .footer-copyright .row {
    justify-content: space-between;
}

#footer .footer-copyright .row>* {
    width: 33%;
    align-content: center;
}

#footer .footer-copyright ul {
    display: flex;
    gap: 20px;
}

#footer .footer-copyright .row .widget,
#footer .footer-copyright p {
    margin: 0;
    font-size: 16px;
}

#footer .footer-copyright .row .widget .social {
    justify-content: center;
    font-size: 22px;
}

#footer .footer-copyright .row .widget .menu {
    justify-content: flex-end;
}

@media (max-width: 1200px) {
    #footer .row {
        padding-left: 1em;
        padding-right: 1em;
    }
    #footer .footer-content p, #footer .footer-content li {
        font-size:14px;
    }
    #footer .footer-copyright .row>* {
        font-size:14px;
        width:fit-content;
    }
    #footer .footer-copyright .row {
        gap:1em
    }
    #footer .footer-copyright .row div:last-child {
        width:100%;
    }
    #footer .footer-copyright .row .widget .menu {
        justify-content: center;
    }
    #footer .footer-copyright .row .widget .social {
        justify-content: flex-end;
    }
}
@media (max-width: 991px) {
    .alert-popup {
        padding: 46px 20px;
        top: 10%;
        transform: translate(-50%, -0%) scale(1);
        max-height: 90vh;
        overflow-y: auto;
        max-width: 384px;
    }

    .alert-popup .btn.create-alert-btn {
        max-width: 100%;
        padding: 12px;
        margin-top: 20px;
    }

    .alert-popup .alert-currency-selection {
        margin-bottom: 20px;
    }
    #footer .footer-content .widget {
        width: calc(50% - 1em);
    }
    #footer .footer-content .widget:last-child {
        width: 100%;
    }

    .alert-popup .alert-message .alert-message-total {
        display: block;
    }
}
@media (max-width:767px) {

    #footer .footer-copyright .row>* {
        width:100%;
        text-align: center;
    }
    #footer .footer-copyright .row .widget .social {
        justify-content: center;
    }
}
@media (max-width: 720px) {

    #footer-ratings,
    #footer-ratings .star-ratings {
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    #footer-ratings {
        gap: 20px;
    }
    #footer .row.footer-content {
        padding-bottom:0
    }
}

@media (max-width: 400px) {
    .alert-popup {
        max-width: 300px;
    }

    .alert-popup .tooltip-arrow {
        right: 14px;
    }

    .alert-popup .alert-currency-selection {
        gap: 0.2em;
    }

    .alert-popup .alert-currency-selection {
        margin-bottom: 30px;
    }

    .alert-popup .heading-send-alert {
        margin-top: 30px;
        max-width: 400px;
        margin-left: auto
    }

    .alert-popup .alert-rate-input {
        gap: 0.25em;
        align-items: center;
    }

    .alert-popup .alert-rate-input button {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .alert-popup .alert-rate-input .dropdown,
    .alert-popup .alert-rate-input .dropdown .btn,
    .alert-popup .alert-rate-input .alert-input-wrapper {
        width: 100%;
        height: 36px;
    }

    .alert-popup .dropdown-menu {
        width: 100%;
    }

    .alert-popup .alert-message-header h3 {
        font-size: 24px;
    }

    .alert-popup .alert-message-footer hr {
        margin: 30 auto;
    }

    #footer .row.footer-content {
        padding-left: 0;
        padding-right: 0;
    }

    #footer .footer-content .footer-contact ul li {
        padding-left: 30px;
    }

    #footer .footer-content .footer-contact ul li.icon-address:before,
    #footer .footer-content .footer-contact ul li.icon-phone:before {
        background-size: 20px 24px;
        width: 20px;
        height: 24px;
    }
}
@media (max-width:600px) {
    #footer .footer-content .widget {
        width: 100%;
    }
    #footer .footer-content .widget {
        width:100%
    }
    .footer-office-columns {
        flex-direction: column;
    }
    .footer-office-columns>div {
        width:100%;
    }
    #footer .footer-content .footer-contact ul li {
        padding-left:0
    }
    #footer .footer-content .footer-contact ul li:before {
        display:none;
    }
    #footer .footer-content .footer-contact ul li,
    #footer .footer-content .footer-contact span[style*="text-decoration: underline;"] {
        margin-bottom:12px;
    }
}

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

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

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

.page-content .search-form {
    padding-bottom: 1em;
}

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

.single #primary {
    padding-bottom: 60px;
}

.single #primary .post-thumbnail {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 5px #ccc;
}

.single #primary .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}
.single #primary table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--grey-light);
    border-radius:0;
    margin: 1.5rem 0;
    font-size: 0.98rem;
    line-height: 1.5;
  }
  .single #primary th,
  .single #primary td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--grey-light);
  }  
  .single #primary thead th {
    font-weight: 600;
    
    border-bottom: 3px solid var(--grey-light);
  }
  
  .single #primary tbody tr:last-child td {
    border-bottom: 0;
  }
  
  .single #primary td,
  .single #primary th {
    word-break: break-word;
    hyphens: auto;
  }
  
  .single #primary td:first-child,
  .single #primary th:first-child {
    font-weight: 600;
    width: 28%;
  }
  
  @media (max-width: 720px) {
    .single #primary table {
      display: block;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
    }
  
    .single #primary th,
    .single #primary td {
      white-space: normal;
      min-width: 220px;   
    }
  
    .single #primary td:first-child,
    .single #primary th:first-child {
      min-width: 180px; 
    }
  }
  
#secondary.widget-area .calculator-currency.basic .calculator-currency-right {
    max-width: 100%;
}

@media (max-width: 991px) {
    .single #primary .post-thumbnail {
        height: 300px;
    }

    #secondary.widget-area .widget_calculator .calculator-currency.basic .calculator-currency-right,
    #secondary.widget-area .widget_calculator .calculator-currency.full .calculator-currency-right .card {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 500px) {
    .single #primary .post-thumbnail {
        max-height: 240px;
    }
}

.single #primary h1 {
    font-size: 32px;
    margin: 0 0 20px;
}

.single #primary h2 {
    font-size: 30px;
}

.single #primary h3 {
    font-size: 24px;
}

.single #primary .entry-content p,
.single #primary .entry-content li {
    font-size: 16px;
}

.single #primary .entry-content a {
    text-decoration: none;
}

.single #primary .entry-content a:hover {
    text-decoration: underline;
    color: var(--grey);
}

#blog_title_bg {
    background-image: url("/wp-content/themes/knightsbridgefx/img/backgrounds/blog_title_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    font-size: 16px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 3em 0;
    position: relative;
    color: var(--white);
    margin-bottom: 30px;
}

#blog_title_bg.search-title {
    background-image: url("/wp-content/themes/knightsbridgefx/img/backgrounds/blog-bk.png");
    height: auto;
    position: relative;
    margin-bottom: 45px;
}

#blog_title_bg.search-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(48, 69, 152, 0.7);
    z-index: 1;
    transition: all 0.3s ease;
}

#blog_title_bg:after {
    content: "";
    background: rgba(53, 62, 105, 0.45);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

#blog_title_bg .container {
    position: relative;
    z-index: 2;
}

#blog_title_bg .category-title,
#blog_title_bg.search-title h1 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

#blog_title_bg.search-title h1 {
    font-weight: 600;
    margin-bottom: 0.5em;
}

.single #blog_title_bg .category-title,
.single #blog_title_bg .category-description,
.single #blog_title_bg:after {
    display: none;
}

.cta-wrap {
    text-align: center;
    margin: 40px auto;
}

.cta-wrap .inner {
    border: 1px dashed var(--blue);
    padding: 16px 40px;
    display: inline-block;
}

.cta-wrap p {
    margin-bottom: 10px;
    color: var(--blue);
    line-height: 1.5;
}

.cta-wrap .cta-btn.button {
    display: inline-block;
    color: var(--black);
    transition: all 0.3s ease;
    text-transform: none;
    font-size: 13.33px;
    background-color: var(--yellow);
    padding: 10px 23px 9px;
    border-radius: 18px;
    font-weight: bold;
    border: 1px solid var(--yellow);
}

.cta-wrap .cta-btn:hover {
    color: #333 !important;
    text-decoration: none !important;
    background-color: #ffc11a;
}

.entry-meta {
    margin-top: 10px;
    margin-bottom: 20px;
    /* border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; */
    padding: 5px;
    font-size: small;
    clear: both;
}

.entry-meta a {
    color: #333;
    text-decoration: none !important;
}

.entry-meta a:hover {
    color: var(--blue);
    text-decoration: underline !important;
}

#secondary.widget-area {
    padding: 20px 0;
    height:100%
}

#secondary.widget-area h2,
#secondary.widget-area h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0;
}

#secondary.widget-area ul,
#secondary.widget-area ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#secondary.widget-area ul li {
    font-size: 14px;
    color: #333;
    padding: 7px 0;
    border-bottom: 1px solid #e0dede;
    position: relative;
    padding-left: 14px;
}

#secondary.widget-area p {
    font-size: 14px;
    color: #333;
}

#secondary.widget-area ul li:before {
    content: "\00BB";
    position: absolute;
    left: 0;
    top: 5px;
}

#secondary.widget-area ul li a {
    color: #333;
    text-decoration: none;
}

#secondary.widget-area ul li a:hover {
    color: var(--blue);
    text-decoration: underline;
}

#secondary.widget-area .search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#secondary.widget-area .search-form label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#secondary.widget-area .search-field {
    width: 100%;
    padding: 10px 40px 10px 40px;
    border: 1px solid var(--blue);
    border-radius: 50px;
    font-size: 16px;
    outline: none;
}

#secondary.widget-area .search-form .search-submit {
    display: none;
}

#secondary.widget-area .search-form:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 15px;
    font-size: 16px;
    color: 1px solid var(--blue);
}

#secondary.widget-area .aside-feature {
    background: rgba(255, 186, 0, 0.14);
    padding: 1em;
    border-radius: 20px;
}

#secondary.widget-area .aside-feature .widget-title {
    font-weight: 600;
}

@media (min-width: 992px) {
    body.page-template-page-blog,
    body.single-post,
    body.archive {
      overflow: visible !important;
    }
    #secondary.widget-area .widget_calculator {
      /* position: sticky;
      top: 80px; */
      z-index: 2; 
    }
    #secondary.widget-area .widget_calculator .card-saved .savings {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        margin-top: 0;      
        transition-property: max-height, opacity, margin-top;
        transition-duration: 0.15s, 0.25s, 0.15s;
        transition-timing-function: ease, linear, ease;      
        transition-delay: 0.18s, 0s, 0.18s;
      }
      
      #secondary.widget-area .widget_calculator:hover .card-saved .savings {
        opacity: 1;
        max-height: 200px;  
        margin-top: 12px;      
        transition-delay: 0s, 0s, 0s;
      }
    #secondary.widget-area .widget_calculator .card.card-saved .saved-text {
        margin-bottom: 0;
    }
  }
@media (min-width: 1024px) {
    #secondary.widget-area {
        padding: 10px 0 20px 18px;
    }

    .single #primary .col-md-3 {
        padding-right: 0;
    }
}
.archive-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 80px;
}

.archive-container .post-summary {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 1em;
    width: 100%;
}

.archive-container .post-thumbnail {
    width: 30%;
    margin-right: 20px;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 5px #ccc;
    padding: 0;
    align-items: center;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.archive-container .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-container .post-content {
    width: 70%;
}

.archive-container .post-title {
    font-size: 25px;
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
}

.archive-container .post-title a {
    color: #333;
    text-decoration: none;
}

.archive-container .post-title a:hover {
    color: #333;
    text-decoration: underline;
}

.archive-container .post-excerpt {
    font-size: 14px;
    margin-bottom: 10px;
}

.archive-container .post-summary-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
}

.archive-container .post-meta {
    font-size: 12px;
    color: #333;
}

.archive-container .read-more {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.archive-container .read-more:hover {
    text-decoration: underline;
    color: var(--blue);
}

.archive-container.search-results .post-summary {
    background: rgba(238, 238, 246, 0.3);
    border-radius: 10px;
    margin-bottom: 1.5em;
    padding: 0;
    overflow: hidden;
    align-items: stretch;
}

.archive-container.search-results .col-md-9 .post-summary:first-of-type {
    background-color: var(--blue);
}

.archive-container.search-results .col-md-9 .post-summary:first-of-type * {
    color: #fff;
}

.archive-container.search-results .col-md-9 .post-summary:first-of-type a.read-more {
    color: var(--yellow);
}

.archive-container.search-results .post-thumbnail {
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: none;
    width: 260px;
    min-height: 260px;
    position: relative;
}

.archive-container.search-results .post-thumbnail .thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    text-indent: -9999px;
}

.archive-container.search-results .col-md-9 .post-summary:first-of-type .post-thumbnail {
    margin: 0;
    background-size: cover;
    box-shadow: none;
    position: relative;
}

.archive-container.search-results .col-md-9 .post-summary:not(:first-of-type) .post-thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(48, 69, 152, 0.7);
    z-index: 1;
    transition: all 0.3s ease;
}

.archive-container.search-results .col-md-9 .post-summary:not(:first-of-type) .post-thumbnail:hover::before {
    background-color: rgba(48, 69, 152, 0.75);
}

.archive-container.search-results .post-content {
    padding: 20px 20px 0;
    width: calc(100% - 260px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.archive-container.search-results .post-title {
    padding-top: 0;
}

.archive-container.search-results .post-summary h2,
.archive-container.search-results .post-summary h2 a {
    color: var(--blue);
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.3;
}

.archive-container.search-results .post-summary-info {
    border: 0;
    margin: 2em 0 0;
    padding-bottom: 20px;
}

.archive-container.search-results .post-summary-info,
.archive-container.search-results .post-meta {
    font-size: 14px;
}

#blog_title_bg.search-title .search-form {
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding: 0;
    width: 100%;
    margin-top: 1.5em;
    max-width: 600px;
}

#blog_title_bg.search-title .search-form label {
    width: 100%;
}

#blog_title_bg.search-title .search-field {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px 10px 10px 46px;
    font-size: 16px;
    border-radius: 25px;
    color: var(--blue);
    width: 100%;
    background-image: url("/wp-content/themes/knightsbridgefx/img/icons/9035096_search_icon.svg");
    background-size: 20px;
    background-position: 16px center;
    background-repeat: no-repeat;
}

#blog_title_bg.search-title .search-field::placeholder {
    color: var(--blue);
}

#blog_title_bg.search-title .search-submit {
    display: none;
}

@media (max-width: 991px) {
    #blog_title_bg {
        text-align: center;
    }

    #blog_title_bg.search-title .search-form {
        margin: 1.5em auto 0;
    }

    .archive-container .post-summary {
        flex-direction: column;
    }

    .archive-container .post-thumbnail,
    .archive-container .post-content,
    .archive-container.search-results .post-thumbnail,
    .archive-container.search-results .post-content {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .archive-container .row .col-md-9 {
        order: 2;
    }

    .archive-container .row .col-md-3 {
        order: 1;
    }
}

/* FAQ Pages */
#faq-search {
    padding-bottom: 90px;
}

#faq-search .container,
#faq-answers .container {
    padding: 0;
}

#faq-search .faq-filter .faq-header,
#faq-search h2 {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 600;
    font-family: var(--font-helvetica);
}

#faq-search .faq-input {
    width: 500px;
    max-width: 90%;
    margin: auto;
    position: relative;
}

#faq-search .faq-input input {
    width: 100%;
    padding: 15px 20px 15px 60px;
    box-sizing: border-box;
    font-size: 15px;
    color: #333;
    border-radius: 6px;
    border: 1px solid #e9ebf2;
    border-bottom: 1px solid #e9ebf2;
    border-left: 1px solid #e9ebf2;
    background: #fff;
    background-image: url("/wp-content/themes/knightsbridgefx/img/icons/icon-search.svg");
    background-repeat: no-repeat;
    background-position: left 16px center;
}

#faq-search .faq-input input::placeholder {
    color: #333;
    opacity: 1;
}

#faq-search .faq-input input::-webkit-input-placeholder {
    color: #333;
}

#faq-search .faq-input input::-moz-placeholder {
    color: #333;
    opacity: 1;
}

#faq-search .faq-input input:-ms-input-placeholder {
    color: #333;
}

#faq-search .faq-input input::-ms-input-placeholder {
    color: #333;
}

#faq-search .faq-input #suggestionBox .suggestion-item {
    cursor: pointer;
    padding: 0.5em 20px 0.5em 40px;
    text-align: left;
    color: #394da8;
    font-size: 16px;
    position: relative;
    line-height: 1.3;
}

#faq-search .faq-input #suggestionBox .suggestion-item::before {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 16px;
    top: 10px;
    font-size: 12px;
}

#faq-answers {
    padding-bottom: 0;
}

#faq-answers h2 {
    padding-bottom: 24px;
    font-size: 26px;
    font-family: var(--font-helvetica);
}

#faq-answers .kb-accordion {
    padding-bottom: 90px;
}

#faq-answers .ui-accordion .ui-accordion-header {
    background: #fff;
    padding: 25px 60px 25px 40px;
    border-radius: 8px;
    text-align: left;
    color: var(--mid-blue);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    position: relative;
    margin: 32px 0 0;
    border: 0;
}

#faq-answers .ui-accordion .ui-accordion-header:last-child {
    margin-bottom: 0;
}

#faq-answers .ui-accordion .ui-accordion-header:after {
    content: "\f067";
    color: var(--yellow);
    font-size: 16px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 40px;
    top: calc(50% - 13px);
}

#faq-answers .ui-accordion .ui-accordion-header.ui-state-active:after {
    content: "\f068";
}

#faq-answers .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}

#faq-answers .ui-accordion .ui-accordion-content {
    color: #000;
    font-size: 16px;
    text-align: left;
    border-radius: 0 0 8px 8px;
    border: 0;
    padding-top: 0;
    padding-bottom: 60px;
    line-height: 1.5;
}

#faq-answers .ui-accordion .ui-accordion-content * {
    max-width: 800px;
}

#faq-answers .ui-accordion .ui-accordion-content ol,
#faq-answers .ui-accordion .ui-accordion-content ul,
#faq-answers .ui-accordion .ui-accordion-content p {
    margin-bottom: 20px;
}

#faq-answers .ui-accordion .ui-accordion-content ol,
#faq-answers .ui-accordion .ui-accordion-content ul {
    margin-left: 20px;
}

#faq-answers .ui-accordion .ui-accordion-content ol li,
#faq-answers .ui-accordion .ui-accordion-content ol ol li {
    list-style: decimal;
}

#faq-answers .ui-accordion .ui-accordion-content ul li,
#faq-answers .ui-accordion .ui-accordion-content ol ul li {
    list-style: disc;
}

#faq-answers .ui-accordion .ui-accordion-content ol ol,
#faq-answers .ui-accordion .ui-accordion-content ol ul {
    margin-left: 0;
}

.faq-help-blocks .panel-grid-cell .panel-cell-style {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.faq-help-blocks h3,
.faq-help-blocks h3 a {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.5;
    text-decoration: none !important;
}

.faq-help-blocks a {
    font-size: 20px;
    position: relative;
}

.faq-help-blocks .so-widget-sow-button .ow-button-base a {
    border: 0;
}

.faq-help-blocks .so-widget-sow-button .ow-button-base a span {
    gap: 5px;
    align-items: center;
}

@media (max-width: 991px) {

    #faq-answers h2,
    #faq-search #faq-help h2 {
        font-size: 20px;
        padding-bottom: 0;
    }

    #faq-search .faq-filter .faq-header,
    #faq-search h2 {
        letter-spacing: -2px;
    }

    #faq-search #faq-search {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .faq-help-blocks .panel-grid-cell .panel-cell-style {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    #faq-answers .kb-accordion {
        padding-bottom: 20px;
    }

    #faq-answers .ui-accordion .ui-accordion-header:after {
        right: 20px;
    }

    .faq-help-blocks .so-widget-sow-button .ow-button-base a span {
        gap: 0;
        font-size: 14px;
        white-space: nowrap;
    }
}

@media (max-width: 460px) {

    .faq-help-blocks h3,
    .faq-help-blocks h3 a {
        font-size: 18px;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .faq-help-blocks .panel-layout>div {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
}

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

.bypostauthor {
    display: block;
}

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

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

#kbfx-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25em 1em;
}

@media (max-width: 600px) {
    #kbfx-logos {
        justify-content: center;
        gap: 0.25em 0.75em;
    }
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.video-container .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(48, 69, 152, 0.5);
    border-radius: 20px;
    cursor: pointer;
    z-index: 2;
}

.video-container .play-icon {
    width: 45px;
    height: 45px;
    z-index: 3;
}

.video-container .video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: none;
    z-index: 1;
}

.toggleVideo a {
    text-decoration: none;
}

.toggleVideo a:hover {
    text-decoration: underline;
    color: var(--blue);
}

.toggleVideo .play-icon {
    color: var(--blue);
    margin: 0 5px;
}

.toggleVideo {
    display: flex;
}

.toggleVideo a {
    order: 1;
}

.toggleVideo .play-icon {
    order: 2;
}

.youtube-video-container {
    position: relative;
    width: 100%;
    max-width: 1220px;
    padding-top: 56.25%;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto;
}

.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    /* Remove iframe border */
}

@media (min-width: 992px) {
    .toggleVideo .play-icon.icon-left {
        order: 1;
    }

    .toggleVideo .play-icon.icon-left i.fa {
        transform: rotate(180deg);
    }
}

.testimonial-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: var(--white);
    color: initial;
    max-width: 80%;
    margin: auto;
    border-radius: 16px;
    padding: 1.25em 1.25em 1.25em 0;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 1em;
}

.testimonial-item:last-child {
    margin-bottom: 0;
}

.testimonial-item .testimonial-content p {
    margin-bottom: 1em;
    font-style: italic;
}

.testimonial-item .testimonial-image {
    position: relative;
    height: auto;
    width: 132px;
    left: -3em;
}

.testimonial-item .testimonial-content .testmonial-name {
    font-weight: 500;
    margin: 0;
}

.testimonial-box-alt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 2px solid #edf1f7;
    border-radius: 16px;
    padding: 20px 10px 20px 30px;
    width: 100%;
    background-color: #fff;
}

.testimonial-box-alt .testimonial-content {
    flex: 1;
    margin-right: 20px;
}

.testimonial-box-alt .testimonial-content .quote {
    font-style: italic;
    margin: 0 0 20px;
    line-height: 1.5;
    max-width: 560px;
}

.testimonial-box-alt .testimonial-content .quote strong {
    font-weight: 600;
}

.testimonial-box-alt .testimonial-content .description {
    margin: 0;
    max-width: 524px;
}

.testimonial-box-alt .testimonial-content .description a {
    color: #1a4bb8;
    text-decoration: underline;
}

.testimonial-box-alt .testimonial-image {
    flex-shrink: 0;
    position: relative;
    top: -70px;
}

.testimonial-box-alt .testimonial-image img {
    width: 120px;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .testimonial-box-alt {
        flex-direction: column;
        align-items: center;
        margin-top: 100px;
    }

    .testimonial-box-alt .testimonial-image {
        order: 1;
    }

    .testimonial-box-alt .testimonial-content {
        order: 2;
    }

    .testimonial-box-alt .testimonial-content .quote,
    .testimonial-box-alt .testimonial-content .description {
        max-width: 100%;
        text-align: center;
    }

    .testimonial-box-alt .testimonial-image {
        margin-top: -128px;
        margin-bottom: 20px;
        top: 0;
    }
}

@media (max-width: 767px) {
    .testimonial-item {
        flex-direction: column;
        padding: 1.25em;
        gap: 1em;
        max-width: 100%;
    }

    .testimonial-item .testimonial-image {
        position: static;
    }
}

.highlight-assistance {
    background: linear-gradient(90deg, #1d3074 0%, #435ab4 100%);
    border-radius: 16px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 48px 1fr 0.5fr;
    grid-template-rows: 1fr;
    gap: 0 27px;
    grid-template-areas: ". . .";
    justify-content: stretch;
    align-content: stretch;
    justify-items: start;
    align-items: center;
    padding: 26px 40px;
}

.highlight-assistance .title-assistance h4 {
    font-size: 26px;
    color: var(--white);
    font-weight: 600;
    margin: 0;
}

.highlight-assistance .title-assistance h4 span {
    padding-left: 22px;
    color: var(--white);
}

.highlight-assistance .title-assistance h4 a {
    color: #fff;
    text-decoration: underline;
}

.highlight-assistance .title-assistance h4 a:hover {
    color: var(--white);
    opacity: 0.9;
    text-decoration: underline;
}

.highlight-assistance .title-assistance,
.highlight-assistance .button-assistance,
.highlight-assistance .button-assistance a {
    width: 100%;
}

.highlight-assistance .button-assistance a {
    margin: 0;
    display: block;
    text-align: center;
    font-size: 18px;
    border-radius: 30px;
    padding: 20px 40px;
    background: var(--yellow);
    border: none;
    font-weight: 500;
    color: var(--blue);
    text-decoration: none;
}

.highlight-assistance .button-assistance a:hover {
    color: var(--blue);
    background: var(--yellow-light);
}

@media (max-width: 991px) {
    .highlight-assistance {
        grid-auto-flow: row;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 20px 20px;
        grid-template-areas: ". ";
        justify-content: center;
        justify-items: center;
        align-items: center;
        text-align: center;
        padding: 30px 20px;
    }

    .highlight-assistance .title-assistance h4 {
        text-align: center;
        line-height: 2;
    }

    .highlight-assistance .title-assistance h4 span {
        display: block;
    }
}

@media all and (max-width: 720px) {
    .highlight-assistance .title-assistance h4 {
        text-align: center;
        font-size: 20px;
        line-height: 2;
    }
}

.table-responsive,
.fxbluelabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
}

.compare-table th,
.compare-table td {
    text-align: left;
    padding: 2px;
    border: 0;
}

.compare-table th {
    padding-bottom: 5px;
}

@media (max-width: 991px) {

    .compare-table,
    .fxbluelabs iframe {
        min-width: 900px;
    }
}

.table-fixed-th {
    max-height: 400px;
    overflow-y: auto;
}

table.swiftcodes {
    width: 100%;
    border-collapse: collapse;
    position: relative;
}

table.swiftcodes thead {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
}

table.swiftcodes th {
    padding: 10px;
    text-align: left;
    background: #fff;
}

table.swiftcodes td {
    padding: 5px 10px;
    background: #efefef;
    font-size: 12px;
}

table.swiftcodes tr.highlight td {
    background-color: var(--yellow);
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
}

/* Responsive Table */
/* Responsive Table */
.responsive-table table tbody,
.responsive-table-four-columns,
.responsive-table-two-columns {
    font-size: 12px;
}

.responsive-table table tbody strong,
.responsive-table-four-columns table tbody strong {
    font-weight: 700;
}

.responsive-table-four-columns table tbody tr td,
.responsive-table table tbody tr td {
    padding-right: 10px;
}

.responsive-table table tbody tr td:first-child {
    width: 20%;
    white-space: normal;
}

.responsive-table-four-columns table tbody tr td {
    vertical-align: top;
}

.responsive-table-four-columns table tbody tr:first-child td:last-child {
    width: 35%;
    white-space: normal;
}

.responsive-table-four-columns.border {
    border: 0 !important;
}

.responsive-table-four-columns.border td {
    border: 1px solid var(--black);
    padding: 0.5em;
}

.responsive-table-two-columns {
    width: 50%;
    margin: 0 auto;
}

.responsive-table-two-columns table tbody tr td {
    padding-right: 50px;
}

/* Table Outline */
.table-outline {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #c6c6c6;
    border-radius: 16px;
    overflow: hidden;
    background-color: transparent;
}

.table-outline thead th {
    background-color: transparent;
    font-weight: 700;
    text-align: left;
    padding: 20px 30px;
    border-bottom: 0;
    font-size: 18px;
}

.table-outline tbody td {
    padding: 20px 30px;
    text-align: left;
    vertical-align: top;
    position: relative;
    font-size: 18px;
}

.table-outline.ofx-comparison tbody td {
    font-size: 16px;
}

.table-outline tbody tr:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 1px;
    background-color: #c6c6c6;
}

.table-outline tbody tr {
    position: relative;
}

@media (max-width: 991px) {

    .responsive-table table tbody,
    .responsive-table-four-columns,
    .responsive-table-two-columns {
        font-size: 10px;
    }

    .responsive-table table tbody tr td {
        padding: 6px;
    }

    .responsive-table table tbody tr td:first-child {
        width: 40%;
    }

    .responsive-table-two-columns {
        width: 100%;
    }

    .responsive-table-two-columns table tbody tr td {
        padding-right: 20px;
    }

    .entry-content table tbody tr td,
    .other-exchange-rates table tbody tr td {
        padding-right: 0.5em;
        padding-bottom: 0.5em;
        vertical-align: top;
    }

    .table-outline {
        border-radius: 16px;
    }

    .table-outline thead th,
    .table-outline tbody td {
        font-size: 14px;
        padding: 12px 16px;
    }

    .table-outline.sm-text thead th,
    .table-outline.sm-text tbody td {
        font-size: 12px;
        padding: 12px 8px;
    }

    .table-outline tbody tr:not(:last-child)::after {
        left: 8px;
        right: 7px;
    }
    

    .table-outline.ofx-comparison {
        border: none;
        border-radius: 0;
    }

    .table-outline.ofx-comparison thead {
        display: none;
    }

    .table-outline.ofx-comparison tbody {
        display: block;
    }

    .table-outline.ofx-comparison tr {
        display: block;
        margin-bottom: 10px;
        background: transparent;
        border-radius: 0;
        overflow: hidden;
    }

    .table-outline.ofx-comparison tr:last-child {
        border-bottom: 2px solid #EDF1F7;
    }

    .table-outline.ofx-comparison tr td {
        display: block;
        width: 100%;
        padding: 10px 0;
        height: auto;
    }

    .table-outline.ofx-comparison tr td:first-child {
        background-color: #EDF1F7;
        font-weight: 700;
        text-align: center;
        padding: 12px 16px;
        font-size: 16px;
        border-bottom: 0;
    }

    .table-outline.ofx-comparison tr td:nth-child(2),
    .table-outline.ofx-comparison tr td:nth-child(3) {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        box-sizing: border-box;
        font-size: 14px;
    }

    .table-outline.ofx-comparison tr td:nth-child(2) {
        padding-right: 10px !important;
        padding-left: 5px !important
    }

    .table-outline.ofx-comparison tr td:nth-child(2)::before {
        content: "KnightsbridgeFX";
        display: block;
        font-weight: 600;
        margin-bottom: 4px;
        border-bottom: 1px solid #EDF1F7;
        position: relative;
        top: -3px;
    }

    .table-outline.ofx-comparison tr td:nth-child(3)::before {
        content: "OFX";
        display: block;
        font-weight: 600;
        color: var(--grey-mid);
        margin-bottom: 4px;
        border-bottom: 1px solid #EDF1F7;
        position: relative;
        top: -3px;
        width: calc(100% + 15px)
    }

    .table-outline.ofx-comparison tbody tr:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 500px) {
    .table-alt table td {
        display: block;
    }

    .table-alt table td strong {
        display: block;
        padding-top: 12px;
    }

    table.swiftcodes {
        margin-top: 3px;
    }

    table.swiftcodes thead {
        top: -3px;
    }

    table.swiftcodes th {
        font-size: 14px;
        vertical-align: bottom;
    }
}

@media (max-width:440px) {

    .table-outline.sm-text thead th,
    .table-outline.sm-text tbody td {
        font-size: 9px;
        padding: 10px 5px;
    }
}

@media (max-width:400px) {

    .table-outline thead th,
    .table-outline tbody td {
        font-size: 12px;
    }
}

/* Template Parts
--------------------------------------------- */
/* KBFX Steps */
#steps-wrapper {
    position: relative;
    background: var(--grey-light);
    padding: 54px 0;
}

#steps-wrapper .container {
    width: 1440px;
    max-width: 100%;
}

#steps-wrapper::before {
    content: "";
    display: block;
    width: 613px;
    height: 506px;
    background: url("/wp-content/themes/knightsbridgefx/img/backgrounds/bg-img022.svg") no-repeat;
    position: absolute;
    bottom: 55px;
    left: 0;
}

#steps-wrapper #home-step-blocks {
    margin: 100px 0 0;
    padding: 0;
    position: relative;
    z-index: 9;
    list-style: none;
    align-items: flex-start;
}

#steps-wrapper #home-step-blocks .home-step-block {
    padding: 20px;
    background: var(--white);
    border-radius: 15px;
    text-align: left;
    margin: 0 14px;
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 25px 0px rgba(202, 209, 234, 0.5);
}

#steps-wrapper #home-step-blocks .home-step-block:nth-child(2) {
    top: 4em;
}

#steps-wrapper #home-step-blocks .home-step-block:nth-child(4) {
    top: 4em;
}

#steps-wrapper #home-step-blocks .home-step-block .number {
    width: 52px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: #1d307b;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 2em;
}

#steps-wrapper #home-step-blocks .home-step-block:nth-child(2) .number {
    background: #4b4b60;
}

#steps-wrapper #home-step-blocks .home-step-block:nth-child(3) .number {
    background: #806d43;
}

#steps-wrapper #home-step-blocks .home-step-block:nth-child(4) .number {
    background: #b98f26;
}

#steps-wrapper #home-step-blocks .home-step-block:nth-child(5) .number {
    background: var(--yellow);
}

#steps-wrapper #home-step-blocks .home-step-block h3 {
    font-size: 24px;
    margin-bottom: 0.5em;
    font-family: var(--font-helvetica) !important;
    letter-spacing: -1px;
    line-height: 1.2;
}

#steps-wrapper #home-step-blocks .home-step-block p {
    font-size: 18px;
    color: var(--grey-mid);
    line-height: 1.3;
    font-weight: 400;
    font-family: var(--font-helvetica) !important;
    margin: 0;
}

#steps-wrapper #home-step-blocks .home-step-block small {
    font-size: 12px;
    color: var(--blue);
    display: block;
    margin-top: 2em;
}

#steps-wrapper .bar-steps-wrapper {
    list-style: none;
    border-top: 1px dashed var(--black);
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    max-width: 1160px;
    margin: 6em auto 2em;
}

#steps-wrapper .bar-steps-wrapper>li {
    position: relative;
}

#steps-wrapper .bar-steps-wrapper>li:after {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--white);
    position: absolute;
    border-radius: 10px;
    top: -10px;
    left: 50%;
    transform: translatex(-50%);
    border: 2px dash var(--black);
}

#steps-wrapper .bar-steps-wrapper>li:nth-child(1):after {
    background: #1d307b;
}

#steps-wrapper .bar-steps-wrapper>li:nth-child(2):after {
    background: #4b4b60;
}

#steps-wrapper .bar-steps-wrapper>li:nth-child(3):after {
    background: #806d43;
}

#steps-wrapper .bar-steps-wrapper>li:nth-child(4):after {
    background: #b98f26;
}

#steps-wrapper .bar-steps-wrapper>li:nth-child(5):after {
    background: var(--yellow);
}

#steps-wrapper .button {
    margin-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
}

#steps-wrapper h2 {
    max-width: 656px;
    margin: 0 auto 30px;
    line-height: 1.3;
    font-size: 30px;
}

#how-it-works-video-wrapper {
    background: var(--grey-light);
    padding: 60px 0;
}

#how-it-works-video-wrapper .cta-wrapper {
    margin-bottom: 60px;
    text-align: center !important;
}

@media (max-width: 1400px) {
    #steps-wrapper #home-step-blocks {
        width: 100%;
    }

    #steps-wrapper .bar-steps-wrapper {
        width: calc(100% - 20%);
    }
}

@media (max-width: 1250px) {
    #steps-wrapper h3 {
        font-size: 20px;
    }

    #steps-wrapper #home-step-blocks .home-step-block p,
    #steps-wrapper #home-step-blocks .home-step-block small {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    #steps-wrapper {
        order: 5;
    }

    #steps-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }

    #steps-wrapper #home-step-blocks {
        flex-direction: column;
        width: 380px;
        max-width: 100%;
        margin: auto;
    }

    #steps-wrapper #home-step-blocks .home-step-block {
        padding: 34px;
        display: grid;
        grid-auto-flow: row;
        grid-auto-rows: 1fr;
        grid-template-columns: 52px 1fr;
        gap: 1em 1em;
        justify-content: center;
        align-content: center;
        justify-items: center;
        align-items: start;
        margin-bottom: 24px;
        margin-left: 0;
    }

    #steps-wrapper #home-step-blocks .home-step-block:nth-child(2),
    #steps-wrapper #home-step-blocks .home-step-block:nth-child(4) {
        top: 0;
    }

    #steps-wrapper #home-step-blocks .home-step-block small {
        margin-top: 1em;
    }

    #steps-wrapper::before,
    #steps-wrapper .bar-steps-wrapper {
        display: none;
    }
}

@media (max-width: 480px) {

    #steps-wrapper h2,
    #steps-wrapper #home-step-blocks .home-step-block {
        margin-left: auto;
        width: auto;
        margin-right: auto;
        max-width: 90%;
    }

    #steps-wrapper h2 {
        font-size: 22px;
    }

    .h2-bp480-36 h2 {
        font-size: 36px;
    }
}

/*FAQ styling*/
.sp-easy-accordion {
    width: 100%;
}

.sp-ea-one.sp-easy-accordion .ea-card.sp-ea-single {
    border: 0 !important;
    background-color: #f8f8f8 !important;
    border-radius:8px;
    margin-bottom: 10px;
}
.sp-ea-one.sp-easy-accordion .ea-card,
.sp-ea-one.sp-easy-accordion .ea-header,
.sp-ea-one.sp-easy-accordion .ea-body,
.sp-ea-one.sp-easy-accordion>.sp-ea-single>.ea-header button {
    background-color: transparent !important;
    position: relative;
}
.sp-ea-one.sp-easy-accordion .ea-body {
    padding:0 20px 10px !important
}
.sp-ea-one.sp-easy-accordion .ea-card h3.ea-header a,
.sp-ea-one.sp-easy-accordion>.sp-ea-single>.ea-header button {
    font-size: 18px;
    color: var(--blue) !important;
    font-weight: 600;
    padding: 14px 40px 14px 20px;
    position: relative;
}

.sp-ea-one.sp-easy-accordion .ea-header .ea-expand-icon {
    position: absolute;
    right: 0;
    top: 14px;
    color: var(--yellow) !important;
    font-size: 30px;
}

.sp-ea-one.sp-easy-accordion .ea-body p {
    font-size: 16px;    
}


/* KBFX Benefits */
.blocks-benefits {
    background: url("/wp-content/themes/knightsbridgefx/img/backgrounds/benefits-bg.svg") no-repeat;
    background-size: cover;
    background: var(--grey-light);
    position: relative;
    padding: 50px 0;
}

.blocks-benefits.alt {
    padding: 0;
}

.benefits-service .blocks-benefits {
    background-image: url("/wp-content/themes/knightsbridgefx/img/backgrounds/benefits-bg.svg");
    background-size: cover;
    position: relative;
    background-position: top right;
    background-repeat: no-repeat;
}

.blocks-benefits h2 {
    padding: 0 0 1em 0.5em;
}

#work-benefits.blocks-benefits h2 {
    text-align: center;
}

.blocks-benefits .box h3 {
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 24px;
}

.blocks-benefits.alt .box h3 {
    margin-bottom: 0.25em;
}

.blocks-benefits.alt .box p {
    font-size: 20px;
    font-weight: 400;
}

#work-benefits.blocks-benefits .box h3 {
    font-size: 20px;
    color: var(--blue);
    position: relative;
    margin: 0 0 15px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#work-benefits.blocks-benefits .box {
    text-align: center;
}

.blocks-benefits .boxes-container {
    gap: 0 0;
}

.blocks-benefits .box-wrapper {
    padding: 2em 1em;
    display: flex;
    align-content: stretch;
}

.blocks-benefits .box {
    max-width: 100%;
    padding: 60px 30px 30px;
    position: relative;
    background: var(--white);
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 300;
    z-index: 9;
}

#work-benefits.blocks-benefits .box {
    border-radius: 15px;
    padding: 44px 26px 30px;
    font-size: 16px;
    font-weight: 400;
}

.blocks-benefits .box img {
    position: absolute;
    top: -40px;
}

#work-benefits.blocks-benefits .box img {
    left: calc(50% - 38px);
}

.blocks-benefits::before,
.blocks-benefits::after {
    content: "";
    background: url("/wp-content/themes/knightsbridgefx/img/backgrounds/exchange-top.webp") no-repeat;
    background-size: contain;
    width: 350px;
    height: 270px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.blocks-benefits::after {
    top: 0;
    right: 0;
}

.benefits-service .blocks-benefits::before,
.benefits-service .blocks-benefits::after {
    display: none;
}

#work-benefits.blocks-benefits::before {
    background: url("/wp-content/themes/knightsbridgefx/img/backgrounds/bg-img032.svg") no-repeat;
    position: absolute;
    top: 56px;
    left: 0;
    width: 141px;
    height: 451px;
    opacity: 0.8;
}

#work-benefits.blocks-benefits::after {
    bottom: -230px;
    right: 0;
    left: auto;
    top: auto;
    content: "";
    display: block;
    width: 159px;
    height: 451px;
    background: url(/wp-content/themes/knightsbridgefx/img/backgrounds/bg-img033.svg) no-repeat;
    position: absolute;
    opacity: 0.8;
}

@media all and (max-width: 1024px) {

    .blocks-benefits::before,
    .blocks-benefits::after {
        content: "";
        background: url("/wp-content/themes/knightsbridgefx/img/backgrounds/exchange-top.webp") no-repeat;
        background-size: contain;
        width: 350px;
        height: 270px;
        display: block;
        position: absolute;
    }

    .blocks-benefits::after {
        top: 0;
        right: 0;
    }

    .blocks-benefits::before {
        background: url("/wp-content/themes/knightsbridgefx/img/backgrounds/exchange-bottom.webp") no-repeat;
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 768px) {

    .blocks-benefits::before,
    .blocks-benefits::after {
        display: none !important;
    }

    #work-benefits.blocks-benefits h2 {
        padding: 0 2em 1em;
        font-size: 20px;
    }

    .blocks-benefits .container {
        padding-left: 0;
        padding-right: 0;
    }

    .benefits-service .blocks-benefits {
        background-image: none;
    }
}

@media (max-width: 480px) {
    .blocks-benefits.alt .box {
        text-align: center;
    }

    .blocks-benefits.alt .box p {
        font-size: 16px;
    }

    .blocks-benefits.alt .box img {
        left: calc(50% - 35px);
    }
}

@media all and (min-width: 1366px) {
    .blocks-benefits {
        padding: 100px 0 0;
    }

    .blocks-benefits.alt {
        padding: 0;
    }
}

/* KBFX Milestones */
.milestones-mobile {
    display: none !important;
}

.milestones-wrapper {
    font-size: 14px;
}

.milestones-wrapper .box {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: var(--white);
    font-weight: 300;
    font-size: 12px;
}

.milestones {
    position: relative;
    width: 80%;
    margin: auto 0;
    padding: 0;
}

.milestones li {
    position: relative;
    color: var(--blue);
    font-size: 10px;
    line-height: 1.2;
    z-index: 2;
    width: 53px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    font-weight: normal;
}

.milestones li::before {
    content: "";
    width: 53px;
    height: 62px;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("/wp-content/themes/knightsbridgefx/img/icons/bubble.svg") no-repeat 50%;
    background-size: cover;
    z-index: -1;
}

.milestones li:nth-child(even)::before {
    transform: rotate(180deg);
    top: -4px;
}

.milestones::after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed var(--white);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

@media (max-width: 1024px) {
    .milestones-mobile {
        display: block !important;
    }

    .milestones-desktop {
        display: none !important;
    }

    .milestones-mobile {
        position: relative;
    }

    .milestones-mobile::after {
        content: "";
        width: 1px;
        border-left: 1px dashed var(--white);
        height: calc(100% - 60px);
        position: absolute;
        top: 20px;
        left: 54px;
    }

    .milestones-mobile .milestones {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
        flex-direction: row;
        gap: 10px;
        padding: 10px 0;
    }

    .milestones-mobile .milestones::after {
        display: none;
    }

    .milestones-mobile .milestones li {
        margin: 0;
        padding: 5px 0 0;
        line-height: 1.1;
    }

    .milestones-mobile .milestones li::before {
        transform: rotate(270deg);
        top: 2px;
        left: 4px;
    }

    .milestones-mobile .milestones li:nth-child(even)::before {
        transform: rotate(270deg);
        top: 0;
    }

    .milestones-mobile .milestone-date {
        width: 70px;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .milestones-mobile .milestone-items {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 10px;
        align-items: flex-start;
        margin-top: 5px;
        width: calc(100% - 70px);
    }

    .milestones-mobile .milestone-items .box {
        width: 100%;
        text-align: left;
        font-weight: 400;
        padding: 10px 20px;
        justify-content: flex-start !important;
    }
}

@media (max-width: 500px) {
    .milestones-mobile::after {
        top: 30px;
        left: 40px;
    }
}

@media (max-width: 380px) {
    .milestones-mobile::after {
        height: calc(100% - 120px);
    }
}

@media all and (min-width: 1025px) {
    .milestones li:nth-child(even)::before {
        transform: rotate(180deg);
        top: -4px;
    }

    .milestones-wrapper .box {
        max-width: 24%;
    }

    .milestones-wrapper .box:not(:last-child) {
        margin-right: 1%;
    }
}

@media all and (min-width: 1366px) {
    .milestones-wrapper .box:not(:last-child) {
        margin-right: 90px;
    }

    .milestones-wrapper .box {
        width: 18%;
    }
}

/*Funds Security */
#funds-security.approval {
    background: #ffffff;
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
    padding: 15px;
    border-radius: 10px;
    align-content: center;
    align-items: center;
    gap: 1em;
}

#funds-security.approval .flag {
    margin-right: 10px;
    width: 67px;
}

#funds-security.approval span.text {
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
}

#funds-security.approval i {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="23" viewBox="0 0 30 23" fill="none"><path d="M2 12.75L9.5 20.25L28 1.75" stroke="%236FF98D" stroke-width="3" stroke-linecap="round"/></svg>');
    width: 32px;
    height: 18px;
    background-size: contain;
    margin-left: 0;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    #funds-security.approval i {
        display: none;
    }
}

@media (max-width: 768px) {
    #funds-security.approval b {
        font-weight: 400;
    }
}

/*Open Account Carousel*/
.account-carousel .sow-carousel-container .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item {
    margin-bottom: 20px;
}

.account-carousel .sow-carousel-items {
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    border: 3px solid #eee;
    padding: 22px;
}

.account-carousel .sow-carousel-content p {
    font-weight: 300;
    text-align: center;
    margin: 0;
    padding-top: 1em;
}

.account-carousel .sow-carousel-container .sow-carousel-wrapper .slick-dots {
    margin-top: 1em;
}

.account-carousel .sow-carousel-container .sow-carousel-wrapper .slick-dots li button:before {
    color: #3b4d90;
}

.account-carousel .sow-carousel-container .sow-carousel-wrapper .slick-dots li.slick-active button:before,
.account-carousel .sow-carousel-container .sow-carousel-wrapper .slick-dots li button:hover:before {
    color: var(--yellow);
}

/*Exchange Table*/
.exchange-table {
    margin: 2em 0;
}

.exchange-table .table-header {
    padding: 1em;
    background: var(--blue);
    color: var(--white);
    font-size: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.exchange-table ul,
.exchange-table ol,
.exchange-table li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.exchange-table li {
    flex: 1 100%;
}

.exchange-table .table-header li {
    text-align: center;
    padding: 0 3px;
}

.exchange-table .list-item {
    padding: 1em;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 300;
    background: var(--grey-light);
}

.exchange-table .list-item li {
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}

.exchange-table .list-item.font-weight-normal {
    font-weight: 400;
}

.exchange-table .list-item a {
    color: #333;
}

.exchange-table .list-item a:hover {
    color: var(--grey);
}

@media all and (max-width: 768px) {
    .exchange-table .d-flex {
        display: flex;
    }

    .exchange-table .list-item {
        padding: 0.5em;
    }

    .exchange-table .list-item li {
        -webkit-line-break: after-white-space;
        line-break: auto;
    }

    .exchange-table .list-item li,
    .exchange-table .table-header li {
        font-size: 10px;
        text-align: left;
    }

    .exchange-table .list-item li:first-child,
    .exchange-table .table-header li:first-child {
        min-width: 80px !important;
        text-align: left;
    }
}

@media all and (max-width: 414px) {
    .exchange-table .table-header {
        font-size: 12px;
    }

    .exchange-table .list-item {
        font-size: 12px;
        line-break: anywhere;
    }
}

/* Create Alert Page */
#block-create-alert .alert-popup-overlay,
#block-create-alert .alert-popup .close-popup {
	display:none;
}
#block-create-alert .alert-popup {
	display:block;
	opacity:1;
	position: relative;
	visibility:visible;
	transform: none;
	margin:50px auto 80px;
	left:unset;
	top: unset;
	z-index: 1;
    width:574px;
    max-width:100%;
    max-height: none;
}
#block-create-alert .alert-popup .alert-option {
    max-width: 100%;
}
.page-create-alert h1 {
	text-align: center;
	font-size:36px;  
	font-weight:500;
	margin:60px 0 10px
}
.page-create-alert .badges-check-green p {
	font-size: 24px; 
}
@media (max-width:991px) {
	.page-create-alert h1 {
		font-size:30px; 
		margin:40px 0 10px
	}
	.page-create-alert .badges-check-green p {
		font-size: 18px;
	}
}
@media (max-width: 400px) {
    #block-create-alert .alert-popup {
        max-width: 280px;
    }
}
/*About Box with Image*/
.sow-features-list .sow-features-feature.sow-icon-container-position-right .textwidget h3 {
    margin-top: 0 !important;
}

.sow-features-list .sow-features-feature.sow-icon-container-position-right {
    align-items: flex-start !important;
}

.box-with-image .sow-features-list {
    justify-content: center;
}

.box-with-image .sow-features-feature .textwidget h3 {
    font-weight: 700;
}

.box-with-image .sow-features-feature .textwidget {
    background: var(--white);
    color: #333;
    border-radius: 8px;
    padding: 100px 2em 3em;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    height: 100%
}

.box-with-image .sow-features-feature .textwidget b,
.box-with-image .sow-features-feature .textwidget strong {
    font-weight: 500;
}

.box-with-image .sow-features-feature .sow-icon-container {
    position: absolute;
    top: -66px;
    left: calc(50% - 66px);
}

.box-with-image .sow-features-feature .sow-icon-image {
    padding: 20px;
    width: 132px !important;
    height: 132px !important;
    background-size: 80px 80px !important;
    background-position: center;
}

.features-icon-left .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-right {
    align-items: center !important;
    flex-direction: row !important;
}
.features-icon-left.align-top .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-right {
    align-items: start !important;
}
.features-icon-left.align-top .so-widget-sow-features .sow-features-list .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
    position:relative;
    top:5px;
}
@media (max-width:780px) {
    .mobile-icon-left .sow-features-list .sow-icon-container {
        justify-content: flex-start !important;
        margin-bottom: 10px;
    }
    .features-icon-left.align-top .so-widget-sow-features .sow-features-list .sow-features-feature {
        gap:10px;
        justify-content: flex-start
    }
}


/*Rate Steps with Image */
.rates-steps .sow-features-list {
    justify-content: center;
}

.rates-steps .sow-features-feature .textwidget h3 {
    font-weight: 700;
}

.rates-steps .sow-features-feature .sow-icon-container {
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
    background: transparent !important;
    color: transparent !important;
}

.rates-steps .sow-features-feature .sow-icon-image {
    width: 80px !important;
    height: 80px !important;
    background-size: 80px 80px !important;
    background-position: center;
}

.rates-steps .sow-features-feature .textwidget {
    background: var(--white);
    color: #333;
    border-radius: 15px;
    padding: 50px 20px 30px;
    font-size: 14px;
    height: 100%;
}

/*Custom We're Here to Help section*/
#contactus {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 0.5fr;
    gap: 0px 0px;
    justify-content: start;
    align-content: stretch;
    justify-items: start;
    align-items: stretch;
    background: url("/wp-content/themes/knightsbridgefx/img/backgrounds/blue-bg.png") no-repeat 50%;
    background-size: cover;
    position: relative;
}

#contactus div {
    width: 100%;
}

#contactus h2 {
    color: var(--yellow);
    font-size: 40px;
    margin-bottom: 42px;
    font-weight: 700;
}

#contactus .text-contact {
    padding: 56px 0 56px 70px;
    font-weight: 300;
    text-align: center;
}

#contactus .text-contact p {
    margin-bottom: 28px;
}

#contactus .text-contact p:last-child {
    margin: 0;
}

#contactus .text-contact b,
#contactus .text-contact strong {
    font-weight: 400;
}

#contactus .img-contact img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    height: auto;
    z-index: 99999;
}

@media (max-width: 1300px) {
    #contactus {
        grid-template-columns: 1fr 0.6fr;
    }
}

@media (max-width: 1200px) {
    #contactus {
        grid-template-columns: 1fr 0.7fr;
    }
}

@media (max-width: 1024px) {
    #contactus {
        grid-template-columns: 1fr;
    }

    #contactus .img-contact {
        display: none;
    }

    #contactus .text-contact {
        padding: 4em 2em;
    }
}

@media (max-width: 991px) {
    #contactus h2 {
        font-size: 30px;
    }
}

.h1-bp767-28 h1 {
    font-size: 35px;
}

.h1-bp767-30 h1 {
    font-size: 40px;
}

@media all and (max-width: 767px) {
    #contactus h2 {
        font-size: 24px;
    }

    .h1-bp767-28 h1 {
        font-size: 28px;
    }

    .h1-bp767-30 h1 {
        font-size: 30px;
    }
}

/* Custom Hero */
.custom-hero .compare-rate.thankyou .compare-rate-savings-table {
    border-color: var(--white);
}

.blue .compare-rate.thankyou .compare-rate-savings-table {
    border-color: transparent;
}

.custom-hero .compare-rate.thankyou .compare-rate-savings-table .compare-rate-item .cad-saved,
.blue .compare-rate.thankyou .compare-rate-savings-table .compare-rate-item .cad-saved {
    background-color: var(--dark-blue);
    color: var(--white);
}

.custom-hero .compare-rate-header h2,
.custom-hero .compare-rate.importer h2,
.custom-hero .calculator-currency.basic .heading,
.custom-hero .calculator-currency.basic .subheading {
    display: none;
}

.custom-hero .disclaimer-savings-table * {
    color: var(--white);
}

.custom-hero .cta-wrapper .btn.btn-cta {
    font-weight: 600;
}

.custom-hero.online-currency h1 {
    font-weight: 400;
    font-size: 40px;
}

.custom-hero .calculator-currency.full .calculator-currency-left,
.custom-hero .calculator-currency.full .calculator-currency-right .heading,
.custom-hero .calculator-currency.full .calculator-currency-right .subheading {
    color: #fff;
}

.custom-hero .calculator-currency.full .calculator-currency-left .notice {
    background: var(--grey-light-2);
    color: #000;
}

@media (max-width: 767px) {
    .custom-hero.online-currency.alt h1 {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .custom-hero.online-currency h1 {
        font-size: 30px;
    }

    .custom-hero.online-currency p {
        font-size: 14px;
    }

    .custom-hero.online-currency.alt p {
        font-size: 20px;
    }

    .custom-hero.online-currency .cta-wrapper .btn.btn-cta {
        width: 100%;
    }
}

/* Column Count */
.column-count {
    position: relative;
    padding-top: 24px;
}

.column-count h2,
.column-count h3 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
}

.column-count:before {
    content: "";
    font-family: var(--font-helvetica);
    position: absolute;
    top: -60px;
    left: 18px;
    font-weight: 700;
    font-size: 160px;
    line-height: 1;
    color: var(--mid-blue);
    opacity: 0.2;
}

.column-count.count-one:before {
    content: "1";
}

.column-count.count-two:before {
    content: "2";
}

.column-count.count-three:before {
    content: "3";
}

@media (max-width: 991px) {
    .column-count:before {
        display: block;
        text-align: center;
        margin-top: 22px;
        width: 100%;
    }

    .column-count {
        padding-top: 60px;
    }

    .column-count * {
        text-align: center;
    }

    .column-count h2,
    .column-count h3 {
        font-size: 24px;
    }
}

/*Cities List */
.cities-navigator h4 {
    margin-top: 20px;
}

.cities-navigator h4 a {
    text-decoration: none;
}

.cities-navigator h4 a:hover {
    text-decoration: underline;
}

.cities-navigator li {
    font-size: 12px;
    padding: 0 10px 0 0 !important;
}

/* French Features */
.french-features {
    position: relative;
}

.french-features .features__grid {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.french-features .features__bl {
    width: calc(16.6666% - 30px);
    max-width: 100%;
    margin: 0 15px;
    padding: 34px 19px 25px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    text-align: center;
}

.french-features .features__ico {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
}

.french-features .features__ico img {
    width: auto;
    height: 60px;
}

.french-features .features__ico:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.french-features .features__ico:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #5b7cff;
    background-image: linear-gradient(-35deg, #002ace 0%, #5b7cff 100%);
    opacity: 0.05;
}

.french-features .features__text span,
.french-features .features__title {
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .french-features .features__bl {
        width: calc(33.3333% - 30px);
        margin-top: 15px;
    }
}

@media screen and (max-width: 620px) {
    .french-features .features__bl {
        width: calc(50% - 30px);
    }
}

/*French Testimonials*/
.french-testimonials {
    position: relative;
}

.french-testimonials .slick-slide {
    padding-top: 12px;
}

.french-testimonials blockquote.quote {
    position: relative;
    padding-top: 27px;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
}

.french-testimonials blockquote.quote:before,
.french-testimonials blockquote.quote:after {
    content: "";
}

.french-testimonials .quote__icon {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 9px;
    font-size: 41px;
    line-height: 0.7;
}

.french-testimonials .quote__in {
    padding: 40px 16px 80px 50px;
    min-height: 200px;
    border-radius: 2px;
    background-color: var(--white);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.french-testimonials .quote__text {
    margin-bottom: 30px;
    min-height: 50px;
    font-size: 15px;
    color: #2d6c8a;
    line-height: 1.7;
    font-weight: 400;
    font-style: italic;
}

.french-testimonials .quote .quote__pic .quote__img--max-w {
    max-width: 175px;
}

.french-testimonials .french-testimonials .quote .quote__pic {
    text-align: right;
}

.french-testimonials .quote .quote__pic .quote__img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.french-testimonials .quote__author {
    margin-top: 0 !important;
    display: block;
    padding: 0 17px 0 27px;
}

.french-testimonials .quote .quote__person {
    margin-top: -50px !important;
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 27px;
}

.french-testimonials .quote .quote__person .quote__avatar {
    width: 148px;
    box-shadow: 0 2px 13px rgba(153, 174, 185, 0.4);
    border-radius: 50%;
}

.french-testimonials .quote__info {
    width: calc(100% - 175px);
    float: left;
    position: relative;
    margin-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #2d6c8a;
}

.french-testimonials .quote__name {
    margin-bottom: 9px;
    font-size: 18px;
    color: #1e2b38;
    font-weight: 600;
}

.french-testimonials .quote .quote__pic {
    text-align: right;
}

.french-testimonials .slick-next,
.french-testimonials .slick-prev {
    background: transparent;
    border: 0;
}

.french-testimonials .slick-next {
    position: absolute;
    bottom: -45px;
    right: 45%;
}

.french-testimonials .slick-prev {
    position: absolute;
    bottom: -45px;
    left: 45%;
}

@media screen and (max-width: 991px) {
    .french-testimonials .quote__in {
        padding: 40px 20px 40px 50px;
    }

    .french-testimonials .quote .quote__person .quote__avatar {
        width: 60px;
    }

    .french-testimonials .quote__info {
        width: calc(100% - 90px);
    }

    .french-testimonials .quote .quote__person {
        margin-left: 0;
        margin-right: 12px;
        margin-top: 20px !important;
    }

    .french-testimonials .quote__author {
        padding: 0;
    }

    .french-testimonials .quote .quote__pic {
        text-align: left;
    }

    .french-testimonials .slick-next {
        right: 30%;
    }

    .french-testimonials .slick-prev {
        left: 30%;
    }
}

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

.custom-logo-link {
    display: inline-block;
    padding: 7px 15px 7px 0;
}

.wp-video-lightbox a {
    color: var(--blue);
    font-weight: 700;
    position: relative;
    text-decoration: none;
}

.wp-video-lightbox a:hover {
    text-decoration: underline;
    color: var(--grey);
}

@media (min-width: 600px) {
    .wp-video-lightbox a:before {
        content: "";
        display: inline-block;
        position: absolute;
        right: -35px;
        top: 50%;
        transform: translateY(-50%);
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background-color: var(--yellow);
        text-align: center;
    }

    .wp-video-lightbox a:after {
        content: "";
        position: absolute;
        display: inline-block;
        right: -28px;
        top: 50%;
        transform: translateY(-50%);
        border-style: solid;
        border-width: 6px 0 6px 9px;
        border-color: transparent transparent transparent var(--blue);
        height: 0;
    }
}

.pp_content_container .pp_details {
    background: transparent !important;
}

#pp_full_res,
.pp_content_container .pp_details {
    background: var(--black);
}

.pp_content_container .pp_details {
    margin: 10px 0 20px;
}

/* 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;
}

/* PayPal Exchange Diagram */
.paypal-exchange-diagram {
    text-align: center;
}

.paypal-exchange-diagram .diagram-block {
    background: var(--white);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    max-width: 400px;
    font-size: 16px;
    line-height: 1.5;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.paypal-exchange-diagram .diagram-block.fx-left {
    padding: 20px 50px;
}

.paypal-exchange-diagram .diagram-block.fx-right {
    background: #344BA5;
    color: var(--white);
}

.paypal-exchange-diagram .diagram-block.fx-center {
    margin: 0 auto 20px;
    position: relative;
    max-width: 278px;
}

.paypal-exchange-diagram .diagram-block.fx-center::before,
.paypal-exchange-diagram .diagram-block.fx-center::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 64px;
    border: 2px dotted;
    border-radius: 0 0 0 12px;
    z-index: 0;
}

.paypal-exchange-diagram .diagram-block.fx-center::before {
    left: -64px;
    top: 36%;
    border-color: transparent transparent #767E87 #767E87;
    transform: rotate(90deg);
}

.paypal-exchange-diagram .diagram-block.fx-center::after {
    right: -72px;
    top: 43%;
    width: 64px;
    height: 50px;
    border-color: transparent transparent #344BA5 #344BA5;
    transform: rotate(180deg);
}

.paypal-exchange-diagram .fx-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 60px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .paypal-exchange-diagram .diagram-block {
        max-width: 44%;
        font-size: 16px
    }

    .paypal-exchange-diagram .diagram-block,
    .paypal-exchange-diagram .diagram-block.fx-left {
        padding: 20px 10px;
    }

    .paypal-exchange-diagram .diagram-block.fx-center {
        margin-bottom: 20px;
    }

    .paypal-exchange-diagram .fx-row {
        gap: 20px;
    }

    .paypal-exchange-diagram .diagram-block.fx-center::before,
    .paypal-exchange-diagram .diagram-block.fx-center::after {
        rotate: 0;
        top: 100%;
        transform: rotate(0deg);
        width: 5px
    }

    .paypal-exchange-diagram .diagram-block.fx-center::before {
        left: 30%;
    }

    .paypal-exchange-diagram .diagram-block.fx-center::after {
        right: 30%;
    }
}

@media (max-width: 600px) {

    .paypal-exchange-diagram .diagram-block.fx-right p,
    .paypal-exchange-diagram .diagram-block.fx-left p {
        font-size: 14px !important
    }
}

@media (max-width: 400px) {

    .paypal-exchange-diagram .diagram-block.fx-right p,
    .paypal-exchange-diagram .diagram-block.fx-left p {
        font-size: 12px !important
    }

    .paypal-exchange-diagram .fx-row {
        justify-content: space-between;
    }
}


/*Contact Page*/
.contact-hero h1 {
    font-size: 38px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.contact-hero h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 8px 0 24px;
    padding: 0;
}

.contact-hero p {
    font-size: 20px;
    font-weight: 400;
    max-width: 514px;
}

.contact-header-row-numbers h3 {
    position: relative;
    padding-left: 40px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.contact-header-row-numbers h3:before {
    content: "";
    background-image: url("/wp-content/themes/knightsbridgefx/img/icons/icon-contact-header.svg");
    background-size: 24px 24px;
    width: 24px;
    height: 25px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
}

.contact-row-numbers ul,
.contact-row-numbers li,
.contact-info-main ul,
.contact-info-main li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}

.contact-row-numbers li {
    border-bottom: 1px solid #e0e3f0;
    display: flex;
    gap: 24px;
    padding: 16px 0;
    align-items: flex-start;
}

.contact-row-numbers li:last-child {
    border-bottom: 0;
    display: flex;
    gap: 24px;
}

.contact-row-numbers li li {
    border: 0;
    gap: 0;
    padding: 0;
}

.contact-row-numbers strong,
.contact-row-numbers b {
    width: 80px;
}

.contact-row-numbers .toronto>ul {
    display: block;
    margin-left: 0;
    list-style: none;
}

.contact-row-numbers .toronto ul li {
    display: block;
    margin-bottom: 4px;
}

.contact-row-numbers .toronto {
    align-items: flex-start;
}

.contact-info-main ul>li {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    border-bottom: 1px solid #e0e3f0;
    padding: 20px 0;
}

.contact-info-main ul>li:last-child {
    border: 0;
}

.contact-info-main ul>li li {
    border: 0;
    padding: 0;
    font-size: 16px;
}

.contact-info-main ul>li:first-child {
    padding-top: 0;
}

.contact-info-main ul>li>ul {
    width: 100%;
}

.contact-info-main ul>li>ul>li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.contact-info-main ul li:nth-child(1) li,
.contact-info-main ul li:nth-child(3) li {
    padding-right: 20px;
    width: calc(50% - 20px);
}

.contact-info-main ul li:nth-child(1) li:last-child,
.contact-info-main ul li:nth-child(3) li:last-child {
    padding-right: 0;
    width: 50%;
}

.contact-info-main h3 {
    margin-bottom: 16px;
    width: 320px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    gap: 0 16px;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

/* Custom Contact block */
.kbfx-contact {
    max-width:470px;
    margin-left: auto;
    margin-right: auto;
}
.kbfx-contact .kbfx-contact-row {
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:16px;
}
.kbfx-contact .kbfx-contact-row:last-child { margin-bottom:0; }
  
.kbfx-contact .kbfx-contact-icon {
    width:24px;
    height:auto;
    display:block;
    flex:0 0 auto;
}
.kbfx-contact .kbfx-contact-label {
    font-weight:700;
    color:#0b1530;
    min-width:110px; 
}
.kbfx-contact .kbfx-contact-value {
    text-decoration:none;
    background:#ffffff;
    border:1px solid #e6e8ef;
    border-radius:10px;
    padding:14px 18px;
    box-shadow:0 1px 1px rgba(16,24,40,.04);
    color:#0b1530;
    font-weight:700;
    font-size:18px;
    display:inline-block;
    flex:1 1 320px;        
    word-break:break-word; 
}
@media (max-width: 991px) {

    .contact-hero,
    .contact-hero p {
        text-align: center;
        max-width: 100%;
    }
    .contact-hero p {
        font-weight: 300;
    }

    .contact-hero h1 {
        font-size: 34px;
    }

    .contact-hero h2 {
        font-size: 28px;
        padding-top: 16px;
    }

    .contact-info-main ul>li {
        flex-direction: column;
        align-content: center;
        gap: 0;
    }

    .contact-info-main.contact-bottom ul>li {
        padding: 48px 0;
    }

    .contact-info-main.contact-bottom ul>li li,
    .contact-info-main.contact-bottom ul li:nth-child(1) li {
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .contact-info-main ul li:nth-child(1) li,
    .contact-info-main ul li:nth-child(3) li {
        padding-bottom: 16px;
    }

    .contact-info-main.contact-bottom ul>li:last-child {
        padding-bottom: 0;
    }

    .contact-info-main ul li:nth-child(1) li,
    .contact-info-main ul li:nth-child(3) li,
    .contact-info-main ul li:nth-child(1) li:last-child,
    .contact-info-main ul li:nth-child(3) li:last-child {
        padding-right: 0;
        width: 100%;
    }

    .contact-info-main ul li:nth-child(3) li {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .contact-info-main h3 {
        display: block;
        width: 100%;
        text-align: center;
        margin-left: -10px;
    }

    .contact-info-main li:nth-child(2) h3 {
        margin-left: -7px;
    }

    .contact-info-main li:nth-child(3) h3 {
        margin-left: -7px;
    }

    .contact-row-numbers .toronto ul li {
        display: inline;
    }

    .contact-row-numbers li strong,
    .contact-row-numbers li b {
        width: 84px;
    }

    .contact-info-main ul>li>ul>li {
        text-align: center;
    }

    .contact-header-row-numbers h3 {
        max-width: 300px;
    }

    .icons-currency-converter .so-panel.widget {
        width: calc(100% - 12%);
        padding-left: 20px;
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }

    .icons-currency-converter .so-panel.widget.widget_sow-image {
        width: 12%;
        padding: 0;
        display: inline-block;
    }

    .icons-currency-converter .so-panel.widget * {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    .icons-currency-converter .so-panel.widget {
        width: calc(100% - 25%);
    }

    .icons-currency-converter .so-panel.widget.widget_sow-image {
        width: 25%;
    }
    .kbfx-contact .kbfx-contact-row {
        flex-direction:column;
        align-items:center;
        gap:10px;
    }
    .kbfx-contact .kbfx-contact-label {
        min-width:auto;
        font-size:18px;
    }
    .kbfx-contact .kbfx-contact-value {
        width:100%;
        text-align:center;
        flex:0 0 auto;
    }
    .ow-button-base .sowb-button {
        line-height:1.3;
    }
}

@media (max-width: 480px) {
    .contact-row-numbers .toronto ul li:first-child a {
        display: block;
    }

    .contact-hero h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }
}
@media (max-width:400px) {
    .kbfx-contact .kbfx-contact-value {
        font-size:14px;
        padding: 14px 10px;
    }
}

@media (max-width: 366px) {
    .contact-header-row-numbers h3 {
        font-size: 19px;
        padding-left: 34px;
    }

    .contact-row-numbers .toronto ul li:first-child a {
        display: block;
    }

    .contact-row-numbers ul,
    .contact-row-numbers li {
        font-size: 14px;
    }

    .contact-row-numbers li,
    .contact-row-numbers li:last-child {
        gap: 14px;
    }

    .contact-row-numbers li strong,
    .contact-row-numbers li b {
        width: 70px;
    }

    .contact-hero h1 {
        font-size: 34px;
        letter-spacing: 0;
    }
}

/*--------------------------------------------------------------
# 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,
.visually-hidden,
.sr-only {
    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;
}

.ow-button-base a.text-left {
    text-align: left;
}

/* Additional Media Queries
--------------------------------------------- */
@media (max-width: 1200px) {

    .container,
    #primary-header {
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media (max-width: 1024px) {

    .container,
    #primary-header {
        padding-left: 2em;
        padding-right: 2em;
    }

    .ow-button-base a.tablet-icon-reverse.ow-icon-placement-left>span {
        flex-direction: row-reverse;
    }

    .ow-button-base a.tablet-icon-reverse.ow-icon-placement-left [class^="sow-icon-"] {
        float: right;
        margin: 0 0 0 5px;
        transform: rotateY(180deg);
    }
}

@media (max-width: 458px) {
    .custom-html-widget .ow-button-base a>span {
        text-align: left;
        display: flex;
        width: auto;
        max-width: 320px;
        align-items: center;
        flex-direction: row-reverse;
    }
}

@media (min-width: 992px) {
    .desktop-hide {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .mobile-hide {
        display: none !important;
    }
}

@media (max-width: 500px) {

    .container,
    #primary-header {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media (min-width: 1366px) {
    #open-an-account {
        position: relative;
        background-color: var(--grey-light);
    }

    #open-an-account .panel-grid-cell {
        position: relative;
        z-index: 10;
    }

    #open-an-account::before,
    #open-an-account::after {
        content: "";
        position: absolute;
        width: 310px;
        height: 400px;
        display: block;
        background-size: auto;
    }

    #open-an-account::before {
        background: url("/wp-content/themes/knightsbridgefx/img/backgrounds/icon-left-bg.svg") no-repeat right;
        top: -190px;
        left: 0;
    }

    #open-an-account::after {
        background: url("/wp-content/themes/knightsbridgefx/img/backgrounds/icon-right-bg.svg") no-repeat left;
        right: 0;
        bottom: -120px;
        width: 297px;
        height: 443px;
    }
}

/* START French Thank You Custom CSS */
.page-id-841 .kbfx-hero-widget .hero-testimonial-highlight {
    gap: 5em;
    padding-bottom: 130px;
}

.page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .left {
    flex-basis: calc(56% - 2.5em);
}

.page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .right {
    flex-basis: calc(44% - 2.5em);
}

.page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .left a,
.kbfx-hero-widget .hero-testimonial-highlight .left .paragraph p,
.kbfx-hero-widget.homepage .paragraph p {
    max-width: 536px;
}

.page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .left h1 {
    font-weight: 300;
    max-width: 483px;
    margin-top: 0;
}

.page-id-841 .kbfx-hero-widget .hero-testimonial-highlight h1 span {
    font-weight: 700;
}

.page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .left .paragraph p,
.page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .right .paragraph p,
.kbfx-hero-widget.homepage .paragraph p {
    font-weight: 400;
}

.page-id-841 .kbfx-hero-widget .btn-wrapper a {
    text-align: left;
    line-height: 1.5;
}

.calendly-inline-widget {
    min-width: 320px;
    min-height: 80vh;
    height: 700px;
    margin: 2em auto;
}

@media (min-width: 992px) {
    .calendly-inline-widget {
        min-height: 900px;
    }
}

@media (max-width: 767px) {
    .calendly-inline-widget {
        min-height: 800px;
    }

    .page-id-841 .kbfx-hero-widget .hero-testimonial-highlight {
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;
        gap: 3em;
    }

    .page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .left,
    .page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .right {
        flex-basis: unset;
    }

    .page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .left h1,
    .page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .left a,
    .page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .left .paragraph p,
    .kbfx-hero-widget.homepage .paragraph p {
        max-width: 100%;
        width: 100%;
    }

    .page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .right img {
        margin: 0;
    }

    .page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .left .cta-wrapper {
        padding-top: 16px;
    }

    .page-id-841 .kbfx-hero-widget .btn-wrapper a {
        text-align: center;
    }

    .page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .testimonial-header {
        flex-direction: row;
        margin: 0;
        width: 100%;
    }

    .page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .testimonial {
        text-align: left;
        font-size: 16px;
        padding-left: 0;
        margin-left: 0;
        max-width: 100%;
    }

    .page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .client-name {
        text-align: right;
        display: block;
        font-size: 16px;
    }

    .page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .right .paragraph {
        padding-bottom: 30px;
    }

    .page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .right .paragraph p {
        text-align: center;
    }
}

@media (max-width: 430px) {
    .page-id-841 .kbfx-hero-widget .hero-testimonial-highlight .client-name {
        text-align: left;
    }
}

/* END French Thank You Custom CSS */

/* Sticky Sidebar Landing */

.page-template-sticky-sidebar-landing {
    overflow: visible !important;
}

.landing-sticky-sidebar {
    padding-top: 60px;
    padding-bottom: 60px;
}

.landing-sticky-sidebar .landing-content {
    padding-right: 70px;
}

.landing-sticky-sidebar .landing-content,
.landing-sticky-sidebar .landing-content p,
.landing-sticky-sidebar .landing-content li {
    font-size: 18px;
}

.landing-sticky-sidebar .widget-area-sticky {
    position: relative;
    transition: top 0.2s ease;
}

.landing-sticky-sidebar .widget-area-sticky .container {
    padding-left: 0;
    padding-right: 0;
}

.landing-sticky-sidebar .landing-content h1 {
    font-size: 38px;
    font-weight: 600;
    margin-top: 0;
}

.landing-sticky-sidebar .landing-content h2,
.landing-sticky-sidebar .landing-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 40px 0 20px;
}

.landing-sticky-sidebar .landing-content .cta-landing h2,
.landing-sticky-sidebar .landing-content .cta-landing h3 {
    font-size: 30px;
    margin-top: 0;
}

.landing-sticky-sidebar .landing-content .cta-landing p {
    font-size: 20px;
}

.landing-sticky-sidebar .landing-content .cta-landing .cta-wrapper {
    margin-top: 30px;
}

.landing-sticky-sidebar .landing-content .cta-wrapper .btn.btn-cta {
    color: var(--black);
}

.landing-sticky-sidebar .landing-sticky-aside {
    position: relative;
}

.landing-sticky-sidebar .sticky-wrapper {
    position: fixed;
    top: 230px;
    width: 400px;
    transition: top 0.3s ease;
    will-change: top;
    padding-bottom: 40px;
}

.landing-sticky-sidebar .sticky-wrapper.locked {
    top: 100px !important;
}

.landing-sticky-sidebar .sticky-wrapper.limit-reached {
    position: absolute !important;
    top: auto !important;
    bottom: 0;
}

.landing-sticky-sidebar .landing-sticky-aside .section-calculator .container {
    max-width: 100%;
}

.landing-sticky-sidebar .landing-sticky-aside .calculator-widget,
.landing-sticky-sidebar .landing-sticky-aside #as-seen-on .logos-as-seen-on {
    width: 400px;
    margin: auto;
    max-width: 400px;
}

.landing-sticky-sidebar .landing-sticky-aside .calculator-widget {
    padding-left: 0;
    padding-right: 0;
}

.landing-sticky-sidebar .landing-sticky-aside #as-seen-on .logos-as-seen-on {
    border-radius: 20px;
    margin: 30px auto;
    padding: 20px 10px;
}

.landing-sticky-sidebar .landing-sticky-aside #as-seen-on .logos-as-seen-on::before {
    position: static;
    text-align: center;
    display: block;
    font-weight: 400;
}

.landing-sticky-sidebar .landing-sticky-aside #as-seen-on .logos {
    margin-top: 10px;
    gap: 1em 0.2em;
}

.landing-sticky-sidebar .landing-sticky-aside #as-seen-on .logos img {
    margin: 0;
    padding: 0;
}

.landing-sticky-sidebar #as-seen-on .logos-as-seen-on img.logo-order-1 {
    order: 1;
    height: 28px;
}

.landing-sticky-sidebar #as-seen-on .logos-as-seen-on img.logo-order-2 {
    order: 2;
    height: 28px;
}

.landing-sticky-sidebar #as-seen-on .logos-as-seen-on img.logo-order-3 {
    order: 4;
    height: 13px;
}

.landing-sticky-sidebar #as-seen-on .logos-as-seen-on img.logo-order-4 {
    order: 5;
    height: 17px;
}

.landing-sticky-sidebar #as-seen-on .logos-as-seen-on img.logo-order-5 {
    order: 3;
    height: 30px;
}

@media (min-width: 992px) {
    .landing-sticky-sidebar #steps-wrapper h2.text-center {
        text-align: left !important;
    }
}

.landing-sticky-sidebar #home-step-blocks {
    flex-direction: column;
    gap: 30px;
}

.landing-sticky-sidebar #steps-wrapper::before {
    left: -300px;
    bottom: auto;
    top: 100px;
}

.landing-sticky-sidebar #steps-wrapper #home-step-blocks {
    margin-top: 40px;
}

.landing-sticky-sidebar #steps-wrapper #home-step-blocks .home-step-block {
    display: flex;
    gap: 30px;
    padding: 30px;
    margin-left: 0;
}

.landing-sticky-sidebar #steps-wrapper #home-step-blocks .home-step-block:nth-child(2),
.landing-sticky-sidebar #steps-wrapper #home-step-blocks .home-step-block:nth-child(4) {
    top: unset;
}

.landing-sticky-sidebar #home-step-blocks .home-step-block .number {
    flex: 0 0 52px;
}

.landing-sticky-sidebar #steps-wrapper #home-step-blocks .home-step-block h3 {
    margin-top: 0;
    letter-spacing: 0;
}

.landing-sticky-sidebar #steps-wrapper #home-step-blocks .home-step-block p {
    font-size: 16px;
    margin-bottom: 0;
}

.landing-sticky-sidebar #steps-wrapper #home-step-blocks .home-step-block small {
    margin-top: 5px;
}

.landing-sticky-sidebar #steps-wrapper .bar-steps-wrapper {
    position: absolute;
    top: 240px;
    left: -30px;
    width: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 774px;
    margin: 0;
    padding: 0;
    z-index: 0;
    border: 0;
}

.landing-sticky-sidebar #steps-wrapper .bar-steps-wrapper::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background-image: linear-gradient(var(--black) 50%, transparent 50%);
    background-size: 3px 10px;
    background-repeat: repeat-y;
    z-index: -1;
}

.landing-sticky-sidebar #steps-wrapper .bar-steps-wrapper>li {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.landing-sticky-sidebar #steps-wrapper .bar-steps-wrapper>li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.landing-sticky-sidebar .disclaimer-savings-table .disclaimer-left p,
.landing-sticky-sidebar .disclaimer-savings-table .disclaimer-right p {
    font-size: 14px;
}

@media (max-width: 1220px) {
    .landing-sticky-sidebar #steps-wrapper .bar-steps-wrapper {
        display: none;
    }
}

@media (min-width: 1150px) and (max-width: 1220px) {
    .landing-sticky-sidebar .landing-content {
        padding-right: 40px;
        width: 60%;
    }

    .landing-sticky-sidebar .landing-sticky-aside {
        width: 40%;
    }
}

@media (min-width: 992px) and (max-width: 1149px) {
    .landing-sticky-sidebar .landing-content {
        padding-right: 0;
        width: 60%;
        padding-right: 40px;
    }

    .landing-sticky-sidebar .landing-sticky-aside {
        width: 40%;
    }

    .testimonial-box-alt {
        margin-top: 16px;
    }
}

@media (max-width: 991px) {
    .landing-sticky-sidebar.container {
        padding: 40px 0 60px !important;
    }

    .landing-sticky-sidebar .landing-sticky-aside {
        display: none;
    }

    .landing-sticky-sidebar .landing-content {
        width: 100% !important;
        padding: 0 30px;
    }

    .landing-sticky-sidebar .landing-content h1 {
        text-align: center;
    }

    .landing-sticky-sidebar .landing-content,
    .landing-sticky-sidebar .landing-content p,
    .landing-sticky-sidebar .landing-content li {
        font-size: 16px;
    }

    .landing-sticky-sidebar .calculator-currency .calculator-currency-right .heading {
        color: var(--blue);
        font-size: 20px;
    }

    .landing-sticky-sidebar .landing-content .cta-landing h2,
    .landing-sticky-sidebar .landing-content .cta-landing h3 {
        font-size: 24px;
    }

    .landing-sticky-sidebar #home-step-blocks {
        gap: 10px;
    }

    .landing-sticky-sidebar #steps-wrapper {
        padding-bottom: 0;
    }
}

@media (max-width: 830px) {
    .landing-sticky-sidebar #as-seen-on .logos {
        display: flex;
        gap: 1em;
        max-width: 500px;
        margin: 0 auto;
    }

    .landing-sticky-sidebar #as-seen-on .logos img {
        flex: 0 1 calc(33.333% - 1rem);
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }
}

/*Blog Page Template*/
.blog-post-listing {
    padding: 0;
    margin: 0;
    list-style: none;
}

#blog_header {
    background-image: url(/wp-content/themes/knightsbridgefx/img/backgrounds/blog-bk.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    font-size: 16px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    position: relative;
    color: var(--white);
    margin-bottom: 45px;
}

#blog_header:after {
    content: "";
    background: rgb(51, 71, 147);
    opacity: 0.8;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

#blog_header .container {
    position: relative;
    z-index: 2;
}

#blog_header h1 {
    color: var(--yellow);
    padding: 0;
    max-width: 784px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

#blog_header p {
    color: var(--white);
    padding: 10px 0 0;
    max-width: 784px;
    font-size: 20px;
}

.blog-post-listing .blog-post {
    margin-bottom: 40px;
    background: rgba(238, 238, 246, 0.3);
    border-radius: 10px;
    color: #1e2b38;
    font-size: 16px;
    width: 100%;
}

.blog-post-listing .post-image {
    width: 30%;
    overflow: hidden;
    height: 234px;
    position: relative;
    border-radius: 10px 0 0 10px;
    max-width: 100%;
    display: block;
    border: 1px solid rgba(238, 238, 246, 0.3);
}

.blog-post-listing .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-listing .post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
    width: 70%;
}

.blog-post-listing .post-content h2,
.blog-post-listing .post-content h2 a {
    color: var(--dark-blue);
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.blog-post-listing .post-content h2 a:hover {
    color: var(--grey);
    text-decoration: underline;
}

.blog-post-listing .post-content p {
    margin: 0;
}

.blog-post-listing .post-info {
    margin-top: 20px;
}

.blog-post-listing .post-date {
    font-size: 14px;
}

.blog-post-listing .post-link {
    color: var(--dark-blue);
    font-weight: 600;
}



.recent-posts-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    margin: 30px 0 0;
}

@media (min-width:992px) {
    .recent-posts-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

.recent-posts-grid .recent-post-item {
    background: #fff;
    border-radius: 16px;
    padding: 34px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recent-posts-grid .recent-post-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.recent-posts-grid .recent-post-excerpt {
    font-size: 18px;
    margin-bottom: 1rem;
}

.recent-posts-grid .read-more-container {
    margin-top: auto;
    text-align: right;
}

.recent-posts-grid .read-more-link {
    color: var(--blue);
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.25em;
    font-size: 14px;
}

.read-more-link::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23304598' fill-rule='evenodd' points='17.586 13 3 13 3 11 17.586 11 11.293 4.707 12.707 3.293 21.414 12 12.707 20.707 11.293 19.293'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.recent-posts-grid .read-more-link:hover {
    text-decoration: underline;
}



@media (max-width: 767px) {

    #blog_header h1,
    #blog_header p {
        max-width: 100%;
    }

    .blog-post-listing .blog-post.flex-md-row {
        flex-direction: column !important;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-post-listing .post-image {
        border-radius: 10px 10px 0 0;
        width: 100%;
    }

    .blog-post-listing .post-content {
        width: 100%;
        text-align: center;
    }
}

.badges-check ul,
.badges-arrow ul,
.badges-inline ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding: 10px 0;
    margin: 0 !important;
}
.badges-inline ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap:10px;
}
.badges-check li,
.badges-check-green ul,
.badges-arrow li,
.badges-inline li {
    text-align: left;
    font-size: 20px;
    background-color: #EDF1F7;
    border-radius: 6px;
    color: var(--black);
    padding: 10px 20px 12px 50px;
    position: relative;
    margin: 0 !important;
}
.badges-inline li {
    flex:0 1 auto;
    padding: 10px 20px;
    font-size:16px;
    display: inline-block;
    vertical-align: middle;
}
.badges-check li.bg-white,
.badges-arrow li.bg-white,
.badges-inline li  {
    background-color: #FFF;
    border: 1px solid #E6E6E6;
}
.badges-inline strong,
.badges-inline b {
    padding-right:10px;
}
.badges-check li::before,
.badges-check-green li:before,
.badges-arrow li::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 14px;
    left: 16px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231D439B' d='M480 128c0 8.188-3.125 16.38-9.375 22.62l-256 256C208.4 412.9 200.2 416 192 416s-16.38-3.125-22.62-9.375l-128-128C35.13 272.4 32 264.2 32 256c0-18.28 14.95-32 32-32c8.188 0 16.38 3.125 22.62 9.375L192 338.8l233.4-233.4C431.6 99.13 439.8 96 448 96C465.1 96 480 109.7 480 128z'/%3E%3C/svg%3E");
}

.badges-check-green ul {
    margin-left:0;
    padding: 30px;
}
.badges-check-green li {
    text-align: left;
    font-size: 18px;
    position: relative;
    list-style:none;
    padding-left:30px;
}
.badges-check-green li:last-child {
    margin:0
}
.badges-check-green li:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2300A651' d='M480 128c0 8.188-3.125 16.38-9.375 22.62l-256 256C208.4 412.9 200.2 416 192 416s-16.38-3.125-22.62-9.375l-128-128C35.13 272.4 32 264.2 32 256c0-18.28 14.95-32 32-32c8.188 0 16.38 3.125 22.62 9.375L192 338.8l233.4-233.4C431.6 99.13 439.8 96 448 96C465.1 96 480 109.7 480 128z'/%3E%3C/svg%3E");
    left:0;
    top:3px;
}
.badges-arrow li::before {
    width: 24px;
    height: 27px;
    top: 9px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2725%27%20height%3D%2727%27%20viewBox%3D%270%200%2025%2027%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M13.4542%206.22705L21.1455%2013.4997L13.4542%2020.7725M19.5997%2013.649H5.69098%27%20stroke%3D%27%23344BA5%27%20stroke-width%3D%272.27273%27%20stroke-linecap%3D%27round%27/%3E%3C/svg%3E");
}
.badges-arrow li.bg-white::before {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='27' viewBox='0 0 25 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4542 6.22705L21.1455 13.4997L13.4542 20.7725M19.5997 13.649H5.69098' stroke='%23D2D7E8' stroke-width='2.27273' stroke-linecap='round'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
    .badges-check.two-col ul,
    .badges-arrow.two-col ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .badges-check.three-col ul,
    .badges-arrow.three-col ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
    .badges-inline li {
        white-space: nowrap;
        font-size:18px;
    }
    .badges-inline strong,
    .badges-inline b {
        display: inline;
    }
}


/* 
  Branding Variant: Smaller Typography
  Used on legacy pages created by an external design team.
  Maintains brand hierarchy but scales fonts ~2px smaller to match supplied visuals.
  Assigned via .branding-variant-small on top-level SiteOrigin row.
*/
.branding-variant-small h1 {
    font-weight: 500;
    font-size: 38px;
    margin: 0;
}

.branding-variant-small h2 {
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 20px;
}

.branding-variant-small h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px;
}

.branding-variant-small.cta-block p {
    font-size: 20px;
}

.branding-variant-small p,
.branding-variant-small li,
.branding-variant-small .compare-rate-savings-table .compare-rate-item>div,
.branding-variant-small .compare-rate-savings-table .compare-rate-item.header .bank,
.branding-variant-small .compare-rate-savings-table .compare-rate-item.header .source,
.branding-variant-small .compare-rate-savings-table .compare-rate-item.header .cad-saved,
.branding-variant-small .compare-rate-savings-table .compare-rate-item .markup {
    font-size: 18px;
}

.branding-variant-small ul {
    padding-top: 0;
    margin-bottom: 0.5em;
}

.branding-variant-small li {
    margin-bottom: 0.25em
}

.bg-mobile-hero-calculator .calculator-currency-right {
    max-width: 400px;
    float: right;
}

@media (max-width:991px) {
    .branding-variant-small h2 {
        font-size: 24px;
    }

    .branding-variant-small p,
    .branding-variant-small li,
    .branding-variant-small .recent-posts-grid .recent-post-excerpt {
        font-size: 16px;
    }

    .branding-variant-small h3,
    .branding-variant-small .recent-posts-grid .recent-post-title,
    .branding-variant-small.cta-block p {
        font-size: 18px;
    }

    .branding-variant-small .compare-rate-savings-table .compare-rate-item>div,
    .branding-variant-small .compare-rate-savings-table .compare-rate-item.header .bank,
    .branding-variant-small .compare-rate-savings-table .compare-rate-item.header .source,
    .branding-variant-small .compare-rate-savings-table .compare-rate-item.header .cad-saved,
    .branding-variant-small .compare-rate-savings-table .compare-rate-item .markup {
        font-size: 14px;
    }

    .panel-grid-cell .panel-cell-style.bg-mobile-hero-calculator {
        background-color: #EDF1F7;
        margin-left: -40px;
        width: 100vw;
        padding: 60px 0 80px !important;
    }

    .bg-mobile-hero-calculator .calculator-currency-right {
        float: none;
    }
}

@media (max-width:500px) {
    .panel-grid-cell .panel-cell-style.bg-mobile-hero-calculator {
        margin-left: -20px;
    }
}

@media (max-width:400px) {

    .branding-variant-small .compare-rate-savings-table .compare-rate-item>div,
    .branding-variant-small .compare-rate-savings-table .compare-rate-item.header .bank,
    .branding-variant-small .compare-rate-savings-table .compare-rate-item.header .source,
    .branding-variant-small .compare-rate-savings-table .compare-rate-item.header .cad-saved,
    .branding-variant-small .compare-rate-savings-table .compare-rate-item .markup {
        font-size: 11px;
    }
}

.app-login-state.loading .state-controlled,
.app-login-state:not(.loading)>.processing,
.app-login-state:not(.verified) .state-controlled.verified,
.app-login-state:not(.action_required) .state-controlled.action_required,
.app-login-state:not(.loggedout) .state-controlled.logged_out_display,
.app-login-state:not(.loggedin) .state-controlled.logged_in_display,
.app-login-state:not(.verification_in_progress) .state-controlled.verifying {
    display: none !important;
}

.app-login-state.verified .state-controlled:not(.hidden).verified,
.app-login-state.action_required .state-controlled:not(.hidden).action_required,
.app-login-state.loggedout .state-controlled:not(.hidden).logged_out_display,
.app-login-state.loggedin .state-controlled:not(.hidden).logged_in_display,
.app-login-state.verification_in_progress .state-controlled:not(.hidden).verifying {
    display: inline-block !important;
}

.calculator-currency-right .app-login-state.verified .state-controlled:not(.hidden).verified,
.calculator-currency-right .app-login-state.action_required .state-controlled:not(.hidden).action_required,
.calculator-currency-right .app-login-state.loggedout .state-controlled:not(.hidden).logged_out_display,
.calculator-currency-right .app-login-state.loggedin .state-controlled:not(.hidden).logged_in_display,
.calculator-currency-right .app-login-state.verification_in_progress .state-controlled:not(.hidden).verifying {
    display: block !important;
}

.login-block {
    border-radius: 30px !important;
}

#curvalue {
    font-weight: 700;
}

.alert-warning {
    padding-top: 10px;
    font-size: 14px;
    color: var(--yellow);
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
}

.alert-success {
    padding-top: 10px;
    font-size: 14px;
    color: var(--mid-blue);
    font-weight: 500;
    font-style: italic;
    text-decoration: none;
}

.alert-msg {
    font-size: 14px;
    color: var(--grey-mid);
}

@media (max-width: 1048px) {
    .calculator-currency.full .calculator-currency-left h3 {
        font-size: 20px;
    }
}

hr {
    max-width: 50%;
    margin: 20px auto;
    border: 1px solid #eee;
}

/*blue box*/
.blue-box {
    border-radius: 20px;
    background: #edf1f7;
    margin: 40px 0 15px 0;
    padding: 10px 20px 20px 20px;
}

.blue-box h2 {
    margin-top: 20px !important;
}

@media (max-width: 991px) {
    .blue-box {
        margin-left: -18px;
        margin-right: -18px;
        padding: 10px 18px 30px 10px !important;
        border-radius: 0 !important;
    }

    .blue-box ul {
        padding-left: 0;
    }

    .blue-box ul li {
        list-style: none;
    }
}

@media (max-width: 480px) {
    .responsive-image img {
        min-height: 160px;
    }
}

/* START Listicle styles */
.hero-badge-arrow {
    background-color: #d2d7e8;
    padding: 10px 20px 10px 20px;
    border-radius: 8px 8px 8px 8px;
    font-weight:600;
    font-size:16px;
    color:#344BA5;
    display: flex;
    align-content: center;
    justify-content: space-between;
    gap: 2em;
}

@media (max-width:991px) {
    .hero-badge-arrow {align-items: flex-end}
    .hero-badge-arrow img {
        transform: rotate(90deg);
        margin-bottom:5px;
    }
}
/* END Listicle styles */

/* gTranslate - show floting on desktop, not mobile */
.footer-btn-floating {
    position:fixed;
    bottom:16px;
    right:14px;
    z-index: 999999;
}
@media (min-width: 1025px) {
    #gt_float_wrapper, .gt_float_switcher { display: block !important; }
    .gtranslate-inline, .footer-btn-floating { display: none !important; }
}
@media (max-width: 1024px) {
    #gt_float_wrapper, .gt_float_switcher { display: none !important; }
    .gtranslate-inline {        
        display: flex !important;
        gap: 0.5em;
        align-content: center;
        align-items: center;
        font-size: 16px; 
        margin-top:10px;
        margin-bottom:10px;
    }
    #site-navigation .gtranslate-inline a {
        font-size: 20px;
        padding: 5px 5px 2px;
        display:inline-flex;
        align-items:center;
        gap:.35rem;
    }
    #site-navigation .gtranslate-inline .menu-lang-links img.flag-icon {
        width:18px;
        height:auto;
        display:inline-block;
      }
    #site-navigation .gtranslate-inline .menu-lang-links .sep {
        opacity:.6;
        margin:0 .25rem;
      }
  }
  
  #primary-menu .menu-item-gtranslate .gt_container,
  #primary-menu .menu-item-gtranslate .gtranslate_wrapper {
    padding: .5rem 0;
  }

  .wpforms-first-warning:not(.warning-critical) .critical-message {
    display: none!important;
  }

  .warning-critical .warning-message {
    display: none!important;
  }


/* START -> HOMEPAGE A/B Tests Jan 2026 new elements */

/* END -> HOMEPAGE A/B Tests Jan 2026 */