/*
Theme Name: Pizzaria Carioca
Description: Tema para o WordPress da Pizzaria Carioca
Template: Divi
Version: 1.0.0
Author: Diogo Henrique
License: elegant themes
*/

.d-none {
	display: none !important;
}
.cursor {
	cursor: pointer;
}
body.page-id-194,
body.page-id-194 .et_pb_section{
	background-color:#000;
	min-height: 100vh;
}

#ingredientes .ingrediente:hover,
#ingredientes .ingrediente.actived {
	background-color: #e02b20;
}

@media (max-width: 980px) {
    .entry-content .col_xs_2 .et_pb_column {
        width: 48.5% !important;
		margin-right: 3% !important;
    }
	.entry-content .col_xs_2 .et_pb_column:nth-child(2n) {
        margin-right: 0 !important;
    }
	#ingredientes .ingrediente:hover {
		background-color: inherit;
	}
	#ingredientes .ingrediente.actived:hover {
		background-color: #e02b20;
	}
} 