/*
Theme Name: BardWP Child
Theme URI: http://bard.qodeinteractive.com
Description: A child theme of Bard Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: bardwp
Template: bardwp
*/

.danfio-mkdf-mobile-menu-text {
    max-width: 150px;
    line-height: normal !important;
}
@media only screen and (max-width: 648px) {
    .danfio-mkdf-mobile-menu-text {
        max-width: 100px;
    }
}

#danifo-show_more-button{
    display: none;
    justify-content: center;
    
    font-weight: bold;
    cursor: pointer;
}

@media only screen and (max-device-width: 961px) {
    #danifo-show_more-button{
        display: flex;
    }
    #danifo-show_more-text{
        height: 0;
        overflow: hidden;
        transition: all 0.5s ease;
    }
}

.special-ver {
  position: fixed;
  z-index: 10000;
  bottom: 10px;
  right: 40px;
}
