@charset "UTF-8";

/**
 * Theme Name: GCG ATDev
 * Description: Global Compliance Guide theme
 * Theme URI: https://globalcomplianceguide.com/
 * Author: ATDev, WhiteCrow
 * Author URI: https://tretiak.org/
 * Template: twentytwentyone
 * Version: 2.7
 */

/* tMP */
article#post-2410 {
    margin-top: 200px;
}

body article.category-access-check {
    margin-top: 10rem !important;
}

.author-bio.show-avatars {
    max-width: 770px;
    margin: 0 auto 4rem;
}

.author-bio.show-avatars img {
    max-width: 100px;
    margin: auto;
    display: block;
}

/* .end tMP */

/* CUSTOMIZATION PANEL */
:root span.customize-partial-edit-shortcut.customize-partial-edit-shortcut-custom_logo button.customize-partial-edit-shortcut-button {
    height: auto;
    aspect-ratio: 1;
}

/* end CUSTOMIZATION PANEL */

h1,
h2,
h3,
h4,
h5,
h6,
th,
[class*="hint--"]:after {
    color: inherit;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.42;
}

a {
	text-decoration: none;
    transition-duration: .2s;
}

figure.post-thumbnail {
    margin: 0;
    text-align: center;
}

main figure.post-thumbnail a img {
    max-width: none !important;
}

/*  */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*SCROLLBAR*/

/*-moz-*/
html,
body,
section,
div,
ul {
    scrollbar-color: #adb3ce #F4F5F8;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #adb3ce;
}

