/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/




/*-----------------------------------------------------------------------*/


.la_carte .global {
    margin-bottom: 20px;
    border-bottom: 1px dotted #cc9b61;
    padding-bottom: 10px;
	color: #fff;
}
.la_carte .text_flex {
    display: flex;
    justify-content: space-between;
}
.la_carte .text_p {
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
}
.la_carte .description{
	text-transform: capitalize;
}

.la_carte p{color: #fff;}

.la_carte .text_flex p {
    text-transform: uppercase;
}
.la_carte h3{
    text-transform: uppercase;
	color: #cc9b61 !important;
}
.la_carte h4{
    text-transform: uppercase !important;
	color: #cc9b61 !important;
}

.la_carte h5{
    text-transform: uppercase !important;
	color: #cc9b61 !important;
}

.la_carte h6{
    text-transform: uppercase !important;
	color: #cc9b61 !important;
}

.la_carte .dis_p {
     margin-left: auto;
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
}

.la_carte p.text_canter {
    text-align: center;
}




