/*
Theme Name: Zidex Child
Theme URI: https://zidex.modeltheme.com/
Template: zidex
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Industrial & Factory WordPress Theme
Version: 1.0
Text Domain: zidex
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post

*/

/* =Theme customization starts here
------------------------------------------------------- */

/* assistant-200 - latin */
@font-face {
	font-family: "Assistant";
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: local("Assistant ExtraLight"), local("Assistant-ExtraLight"),
		url("./fonts/assistant/assistant-v4-latin-200.woff2") format("woff2"),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
			url("./fonts/assistant/assistant-v4-latin-200.woff")
			format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* assistant-300 - latin */
@font-face {
	font-family: "Assistant";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local("Assistant Light"), local("Assistant-Light"),
		url("./fonts/assistant/assistant-v4-latin-300.woff2") format("woff2"),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
			url("./fonts/assistant/assistant-v4-latin-300.woff")
			format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* assistant-regular - latin */
@font-face {
	font-family: "Assistant";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Assistant"), local("Assistant-Regular"),
		url("./fonts/assistant/assistant-v4-latin-regular.woff2")
			format("woff2"),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
			url("./fonts/assistant/assistant-v4-latin-regular.woff")
			format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* assistant-600 - latin */
@font-face {
	font-family: "Assistant";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local("Assistant SemiBold"), local("Assistant-SemiBold"),
		url("./fonts/assistant/assistant-v4-latin-600.woff2") format("woff2"),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
			url("./fonts/assistant/assistant-v4-latin-600.woff")
			format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* assistant-700 - latin */
@font-face {
	font-family: "Assistant";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local("Assistant Bold"), local("Assistant-Bold"),
		url("./fonts/assistant/assistant-v4-latin-700.woff2") format("woff2"),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
			url("./fonts/assistant/assistant-v4-latin-700.woff")
			format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* assistant-800 - latin */
@font-face {
	font-family: "Assistant";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: local("Assistant ExtraBold"), local("Assistant-ExtraBold"),
		url("./fonts/assistant/assistant-v4-latin-800.woff2") format("woff2"),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
			url("./fonts/assistant/assistant-v4-latin-800.woff")
			format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 30 version
*/

h1,
h1 span,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
input[type="submit"],
.navbar ul li a,
p,
.post-excerpt,
ul,
ul.zidex-list,
ol,
th,
td,
dt,
dd,
address,
body,
.stats-content .skill-count,
.font-assistant,
.single article .article-content p,
.sidebar-content .widget-title,
.sidebar-content .widget-title a {
	font-family: "Assistant";
}

.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.h-100 {
	height: 100%;
}

.zidex_home_sector .wpb_wrapper {
	height: 100%;
}

.align-items-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	justify-content: flex-end !important;
}

.main-content a:not(.button):not(.more-link):not(.btn),
.color-main {
	color: #b18659;
}

body .navbar-default #navbar .menu-item.current-menu-item.current_page_item > a {
	color: #79c8cf;
}
.navstyle-v1.header2 #navbar .menu > .menu-item:hover > a {
	color: #79c8cf!important;
}
.title_subtitle_style_v2 .section-subtitle::after {
	background: #79c8cf!important;
}

a.button:focus {
	color: #fff;
}
a.button::before,
a.button::after,
.zidex_btn::before,
.zidex_btn::after {
	background-color: #c9a173;
}

/* sidebar fixed */
.fixed-sidebar-menu form.wpcf7-form {
	background-color: #000;
}

.fixed-sidebar-menu .logo {
	padding-bottom: 0;
	text-align: center;
}
.fixed-sidebar-menu .left-side h3,
.fixed-sidebar-menu .left-side .wpcf7-acceptance span,
.fixed-sidebar-menu .wpcf7-list-item-label {
	color: #ffffff80;
}

.fixed-sidebar-menu .wpcf7-form label {
	padding-bottom: 5px;
}

.fixed-sidebar-menu zidex-quote-black-content {
	padding-top: 15px;
	padding-bottom: 15px;
}

.fixed-sidebar-menu .wpcf7-list-item-label {
	font-weight: 300;
}
.fixed-sidebar-menu .wpcf7-list-item-label,
.fixed-sidebar-menu .left-side .wpcf7-acceptance span {
	font-size: 14px;
	line-height: 1.4;
	padding-left: 4px;
}

.fixed-sidebar-menu.open {
	min-width: 480px;
}

@media (max-width: 560px) {
	.fixed-sidebar-menu.open {
		min-width: 420px;
	}
}

@media (max-width: 440px) {
	.fixed-sidebar-menu.open {
		min-width: 310px;
	}
}

.mt_thumbnails_custom_content_link_content,
.mt_thumbnails_custom_content_link:hover
	.mt_thumbnails_custom_content_link_content {
	background-color: #fff;
	height: 100%;
}

.mt_thumbnails_custom_content_link {
	margin-top: 5px;
	margin-bottom: 5px;
}

.block-service > div > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.mt-job {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.mt-job {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.mt-job-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.mt-job-top img {
	width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
	.mt-job-button {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.mt-job {
		display: inline-block;
		margin: 0;
	}
}

.post-type-archive-mt_job .header-title-breadcrumb-overlay h1,
.post-type-archive-mt_job .breadcrumb,
.tax-mt_job_type .header-title-breadcrumb-overlay h1,
.tax-mt_job_type .breadcrumb {
	text-align: left;
}

.post-type-archive-mt_job .breadcrumb,
.tax-mt_job_type .breadcrumb {
	color: #fff;
}
.post-type-archive-mt_job .breadcrumb a:after,
.tax-mt_job_type .breadcrumb a::after {
	color: #fff;
}

/* jobs */
.job-type a {
	background-color: #79c8cf;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.job-type a:hover,
.job-type a:focus,
.job-type a:active {
	background-color: #232426;
}

.post-type-archive-mt_job .header-title-breadcrumb-overlay,
.tax-mt_job_type .header-title-breadcrumb-overlay {
	height: 510px;
}

.modal-title {
	color: #fff;
}

.modal.in .modal-dialog {
	z-index: 9999;
}

.blogloop-v4.blogloop-no-flex.list-view .blog_custom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0px;
}

/* blog */
.blog-posts-shortcode .time-n-date {
	background-color: #fff !important;
}

.blog-posts-shortcode.blog-posts .list-view .post-details .post-name a {
	font-size: 22px;
}

.blog-posts-shortcode .list-view .post-details {
	padding: 0;
}

.blog-posts-shortcode .text-element.content-element {
	padding: 5px 0 10px;
}
.blog-posts-shortcode .text-element.content-element p a:hover {
	color: #79c8cf;
}

.list-view .post-details .post-excerpt .more-link {
	background-color: #79c8cf;
}

.list-view .post-details .post-excerpt .more-link:hover {
	background-color: #232426;
}

article.blogloop-v1.single-post.list-view .post-details {
	padding-top: 0;
}

article.blogloop-v1.single-post.list-view .post-name {
	margin-top: 0;
}

.post-separator {
	color: unset;
}

blockquote {
	background: transparent;
	border-left: 3px solid #b18659;
	margin-left: 30px;
}

em {
	color: #151515;
}

.single article .article-content .post-content blockquote p {
	font-size: 22px !important;
	color: #151515 !important;
}

article.single-post {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/* header */
.is_header_semitransparent .logo-infos,
.is_header_semitransparent .navbar-default {
	/* background: rgba(21, 21, 21, 0.2) none repeat scroll 0 0; */
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}

.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default {
	background-color: rgba(255,255,255,0.85);
}

.error404.is_header_semitransparent header {
	position: inherit;
}

.error404.is_header_semitransparent .logo-infos,
.error404.is_header_semitransparent .sticky-wrapper {
	background-color: #232426;
}

.header2 #modeltheme-main-head > div .row {
	border-top: 1px solid rgba(35, 36, 38, 0.1);
  }

  header.header2 .header-info-group,
  header.header2 .header-button,
  .nav-search {
	border-left: 1px solid rgba(35, 36, 38, 0.1);
  }

/* header icon */
.header-info-group i {
	font-size: 24px;
	margin-top: 0;
	padding-top: 16px;
}

.header-info-group p {
	font-size: 15px;
	line-height: 1.3;
	color: rgb(35, 36, 38);
}

/* job home list */
.header-title-breadcrumb-overlay-semitransparent {
	background: rgba(0, 0, 0, 0.35);
}

.mt-job-top img {
	display: none;
}
.mt-job-top h3,
.mt-job-top h5 {
	padding-left: 0;
}

.single .post-name {
	margin-bottom: 15px;
}

.post-type-archive-mt_job .header-title-breadcrumb-overlay,
.tax-mt_job_type .header-title-breadcrumb-overlay {
	background-image: url(../zidex-child/images/bg-jobs.jpg) !important;
}

/* text header */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.dark_title {
	color: #232426;
}
.stats-content .skill-count {
	color: #232426 !important;
}

.title_subtitle_style_v2 .section-subtitle {
	letter-spacing: 3px;
}

.title_subtitle_style_v2 .section-subtitle.light_subtitle:before {
	background-color: #fff;
	opacity: 0.7;
}

.logo img,
.navbar-header .logo img {
	width: 300px;
}

@media (max-width: 768px) {
	.logo img,
	.navbar-header .logo img {
		padding-left: 15px;
	}
}
@media (max-width: 380px) {
	.logo img,
	.navbar-header .logo img {
		width: 230px;
	}
}

.header2 .navbar-header h2.logo {
	text-align: left;
}

.navbar-header h2.logo {
	margin: 22px 0 22px 20px;
	margin-left: 20px;
	position: relative;
	left: 0px;
	margin-left: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navstyle-v1.header2 #navbar .menu > .menu-item > a {
		padding: 8px 14px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	text-transform: none !important;
}

/* image */
.alignleft {
	padding-right: 20px;
}

/* list in text */
.entry-content ol > li,
.post .main-content ul > li {
	margin-top: 6px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.entry-content ul,
post ul {
	list-style: none;
	padding-left: 40px;
}

.entry-content ul > li:before,
.post .main-content ul > li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	padding-right: 8px;
	margin-left: -24px;
	color: #b18659;
}

.post .main-content ul > li:before,
.marker-square ul > li:before {
	content: "\f04d";
	font-size: 6px;
}
.marker-square ul > li {
	display: flex;
}

.text_center.title_subtitle_style_v2.subtitle_above .section-title {
	margin: 0 auto;
}

/* accordion */
.vc_tta-accordion .title_subtitle_style_v2 .section-title {
	font-size: 36px;
	line-height: 1.2;
}

.font-light .title_subtitle_style_v2 .section-title {
	font-weight: 300;
}

/* page numbers */
.nav-links .page-numbers {
	color: #fff!important;
}


/* back to top */
.back-to-top.modeltheme-is-visible {
	z-index: 9999;
}

.back-to-top::before, .back-to-top::after {
	background: #c9a173;
}
/* shariff */
.single-mt_job .shariff {
	display: none !important;
}
.single-mt_job .shariff-visible .shariff {
	display: block !important;
}

/* contact form */
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
	background: #b18659;
	color: #ffffff;
	font-weight: 600;
	border-style: none;
	padding: 15px 45px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
form.wpcf7-form .wpcf7-acceptance span {
	font-weight: 300;
	color: #232426;
}

form.wpcf7-form .wpcf7-form-control-file {
	font-weight: 300;
	color: #999;
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover,
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:focus,
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:active {
	background: #c9a173;
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:before {
	content: "";
	background: #232426;
	position: absolute;
	z-index: -1;
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:after {
	content: "";
	background: #232426;
	position: absolute;
	z-index: -1;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover:after {
	width: 100%;
}

form.wpcf7-form .wpcf7-list-item-label a {
	margin-right: 0;
}

.textwidget .wpcf7 .wpcf7-response-output {
	color: #ffffff80 !important;
}

.textwidget .wpcf7-text-require {
	font-size: 14px;
}

.mb-0 {
	margin-bottom: 0;
}