/*
Theme Name:   Child Hello Elementor
Description:  Write here a brief description about your child-theme
Author:       kbtho
Author URL:   https://staging.serverfortesting.com.au/archives-collection
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ChildHelloElementor
*/

/* Write here your own personal stylesheet */


.careers_sec h4.bdt-panel-slide-title {
    width: 85%;
}
.careers_sec a.bdt-panel-slide-link {
    right: 35px;
    position: absolute;
    bottom: 30px;
}
.careers_sec a.bdt-panel-slide-link span.bdt-button-icon-align-right {
    padding: 12px 15px;
    border: 1px solid#555;
    border-radius: 100%;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder{
    opacity: 1 !important;
}
.news_letter input::placeholder,
.news_letter textarea::placeholder{
	 opacity: 1 !important;
}
.news_letter button.elementor-button {
    margin-left: -45px;
}
.newsletter input {
    margin-right: -30px;
    margin-left: 30px;
}
.vacancies a.elementor-cta__button {
    position: absolute;
    right: 0px;
    bottom: 20px;
    top: unset !important;
}

@media only screen and (max-width: 767px) {
	.careers_sec a.bdt-panel-slide-link {
		right: 35px;
		position: absolute;
		bottom: 30px;
		display:none;
	}
		.vacancies a.elementor-cta__button {
		position: relative;
		right: 0px;
		bottom: 0;
		top: unset !important;
	}
		.newsletter input {
		margin-right: 0px;
		margin-left: 0px;
	}
	.contact-box {
		width: 100%;
	}
	.contact-form-box {
		width: 100%;		
	}
}