File: /var/www/vhost/www.mocrea.it/wp-content/themes/ottar/assets/css/style_dynamic_responsive.php
@media only screen and (max-width: 1024px){
<?php do_action('ottar_edge_action_style_dynamic_responsive_1024'); ?>
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
<?php do_action('ottar_edge_action_style_dynamic_responsive_768_1024'); ?>
}
@media only screen and (min-width: 681px) and (max-width: 768px){
<?php do_action('ottar_edge_action_style_dynamic_responsive_680_768'); ?>
}
@media only screen and (max-width: 680px){
<?php do_action('ottar_edge_action_style_dynamic_responsive_680'); ?>
}