/*
Theme Name: astriastudios
Author: WSI team
Version: 0.0001
Tested up to: 6.9
Requires at least: 3.0
Requires PHP: 5.2.4
Text Domain: astriastudios
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
.newspagesec .blogitem .blog-itemcontent h3 a {
    text-decoration: none;
    outline: none;
    color: rgb(255, 255, 255);
    font-size: 32px;
    margin-top: 10px;
    font-weight: 300;
}
.newlettersecbox .wpcf7-submit {
    width: 100%;
    max-width: 150px;
}
.newlettersecbox p.text-center.mt-3, .newlettersecbox .col-md-12.text-center {
    text-align: right !important;
}
/* Black and white on normal state, color on hover */
.page-id-10 .abimg {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter 0.3s ease;
}

 .page-id-10 .founderimgbox:hover .fimg img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}