/*
  Theme Name:   SoftplaceWeb Child
  Theme URI:    https://www.softplaceweb.com
  Description:  SoftplaceWeb is a starter blank Wordpress theme inspired by Elementor page builder. Header, footer, sidebar and navigation controlled by Elementor  
  Author:       Marco Barbera
  Author URI:   http://www.marcobarbera.com
  Template:     softplaceweb
  Version:      2.0.0
  License:      GNU General Public License v2 or later
  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Tags:         child-theme, light, one-columns, custom-header, custom-menu, responsive-layout, footer-widgets, full-width-template, featured-images
  Text Domain:  softplaceweb-child
*/


/* --------------------
  Add your custom style 
-------------------- */


/* Add here styles for all display widths  */

@media all and (max-width: 767px) {
  /* Styles for mobile phones  */  
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  /* Styles for tablets  */ 
}
@media all and (min-width: 1025px) {
  /* Styles for desktops  */  
}