/*
 Theme Name:   Vox Populi Child
 Theme URI:    http://vox-populi.bold-themes.com
 Description:  Vox Populi child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     vox-populi
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  vox-populi-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.separador_sombra.bt_bb_text::after {
    content: " "
    margin-bottom: 1em;
    width: 17em;
    height: 3px;
    background: #99999922;
    display: block;
    margin-top: 0.6em;
    border-radius: 38%;
    box-shadow: 0px 1px 3px 0px #55555515;
}



@media only screen and (max-width: 768px) {

    .bt_modal_hermann .bt_bb_text {
        /*display: none !important;
        visibility: hidden !important;*/
    }
    
    .pum-container .pum-content>:last-child {
        padding: 15px !important;
        font-size: 0.9em;
    }
    
    .bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
    	font-size: 0.75rem;
    }
    
    span.bt_bb_headline_content.popup-content-alt {
        font-size: 17px !important;
    }
    
    .bt_modal_hermann .bt_bb_separator.bt_bb_bottom_spacing_normal {
        margin-bottom: 3px !important;
    }
    
    .bt_modal_hermann a.bt_bb_link {
        padding: 10px 6px;
        margin-top: 8px;
        width: 100%;
    }
    
    .bt_modal_hermann .bt_bb_align_left .bt_bb_button {
    	margin-right: 0 !important;
    }
    
    .bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline { font-size: 0.85rem; }

}