/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Use square corners throughout the theme and order forms. */
*,
*:before,
*:after,
*::before,
*::after {
    border-radius: 0 !important;
}

/* Override the order-form stylesheet loaded after the theme stylesheet. */
.domain-checker-container {
    background-color: #00185F !important;
    background-image: url('../img/cta-bgr-4.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.domain-checker-bg {
    background: none !important;
}

.domain-check-availability {
    padding: 12px 8px !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

section#home-banner h2 {
    padding-bottom: 20px;
}

section#home-banner .domainchecker-homepage-captcha #google-recaptcha-domainchecker {
    margin-bottom: 15px;
}

section#home-banner .homepage-captcha-error {
    display: none;
    clear: both;
    margin: 8px 0 0;
    color: #fff;
    font-weight: 500;
}

section#header {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Avoid the browser focus ring after any link is clicked. */
a:focus {
    outline: 0 !important;
}

/* Keep a clear focus state for keyboard navigation. */
a:focus-visible {
    outline: 2px solid #00185F;
    outline-offset: 2px;
}

.navbar-main .navbar-nav > li > a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -2px;
}

/* Use a stronger weight for page titles and a medium weight elsewhere. */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500 !important;
}

div.header-lined h1 {
    font-weight: 700 !important;
}

/* Keep Standard Cart divider labels legible above their horizontal rule. */
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
    color: #00185F !important;
    background-color: #fff !important;
    font-weight: 500 !important;
}

#order-standard_cart .sub-heading span {
    top: -11px !important;
}

/* Let the page content, rather than the footer, fill unused viewport height. */
html {
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

section#main-body {
    flex: 1 0 auto;
}

section#footer {
    flex: 0 0 auto;
    padding: 60px 10px 25px;
    background-color: #152028;
    border-top-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

section#footer h1,
section#footer h2,
section#footer h3,
section#footer h4,
section#footer h5,
section#footer h6,
section#footer p,
section#footer li,
section#footer small,
section#footer span,
section#footer address,
section#footer i {
    color: #fff;
}

section#footer a {
    color: #fff !important;
    text-decoration: none;
}

section#footer a:hover,
section#footer a:focus-visible {
    color: #fff !important;
    text-decoration: underline;
}

section#footer .footer-bottom {
    margin-top: 45px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

section#footer .footer-bottom-brand img {
    width: 130px;
    height: auto;
}

section#footer .footer-bottom-legal {
    padding-top: 10px;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}

section#footer .footer-company-details {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
}

section#footer .footer-company-details strong {
    color: #fff;
    font-weight: 500;
}

section#footer .footer-company-registration {
    display: inline-block;
    margin-top: 10px;
}

section#footer .footerwidget {
    font-size: 14px;
    font-weight: 400;
}

section#footer .footerwidget .widget-title {
    font-size: 18px;
    font-weight: 500 !important;
}

section#footer .footer-payment-logos {
    margin-bottom: 45px;
}

section#footer .footer-payment-logos img {
    width: 280px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    section#footer .footer-bottom-brand,
    section#footer .footer-bottom-legal {
        text-align: center;
    }

    section#footer .footer-bottom-legal {
        padding-top: 16px;
    }
}
