/*
Theme Name: Advocat
*/


/* =WordPress Core
-------------------------------------------------------------- */
section#testimonials {
    display: none;
}
.related-posts {
    font-size: 20px;
}
body >#wrapper> div#popupcontent {
    display: none !important;
}
.screen-reader-response, .wpcf7-not-valid-tip{
    display: none !important;
}
.wpcf7-not-valid{
   border-bottom: 1px solid red;
}
.invalid .wpcf7-response-output{text-align: center;
    padding: 10px 0px;
    color: #fff;font-size: 13px;
    font-weight: 400;}

.wpcf7-response-output{font-size: 23px;text-align: center;color: #fff;
    padding: 30px 0px;
    font-weight: 600;}

.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;
}
