/*
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
*/

.fusion-slider-loading {
    display:none!important;
}
.home .fusion-header {
	background:rgba(0,0,0,0);
}
.fusion-is-sticky .fusion-header {
    height: 77px!important;
}
.fusion-is-sticky .fusion-main-menu > ul > li > a {
    line-height:40px;
    height:auto;
}
.text-white {
    color:#fff;
}
@media only screen and (min-width: 800px) {
	.portfolio-half .flexslider {
		width: 50% !important;
	}
	.portfolio-half .project-content {
    	width: 45% !important;
	}
}
.fix-margin-right {
    margin-right:4%!important;
    margin-left:0!important;
}
.fix-margin-left {
    margin-left:4%!important;
    margin-right:0!important;
}
.fix-float-right{
    float:right!important;
    margin-right: 0%!important;
}
.fix-float-left{
    float:left!important;
    margin-left: 0%!important;
}
.fix-align-center .heading {
    margin:0 auto;
}
@media (max-width:800px){
    .fix-margin-right {
        margin-right:0px!important;
    }
    .fix-margin-left {
        margin-left:0px!important;
    }
    .fix-float-right,
    .fix-float-left {
        float:none!important;
    }
    .fix-mobile-margin-bottom {
        margin-bottom:0px!important;
    }
}
.portfolio_title {
	font-size:48px;
	font-family: "Roboto Condensed";
    font-weight: 300;
    line-height: 1.5;
	margin-bottom:40px;
}