/*
Theme Name: TIR Theme
Version: 1.0
Description: A child theme of Themify Ultra
Template: themify-ultra
*/

@import url("../themify-ultra/style.css");
.blog.masonry-enabled .auto_tiles .post .post-image {
    position: relative !important;
}

.blog.masonry-enabled .auto_tiles .post .post-image .backstretch {
    height: 250px !important;
    position: relative !important;
}

.blog.masonry-enabled .auto_tiles .post .post-image .backstretch img {
    position: relative !important;
}

.blog.masonry-enabled .auto_tiles .post:hover .post-image {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

@media screen and (max-width: 1024px) {
    .tir-hero-image {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
}

@media screen and (max-width: 768px) {
    .tir-hero-image {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
}

@media screen and (max-width: 480px) {
    .tir-hero-image {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}