/*
Theme Name: CPMD
*/


/* =WordPress Core
-------------------------------------------------------------- */

.screen-reader-response, .wpcf7-not-valid-tip,.wpcf7-response-output{
    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;
}
.clinic-slide__img {
    max-height: 20.5rem;
}
.gallery-size-large{    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
.gallery-size-large .gallery-item{width:32% !important;}
.gallery-size-large img.attachment-large.size-large {
    max-height: 248px;
    object-fit: cover;
}