/*
Theme Name:   HistoryPress Child
Theme URI:    https://your-site.com/historypress-child
Description:  Child theme for the HistoryPress theme
Author:       Your Name
Author URI:   https://your-site.com
Template:     historypress
Version:      1.0.0
*/
@media screen and (max-width: 1200px) {
    .title_part img {
		max-height: 70px;}}
.tmnf_single_excerpt {
    display: none!important;
}
@media (max-width: 2500px) {
    .home-hero-section {
        min-height: 1200px!important;
    }
}

/* For 1400px screens */
@media (max-width: 1440px) {
    .home-hero-section {
        min-height: 1000px!important;
    }
}

/* For 1280px screens */
@media (max-width: 1280px) {
    .home-hero-section {
        min-height: 650px!important;
    }
}

/* For 768px screens */
@media (max-width: 768px) {
    .home-hero-section {
       min-height: 450px!important;
    }
}

/* For 500px screens */
@media (max-width: 500px) {
    .home-hero-section {
        min-height: 430px!important; 
    }
}
#em-booking, .em-view-container, div[data-view-id]{
	min-height:400px!important;
}
.em-item-actions.input {
    margin-top: 20px!important;
}