/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.jobs-wrapper .article-inner .text-center {
  	text-align: left;
}
.entry-content.jobs-wrapper {
  	text-align: left;
  	padding-left: 1.5em;
  	padding-right: 1.5em;
	padding-top: 0; 
}
.jobs-wrapper .entry-header-text.entry-header-text-top.text-center {
	padding-bottom: 0;
}
.jobs-wrapper .article-inner {
	padding: 20px;
	background: rgb(44, 83, 100);
	border-radius: 5px;
}
.jobs-wrapper .more-link {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.8em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	border-radius: 10px;
}
.jobs-wrapper h3,
.jobs-wrapper p {
	color: #fff;
}
.jobs-wrapper footer.entry-meta {
	display: none;
}
.jobs-wrapper .entry-title a:hover {
	color: #fff;
}

.jobs-form-inner {
  padding: 30px;
  background: rgb(47, 92, 111);
  border-radius: 5px;
}
.jobs-form-inner h2,
.jobs-form-inner label {
  color: #f9d13e
}
.jobs-form-inner input[type="submit"],
.jobs-form-inner input, 
.jobs-form-inner select,
.jobs-form-inner textarea {
	border-radius: 10px;
}
.jobs-form-inner input[type="submit"] {
	margin-bottom: 0;
}
.jobs-wrapper.jobs-archive.page-wrapper {
  background-image: url(https://mstaging.co/linktrix/wp-content/uploads/2022/06/1-1.jpg);
  padding-top: 4rem;
  position: relative;
}
.jobs-wrapper.jobs-archive.page-wrapper .background-fill {
  background-color: rgba(255, 255, 255, 0.709);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.details-wrapper dd {
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 26px;
  padding-right: 26px;
  border-bottom: 2px solid rgba(102,102,102,.85);
}
.details-wrapper h4 {
  padding-left: 26px;
  padding-right: 26px;
  color: #000;
}
.details-wrapper {
  background: #f9d13e;
  padding-top: 12px;
  padding-bottom: 0;
  border-radius: 5px;
}
.details-wrapper span {
  color: #000;
  padding-right: 12px;
  min-width: 95px;
  text-transform: none;
 // font-size: 15px;
}
.details-wrapper dd {
  color: #000;
  text-transform: none;
}
.details-wrapper dd:last-child {
  border-bottom: none;
}
body.single-jobs #main .row.align-center{
  max-width: 1400px;
}
body.single-jobs .main-job-wrapper {
  display: flex;
  margin-bottom: 4rem;
}
body.single-jobs .main-job-wrapper .job-details {
  width: 30%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

body.single-jobs .main-job-wrapper .entry-content {
  padding-left: 30px;
  width: 70%;
}
body.single-jobs .entry-header .entry-title {
	display: none;
}
body.single-jobs .main-job-wrapper .entry-title {
	text-align: left;
}
body.single-jobs .main-job-wrapper .entry-header-text {
	padding-left: 0;
	padding-top: 0;
}
body.single-jobs .main-job-wrapper .entry-header-text h1 {
	border-bottom: 3px solid #2F5C6F;
	margin-bottom: 0;
	padding-bottom: .5em;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}