/*
Theme Name: Veterenar
*/


/* =WordPress Core
-------------------------------------------------------------- */
.hiddeninp {
    DISPLAY: none;
}
p.politica {
    font-size: 10px;
    margin: 10px 0px;
}
.wpcf7-response-output {
    position: absolute;
    font-size: 12px;
    width: 100%;
    text-align: center;
    left: 0px;
    bottom: 30px;
}
.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;
}
@media(max-width:979px){
	.wpcf7-response-output{bottom:10px!important}	
}
/*@media screen and (max-width: 639px) {*/
/*    .slider-about__slide {*/
/*        min-height: 300px;*/
/*        height: 300px;*/
/*        display: block;*/
/*    }*/
/*}*/