/* 
 Theme Name:     Ciusco Design & Consulting
 Author:         Michele Cianciullo
 Author URI:     https://www.ciuscodesign.it
 Template:       Divi
 Version:        4.9.4
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.4.6
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* Nasconde il titolo dell’articolo */
.single-post h1.entry-title {
  display: none;
}

/* Nasconde la sidebar negli articoli */
.single-post #sidebar {
  display: none;
}

/* Forza contenuto a tutta larghezza */
.single-post #main-content .container:before {
  display: none;
}
.single-post #left-area {
  width: 100%;
  padding-right: 0;
}

/* Nasconde area commenti */
.single-post #comment-wrap,
.single-post #comments {
  display: none;
}
