/*
Theme Name: NuovoWP Child
Theme URI: http://demo.codebean.co/nuovo
Author: Codebean Team
Author URI: http://themeforest.net/user/Esmet
Description: SEO & Digital Agency WordPress Theme
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, sticky-post, threaded-comments, translation-ready
Template: nuovowp
*/
@media only screen and (min-width: 450px){

#riga-pc{display:block;}
#riga-mobile{display:none; visibility: hidden;}  
}


@media only screen and (max-width: 449px){
#riga-pc{display:none; visibility: hidden;}
#riga-mobile{display:block;}
}


