/**
* Theme Name: Arolax Child
* Description: This is a child theme of Arolex
* Author: <a href="">CrowdyTheme</a>
* Template: arolax
* Version: 3.0.2
*/

body  {	
	background: #121212 !important;
}
.nav-back-link svg {
    fill: #fff;
}
.career-single .elementor-element-315d47d {
    display: block !important;
}
.nav-back-link {
    color: #fff !important;
    gap: 10px !important;
}
/* 2 column layout */
.signup-wrapper .two-col {
  display: flex !important;
  gap: 15px !important;
}

.signup-wrapper .two-col > div {
  width: 50% !important;
}

/* labels */
.signup-wrapper .wpcf7 label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff; 
}

/* inputs */
.signup-wrapper .wpcf7 input,
.signup-wrapper .wpcf7 textarea {
  width: 100% !important;
  padding: 12px !important;
  border-radius: 25px !important;
  border: none !important;
  background: #f1f1f1 !important;
  margin-top: 5px;
  box-sizing: border-box;
}
.signup-wrapper .wpcf7 input[type="submit"] {
  background: linear-gradient(45deg, #ff3c7f, #ff6a9f) !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 25px !important;
  border-radius: 25px !important;
  cursor: pointer;
}
.single .wcf--title {
	color: #fff !important;
}
.single ul li div, .single .wcf--meta-author a {
    color: #fff !important;
}
/* blogs css */
/* .single-post  .wcf--meta-list.style-2 li .label, .single-post .wcf--author-title, .single-post .wcf--meta-list .wcf--meta-comment, .single-post .wcf--meta-author a, .single-post .wcf--meta-date, .single-post .content h2.title, .single-post .number, .single-post p, .single-post h2, .single-post ul li span, .single-post #reply-title, .single-post textarea::placeholder, .single-post i, .single-post span, .single-post div, .single-post .wcf--post-tags a {
    color: #ffffff !important;
}
.single-post svg, .single-post svg path {
	fill: #fff !important;
}
.single-post .wcf--theme-btn {
    background: #fff !IMPORTANT;
    color: #000 !important;
}
.single-post .wcf--theme-btn:after {
	display: none;
}
.single-post textarea {
	border-color: #fff !important;
} */