/*
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
*/
@media screen and (max-width: 800px) { 
.mobilebg .home_header .fusion-column-wrapper {
	justify-content: center;
}
}
@media only screen and (min-width: 1101px) and (max-width: 1300px){
	.mobilebg .fusion-layout-column:first-child {
		width:12% !important;
	}
	.mobilebg .fusion-layout-column:nth-child(2) {
		width:39% !important;
	}
	.mobilebg .fusion-layout-column:last-child {
		width:49% !important;
	}
}
@media only screen and (max-width: 1100px) {
  #main_tab .fusion-post-cards > .fusion-grid > .fusion-grid-column {
    width:100% !important;
  }
}
html :where([style*="border-color"]) {
  border-style: none;
}
.icon_content .heading {
	margin-bottom:0px !important;
}
#main_tab .fusion-tabs.classic.horizontal-tabs .nav-tabs > .active > .tab-link {
	border-top: 0px solid #fff4e3 !important;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f4c542 !important;
}
#main_tab .fusion-tabs.classic.horizontal-tabs .nav-tabs > .tab-link {
	border-top: 0px solid #fff4e3 !important;
}
#main_tab .fusion-tabs, #main_tab {
	border:none;
}
