<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:     Rotary Chioggia
 Theme URI:      https://www.q-gin.it/
 Description:    Divi Child Theme personalizzato per Rotary Chioggia
 Author:         Q-gin
 Author URI:     https://www.q-gin.it/
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}
/*** Hide Sidebar for 404 pages ***/
.error404  #sidebar {display:none;}

/*** Hide Sidebar project category archive pages ***/
.tax-project_category  #sidebar {display:none;}

/*** Hide Sidebar for category archive pages ***/
.category  #sidebar {display:none;}

/*** Hide Sidebar for single project posts ***/
.single-project  #sidebar {display:none;}

/*** Hide Sidebar for single posts ***/
.single  #sidebar {display:none;}

/*** Hide Sidebar for all pages ***/
.page  #sidebar {display:none;}

/*** Hide Sidebar for archive pages ***/
.archive #sidebar {display:none;}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}</pre></body></html>