/**
* Theme Name: Jobaway Child
* Description: This is a child theme of Jobaway, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/template_path">Template Path</a>
* Template: jobaway
* Version: 1.3
*/

.preloader .handle-preloader{
	background: var(--e-global-color-secondary);
}

.home .banner-section{
	padding: 250px 0px 150px;
}
.contact-section .form-inner .form-group textarea{
	min-height: 90px;
	height: 100%;
}
body .theme-btn:before,
body .theme-btn:after{
/* 	background: inherit; */
}

.contact-page-form .contact-section .form-inner{
	padding:0;
}
.contact-section .form-inner .form-group select,
.contact-section .form-inner .form-group .nice-select{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: var(--text-color);
    padding: 10px 20px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 1);
    transition: all 500ms ease;
}



.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
	width: 100%;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
  border-top: none;
  background: var(--theme-color);
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #754ca11f;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #754ca13d;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #754ca13d;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
