/*
Theme Name: Choom Monthly Theme
Theme URI: https://www.machothemes.com/newsmag-lite/
Author: Choom Developer, MachoThemes
Author URI: https://www.machothemes.com/
Description: Newsmag-lite(https://www.machothemes.com/newsmag-lite/)를 기반으로 제작한 춤 전용 테마 
Version: 2.4.3
Tested up to: 5.5
Requires PHP: 5.6
Tags: custom-menu, custom-background, custom-colors, featured-images, translation-ready, threaded-comments, two-columns, three-columns, news, blog, sticky-post
Text Domain: choommonthly
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
This theme is licensed under the GPL.
*/
.btn-default {
    background-color: #f8f9fa;
    border-color: #ddd;
    color: #444;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
    background-color: #e9ecef;
    color: #2b2b2b;
}
.choom-cover-img-container, .choom-face-img-container, .choom-scenery-img-container, .choom-poetry-img-container {
    position:relative;
    width: 100%;
    padding-top: 146.67%;
    overflow: hidden;
}
.choom-cover-img-container > img, .choom-face-img-container > img, .choom-scenery-img-container > img, .choom-poetry-img-container > img {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.choom-cover-img-container > div.no-image {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
@media screen and (max-width: 767px) {
    span.choom-cover-artist-label {
        display:none;
    }
}
p.choom-cover-artist, p.choom-face-info, p.choom-scenery-info, p.choom-poetry-info {
    margin-bottom: 0;
}
@media (min-width:992px){.modal-2xl{--bs-modal-width:1600px}}

