/*
Theme Name: Peridot Recruitment  
Author: peridotrecruitment.com
Theme URI: http://www.peridotrecruitment.com
Author URI: http://peridotrecruitment.com/
Tags: Wordpress Themes, WP Themes, Custom Themes, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: Peridot Recruitment website
Version: 1.0
License: Copyrighted
*/
.apply_section
{
	transition: 600ms !important;
	margin-right:20px;
	max-width:400px
}
.apply_section:hover {
    transform: translate(10px, -10px);
    box-shadow: -10px 10px 0px 0px #ffb701;
		border-radius:20px;
}
.job_apply_form h2
{
	font-size:24px;
	color:#0d121d;
	font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    line-height: 43px;
	margin-bottom:25px;
}
.job_apply_form h2 span
{
	display: inline-block;
    background: #FFB701;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
	margin-right:10px;
}
.job_apply_form input , .job_apply_form textarea
{
	float:left;
	width:100%;
	border:none;
	border-bottom:1px solid #e6ecf5;
	padding:10px 0px;
	outline:none;
	font-family: 'Nunito', sans-serif;
	font-size:20px;
	margin-bottom:20px;
}
.job_apply_form textarea
{
	height:150px;
}
.job_apply_form input[type="file"]
{
	border:none !important;
}
.job_apply_form input[type="submit"]
{
	max-width: 200px;
    background: #ffb701;
    border-radius: 8px;
    color: #000;
    font-weight: 700;
    margin-top: 25px;
}
.adverts_list p
{
	font-weight: 700;
    padding: 10px 10px;
    margin: 0px !important;
	border-bottom: 1px solid #000;
}
.adverts_list ul li
{
	list-style-type:none;
	display:block;
	padding: 10px 10px;
    margin: 0px !important;
	border-bottom: 1px solid #000;
}
.adverts_box .elementor-widget-wrap
{
	padding:0px !important;
	padding-top:20px !important;
	padding-bottom:20px !important;
}
.main_wrapper
{
	overflow:hidden;
}