/*
 Theme Name:   Career Child
 Theme URI:    https://careers.shinedezign.com/
 Description:  A child theme of Career theme.
 Author:       Shine Dezign
 Author URI:   https://careers.shinedezign.com/
 Version:      1.0.0
*/


body,ul,ol {
    font-family: 'FuturaBTW01-Book' !important;
}
body.home.page-template {
    padding-right: 0 !important;
}
.apply-form-outer.custom-top {
    margin: 30px 0px;
}
/*.overlay-menu.active .main-content ul li span {
    font-weight: bold;
    font-family: inherit !important;
}*/
.select-job select, .apply-form-outer .form-field span select {
    padding: 10px 25px 10px 10px;
	-webkit-appearance: none;
}
.apply-form-outer .form-field {
    position: relative;
}
.apply-form-outer.custom-top .form-field:before, .apply-form-outer .form-field.cus-select:before {
    content: ' ';
    position: absolute;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    width: 10px;
    height: 10px;
    right: 12px;
    top: 14px;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    transform: rotate(-45deg);
	z-index: 1;
	pointer-events: none;
}
.apply-form-outer .form-field.cus-select:before {
    right: 30px;   
}
.modal {
    z-index: 99999;
}
.apply-form-outer.custom-top .form-field {
    margin-bottom: 0px;
}
.form-field.notice .wpcf7-form-control {
    margin-bottom: 0px;
}
.submit_btn {
    padding-top: 15px;
}
.footer-area .contact-details li {
    display: flex;
    margin: 0;
}
.footer-area .contact-details li span.icon-envelope-open {
    margin-right: 12px;
}
.single .single_title {
    margin-top: 85px;
}
.single .container-min.container.single-post-timeline {
    margin-top: 100px;
}
.single  div#respond {
    display: none;
}
.container-min.container.single-post-timeline {
    max-width: 100% !important;
    padding: 0px;
}
.container .p-timeline-img{
    height: 380px;
    background: #f9f9f9;
    overflow: hidden;
}
.p-timeline-img img.wp-post-image {
    width: 100%;
    object-fit: cover;
	min-height: 380px;
	object-position: bottom;
}
h1.p-timeline-title {
    position: absolute;
    text-align: center;
    margin: 0px auto !important;
    top: 285px;
    background: #ffffff8f;
    left: 0;
    right: 0;
    display: inline-block;
    width: fit-content;
    padding: 10px 25px;
    text-transform: uppercase!important;
}
.p-timeline-content {
    padding: 15px;
    max-width: 1500px;
    margin: auto;
    width: 90%;
}/*
.mfp-bg {
    z-index: 9999999;
}*/
.ptl-tmpl-img-box a {
    height: inherit;
}
@media screen and (max-width: 768px) {
	.single .container-min.container.single-post-timeline {
		margin-top: 70px;
	}
	h1.p-timeline-title {
		top: 260px;
		font-size: 30px !important;
	}
}
@media screen and (max-width: 576px) {
	.single .container-min.container.single-post-timeline {
		margin-top: 50px;
	}
	h1.p-timeline-title {
		top: 250px;
		font-size: 26px !important;
	}
}