/*
 Theme Name:   Astra Child
 Theme URI:    http://example.com/astra-child/
 Description:  Astra Child Theme
 Author:       Rajasekar T
 Author URI:   http://example.com
 Template:     astra
 Version:      1.0.0
*/

/* Add your custom styles below */

.certificate-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 450px;
    margin: 0 auto;
    max-height: 100px;
    align-items: center;
    padding: 30px 0;
    margin-bottom: 30px;
}

.ast-site-identity .site-title a {
    text-decoration: none;
}

.certificate-container p {
    margin: 0;
}

.validate-text {
    height: 61px !important
}

.cert-main--with-bg {
    background-image: url(images/cert.png);
    min-height: 280px;
    color: aliceblue;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.cert-main--with-bg h1 {
    color: aliceblue;
}

.certificate-checker-result {
    display: grid;
    margin: 0 auto;
    max-width: 450px;
}

.certificate-checker-result span {
    display: inline-block;
    padding-top: 5px;
}

.validate-block {
    background-repeat: no-repeat;
    background-image: url(images/valid.png);
    padding-left: 29px;
    min-height: 22px;
    background-size: 34px;
    text-align: left;
    background-size: 20px;
    font-size: 17px;
    margin-top: 10px;
}

.invalidate-block {
    background-repeat: no-repeat;
    background-image: url(images/invalid.png);
    padding-left: 29px;
    min-height: 22px;
    background-size: 34px;
    text-align: left;
    background-size: 20px;
    font-size: 17px;
    margin-top: 10px;
}

.current-menu-item {
    background: url(images/menu-line.svg) no-repeat;
    background-size: 100%;
}

.main-header-menu .menu-item {
    padding-top: 10px !important
}

.certificate-table {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 10vh;
}

.certificate-table table {
    border: #2a9d8f 1px solid;
}

.t-heading {
    font-weight: bold;
    background-color: #2a9d8f24 !important
}

.custom-astra-header .site-logo-img img {
    display: none;
}

.custom-astra-header .site-logo-img {
    background-image: url(images/castle-black-logo.svg);
    min-height: 40px;
    min-width: 187px;
    display: inline-block;
    background-size: 76%;
    background-repeat: no-repeat;
}