/*
Theme Name:  Rafael Casagrande
Theme URI:   https://rafacasagrande.com
Version:     1.0
Description: Child Theme Rafael Casagrande
Author:      Rafael Casagrande
Author URI:  https://rafacasagrande.com
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/

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

@media only screen and (max-width: 980px) {
    #main-header, #top-header {
        display: none!important;
    }
    #page-container {
        padding-top: 0!important;
        margin-top: 0!important;
    }
}

/*** DISABLE FOOTER****\
 * /* Hide footer */

#main-footer {
    height: 0 !important;
    overflow: hidden;
}


/* Remove bottom footer from divi */
#footer-bottom {
display:none;
}


/* PORTOLIO POR DATA *\
add_action( 'parse_query', function( $vars ) {
	if ( 'project' == $vars->query['post_type'] )
	{
		$vars->set( 'orderby', 'date' );
		$vars->set( 'order', 'ASC' );
	}
}); // end custom order
