/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/free-wordpress-themes/inspiro-lite/
Template: inspiro
Author: WPZOOM and QMconsulting
Author URI: https://www.wpzoom.com/
Description: Inspiro is a professional &amp; lightweight photo and video-focused WordPress theme with a modern design. Packed with features including a fullscreen area that supports Vimeo, YouTube &amp; self-hosted video background, Page Builder integration, Inspiro is perfect for showing off your photography and video portfolio. Moreover, the theme is compatible with WooCommerce and popular Page Builders such as Elementor, Beaver Builder. Learn more and check out our powerful premium version at https://www.wpzoom.com/themes/inspiro/
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,e-commerce,wide-blocks,portfolio,blog,custom-background,featured-image-header,full-width-template,theme-options,block-styles
Version: 1.9.6

*/

/* 固定ページのコメントを非表示 */
.page .entry-comments {
  display: none;
}

/* 投稿のコメントを非表示 */
.post .entry-comments {
  display: none;
}

/* 投稿者名を非表示 */
.post .entry-footer {
  display: none;
}

/* メインコンテンツ用カテゴリーを非表示 */
.cat-item.cat-item-9 {
	display: none;
}

/* トップ画像に白枠を表示 */
.custom-header-media {
	border: 5px solid #fff;
    bottom: 100px;
    left: 20;
    overflow: hidden;
    position: absolute;
    right: 20;
    top: 0;
    width: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: fill-available
}
