:root {
--ast-global-color-0: #ee7f00;
--ast-global-color-1: #004b7c;
--ast-global-color-2: #000000;
--ast-global-color-3: #0a0a0a;
--ast-global-color-4: #fefefe;
--ast-global-color-5: #29bf12;
--ast-global-color-6: #a31621;
--ast-global-color-7: #dedede;
--ast-global-color-8: #737373;
} #content {
margin-bottom: 50px;
} div#page {
min-height: 100vh;
display: flex;
flex-direction: column;
}
footer#colophon {
margin-top: auto;
} #primary .entry-header .entry-title {
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
color: var(--ast-global-color-0);
} #ast-mobile-site-navigation .main-navigation .menu-item {
text-align: center;
}
#ast-fixed-header .main-header-bar {
box-shadow: none;
} a {
text-underline-offset: 5px;
}
.orange-bg a {
color: var(--ast-global-color-4);
}
.orange-bg a:hover {
color: var(--ast-global-color-1);
} .entry-content h1, .entry-content h2 {
color: var(--ast-global-color-0);
} .tml {
max-width: 600px;
margin: 0 auto 50px auto !important;
}
.tml .tml-alerts a {
color: var(--ast-global-color-4) !important;
}
.tml .tml-alerts a:hover {
color: var(--ast-global-color-1) !important;
}
.tml .tml-alerts .tml-errors li.tml-error {
box-shadow: none !important;
border: none !important;
background-color: var(--ast-global-color-6) !important;
color: var(--ast-global-color-4) !important;
}
.tml .tml-alerts .tml-messages li.tml-message {
box-shadow: none !important;
border: none !important;
background-color: var(--ast-global-color-0) !important;
color: var(--ast-global-color-4) !important;
}
.tml .tml-field-wrap input[type="email"],
.tml .tml-field-wrap input[type="tel"],
.tml .tml-field-wrap input[type="text"],
.tml .tml-field-wrap input[type="password"] {
border: 2px solid var(--ast-global-color-7) !important;
background-color: var(--ast-global-color-4) !important;
border-radius: 0 !important;
}
.tml .tml-field-wrap input[type="email"]:focus,
.tml .tml-field-wrap input[type="tel"]:focus,
.tml .tml-field-wrap input[type="text"]:focus,
.tml .tml-field-wrap input[type="password"]:focus {
border: 2px solid var(--ast-global-color-0) !important;
}
.tml .tml-field-wrap input[type="checkbox"] {
width: 20px !important;
height: 20px !important;
border-radius: 0 !important;
}
.tml .tml-field-wrap input[type="checkbox"]:checked {
background-color: var(--ast-global-color-0) !important;
}
.tml .tml-button[type="submit"] {
width: 100% !important;
}
.tml ul.tml-links {
margin: 0 !important;
list-style: none;
text-align: center;
}
.tml ul.tml-links li {
margin-bottom: 20px !important;
}
.tml #pass-strength-result.empty, .tml #pass-strength-result.hide-if-no-js {
display: none !important;
}
.tml #pass-strength-result.short,
.tml #pass-strength-result.bad,
.tml #pass-strength-result.good,
.tml #pass-strength-result.strong {
display: block !important;
text-align: center !important;
border: none !important;
}
.tml #pass-strength-result.short,
.tml #pass-strength-result.bad {
background-color: var(--ast-global-color-6) !important;
color: var(--ast-global-color-4) !important;
}
.tml #pass-strength-result.good {
background-color: var(--ast-global-color-0) !important;
color: var(--ast-global-color-4) !important;
}
.tml #pass-strength-result.strong {
background-color: var(--ast-global-color-5) !important;
color: var(--ast-global-color-4) !important;
} @media screen and (max-width: 1220px) {
footer .site-above-footer-wrap,
footer .site-below-footer-wrap {
padding-left: 20px;
padding-right: 20px;
}
footer .site-below-footer-wrap .site-below-footer-inner-wrap {
display: grid;
grid-template-columns: auto !important;
row-gap: 15px;
}
footer .site-below-footer-wrap .site-below-footer-inner-wrap .site-footer-below-section-1 {
order: 1 !important;
}
footer .site-below-footer-wrap .site-below-footer-inner-wrap .site-footer-below-section-2 {
order: 0 !important;
}
footer .site-below-footer-wrap .ast-footer-copyright {
text-align: center !important;
}
footer .site-below-footer-wrap #astra-footer-menu {
justify-content: center !important;
}
}