::-webkit-scrollbar-thumb {
    background-color: #F4F5F8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px;
    box-shadow: inset 0 0 2px #002228;
    background-color: #adb3ce;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

/*===*/

body {
    font-family: "Montserrat Alternates", sans-serif;
    color: var(--grey-100, #687B81);
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

* {
    -webkit-tap-highlight-color: transparent !important;
    /* highlight color off */
}

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div,
section,
aside,
main,
article,
header,
footer,
figure,
ul,
ol,
h1,
h2,
h3,
h4,
p {
    line-height: 1.7;
}


p.has-background,
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background,
.has-background {
    padding: 0;
}

button {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

ul:not(.ab-top-menu)>li>a {
    color: inherit;
    position: relative;
    overflow: hidden;
}

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

.wp-block-image {
    margin: auto;
}

/* *** */

.grecaptcha-badge {
    opacity: .5;
    bottom: 4px !important;
}

.grecaptcha-badge:hover {
    opacity: 1;
}

.zoho-form-container {
    position: relative;
}

.bdt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
}

.bdt.reg {
    position: fixed;
}

/* SPECIAL */
.data-hidden,
.hidden-element {
    display: none !important;
}

body:not(.home.logged-in) .user-select:not(a, button, input[type="submit"], .section-top-menu>div, .section-top-menu>div p, .toggle-in-toggle-element-visible .wp-block-heading),
body:not(.home.logged-in) .user-select *:not(a, button, input[type="submit"], .section-top-menu>div, .section-top-menu>div p, .toggle-in-toggle-element-visible .wp-block-heading) {
    cursor: default;
    -webkit-user-select: text !important;
    user-select: text !important;
}

body:not(.home.logged-in) .user-select.cursor-close:not(a, button, input[type="submit"], .section-top-menu>div, .section-top-menu>div p),
body:not(.home.logged-in) .user-select.cursor-close *:not(a, button, input[type="submit"], .section-top-menu>div, .section-top-menu>div p) {
    cursor: url("/wp-content/uploads/2025/08/light-close.png") 16 16, pointer;
}

/* .end SPECIAL */

/* ZOHO */
form.hidden {
    display: none;
}

/* DEV TMP LOG */
.dev-container {
    position: relative;
    padding: 3rem 1rem 1rem 1rem;
    background: #ffffe2;
    border: 1px dashed red;
}

.dev-container::before {
    content: "Dev Container";
    font-size: 14px;
    color: red;
    background: #555;
    padding: .25em 1em;
    position: absolute;
    left: 0;
    top: 0;
}

.dev-test {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: var(--table--stripes-background-color);
    width: max-content;
    padding: 1rem;
    border: 1px dashed red;
}

.dev-test .cat-id {
    font-style: normal;
    color: red;
}

.dev-test .heading {
    margin: 0;
}

figure#log {
    text-align: center;
}

.underline-dotted {
    text-decoration: 1px dotted underline;
}

.color-white {
    color: #FFF;
}

.color--purple-50 {
    color: var(--purple-50, #D3B1D2);
}

.color--purple-50.color-animation-1 {
    animation: 2s ease-in-out infinite color-animation-1;
    -webkit-animation: 2s ease-in-out infinite color-animation-1;
}

@keyframes color-animation-1 {
    0% {
        color: #D3B1D2;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #D3B1D2;
    }
}

/*  */

html {
    scroll-behavior: smooth;
}

/* INPUTS */
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    -webkit-appearance: none;
    appearance: none;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
select,
textarea {
    color: #7e7e7e;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0em;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
select,
textarea {
    color: #7e7e7e;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0em;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select {
    width: 100%;
    height: 48px;
    outline: none;
    border: 2px solid #bfe8ec;
    padding: 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

input.wp-block-search__input {
    border: none;
}

main button,
input[type="button"],
input[type="reset"],
input[type="submit"],
body div.entry-content a.more-link {
    color: var(--aqua-blue-25, #BFE8EC);
    border-color: var(--Aqua-Blue, #00A4B4);
    background-color: var(--Aqua-Blue, #00A4B4);
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0em;
    text-decoration: none;
}

input::placeholder {
    font: inherit;
    font-family: "Montserrat Alternates", sans-serif;
}

body.search-results div.entry-content a.more-link {
    width: max-content;
    margin-top: 1rem;
    align-items: center;
	display: flex;
}

textarea {
    width: 100%;
    outline: none;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    display: block;
    padding: 12px 20px 3px;
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/* button, input */
a.more-link,
main button,
input[type=button],
input[type=reset],
input[type=submit] {
    display: inline-block;
    padding: 0 41px;
    min-height: 48px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

input[type=checkbox] {
    position: relative;
    background: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0 10px 0 3px;
    cursor: pointer;
}

::selection {
    color: #fff;
    background-color: #423c82;
}

input[type=radio]:after,
input[type=radio]:before,
input[type=checkbox]:after,
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
}

input[type=radio]:checked:after,
input[type=checkbox]:checked:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

input[type=radio]:after,
input[type=checkbox]:after {
    width: 8px;
    height: 8px;
    background: #333;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

input[type=radio]:checked:before,
input[type=radio]:hover:before,
input[type=checkbox]:checked:before,
input[type=checkbox]:hover:before {
    border-color: #333;
}

input[type=radio]:before,
input[type=checkbox]:before {
    width: 18px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #ddd;
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    -ms-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

input[type=radio]:checked:after,
input[type=radio]:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

img {
    -webkit-transition: filter .4s;
    -moz-transition: filter .4s;
    -ms-transition: filter .4s;
    -o-transition: filter .4s;
    transition: filter .4s;
}

/*  */

body div.site-content {
    margin-top: 90px;
    min-height: calc(100vh - 160px);
}

body.page-template.page-template-page-thank-you div.site-content {
    background: var(--Aqua-Blue, #00A4B4);
    color: var(--aqua-blue-25, #BFE8EC);
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 6rem;
}

body.page-template.page-template-page-thank-you div.site-content article.page {
    max-width: 880px;
    margin: 0 auto;
}

body.page-template.page-template-page-thank-you div.site-content h1.entry-title {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 2.5em;
    margin-bottom: .5em;
}

body.page-template.page-template-page-thank-you div.site-content h2.wp-block-heading {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}

/*  */

aside.post-feed {
    max-width: 1440px;
    margin: auto;
}

form#my-filter-form>i {
    color: #db0808;
}

form.post-feed-form label {
    color: #6A6F84;
    font-size: 20px;
    display: flex;
    column-gap: .5em;
    align-items: center;
}

form#my-filter-form button {
    margin-top: 1.5rem;
    padding: 0 2em;
    line-height: 1;
    width: 100%;
    height: 3em;
    background: transparent;
    color: #00BCD4;
    pointer-events: none;
    border: none;
    border-bottom: 2px solid #00bcd469;
}

.inputs-checkbox-container {
    background: var(--grey-12, #EDEFF0);
    margin: 0 0 2rem;
    padding: 2em;
    display: flex;
    row-gap: 1rem;
    column-gap: 1rem;
    flex-wrap: wrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

form.post-feed-form .form-title {
    min-width: 100%;
}

div#ajax-pagination>span,
div#ajax-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#ajax-pagination>span {
    cursor: pointer;
}

div#ajax-pagination>span svg path {
    transition-duration: .2s;
}

div#ajax-pagination>span:hover svg path {
    stroke: #00A4B4;
}

input#number-filter {
    display: block;
    text-align: center;
    margin-top: 2rem;
    pointer-events: none;
    width: 4rem;
    color: #00bcd4;
    background: transparent;
    border: 1px solid #00bcd469;
}

label.filter-reset input[type="reset"] {
    all: unset;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

label.filter-reset {
    width: max-content;
    height: 1.3em;
    position: relative;
    line-height: 1.3;
    transition-duration: .3s;
    -webkit-user-select: none;
    user-select: none;
}

form.post-feed-form label.filter-reset input[type="reset"] {
    width: 5.5em;
    border-bottom: 2px solid;
}

form.post-feed-form label.filter-reset input[type="reset"]:hover {
    color: #6778AD;
    border-bottom-style: dotted;
}

form.post-feed-form input[type=radio]:before,
form.post-feed-form input[type=checkbox]:before {
    border-color: var(--Aqua-Blue, #00A4B4);
}

form.post-feed-form input[type=radio]:checked:before,
form.post-feed-form input[type=radio]:hover:before,
form.post-feed-form input[type=checkbox]:checked:before,
form.post-feed-form input[type=checkbox]:hover:before {
    border-color: var(--Aqua-Blue, #00A4B4);
}

form.post-feed-form input[type=radio]:after,
form.post-feed-form input[type=checkbox]:after {
    background: var(--Aqua-Blue, #00A4B4);
}

.dev-mode {
    border: 1px dashed red;
    padding: 1rem;
    margin-top: 2rem;
    display: none;
}

/* >>> */

form#at_filter {
    width: max-content;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    padding: .5rem;
}

form#at_filter button {
    background: yellow;
    padding: 1em;
    cursor: pointer;
}

/* --- */

aside.post-feed {
    display: flex;
    flex-wrap: wrap;
}

aside.post-feed .feed-heading {
    flex-basis: 100%;
}

aside.post-feed .post-feed-nav {
    flex-basis: 25%;
    margin-top: .5rem;
}

aside.post-feed .post-feed-content {
    flex-basis: 75%;
    padding-bottom: 8rem;
}

.post-feed-container {
    display: flex;
    flex-wrap: wrap;
}

.post-feed-container>article {
    flex-basis: 33.333%;
    padding: .5rem;
}

.post-feed-container>article figure img,
a.post-link img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.post-feed-container>article figure img:hover,
a.post-link img:hover {
    -webkit-filter: grayscale(.7);
    filter: grayscale(.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.post-feed-container>article .entry-title {
    margin-top: .15em;
    margin-bottom: .35em;
}

.post-feed-container .entry-title a:hover {
    color: var(--grey-50, #B3BDC0);
}

form.post-feed-form {
    margin-bottom: 2rem;
}

form.post-feed-form .form-title {
    margin: 0;
    color: #6A6F84;
    font-size: 24px;
    text-transform: uppercase;
}

form.post-feed-form .inputs-checkbox-container>:not(:last-child) label {
    color: #6A6F84;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 1em;
    display: flex;
    column-gap: .5em;
    align-items: center;
}

form.post-feed-form input[type=radio],
form.post-feed-form input[type=checkbox] {
    all: unset;
    position: relative;
    height: 1.2em;
    width: 1.2em;
    background: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0;
    cursor: pointer;
}

input[type=radio]::before,
input[type=checkbox]::before {
    min-width: 1.3em;
    min-height: 1.3em;
}

input[type=radio]::after,
input[type=checkbox]::after {
    min-width: .7em;
    min-height: .7em;
}

/* PAGE FOOTER WIDGETS */
.widget-container.all-your-products {
    color: var(--grey-100, #687B81);
    background: var(--aqua-blue-12, #E0F4F6);
    min-height: 590px;
    padding: 4rem 2rem;
    display: flex;
}

.widget-container.employ-global-workforce {
    background: var(--Aqua-Blue, #00A4B4);
    color: var(--aqua-blue-25, #BFE8EC);
    min-height: 550px;
    padding: 4rem 2rem;
    display: flex;
}

.widget-container.employ-global-workforce .wp-block-heading {
    color: var(--aqua-blue-25, #BFE8EC);
}

.widget-container.employ-global-workforce>div,
.widget-container.all-your-products>div {
    max-width: 960px;
    margin: auto;
    text-align: center;
}

.widget-container.employ-global-workforce p,
.widget-container.all-your-products p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
}

.widget-container.employ-global-workforce .wp-block-heading,
.widget-container.all-your-products .wp-block-heading {
    color: var(--grey-100, #687B81);
    font-size: 46px;
    line-height: 1;
}

.widget-container.employ-global-workforce .wp-block-heading {
    color: var(--aqua-blue-25, #BFE8EC);
}

.widget-container.employ-global-workforce .wp-block-buttons,
.widget-container.all-your-products .wp-block-buttons {
    margin: 2rem auto;
    justify-content: center;
}

:where(.wp-block-button__link) {
    box-shadow: none;
    padding: initial;
    text-decoration: none;
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    -ms-border-radius: initial;
    -o-border-radius: initial;
    border-radius: initial;
}

.wp-block-buttons>.wp-block-button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .5em;
}

body .application-submit,
.wp-block-button {
    transition-duration: .2s;
}

body .application-submit,
.wp-block-button.standard.transparent a,
.wp-block-button.standard.opaque a {
    font-size: 16px;
    line-height: 1.5;
    padding: .75em 2em;
}

.wp-block-button.standard.transparent.has-icon.arrow-right a {
    padding-right: .5em;
}

.wp-block-button.standard.transparent.has-icon.arrow-right {
    padding-right: 2em;
}

.wp-block-button.standard.opaque {
    border-color: var(--Aqua-Blue, #00A4B4);
}

.wp-block-button.standard.opaque a {
    color: var(--aqua-blue-25, #BFE8EC);
    background: var(--Aqua-Blue, #00A4B4);
    border: none;
}

.application-submit:hover,
.wp-block-button.standard.transparent:hover {
    background: var(--aqua-blue-25, #BFE8EC);
    color: var(--Aqua-Blue, #00A4B4);
    border-color: var(--aqua-blue-25, #BFE8EC);
}

.wp-block-button.standard.transparent:hover a {
    color: inherit;
}

.wp-block-button.standard.transparent:hover svg path {
    stroke: var(--Aqua-Blue, #00A4B4);
}

.wp-block-button.standard.opaque:hover {
    border-color: var(--aqua-blue-50, #80D1D9);
}

.wp-block-button.standard.opaque a:hover {
    color: #fff;
    background: var(--aqua-blue-50, #80D1D9);
}

body .application-submit,
.wp-block-button.standard.transparent a {
    color: var(--aqua-blue-25, #BFE8EC);
    background: transparent;
    border-color: inherit;
}

.wp-block-button:not(.standard) a:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

/*  */

.navigation.pagination {
    flex-basis: 100%;
}

.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
}

/* nav.navigation.comments-pagination .nav-links span,  */
nav.navigation.pagination .nav-links span {
    background: #f6f2ed;
    color: #272264;
}

/* > */
header.page-header .heading-for-replace {
    display: none;
}

/* DEV */
span.user {
    position: absolute;
    left: 50%;
    bottom: 100%;
    display: block;
    width: max-content;
    margin: 0 auto;
    padding: 0 1em;
    text-align: center;
    background: #ffc04c;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

span.user i {
    color: #fff;
}

/*  */

header.entry-header.alignwide h1.entry-title {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.13;
    color: #007e95;
    margin-bottom: 1.5em;
}

body.page header.entry-header.alignwide .entry-title {
    text-align: left;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #BFE8EC;
    margin-top: 0;
    margin-bottom: .2em;
}

body.page .page-header-content.user header.entry-header.alignwide .entry-title {
    text-align: center;
}

.page-header-content.user p {
    font-size: 20px;
    font-weight: 500;
}

h1.wp-block-heading.entry-title>code {
    font: inherit;
    color: #fff;
}

/* form.at-search */
.at-search-wrapper {
    width: 100%;
    max-width: 620px;
    margin: auto;
    position: relative;
    margin-top: -1em;
}

.widget-container label.at-search {
    border-bottom: 1.5px solid var(--blue-25, #C3D1E2);
}

.widget-container label.at-search input[name="at-search"]::placeholder,
.widget-container label.at-search input[name="at-search"] {
    color: #B3BDC0;
    font-size: 20px;
    height: 50px;
}

.widget-container label.at-search svg.icon.search {
    width: 24px;
    height: 24px;
}

.widget-container label.at-search svg.icon.search path {
    stroke: #d9dedf;
}

.widget-container ul.search-list {
    font-size: 20px;
    color: #fff;
}

.search-list-container {
    position: relative;
    background: var(--Aqua-Blue, #00A4B4);
    display: none;
}

.search-list-container.show {
    display: block;
}

.search-list {
    font-size: 30px;
    max-height: 15em;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: inherit;
    padding: 1rem;
    cursor: default;
    z-index: 10;
}

ul.search-list li a:hover {
    color: #fff;
}

.at-search {
    width: 100%;
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
}

label.at-search.site-header-search {
    border: none;
}

label.at-search.site-header-search,
.site-header .countries-search {
    height: 100%;
}

.site-header .countries-search ul.search-list {
    background: #fff;
    font-size: 1rem;
    font-weight: 600;
    max-height: 60vh;
    overflow-y: auto;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #6778ad;
    padding: 1rem 1.5rem;
}

.site-header .countries-search ul.search-list li a:hover {
    color: #0F468A;
}

.spinner-container {
    background: linear-gradient(180deg, rgba(48, 60, 97, 0.4) 0%, rgba(48, 60, 97, 0.3) 51.5%, rgba(48, 60, 97, 0.4) 100%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 199;
    display: none;
    align-items: center;
    justify-content: center;
}

.spinner-container svg {
    animation: 1s linear infinite rotate-z;
}

@keyframes rotate-z {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-container.active {
    display: flex;
}

.um.um-register .at-search {
    flex-wrap: wrap;
}

.um.um-register .um-form form input.valid.alert::placeholder {
    color: var(--Red, #DA0B3B);
}

.search-input-container {
    width: 100%;
    display: flex;
    align-items: center;
}

.search-input-container input[type=search] {
    border: none !important;
}

.search-input-container input[type=search]::placeholder {
    font-size: 20px;
}

label.at-search.site-header-search input[type="search"] {
    height: 100%;
    font-size: 1rem;
    font-weight: 600;
    color: inherit;
    padding: 0 .5em;
    margin-right: 1.5rem;
}

label.at-search.site-header-search input[type="search"]::placeholder {
    font-size: 1rem;
    font-weight: 600;
    color: inherit;
}

.um.um-register label.at-search {
    border-bottom: 2px solid #e4e8e9;
}

.um.um-register p.selected-countries {
    display: inline;
    margin: 0;
}

.um.um-register p.selected-countries span {
    color: #0099A8;
    font-weight: 600;
}

.um.um-register .search-list {
    font-size: 16px;
    color: #fff;
    padding: 1rem;
    overflow-y: auto;
    max-height: 200px;
    cursor: default;
}

.um.um-register .search-list label {
    display: block;
}

.um.um-register input[type=radio]::before,
.um.um-register input[type=checkbox]::before {
    min-width: .75em;
    min-height: .75em;
}

.um.um-register input[type=radio]:checked:before,
.um.um-register input[type=radio]:hover:before,
.um.um-register input[type=checkbox]:checked:before,
.um.um-register input[type=checkbox]:hover:before {
    border-color: var(--grey-25, #D9DEDF);
}

.um.um-register input[type=radio]::after,
.um.um-register input[type=checkbox]::after {
    min-width: .7em;
    min-height: .7em;
    background: var(--Aqua-Blue, #00A4B4);
}

span.at-search-label {
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

label.at-search input[type=search] {
    background: none;
    border: none;
    font-size: 40px;
    color: var(--aqua-blue-25, #BFE8EC);
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.at-search input::placeholder {
    color: var(--aqua-blue-25, #BFE8EC);
    font-size: 40px;
}

.search-list .hide {
    display: none !important;
}

.at-search button svg {
    width: 30px;
    height: auto;
    fill: #D3E4FF;
}

.at-search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    cursor: pointer;
    background-image: url("//globalcomplianceguide.com/wp-content/themes/gcgatdev/svg/clear.svg");
    background-size: 20px 20px;
}

.at-search.site-header-search input[type="search"]::-webkit-search-cancel-button,
.um.um-register .at-search input[type="search"]::-webkit-search-cancel-button {
    height: 16px;
    width: 16px;
    background-image: url("//globalcomplianceguide.com.com/wp-content/uploads/2024/09/close.png");
    background-size: 16px 16px;
}

/*  */

body .entry-content {
    width: 100%;
}

body.page article.page.type-page,
body.page header.entry-header.alignwide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-header-content.user .page-header-content.user .entry-title {
    margin-bottom: 0;
}

.page-header-content.user p {
    margin-top: 0;
}

.page-header-content.user .at-search-wrapper {
    margin-top: 1rem;
}

.page-header-content {
    position: relative;
    background: var(--Aqua-Blue, #00A4B4);
    padding: 8rem 2rem;
}

.wp-block-column.header-svg-wrapper.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: auto;
    flex-grow: 0;
}

.header-svg-wrapper .crooked-arrow {
    margin-top: 2em;
}

body.home .wp-block-group__inner-container>:nth-child(n) {
    margin-bottom: 0;
}

.page-header-content-container figure {
    margin: 0;
}

.page-header-content>div {
    color: var(--aqua-blue-25, #BFE8EC);
    font-size: 16px;
    max-width: 1440px;
    margin: 0 auto;
}

.guest-container .page-header-content-container .has-icon p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.page-header-content.guest>div>div>:first-child {
    padding-right: 2rem;
}

.section-hello.infinity-slider .slider-elements>div>div {
    padding: 0 .25rem;
}

.wp-block-group.slider-container {
    height: auto;
    aspect-ratio: 1280/1040;
    margin: 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.infinity-slider .slider-elements {
    height: auto;
    aspect-ratio: 1280/900;
    margin: 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.infinity-slider .slider-elements>div {
    opacity: 0;
    -webkit-transition: opacity .25s 1s;
    -moz-transition: opacity .25s 1s;
    -ms-transition: opacity .25s 1s;
    -o-transition: opacity .25s 1s;
    transition: opacity .2s 1s;
}

.infinity-slider .slider-elements>div figure {
    aspect-ratio: 1280/900;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.infinity-slider .slider-elements>div figure::before {
    content: "";
    display: block;
    background: linear-gradient(180deg, rgba(48, 60, 97, 0.4) 0%, rgba(48, 60, 97, 0.3) 51.5%, rgba(48, 60, 97, 0.4) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    -webkit-transition: opacity .3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: opacity .3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

}

.infinity-slider:hover .slider-elements>div figure::before {
    opacity: 0;
}

.section-hello.infinity-slider .wp-block-image img {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

article.page.type-page .page-header-content.user>div {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    justify-content: center;
}

article.page.type-page .page-header-content.user>div {
    text-align: center;
    max-width: 1024px;
}

article.page.type-page .page-header-content .page-header-content-container>div {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-around;
}

.example-structure {
    background: var(--aqua-blue-12, #E0F4F6);
    padding: 6rem 2rem;
}

.wp-block-group.alignfull.example-structure>div>div {
    row-gap: 2rem;
}

.example-structure p {
    margin-top: 0;
}

.example-structure>div {
    max-width: 956px;
    margin: 0 auto;
}

form.application-registration.short {
    background: var(--Aqua-Blue, #00A4B4);
    min-height: 100%;
    max-width: 512px;
    margin: auto;
    min-width: 346px;
    padding: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    align-content: space-between;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

form.application-registration input:not(.application-submit) {
    border-color: transparent;
}

body .application-submit {
    min-width: 100%;
    border-width: 2px;
}

.wp-block-group.example-structure>div>div>:first-child {
    flex-basis: 63.807%;
    padding-right: 2.5rem;
}

.wp-block-group.example-structure>div>div>:last-child {
    flex-basis: 36.193%;
}

article.page.type-page .page-header-content>div .link>a {
    font-size: 1rem;
    color: inherit;
    padding: 0;
    border-color: #D3E4FF;
}

article.page.type-page .page-header-content p {
    line-height: 1.5;
}

p.underline.color-white {
    font-weight: 600;
}

.feed-heading.wp-block-heading {
    color: #0F468A;
    font-size: 46px;
    line-height: 1.22;
    max-width: 924px;
    margin: 1.75em auto .75em;
    padding: 0 2rem;
    text-align: center;
}

body.home main h2.wp-block-heading {
    color: #0F468A;
    font-size: 46px;
    font-weight: 600;
    text-align: center;
    margin-bottom: .75em;
}

.at-widget-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/*  */

.at-test .wp-block-button__link.has-text-color.has-background.wp-element-button {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}

.element-hidden {
    display: none;
}

.ab-sub-wrapper ul.ab-submenu a.ab-item::before {
    display: none !important;
}

/*  */

/* WP CONTAINERS */
body article .entry-content>.wp-block-group:not(.alignfull, .alignwide)>div {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

body article .entry-content>.wp-block-group.alignwide>div {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

body .contact-form .contact-form__select-wrapper::after {
    top: 50%;
    left: calc(100% - 28px);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

article.post-22 .wp-block-heading strong {
    color: #d2a98e;
}

/* end WP CONTAINERS */

section#block-42 {
    padding: 4rem 3rem;
}

section#block-42>.wp-widget-group__inner-blocks {
    display: flex;
    gap: 4rem;
}


.tmp {
    display: none;
}

header.site-header p.menu-item-description {
    display: none;
}

body.archive .full-width {
    position: relative;
}

/*  */

/* WIDGETS */
/* tmp */
.wp-block-group.blog-and-news.widget-container.wp-block-group-is-layout-constrained a.more-link {
    display: none;
}

/* --- */

.blog-and-news>.wp-block-group__inner-container {
    display: flex;
    padding: 2rem 2rem 6rem;
    max-width: 1200px;
    margin: auto;
}

.blog-and-news div.wp-block-latest-posts {
    flex-basis: 33%;
    flex-shrink: 0;
    padding-right: 3rem;
}

.widget_block .blog-and-news div.wp-block-latest-posts .at-heading {
    text-align: left;
    margin-top: .75em;
    margin-bottom: .5em;
}

.widget.widget_true_top_widget,
.widget.widget_wpb_widget {
    width: 100%;
}

.blog-and-news .at-widget-wrapper {
    display: flex;
    overflow-x: auto;
}

.widgettitle {
    font-weight: 500;
    font-size: 14px;
    color: #ababab;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 0;
    margin-left: 1rem;
}

.widget.widget_true_top_widget h2::after {
    content: "(by views or comments counters)";
    color: #d2a98e;
    margin-left: .5em;
}

.widget-container.demo {
    max-width: 1200px;
    margin: 6rem auto;
}

.widget-container.demo .at-widget-wrapper.popular-post {
    display: flex;
    flex-wrap: wrap;
}

body.page-id-72 .at-widget-wrapper.popular-post>div {
    border: 1px dotted #ccc;
}

/*  */

section.widget_block .at-widget-wrapper .wp-block-heading {
    font-size: 22px;
    line-height: 1.42;
    margin: .5em 0;
}

.at-widget-wrapper>.post-quote-link {
    min-width: 250px;
    flex-basis: 50%;
    padding: 1rem;
    -webkit-transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
    -moz-transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
    -ms-transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
    -o-transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
    transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
}

body.page .at-widget-wrapper>.post-quote-link {
    flex-basis: 33.333%;
}


body.page .post-quote-link>.wp-block-heading {
    margin-top: 0;
    line-height: .5;
}

.blog-and-news .post-quote-link>* {
    margin-top: .75em;
    margin-bottom: .75em;
}

.blog-and-news a.post-quote-img figure {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.blog-and-news a.post-quote-img img {
    width: 100%;
    height: auto !important;
}

.blog-and-news .post-quote-link .link {
    margin: 0;
    text-align: left;
}

.blog-and-news .entry-footer.default-max-width {
    row-gap: .25em;
    font-size: 14px;
}

.blog-and-news .link a {
    font-size: 14px;
}

.blog-and-news .link svg {
    width: 14px;
    height: auto;
}

.blog-and-news p {
    line-height: 1.3;
}

section.widget_block .blog-and-news .wp-block-heading {
    margin: .25em 0;
}

/*  */

/* FOOTER SOCIAL  */
.menu-wrapper.menu-list-social {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

/*  */

article#post-36 header.entry-header.alignwide {
    display: none;
}

.cookieinfo {
    top: 86px !important;
    height: max-content;
    min-height: 72px !important;
    z-index: 9999 !important;
    background: #fff !important;
    box-shadow: 0 0 18px #eee;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 1rem;
    max-width: max-content;
    margin: auto;
    padding: 16px 30px !important;
}

#toTopBtn {
    background: #0f468aab;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition-duration: .3s;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 12px;
    left: 12px;
    z-index: 99;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#toTopBtn:hover {
    background: #0f468a;
}

#toTopBtn svg {
    position: absolute;
    pointer-events: none;
    fill: #fff;
    width: 30%;
    vertical-align: middle;
}

#toTopBtn a {
    width: 100%;
    height: 100%;
}

/* tmp */
li#menu-item-31 {
    display: none;
}

body.page:not(.home) div.site-content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

body.page:not(.home) header.entry-header.alignwide .entry-title {
    color: #0F468A;
    margin-top: 1em;
}

body.page:not(.home) main article ul {
    list-style: disc;
    padding-left: 1.5em;
}

body.page:not(.home, .um-page) main article a {
    transition-duration: .3s;
    text-decoration: dotted 1px underline;
}

body.page:not(.home, .um-page) main article a:hover {
    text-decoration: solid 1px underline;
    color: var(--Aqua-Blue, #00A4B4);
}

body.page-template-page-home aside.post-feed,
body:not(.page-template-page-home, .page-template-page-has-limited-access) div.site-content {
    padding: 0 2rem;
}

/* JETPACK */
span.grunion-label-required {
    color: #d2a98e;
    margin-left: .15em;
}

/*  */

.section-play-start {
    padding: 0;
}

.content-widget-area .wp-block-image {
    margin: 2rem auto;
}

body.archive:not(.author) div.content-area {
    flex-shrink: 1;
    flex-basis: 66.666%;
}

.content-widget-area .wp-block-buttons {
    margin-top: 2rem;
}

.wp-block-calendar td,
.wp-block-calendar th {
    border-color: #f5f5f5 !important;
}

.wp-block-calendar table:where(:not(.has-text-color)) th {
    background-color: #f5f5f5;
}

table.wp-calendar-table a {
    display: block;
    margin: auto;
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    padding: 2px;
}

table.wp-calendar-table a:hover {
    color: #272264;
}

table.wp-calendar-table caption,
table.wp-calendar-table {
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #ababab;
}

.wp-calendar-nav svg {
    vertical-align: middle;
}

.wp-block-image .aligncenter {
    width: 100%;
}

button {
    background: transparent;
    border: none;
}

a.skip-link.screen-reader-text {
    display: none;
}

section a {
    color: inherit;
}

footer.site-footer aside a:hover {
    color: #1ea0c3;
}


/* ======= 404 & SEARCH */
body.search div.content-area,
body.error404 div.content-area {
    margin: 0 auto 2rem;
    padding: 2rem;
    width: max-content;
    max-width: 100%;
}

body.search h1.page-title,
body.error404 h1.page-title {
    color: #272264;
}

body.search form.search-form,
body.error404 form.search-form {
    position: relative;
    display: flex;
}

body.search form.search-form,
body.error404 form.search-form {
    position: relative;
    display: flex;
    align-items: center;
    height: 3em;
    background-color: #f5f5f5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

span.wp-block-search__button.has-icon.wp-element-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 100%;
	border: none;
    overflow: hidden;
}

span.wp-block-search__button.has-icon.wp-element-button input[type=submit] {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
}

span.wp-block-search__button.has-icon.wp-element-button svg {
    position: absolute;
}

body.search form.search-form label,
body.error404 form.search-form label {
    display: none;
}

body.search form.search-form input.search-field,
body.error404 form.search-form input.search-field {
    width: 100%;
    padding: 2px 4px;
    border: 0;
    outline-color: #272264;
}

body.error404 form.search-form input.search-field {
    padding: 2px 1em;
}

body.search form.search-form input.search-submit,
body.error404 form.search-form input.search-submit {
    cursor: pointer;
    color: #fff;
    background-color: #272264;
    border: 1px solid;
    border-color: #272264;
}

/*  */

div.site {
    overflow: hidden;
    min-height: 100vh;
}

body.archive div.site {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.single div.site-content {
    margin-top: 52px;
}

body.blog div.site-content,
body.archive div.site-content {
    width: 100%;
    display: flex;
    column-gap: 2rem;
}

body:not(.page) div.site-content {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

body.home div#primary {
    width: 100%;
}

li#menu-item-11>a {
    color: #d2a98e;
}

/*  */

iframe {
    width: 100%;
}

/* ABOVE FOOTER ASIDE  */
.aside-container.up-footer {
    color: #fff;
    background-color: #454545;
    background-image: url("//globalcomplianceguide.com/wp-content/uploads/2025/07/call-to-action-image-map.webp");
    background-repeat: no-repeat;
    background-position: top 35% right -68px;
}

.aside-container.up-footer.light-style {
    background-color: #f6f2ed;
    background-image: url("//globalcomplianceguide.com/wp-content/uploads/2025/07/title-bg-img.webp");
    background-position: top center;
}

.aside-container.up-footer.light-style .elements-container .wp-block-heading {
    color: #333;
}

.aside-container.up-footer.light-style .at-heading strong {
    color: #272264;
}

.aside-container.up-footer.light-style .wp-block-button.button-color-white a {
    color: #fff;
    background: #272264;
    border-color: transparent;
}

.aside-container.up-footer.light-style .wp-block-button.button-color-white.button-icon-1 a svg path {
    fill: #fff;
}

.aside-container.up-footer .elements-container .wp-block-heading {
    color: #fff;
    font-weight: 700;
}

.aside-container.up-footer>div {
    max-width: 1440px;
    margin: auto;
    padding: 4rem 2rem;
}

body .aside-container.up-footer .elements-container {
    justify-content: center;
    gap: 3rem;
}

.aside-container.up-footer .elements-container>div {
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 2em;
}

.aside-container.up-footer .elements-container>:nth-child(1) {
    flex-basis: 60%;
}

.aside-container.up-footer .at-heading {
    font-size: 40px;
    text-align: left;
}

footer.entry-footer.default-max-width,
footer.entry-footer.default-max-width a {
    color: inherit;
}

footer.entry-footer.default-max-width a:hover {
    text-decoration: 1px dotted solid;
    color: #272264;
}

form.post-feed-form,
section.widget-container {
    padding: 0 .5rem;
}

.wp-block-jetpack-email a {
    color: #272264;
}

.wp-block-jetpack-email a:hover {
    text-decoration: 1px solid underline;
}

.wp-block-jetpack-subscriptions__form-elements input[type="email"] {
    font-size: 14px !important;
    padding: 15px;
    border-color: #ddd;
}

.wp-block-jetpack-subscriptions__form-elements button[type="submit"] {
    font-size: 14px !important;
    padding: 15px !important;
    background: #272264;
    background: #5b5b5b;
    color: #fff;
}

.wp-block-search__inside-wrapper {
    border-color: #ddd;
}

/*  */

/* breadcrumbs */
div.breadcrumbs {
    flex-basis: 100%;
    height: max-content;
    padding: 0 2rem;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.67;
}

div.breadcrumbs {
    margin-top: 186px;
}

body:not(.archive) div.breadcrumbs {
    display: none;
}

/* --- */

body.archive header.page-header.alignwide {
    background-image: url("//globalcomplianceguide.com/wp-content/uploads/2025/07/title-bg-img.webp");
    background-color: #f6f2ed;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    border-bottom-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    padding-top: 200px;
    padding-bottom: 76px;
    background-size: cover;
    text-align: center;
}

body.archive header.page-header.alignwide .category.archive-description p {
    margin: auto;
}

body.archive.date header.page-header.alignwide {
    margin-top: 64px;
}

body.archive header.page-header.alignwide div.breadcrumbs {
    margin-top: 0;
}

.category.archive-description {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.13;
}

.category.archive-description strong {
    font: inherit;
    color: #007e95;
}

div.breadcrumbs a {
    color: inherit;
    position: relative;
    overflow: hidden;
}

div.breadcrumbs a:hover {
    color: #272264;
}

div.breadcrumbs a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    background: currentColor;
    -moz-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -ms-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -o-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
}

div.breadcrumbs span>:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

/* PAGINATION */
nav.navigation.comments-pagination,
nav.navigation.pagination {
    margin: 3rem auto 6rem;
    text-align: center;
}

nav.navigation.comments-pagination .nav-links,
nav.navigation.pagination .nav-links {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
	gap: .5em;
}

.contact-form-submission .go-back-message .link,
nav.wp-calendar-nav a,
nav.navigation.comments-pagination .nav-links a,
nav.navigation.comments-pagination .nav-links span,
nav.navigation.pagination .nav-links a,
nav.navigation.pagination .nav-links span {
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    min-width: 41px;
    height: 41px;
    text-transform: uppercase;
    color: #ababab;
    letter-spacing: 2px;
    border-radius: 5px;
}

nav.navigation.comments-pagination .nav-links span,
nav.navigation.pagination .nav-links span {
    background: #f6f2ed;
    color: #272264;
}

/* SITE HEADER */
header.site-header {
    background: #fff;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.075);
    width: 100%;
    padding: 0 2.5rem;
    position: fixed;
    z-index: 99;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: ease transform .5s;
    -moz-transition: ease transform .5s;
    -ms-transition: ease transform .5s;
    -o-transition: ease transform .5s;
    transition: ease transform .5s;
}

header.site-header.sticky {
    -webkit-transform: translateY(-101%);
    -moz-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -o-transform: translateY(-101%);
    transform: translateY(-101%);
}

div.masthead-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    height: 90px;
}

div.site-branding-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

div.site-branding-container,
div.site-branding-container * {
    width: auto;
    height: 100%;
}

button.call-us {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.17;
    display: inline-block;
    padding: .29rem 1.88rem;
    text-align: center;
    color: #fff;
    border: solid 3px transparent;
    background-color: #f04e2a;
    cursor: pointer;
    display: none;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px;
}

.site-branding {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.site-logo span,
.site-logo a {
    display: block;
    padding: 15px 0;
}

img.custom-logo {
    width: auto;
    height: 100%;
}

@media (min-width: 1024px) {
    header.site-header div#re-logo {
        display: none;
    }
}

header.site-header .screen-reader-text {
    display: none;
}

nav.primary-navigation {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

nav.primary-navigation ul.menu-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 2rem;
}

p.menu-item-description {
    font-style: italic;
    font-size: .8em;
    display: inline;
    margin-left: .5em;
}

p.menu-item-description {
    display: none;
}

.sub-menu-toggle {
    display: inline-block;
    padding: 0 0 0 .25em;
}

span.at-icon-chevron>svg {
    width: 10px;
    height: 10px;
}

span.at-icon-chevron svg path {
    stroke: #606a70;
}

.primary-menu-container>ul>li {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

svg.icon.register, 
svg.icon.login {
    margin-right: .25em;
    width: 20px;
    height: auto;
}

.primary-menu-container ul.menu-wrapper>li>a {
    font-size: inherit;
    font-weight: 600;
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.primary-menu-container>ul>li>ul {
    display: flex;
    column-gap: 4em;
}

.primary-menu-container>ul>li ul li.menu-item-has-children>a {
    font-weight: 600;
}

button#nav-close {
    display: none;
}

/* for JS */
.primary-menu-container ul.menu-wrapper li:hover>a {
    color: #6778ad;
}

div.primary-menu-container>ul>li.menu-item.menu-item-has-children>ul.sub-menu {
    justify-content: center;
    max-height: 0;
    transition-duration: 1s;
}

div.primary-menu-container>ul>li.menu-item.menu-item-has-children.menu-item-type-taxonomy.menu-item-object-category {
    position: relative;
}

ul#primary-menu-list li>ul>li>ul>li>a {
    line-height: 1.7;
}

/* SITE FOOTER */
footer.site-footer {
    font-size: 14px;
    background: #fff;
    padding: 0 2rem;
    border-top: 1px solid #eee;
    position: relative;
    z-index: 99;
}

.site-footer span.copyright {
    font-size: 12px;
    text-align: center;
}

.site-footer .footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: auto;
    padding: 1rem 0;
}

.site-footer a.footer-logo {
    display: flex;
    min-height: 100%;
}

.site-footer .top-footer-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-footer .footer-container>:nth-child(n) {
    flex-basis: 33.333%;
}

.site-footer .top-footer-container>:nth-child(n) {
    min-width: 200px;
}

nav.footer-navigation {
    position: relative;
}

aside.inside-footer-widget-area {
    position: relative;
    flex-basis: 25%;
}

aside .aside-container.up-footer,
aside.inside-footer-right-widget-area {
    position: relative;
}

.aside-container.up-footer .at-heading strong {
    color: #d2a98e;
}

aside.widget-area>section,
aside.widget-area {
    position: relative;
}

/* this */
#block-41 svg path {
    fill: #272264;
}

/*  */

ul.footer-navigation-wrapper>li.menu-item-has-children>a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    pointer-events: none;
}

ul.footer-navigation-wrapper ul.sub-menu {
    padding-left: .5em;
}

/* tmp */
aside.inside-footer-right-widget-area,
aside.inside-footer-widget-area.full-width {
    flex-basis: 20%;
}

/*  */

footer.site-footer .powered-by {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: .25em;
}

.site-footer .site-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
}

ul.footer-navigation-wrapper {
    width: 100%;
    height: 100%;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
}

.footer-navigation-wrapper .sub-menu-toggle {
    display: none;
}

.wp-block-social-links .wp-social-link a {
    padding: .5em .25em;
}

footer.site-footer .wp-block-social-links li a {
    padding: .5em;
}

/* BUTTONS COLLECTIONS */
.buttons-colections>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    max-width: 1200px;
    margin: auto;
    background: #f6f2ed;
}

.buttons-colections>div .wp-block-heading {
    flex-basis: 100%;
    text-align: center;
}

.buttons-colections #demo-btn {
    align-items: center;
    padding: 1rem;
    border: 1px dotted #555;
}

.wp-block-button a {
    color: #ffffff;
    border-color: #1ea0c3;
    background-color: #1ea0c3;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0em;
    text-decoration: none;
}

.solid-style.wp-block-button a {
    color: #1ea0c3;
    border-color: #1ea0c3;
    background-color: #fff;
}

/* tmp */
#demo.wp-block-buttons {
    padding: 2rem;
    background-color: #e1e1e1;
}

/*  */

.white-hover.wp-block-button a {
    background-color: #272264;
    color: #fff;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.white-hover.wp-block-button a:hover {
    background-color: #fff;
    color: #272264;
    border-color: transparent;
}

.secondary-button.blue-hover.wp-block-button a:hover,
.solid-style.wp-block-button a:hover {
    color: #ffffff;
    border-color: #1ea0c3;
    background-color: #1ea0c3;
}

.secondary-button.blue-hover.wp-block-button a:hover {
    background-color: #007e95;
}

.wp-block-button:not(.circle-button) {
    line-height: 54px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.stsndard.wp-block-button a {
    padding: 0 41px;
    height: 56px;
    line-height: 54px;
    font-size: 14px;
}

.secondary-button.wp-block-button a {
    color: #fff;
    border-color: #d2a98e;
    background: #d2a98e;
}

.extra-small.wp-block-button a {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}

.small.wp-block-button a {
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
}

.large.wp-block-button a {
    padding: 0 40px;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
}

.full-width.wp-block-buttons,
.full-width.wp-block-buttons * {
    width: 100%;
}

.standard-icon a svg {
    fill: #fff;
    width: 1.25em;
    height: auto;
    margin-left: .5em;
}

/* DIVIDERS */
.curve-style-devider .wp-block-boldblocks-svg-block {
    background-color: #69afed;
    padding-top: 300px;
}

/* CATEGORY */
body.category header.page-header h1.wp-block-heading {
    max-width: 880px;
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    color: #D3E4FF;
    margin: 0 auto .2em;
}

body.category header.page-header div.page-header-content>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.archive.category header.page-header.alignwide {
    background: #6778AD;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    border-bottom-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    padding-top: 155px;
    padding-bottom: 76px;
    background-size: cover;
    color: #D3E4FF;
    font-size: 20px;
    line-height: 1.5;
}

body.archive.category header.page-header.alignwide h1 {
    color: unset;
    text-align: center;
}

body.archive.category header.page-header.alignwide h1 span {
    color: #fff;
}

body.archive.category header.page-header .page-header-content {
    max-width: 880px;
    margin: auto;
    text-align: center;
}

body.archive.category header.page-header .page-header-content section.widget-container {
    padding: 0;
}

body.archive.category header.page-header .top-content-widget-area.full-width {
    border: none;
}

body.archive.category .page-header-content .wp-block-button.standard a {
    font-size: 20px;
    color: #6778AD;
    border-color: #D3E4FF;
    background: #D3E4FF;
}

body.archive.category .page-header-content>div .link>a {
    font-size: 1rem;
    color: inherit;
    padding: 0;
    border-color: #D3E4FF;
}

body.archive.category:not(.author) div.content-area {
    flex-shrink: 1;
    flex-basis: 72%;
}

body.category aside.content-widget-area.full-width {
    flex-basis: 28%;
}

body.category .entry-title.default-max-width {
    font-size: 24px;
}

body.category div.infinite-wrap,
body.category main.site-main {
    display: flex;
    flex-wrap: wrap;
}

.widget-container.all-your-products p a {
    text-decoration: 1px solid underline;
}

.widget-container.all-your-products p a:hover {
    color: #0F468A;
}