/*
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
*/
.cont_Txt_size .content-container {
	font-size:14px;
	line-height: 1.2;
}
.cont_Txt_size .heading {
  margin-bottom: 5px !important;
}
#img_abso {
	position: absolute;
  bottom: -30px;
  left: 3%;
}
@media screen and (max-width: 800px) { 
	.top_header .fusion-flex-justify-content-flex-start {
		justify-content: center !important;
	}
	.top_header .fusion-flex-justify-content-flex-end {
	  justify-content: center !important;
	}
}
@media only screen and (min-width: 801px) and (max-width: 867px){
	.top_contact .awb-menu__main-a_regular {
    padding-right: 5px;
    padding-left: 5px;
}
}
@media only screen and (min-width: 1101px) and (max-width: 1140px){
	.top_contact .awb-menu__main-li {
    margin-left: calc(10px / 2);
    margin-right: calc(10px / 2);
}
}