/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.7
	Stable tag: 3.4.7
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
::selection {
    background: #E31168 !important;
    color: #fff;
}
body {
    font-family: 'Source Sans 3', sans-serif;
	}

h1,
h2,
h3 {
   font-family: 'Source Sans 3', sans-serif;
}

#apply-form input[type="checkbox"]{
    width: 0 !important;
}
.job-apply-form .wpcf7-radio {
		flex-direction:row !important;
	}
.job-title .btn-primary{
	font-family: 'Source Sans 3', sans-serif;
}

.custom-share-bar a:hover{
	background-color:#e31168 !important;
}


@media(max-width:767px){
	.submit-btn .wpcf7-spinner{
		margin:0 141px;
	}
	.job-apply-form .wpcf7-radio {
		flex-direction:row !important;
	}
	
	.top_head{
		padding:30px 12px !important;
	}
	
	.job_show .results-header{
		padding:0 12px !important;
	}
	.job_show .job-results{
		padding:0 12px !important;
	}
}

.cv-submit-section{
    background: linear-gradient(0deg, #E31168 4%, #3B1731 100%);
    padding: 80px 20px;
    text-align: center;
}

.cv-submit-section h2{
    color: #fff;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}

.cv-submit-btn{
   
    align-items: center;
    gap: 12px;
    background: #FF0A7A;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
    font-weight: 600;
   
}

.cv-submit-btn:hover{
    background:transparent;
    color:#fff;
    border:1px solid #FF0A7A;
}

/* .cv-submit-btn:hover span{
    transform:translateX(4px);
} */

.cv-submit-btn span{
    transition:all .3s ease;
}

@media (max-width: 767px){

    .cv-submit-section{
        padding: 70px 20px;
    }

    .cv-submit-section h2{
        font-size: 32px;
        margin-bottom: 25px;
    }

    .cv-submit-btn{
        font-size: 16px;
        padding: 14px 24px;
}
}

@media (max-width: 766px){

	.job-apply-form h3 {
		font-size:15px !important;
	}
	.job-single {
    padding: 40px 12px !important;
}
}
