/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/*------------ EDITADAS -----------*/

#main-footer {
	display: none;
}

#endereco-icone .et_pb_blurb_container {
	padding-left: 12px !important;
}

/*-----------SMARTPHONE (VERTICAL)------------*/

@media all and (max-width: 479px) {
	
	img#logo {
		max-height: none;
		height: 80% !important;
		margin-left: -7%;
		margin-top: 3vh;
	}
	
	
	
	.mobile_menu_bar:before { color: #621f19 !important; 
		
	}
	
	.et_mobile_menu {
    background-color: rgba(255, 255, 255, 0.8) !important;
    border: none !important;
	}
	
	.et_mobile_menu a {
    color: #621f19 !important;
	font-size: 16px !important;
	}
	
	.et_mobile_menu li {
    text-align: center !important;
	}
	
	
	
	
	
	
}


/*-----------SMARTPHONE (HORIZONTAL)------------*/

@media all and (min-width: 480px) and (max-width: 767px) {
	.mobile_menu_bar:before { color: #621f19 !important; 
		
	}
	
	.et_mobile_menu {
    background-color: rgba(255, 255, 255, 0.8) !important;
    border: none !important;
	}
	
	.et_mobile_menu a {
    color: #621f19 !important;
	font-size: 16px !important;
	}
	
	.et_mobile_menu li {
    text-align: center !important;
	}
	
	.et_pb_column_4, .et_pb_column_5, .et_pb_column_6, .et_pb_column_7, .et_pb_column_8, .et_pb_column_9 {
		width: 43% !important;
    	margin-right: 5.5% !important;
	} 
	
}

/*-----------TABLET (VERTICAL)------------*/

@media all and (min-width: 768px) and (max-width: 980px) {
	.mobile_menu_bar:before { color: #621f19 !important; 
		
	}
	
	.et_mobile_menu {
    background-color: rgba(255, 255, 255, 0.8) !important;
    border: none !important;
	}
	
	.et_mobile_menu a {
    color: #621f19 !important;
	font-size: 16px !important;
	}
	
	.et_mobile_menu li {
    text-align: center !important;
	}	
	
	
		

}

/*-----------TABLET (HORIZONTAL)------------*/

@media all and (min-width: 981px) and (max-width: 1300px) {
	.et_pb_column_0 .et_pb_text_0 {
		width: 80% !important;
	}

}

/*-----------TELAS GRANDES ------------*/

@media all and (min-width: 1500px) {

	
}