/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Roper Center
Template: Avada
*/

#wrapper .fusion-secondary-header {
	position: relative;
	margin: 0 auto;
	width: 100%;
	background: #b31b1b !important;
}
#dark-gray a {color: #333333;}
.fa-fusion-box, .fusion-date-and-formats .fusion-date-box {background-color:#222222 !important;}
.fusion-icon-pen {color:#222222 !important;}
.fusion-content-boxes .content-wrapper-background {padding:0;}
.fusion-content-container-border {border:1px solid #E5E4E4; padding:20px;}
.fusion-content-wrapper {text-align:left;}
h3 {font-weight:bold;}
a {font-weight: 600;}
a:hover {text-decoration:underline !important;}
.bkcolor-e0dede {background-color:#f7f7f7; border:1px solid #cccccc; padding:5px 10px;}
.bkcolor-fff {background-color:#ffffff; border:1px solid #cccccc; padding: 0px 10px; margin:7px 0px;}
th {border-color: #E0DEDE;}
.body-sm {font-size: .80em;}

.fusion-footer-widget-area a:hover {color: #ffffff !important;}
footer.fusion-footer-widget-area .current_page_item a {
	color:#ffffff !important; 
	font-weight: bold !important;
}

.page-id-3385 .feedzy-rss .rss_item:first-child {display: none;}

/*-----Pagetitle bar - title and search form width adjustments-----*/
.fusion-page-title-captions {
  display: table-cell;
  vertical-align: middle;
  width: 85%;
}
.page-title-bar-search .fusion-page-title-captions {
  width: auto;
}
.fusion-page-title-secondary {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.fusion-page-title-secondary .searchform {
  display: inline-block;
  width: 100%;
}
#searchform.search {width:100%;}
input#s {width:80%;}  /*---End Page Title Bar width adjustment--*/

.wp-caption-text {font-weight: bold; font-size: 12px; line-height: 14px; text-align: center;} /*--Caption under images--*/
.single-navigation {margin-bottom: 30px;} /* space below Prev Next on posts  */
.standout {font-weight: bold; font-size: large;}
.standout2 {font-weight: bold; font-size: 20px; color: #222222; line-height: 24px;}
.standout3 {font-weight: bold; font-size:16px; color: #222222; line-height: 24px;}
.standout4 {font-weight: bold; font-size:14px; color: #222222; line-height: 24px;}
.table-striped
.table-striped tr:nth-child(odd) {background-color:#ffffff;}
.table-striped tr:nth-child(even) {background-color:#f7f7f7;}
/*--Begin Page Title Bar Custom Subheader Text--*/
.page-title h3 {
font-weight: bold;
font-size: 20px;
line-height: 16px;
color: #FFFFFF;
margin: 0;
padding: 0;
} /*---End Page Title Bar Custom Subheader Text--*/

#container .highcharts-container { margin: 0 auto; }
input[type="checkbox"]:disabled + label { color: #999; } /* used on Gravity forms where input field is disabled  */

/* Screen reader only - used on search form label and legend */ 
.sr-only-1 {
	position:absolute; 
	left:-10000px; 
	top:auto; 
	width:1px; 
	height:1px; 
	overflow:hidden;
}
/*  Added Skip to Content in header.php CHILD  */
#skiptocontent a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#BF1722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}

a.fusion-icon-facebook {
  background-color:#3a5795 !important;
  border-color:#3a5795 !important;
}

a.fusion-icon-twitter {
  background-color:#55ACEE !important;
  border-color:#55ACEE !important;
}

a.fusion-icon-linkedin {
  background-color:#4875B4 !important;
  border-color:#4875B4 !important;
}

a.fusion-icon-rss {
  background-color:#F26522 !important;
  border-color:#F26522 !important;
}

a.fusion-icon-youtube {
  background-color:#cd201f !important;
  border-color:#cd201f !important;
}

a.fusion-icon-mail {
  background-color:#4bad31 !important;
  border-color:#4bad31 !important;
}

a.fusion-icon-pinterest {
  background-color:#cb2127 !important;
  border-color:#cb2127 !important;
}

a.fusion-icon-googleplus {
  background-color:#dd4b39 !important;
  border-color:#dd4b39 !important;
}

a.fusion-icon-tumblr {
  background-color:#35465c !important;
  border-color:#35465c !important;
}

a.fusion-icon-reddit {
  background-color:#ff4500 !important;
  border-color:#ff4500 !important;
}

a.fusion-icon-vk {
  background-color:#45668e !important;
  border-color:#45668e !important;
}