/*
Theme Name: The7
Theme URI: https://the7.io/
Author: Dream-Theme
Author URI: https://dream-theme.com/
Description: Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you'll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).
Version: 11.11.2
Tested up to: 6.3
Requires PHP: 7.0.0
Requires at least: 5.4.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: https://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: https://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
Text Domain: the7mk2
*/

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}

#the7-body a.scroll-top {
	background-image: url(images/totop.webp);
	background-size: 100% 100%;
	width: 91px;
	height: 68px;
	border: none;
    border-radius: 0;
	padding: 0;
	background-color: transparent;
}
#the7-body a.scroll-top svg {
	display: none;
}
.job-content {
	margin-top: 160px;
	padding: 0 20px;
}
.j-jobForm {
	display: flex;
	justify-content: center;
	gap: 1em;
}
.j-jobForm select, .j-jobForm input {
	width: 270px;
	border-radius: 12px;
	color: rgb(0 21 98 / 40%);
	margin-bottom: 0 !important;
}
.j-jobFormButton {
	background-color: transparent;
	border: none;
	color: #5CEABB;
}
.j-Total {
	color: #00DC93;
	margin-top: 32px;
}
.j-jobItem {
	border-top: 1px solid #C9D5E3;
	margin-top: 20px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	color: #A1A4A5;
}
.j-jobTitle a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	position: relative;
}
.j-jobTitle a svg {
	position: absolute;
	right: calc(100% + 5px);
	top: 25%;
	display: none;
}
.j-jobItem:hover .j-jobTitle a {
	color: #00DC93;
	text-decoration: none;
}
.j-jobTitle:hover a svg {
	display: block;
}
.j-jobItemRight {
	text-align: right;
}
.j-jobItem a.j-more {
	text-decoration: none;
	display: inline-flex;
	padding: 8px 19px;
	background-color: #fff;
	color: #080E10;
	align-items: center;
	gap: 5px;
	border-radius: 100px;
	margin-top: 15px;
}
.j-jobItem.Open .j-status {
	color: #00DC93;
}
.j-jobItem:hover a.j-more {
	background-color: #00DC93;
}
.j-jobHead {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
}
.j-jobHead > * {
	padding: 0 12px;
	background-color: #F4F7FA;
	color: #2F466B;
	border-radius: 16px;
	font-size: 80%;
}
.j-jobHead > div:first-child {
	color: #2065EE;
}
.j-jobHead a {
	color: inherit;
	text-decoration: none;
}
.j-titleDetail {
	margin: 0 auto;
	text-align: center;
}
.j-ball {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 100px;
}
.j-locationDetail {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.j-statusDetail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.j-statusDetail,
.j-statusDetail a {
	color: #A1A4A5;
	text-decoration: none;
}
.j-statusDetail.Open,
.j-statusDetail.Open a {
	color: #00DC93;
}
.j-statusDetail.Open path {
	fill: #00DC93;
}
.single-related-posts h3 {
	color: #00DC93;
	text-align: center;
}
.j-applyJob {
	align-items: center;
	text-align: center;
	margin: 20px auto;
}
.j-applyJob a {
	border-radius: 100px !important;
	margin: 0 auto;
}
.elementor-field-group input[type="file"] {
	position: relative;
	border-radius: 0 !important;
}
.elementor-field-group input[type="file"]::after {
	content: 'Format: doc, docx, pdf';
	color: #555;
	position: absolute;
	top: 33%;
	left: 30%;
	line-height: 1;
	font-size: 0.8em;
}
.j-loadmore {
	display: block;
	margin: 32px auto;
	color: #00DC93;
	text-align: center;
	cursor: pointer;
}
#main > .wf-wrap, #bottom-bar > .wf-wrap, #footer > .wf-wrap {
    width: 1350px;
}
.elementor-field-group label {
	width: 200px;
	padding-bottom: 0 !important;
}
.the7-simple-widget-posts-carousel .short-description {
	white-space: pre;
}
@media (max-width: 767px) {
	.job-content {
		margin-top: 100px;
	}
	.j-jobForm, .j-jobItem {
		display: block;
		font-size: 80%;
	}
	.j-jobForm select, .j-jobForm input {
		width: 100%;
		margin-bottom: 20px !important;
	}
	.j-jobFormButton {
		text-align: center;
		width: 100%;
	}
	.j-jobItemRight {
		text-align: left;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.j-jobItem a.j-more {
		margin-top: 0px;
		padding: 0 10px;
	}
	.j-jobHead {
		margin-bottom: 20px;
	}
	.elementor-field-group input[type="file"] {
		padding-bottom: 18px !important;
	}
	.elementor-field-group input[type="file"]::after {
		/* top: calc(100% - 13px); /**/
		left: 50%;
	}
	.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-icon-div {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.elementor-widget-the7_icon_widget {
		display: inline-block;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.elementor-widget-the7_icon_widget .elementor-widget-container {
		margin-right: 0 !important;
	}
    body .elementor-labels-above .elementor-field-group>.elementor-field-label {
    	padding-bottom: 10px !important;
    }
}