/*
 Theme Name:   The Recruiting Company
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Divi Child Theme
 Author:       Dane Morgan
 Author URI:   http://danemorganmedia.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or laterhttps://therecruitingcompany.co/wp-admin/theme-editor.php?file=functions.php&theme=therecruitingcompany
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 */

/** TRC Footer */

#main-footer {
    background-color: #252525;
}

.et_pb_widget {
    float: none;
}

.trc_footer {
    text-align: center;
}

.trc_footer .row_17 img {
    width: 200px;
    height: auto;
}

.trc_footer .row_18,
.trc_footer .row_19 {
    padding-top: 20px;
    font-size: 16px;
	letter-spacing: 1px;
	font-family:'Open Sans';
}

.trc_footer .row_20 {
    padding: 20px 0 20px;
    font-size: 16px;
	letter-spacing: 1px;
	font-family:'Open Sans';
}

.trc_footer a {
    color: #2ea3f2;
}

#footer-bottom {
    display: none;
}

/*----------------------------------------------
            form design 17/01/018
------------------------------------------------*/

input[type="password"],
input[type=text],
input[type=tel],
input[type=email],
.field select,
.search_jobs input[type="text"],
.chosen-container-single .chosen-search input[type=text],
.chosen-container .chosen-results li,select, {
  /*  padding: 15px;
    font-size: 14px;*/
}
input[type=text],
input[type=password], input.text, input.title, textarea, select,
.chosen-container .chosen-results li {
    padding: 15px;
    font-size: 14px;
    border:1px solid #ddd;
}

.job-manager-form input[type="submit"] {
    padding: .90909091em 2em;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
}

.job-manager-form input[type="submit"]:hover {
    /*background-color: #295199;
color: #fff;*/
}

.chosen-container .chosen-single {
    height: auto;
    box-shadow: none;
    background-image: none;
    padding: 12px 15px;
    background-color: #fff;
    border-radius: unset;
    font-size: 14px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    height: auto;
    box-shadow: none;
    background-image: none;
    padding: 12px 15px;
    background-color: #fff;
    border-radius: unset;
}

.chosen-container-single .chosen-single div b {
    margin-top: 13px;
}

#left-area ul.job_types,
.entry-content ul.job_types {
    list-style-type: none;
}

ul.job_listings li:nth-child(odd) {
    /*background-color: #fff;*/
}

ul.job_listings li:nth-child(even) {
    /*background-color: #f5f5f5;*/
}

ul.job_listings li ul li {
    /*background-color: transparent !important;*/
}

ul.job_listings li.job_position_filled {
    pointer-events: none;
}

.chosen-container-single .chosen-search input[type=text] {
    background-image: none;
}

.job-manager-form .field #left-area ul.chosen-choices,
.entry-content .job-manager-form .field ul.chosen-choices {
    padding: 10px 15px !important;
    font-size: 14px;
    background-image: none;
}

#left-area ul,
.entry-content ul {
    list-style-type: none;
}

ul.job-listing-meta.meta li {
    list-style: none;
}

.single_job_listing .application .application_button {
    font-size: 15px;
    line-height: normal;
    margin: auto;
    padding: 15px 30px;
}

input[type="button"],
.job-manager-form input[type="submit"],
input[type="submit"] {
    position: relative;
    text-decoration: none;
    display: inline-block;
    border: solid #6aa800 2px;
    background-color: rgba(106, 168, 0, 1);
    /*-webkit-box-shadow: 0px 0px 2px 0px #333;
-moz-box-shadow: 0px 0px 2px 0px #333;
box-shadow: 0px 0px 2px 0px #333;*/
    font-weight: bold;
    color: #fff;
    font-family: Arial;
    box-shadow: none;
    padding: 15px 30px;
    font-size: 15px;
}

input[type="button"]:hover,
.job-manager-form input[type="submit"]:hover,
input[type="submit"]:hover {
    color: #6aa800;
    border-color: #6aa800;
    background-color: rgba(255, 255, 255, 1);
    /* -webkit-box-shadow: 0px 0px 2px 0px #333;
 -moz-box-shadow: 0px 0px 2px 0px #333;
 box-shadow: 0px 0px 2px 0px #333;*/
    border: solid #6aa800 2px;
}

li.job_listing a div.position h3,
.resumes h3,
.main_title,
.et_post_meta_wrapper .entry-title {
    font-weight: 600;
}

/* Sidebar Customizations */

h4.widgettitle {
	font-weight: 700;
}

#menu-item-13875 a {
	font-weight: 700;
}

@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}

.flash {
-webkit-animation: flash linear 1s 5;
	animation: flash linear 1s 5;
}

li .date {
	font-size: 12px;
}

/* Shrink image on job post page */
.et_post_meta_wrapper > img {
	width: 20%;
}

/* Adjust image placement slightly */
.single_job_listing .company img {
    top: 3px;
}

#footer-widgets {
    padding: 4% 0 0;
}

#post-7 .entry-content .et_pb_section .et_pb_row {
	padding-left: 0px;
	padding-right: 0px;
}

.job-manager .full-time, .job-types .full-time, .job_listing .full-time {
    color: #169c00;
}

.maxbutton {
	transition: ease .5s;
}

.ninja-forms-field {
	min-height: 49px;
}

li.feed {
    display: none;
}

/* hides main title header on activity page */

.page-id-14933 .entry-title {
    display: none;
}

/* hides the subnav below the personal update form */

.page-id-14933 .item-list-tabs.activity-type-tabs {
    display: none;
}

.page-id-14933 .item-list-tabs.activity-type-tabs {
    display: none;
}

.page-id-14933 .item-list-tabs.no-ajax {
    display: none;
}

div#whats-new-post-in-box {
    display: none;
}

/* hides the update comment next to Respond */

#buddypress #reply-title small a span, #buddypress a.bp-primary-action span {
    display: none;
}

.hidden {
    display: none;
}

.footer-widget {
    float: none;
	color: #fff;
}

li div a.button {
    background-color: #169c00 !important;
    color: #fff !important;
    border: 1px solid #169c00 !important;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

li div a.button:hover {
    color: #169c00 !important;
    background-color: #fff !important;
    border: 1px solid #169c00 !important;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    transition: all .3s ease;
}