/* ===================================================================================

* Theme Name: Recrute Child
* Theme URI: 
* Author: Vikinglab
* Author URI: 
* Description: Recrute - Staffing & Recruiting Agency WordPress Theme
* Version: 2.0.0
* Template: recrute
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/
====================================================================================== */ 


ol, ul {
    padding-left: 2rem !important;
}

ul {
	list-style: inherit !important;
}

.standard-logo img {
	max-width: 150% !important;
}

.main-heading h1 {
	font-family: 'Nexa' !important;
}

.icon-list, .footer-info {
	list-style: none !important;
	padding-left: 0 !important;
}

 .single-input select {
  border: none;
  border-radius: 4px;
  padding: 16px;
  border: 1px solid #E6E7E9;
  width: 100%;
  margin-top: 20px;
  color: #525863;
  font-weight: var(--f-fw-medium);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
   appearance: none;        /* Standard */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;    /* Firefox */
  background: none; 
  padding-right: 20px; /* optional */
}

.contact-page .contact1-form .single-input select {
  background-color: #E9E8E9 !important;
}

span .wpcf7-not-valid-tip {
    display: contents;
}

.pages-intro {
	display: none !important;
}

.contact1-form .intl-tel-input {
	margin-top : 20px;
}

.contact1 .intl-tel-input {
	margin-top : 20px;
}

.single-input a {
	text-decoration: underline !important;
}

.job-owners-area .image img {
	height: 70px;
}