/*
Theme Name: Tax
*/


/* =WordPress Core
-------------------------------------------------------------- */
.wpcf7-response-output{    font-size: 14px; margin:10px 0px; color:#fffdf4; display:none;}
.sent .wpcf7-response-output{display:none;}
.invalid .wpcf7-response-output, .unaccepted .wpcf7-response-output{    font-size: 14px;
    color: red;}


.screen-reader-response, .wpcf7-not-valid-tip{
    display: none !important;
}
.wpcf7-not-valid{
    border-color: red !important;
}
.typical-img{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.typical-img > *{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
}
.typical-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.typical-img:before{
    padding-bottom: 100%;
    display: block;
    content: '';
}
.downsite-menu[style*="display: block"]{
    display:flex!important;
}
