/*
 Theme Name:   Covalent 
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Virtue Premium Child
 Author:       Anton Sokolov
 Author URI:   
 Template:     virtue_premium
 Version:      1.0.0
 Text Domain:  covalent
*/

/* приховування контенту що не поміщається на мобільні телефони ПОЧАТОК*/
.hide-on-mobile { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .hide-on-mobile { display: none; }}
/* КІНЕЦЬ */