    /*
    Theme Name: Kava Child Theme
    Template: kava 
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: kava-child-theme
    */

/** Career section  */


.single-career .entry-title {
	position: relative;
	float: left;
	width: 63%;
	font-size: 250%;
}

.single-career .career-apply-button {
	position: relative;
	float: right;
	width: 37%;
	text-align: right;
}

.single-career .career-locations {
	margin: 30px 0px;
}

.single-career .entry-content {
	float: left;
}

.single-career .site-footer {
	float: left;
	width: 100%;
}

.career-wrap { position: relative; background: #fff; box-shadow: 0 0 5px rgb(0 0 0 / 8%); padding: 20px; margin-bottom: 20px; display: block; overflow: hidden; }

.career-title { width: 50%; float: left; text-align: left; }

.career-title h3,
.career-title h3 a,
.career-title h3 a:visited
{ border-bottom: 0px; color: #000; text-decoration: none !important; }

.career-read-more { width: 50%; float: right; text-align: right; }

.career-read-more a,
.type-career .career-apply-button a {
	background-color: #0f4366;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 8px 20px;
	text-decoration:none;
	text-transform: uppercase;
}

.career-read-more a:hover,
.type-career .career-apply-button a:hover {
	background-color: #f9db52;
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.career-excerpt { width: 100%; clear: both; float: left; }

.career-locations {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	margin-top: 20px;
}

.career-locations ul { padding: 0px; margin: 0px; color: #0f4366; font-weight: 600; }

.career-locations li { 
	background: #e3e3e3; 
	/* border-radius: 50px; */
	padding: 8px 15px; 
	margin: 0px 5px 5px 0px; 
	list-style:none; 
	display: inline-block; }

.career-apply-anyway {
	text-align: center;
	margin-bottom: 30px
}
.career-apply-anyway p {
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 10px 0;
	text-align: center
}
.career-apply-anyway .btn-blue-outline, .career-apply-anyway .resumator-buttons a, .resumator-buttons .career-apply-anyway a {
	padding: 5px 10px;
	font-size: 12px
}