/*

Theme Name: GenesisExpo

Theme URI: http://genesisexpo.webgeniuslab.net/

Author: WebGeniusLab

Author URI: http://webgeniuslab.net/

Description: WebGeniusLab team presents absolutely fresh and powerful WordPress theme. It combines new technologies and functional design that helps to showcase your content in better way. This WordPress theme is developed with attention to details, so you can create effective presentation of a website easily. Enjoy building web pages with our product!

Version: 1.4.5

License: GNU General Public License version 3.0

License URI: http://www.gnu.org/licenses/gpl-3.0.html

Text Domain: genesisexpo

*/
@media only screen and (max-width: 768px) {
    .ct-event-tickets {
        display: unset;
    }
    .ct-tickets-phone{
        display: block !important;
    }    
    .ct-tickets-web{
        display: none !important;
    }
}

/* CSS cho màn hình máy tính (chiều rộng lớn hơn 768px) */
@media only screen and (min-width: 769px) {
    .ct-event-tickets {
        display: flex;
    }
    .ct-tickets-phone{
        display: none !important;
    }    
    .ct-tickets-web{
        display: block !important;
    }
}