/* 
 Theme Name:     Hinds Behavioral Health Services 
 Author:         Hinds Behavioral Health Services 
 Author URI:     http://agoracompany.com
 Template:       Divi
 Version:        1.0
 Description:   A Divi Child Theme built for Hinds Behavioral Health Services
 Wordpress Version: 4.7.2
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.et_pb_button {
	color: #ffffff;
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid #fbb03b;
    -webkit-border-radius: 3px solid #fbb03b;
    -moz-border-radius: 3px solid #fbb03b;
    border-radius: 3px;
    background: #fbb03b;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 90%;
    max-width: 90%;
    margin: 20px auto;
}

#top-header, #et-secondary-nav li ul {
	background-color: #ffffff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.fa-social {
	background: #393e49;
	padding: 10px;
	border: 1px solid #393e49;
	border-radius: 50%;
}

a.bold-link {
	font-weight: bold;
	color: #262872;
}

p.post-meta {
	display: none;
}

.header-content h1 {
	text-transform: uppercase;
}

h2.upper {
	text-transform: uppercase;
}

.et_pb_toggle_close {
    padding: 20px;
    background-color: #f9f9f9;
}

.et_pb_toggle {
    border: 1px solid #e5e5e5;
}

.et_pb_toggle_title:before {
    color: #262872;
}

.et_pb_toggle_close h5.et_pb_toggle_title {
    color: #262872;
}

.et_pb_toggle_open h5.et_pb_toggle_title {
    color: #262872;
	font-weight: bold;
}

#top-menu > li.highlight span {
    padding: 6px 10px;
    color: #fff;
	background-color: #fbb03b;
    border: 2px solid #fbb03b;
    border-radius: 2px;
}

.nav li ul {
    visibility: hidden;
    z-index: 9999;
    width: 340px;
    border-top: 3px solid #2ea3f2;
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#top-menu li li a {
    width: 300px;
    padding: 6px 10px;
}

.bold-nav a {
        padding-left: 0 !important;
	font-weight: bold;
	color: #262872 !important;
}

.et_pb_widget a {
    color: #5559FE;
    text-decoration: none;
}

#et-info-email {
	display: none !important;
}

.et_mobile_menu .menu-item-has-children > a {
	background-color: rgba(0, 0, 0, 0.06);
	border-bottom: 2px solid #262872;
	font-weight: bold;
}

/*------------------------------------------------*/
/*--------------[JC - FANCY LINES]----------------*/
/*------------------------------------------------*/
 
hr.line-orange-left {
	border: 0;
	height: 2px;
	background-color: #fbb03b;
	width: 100px;
	margin-left: 0px;
}
hr.line-orange-center {
	border: 0;
	height: 3px;
	background-color: #fbb03b;
	width: 100px;
}
hr.line-orange-right {
	border: 0;
	height: 3px;
	background-color: #fbb03b;
	width: 100px;
	margin-right: 0px;
}
hr.orange-line {
	border: 0;
	height: 3px;
	background-color: #fbb03b;
	width: 100%;
}

/*------------------------------------------------*/
/*--------------[JC - JOB BOARD]----------------*/
/*------------------------------------------------*/

.job-features {
	display: none !important;
}

form.jobpost-form {
	display: none !important;
}

.sjb-content {
	padding-bottom: 50px;
}

/*------------------------------------------------*/
/*--------------[JC - GRAVITY FORMS]----------------*/
/*------------------------------------------------*/

body .gform_wrapper .gform_footer, body .gform_wrapper .gform_page_footer {
    overflow: hidden;
    text-align: left !important;
}