/*   
Theme Name: FKC
Theme URI: 
Description: Название компании
Author: M. Arakelyan
Author URI: https://wordpress.org/
Template: 
Version: 1.0
.
Theme FKC
.
*/

.blog-template-default .postCard__wrap a{
    text-decoration: underline!important;
}
.postCard__wrap ol>li {
    margin-bottom: 5px!important;
}
.postCard__wrap ul>li {
  margin-bottom: 5px!important;
}
.postCard__video a:before {
    content: '';
    position: absolute!important;;
    top: calc(50% - 76px)!important;;
    left: calc(50% - 87px)!important;;
    background: url(https://i-rais.ru/wp-content/themes/fkc/images/video_play.png) center no-repeat!important;;
    background-size: contain!important;;
    width: 175px!important;;
    height: 152px!important;;
    z-index: 9!important;;
    
}
.postCard__video a:hover:before {
    animation: pulse 2s infinite;
}
.menu .menu__wrap--fixed~ .menu__wrap {
    margin-top: 39px;
}