/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.flyer a {
	color: #1C75BC;
	text-decoration: underline !important;
}
.gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
    border: 2px solid;
    padding: 10px 15px !important;
    border-color: #1C75BC;
}
.gform_wrapper.gravity-theme .gfield textarea.medium {
	width: 100%;
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
    border: 2px solid;
    padding: 10px 15px !important;
    border-color: #1C75BC;
}
.gform_next_button {
    background-color: #1C75BC !important;
    border-color: #1C75BC !important;
    color: #fff !important;
}
.gform_next_button:hover {
    background-color: #fff !important;
    border-color: #1C75BC !important;
    color: #1C75BC !important;
}
.gform_button {
	background-color: #1C75BC !important;
    border-color: #1C75BC !important;
    color: #fff !important;
	border: 1px solid #1C75BC !important;
}
.gform_button:hover {
    background-color: #fff !important;
    border-color: #1C75BC !important;
    color: #1C75BC !important;
	border: 1px solid #1C75BC !important;
}
.student-blog .elementor-post__title a:hover {
    color: #FFDF00 !important;
    text-decoration-color: #1c75bc !important;
}
.student-blog .elementor-post__excerpt {
    border-left: solid 6px #1C75BC;
    padding-left: 11px;
}
.blue_state .elementor-widget-wrap:hover {
    background-color: #1c75bca6 !important;
}

.download_button {
    display: none;
}
.show_button .download_button {
    display: block;
}
.show_button .download_popup {
    display: none;
}

/* sticky header */
/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 70px;
	--shrink-header-to: 0.5;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(244, 245, 248, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color:#1C75BC !important;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.7);
}

/*cliccable column*/
.clickable {
position: relative;
}

.clickable a:after {
content: "";
display: block !IMPORTANT;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}

.big-search-box .job-keyword {
    padding: 12px 20px;
    width: 95%;
    border: 2px solid #1D75BD;
    border-radius: 0px;
}
.big-search-box .job-location {
    padding: 12px 20px;
    width: 95%;
    border: 2px solid #1D75BD;
    border-radius: 0px;
}
.big-search-box .job-submit {
    background: #1D75BD none repeat scroll 0 0 !important;
    border-radius: 0px;
    border: 2px solid #1D75BD !important;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    padding: 11px !important;
    width: 95%;
}
.title a {
    color: #1D75BD !important;
    font-weight: 500;
    font-size: 16px;
}
.job_bm_latest_job .single {
    border-bottom: 1px solid #000 !important;
}
.job_bm_featured_jobs .single {
    border-bottom: 1px solid #000 !important;
}

.job-bm-archive .search-input {
    display: none !important;
}
.job {
    padding-top: 50px;
    padding-bottom: 50px;
}
.job-apply {
    padding-bottom: 50px;
}
.job-single .job-category {
    display: none !important;
}
.job h1, .job h3 {
    color: #1D75BD;
}
.job-meta-info h3 {
    color: #1D75BD;
}
.job-apply h3 {
    display: none;
}
.job i {
    color: #1D75BD;
}
.job-bm-archive .job-list .company_logo {
    margin-right: 50px;
    margin-top: 15px;
}
.apply-methods .method-header .method-name {
    background: #0e76bc !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 22px;
}
.apply-methods .method-form {
    padding: 15px 20px;
    margin: 0px 0 0px 0;
    border: 1px solid #0e76bc !important;
    background: #0e76bc !important;
    color: #fff;
    
}
.apply-methods .form-field-wrap p {
    margin-bottom: 0px;
}
.apply-methods .form-field-wrap a {
    color: #fff;
    font-weight: 700;
}
.single-job-tags .tag-link {
    color: #0e76bc !important;
}
.job i {
    color: #ffffff;
}
.podcast-button a {
    width: 100% !important;
}
.single-podcast .fa-caret-down:before {
    content: "\f0d7";
    position: absolute;
    top: 35%;
    left: 55%;
}