/*
Theme Name: Boombox Child Theme
Theme URI: http://boombox.px-lab.com
Template: boombox
Author: Px-Lab
Author URI: https://px-lab.com
Description: Boombox is most powerful and flexible viral and buzz style WordPress theme. Flexible and fully customizable viral magazine theme combined with most powerful Viral content plugin with a ton of snacks and exclusive features and all that packed with dozens of powerful and popular plugins and with top-notch design
Version: 1.0.2
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-header, custom-background, full-width-template,custom-menu, editor-style, featured-images, featured-image-header, post-formats, sticky-post, theme-options, translation-ready
Text Domain: boombox
*/

/*************** Add your custom css here  ***************/

/* Widget Visibility - desktopda gizle */
.hide-desktop{display:none!important}

/* Contact Form 7 - Input sola hizalama */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    text-align: left !important;
}

/* Quiz soru kutusu yüksekliği - 50 soru için */
.wpProQuiz_reviewQuestion {
    max-height: 130px !important;
}

/* Mobil için quiz soru kutusu yüksekliği - geniş breakpoint ve spesifik selector */
@media screen and (max-width: 1024px) {
    .wpProQuiz_content .wpProQuiz_reviewQuestion,
    .wpProQuiz_reviewQuestion {
        max-height: 260px !important;
        overflow: visible !important;
    }
}

/* Postlar arası boşluk - 30px'den 15px'e düşürüldü */
.bb-post-collection .post-items .post-item {
    margin-bottom: 8px !important;
}
