/*
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
*/


@import url("../Avada/style.css");

.wcb-alignright {float:right}
#wcb-tagline-color {color: #cf9223}

#wcb-main-menu ul li {margin-left:10px;border-right: 1px solid #cf9223;padding-right:10px;}
#wcb-main-menu li:last-child {border-right:none} 

#wcb-searchform {margin-top:0px;}
.wcb-searchinput {border:1px solid #e7e6e6;
	padding:5px 0px;
	font-size:13px;
	color:#333333;
	text-indent:5px;
	display:block;
	float:left}
.wcb-searchbutton {margin-left:5px;height: 28px;font-weight: bold;}

.wcb-footer {border-top:1px solid #aaa9a9;}
.wcb-footer table, td, th {border:none}
.wcb-footer-rightcol {width:60%;text-align:right;}

.wcb-footer-menu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none;}
.wcb-footer-menu li {display: inline; padding: 0px 0px 0px 0px;}

.wcb-breadcrumbs ul{float:left;text-align:left;}
.wcb-breadcrumbs li:first-child {margin-left:0px;}

.wcb-footer-table {width:46%; margin-left:26%;}

#wcb-alert .close {
    display: none;
}

/* Used to handle long event titles in Event Calendar */
span.fc-title {
	padding-right: 1px !important;
	display: block;
	text-overflow: ellipsis;
	white-space: pre-line;
}

.event p:nth-of-type(3), .event p:nth-of-type(3) + br {
	display: none;
}

.events-table tr td {
	padding-bottom: 10px;
}

/* Fix style conflict between Avada Theme and Ninja Forms */
.nf-form-cont .nf-field .fa.fa-info-circle.nf-help:before {
  display: none;
}
