/*
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-footer-widget-area .widget_recent_entries li {
  border-bottom: 1px solid;
  padding-bottom: 0;
}
.fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a{padding:2px 21px 2px 47px;}
.fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a .fusion-megamenu-bullet{
	margin-left:-13px;
}
.portfolio-half .flexslider:not(.tfs-slider){
	width:50%;
}
.portfolio-half .project-content{
	width:50%;
}
.fusion-carousel .fusion-carousel-item{margin:0 20px;text-align:center;}
.fusion-page-title-bar{border:none;}
/* 首页 */
.u-content-box-01 .content-box-heading{color:#006bb6;}
.u-content-box-01 .content-container{text-align:left!important;}

/* portfolio */
.fusion-tabs{margin-bottom:0;}
.portfolio-full .flexslider{margin-bottom:0;}
.single-navigation{margin-bottom:0;}
.fusion-portfolio-content a{color:#006bb6;}
.single-avada_portfolio .tab-pane{min-height:253px;border:none;word-wrap:break-word;}
.single-avada_portfolio .tab-pane th{width:40%;}
.single-avada_portfolio .fusion-tabs h4{color:#006bb6!important;}
.single-avada_portfolio .fusion-slider-sc .flex-direction-nav a{background-color:#006bb6;}
.fusion-tabs .nav-tabs > li .fusion-tab-heading{font-size:16px!important;}
.ilightbox-button.mac {
  background: #006bb6!important;
  background: -moz-linear-gradient(top, #006bb6 0%, #006bb6 40%, #006bb6 60%, #006bb6 100%)!important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006bb6), color-stop(40%, #006bb6), color-stop(60%, #006bb6), color-stop(100%, #006bb6))!important;
  background: -webkit-linear-gradient(top, #006bb6 0%, #006bb6 40%, #006bb6 60%, #006bb6 100%)!important;
  background: -o-linear-gradient(top, #006bb6 0%, #006bb6 40%, #006bb6 60%, #006bb6 100%)!important;
  background: -ms-linear-gradient(top, #006bb6 0%, #006bb6 40%, #006bb6 60%, #006bb6 100%)!important;
  background: linear-gradient(to bottom, #006bb6 0%, #006bb6 40%, #006bb6 60%, #006bb6 100%)!important;
}
.fusion-tabs .nav-tabs li{border-bottom:#006bb6 solid 2px;}
#wrapper .fusion-tabs.classic .nav-tabs > li.active .tab-link{border-color:#e6f4fd!important;}
.fusion-tabs.fusion-tabs-1 .nav-tabs li.active a{background:#006bb6!important;}
.fusion-tabs.fusion-tabs-1 .nav-tabs li.active a h4{color:#ffffff!important;}
.fusion-portfolio-content-wrapper .fusion-image-wrapper{padding-top:20px;}

/* 自适应 */
@media (min-width: 768px) {
	.fusion-tabs .nav-tabs li:first-child{border-left:none;}
	.fusion-portfolio-content-wrapper .fusion-image-wrapper{
		padding:20px;
		text-align:center;
	}
	.fusion-header-banner{
		padding-top:66px;
	}
}

@media (max-width: 767px) {
	.hidden-xs{
		display:none;
	}
	.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-logo{
		width:80%!important;
	}
	.fusion-header-banner{
		width:100%;
	}
}