/*
Theme Name: Customizr Child
Theme URI: https://presscustomizr.com/customizr
Description: Customizr Child
Version: 4.4.21
Author: Logic Replace LLC team
Author URI: https://www.logicreplace.com/
Template: customizr
Domain Path: /inc/lang
Copyright: (c) 2013 - 2021 Nicolas GUILLAUME (nikeo), Nice, France
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 5.3
Tested up to: 6.0
*/

:root {
	--primary-font: Poppins;
	

	
	--lg-line-height: 1.2em;
	
	--center-elements: 0 auto;

	--banner-front-size: 82px; 
	
	--heading-1: 70px;
	
	--heading-2: 50px;
	
	--heading-3: 40px;
	
	--heading-4: 35px;
	
	--heading-5: 29px;
	
	--heading-6: 25px;
	
	--home-p: 24px;
	
	--color-one: #788a9b;
	
	--color-two: #e4f0ff;
	
	--pale-aqua: #d1dcea;
		
	--cadet-gray: #98aec4;
	
	--eigengrau: #1a1a26;

	--none-all: 0;
	
	--alice-blue: #F0F8FF;
	
	--color-red: red;

}
@font-face {
  font-family: 'Poppins';
  src: url('https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrJJfecnFHGPc.woff2') format('woff2');
  font-display: swap;
}

body {
  font-family: 'Poppins', sans-serif;
}

a.link{
	color: #fff;
}
a.link-colored, .user-registration-form a, .job-manager-jobs a, .user-registration-MyAccount-content a, .latest-post-selection a {
	color: var(--color-one);
}
.error{
	color: var(--color-red);
}

.author_name a, .tag__link {
	pointer-events: none;
}

a.link, a.link-colored, .user-registration-form a, .job-manager-jobs a, .user-registration-MyAccount-content a, .latest-post-selection a {
	position: relative;
	text-decoration: none !important;
	font-size: 18px;
	display: inline-block;
}

a.link::after, a.link-colored::after, .user-registration-form a::after, .job-manager-jobs a::after, .user-registration-MyAccount-content a::after, .latest-post-selection a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -3px;
	width: 0;
	height: 2px;
	transition: width 0.3s ease-out, left 0.3s ease-out;
}
a.link-colored::after, .user-registration-form a::after, .job-manager-jobs a::after, .user-registration-MyAccount-content a::after, .latest-post-selection a::after {
	background:var(--color-one);
}
a.link::after {
	background: #fff; /* Change the color to your preference */
}

a.link::after, a.link-colored::after, .user-registration-form a::after, .job-manager-jobs a::after, .user-registration-MyAccount-content a::after, .latest-post-selection a::after  {
	transform: translateX(-50%);
}

a.link:hover::after, a.link-colored:hover::after, .user-registration-form a:hover::after, .job-manager-jobs a:hover::after, .user-registration-MyAccount-content a:hover::after, .latest-post-selection a:hover::after {
	width: 100%;
	left: 50%;
}


h1{
	font-size: var(--heading-1);
}
h2{
	font-size: var(--heading-2);
}
h3{
	font-size: var(--heading-3);
}
h4{
	font-size: var(--heading-4);
}
h5{
	font-size: var(--heading-5);
}
h6{
	font-size: var(--heading-6);
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0.25em;
}
/** header **/
.primary-navbar__wrapper .primary-nav__menu-wrapper{
	justify-content: space-around !important
}
#main-menu{
	margin-left:40px;
}
#primary-nav .nav__menu .menu-item{
	padding:0 10px !important;
}
.nav__menu .menu-item .nav__link{
	padding:var(--none-all);
	text-transform:capitalize;
}
.tc-header:not(.header-transparent) {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	border:none;
}
.primary-navbar__wrapper{
	padding:0 25px;
}
.desktop-sticky, .mobile-sticky {
	box-shadow: none;
}
.primary-nav__wrapper{
	margin-top:-30px  !important;
}
.archive  header.tpnav-header__header, .page-id-735 .tpnav-header__header,.page-id-834 .tpnav-header__header,.page-id-379 .tpnav-header__header, .blog .tpnav-header__header, .page-id-380 .tpnav-header__header, .woocommerce-cart .tpnav-header__header, .error404  .tpnav-header__header{
    background-color: var(--color-one);
}

.search-form-item{
	position: absolute;
	right: 0;
}

section.post-content {
    margin-bottom: 0;
}
#content, #main-wrapper {
    padding-bottom: 0;
}

.container[role=main]{
    margin-top: 0;
}
div.nav__menu-wrapper {
	float: right;
}


.icn-search:before {
    content: '\e802';
}
.hero-opacity{
	background-image: linear-gradient(to bottom left, #788a9b9c, #141b4d00 100%);
}
.universal-banner{
	min-height: 470px;
}
.page-banner-outer{
	min-height: 990px;
}


h2.czrs-title, .page-banner-text{
	font-family: var(--primary-font);
    font-size: var(--banner-front-size) !important;
    line-height: var(--lg-line-height) !important;
    margin: var(--center-elements) !important;
	font-weight:800;
	padding: 0 100px;
	text-shadow: 0px 0px 10px var(--eigengrau);
}


/** custom button **/
.custom-button-arrow {
	position: relative;
    padding: 10px 20px 10px 0;
    background-color: #007bff;
    color: #000;
    border: none;
    border-radius: 6px;
    font-weight: normal;
    cursor: pointer;
    transition: background-color 0.3s;
	text-decoration:none!important;
}

.custom-button-arrow:before {
	content: "";
    height: 2.3rem;
    width: 2.3rem;
    border: 2px solid #000;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 50%;
    transition: border .3s ease-out;
	
}

.custom-button-arrow:after {
	content: '\2192';
    font-size: 24px;
    position: relative;
    left: 13px;
    transition: left 0.3s;
}

.custom-button-arrow:hover:after {
	left: 16px;
}

.custom-button-arrow:hover {
  	background-color: #0056b3;
	color:#fff;
}
#looking-to-hire-texts .custom-button-arrow{
	background:transparent;
}
#looking-to-hire-texts .custom-button-arrow:hover {
	color:#000;
}

.tc-thumbnail .entry-media__wrapper::after {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background: rgba(49,49,49,.5);
}




/** home **/
.ult-carousel-wrapper button.slick-prev{
	left: -95px;
}
.ult-carousel-wrapper button.slick-next {
    right: -95px;
}

.section-text-and-img > .vc_column-inner{
	padding-right:0 !important;
}

#looking-to-hire-texts p{
	font-size:var(--home-p);
}
.sector-heading, .latest-job-heading, .our-insight-heading{
	font-size:var(--heading-1);
	font-weight:700;
}
#sector-section .ultsl-arrow-right2:before, #sector-section .ultsl-arrow-left2:before, .sector-heading{
	color:var(--pale-aqua);
}
.latest-job-heading{
	color:var(--alice-blue);
}
.our-insight-heading{
	color:var(--eigengrau);
}
.aio-icon-box{
	width:250px;
}
.aio-icon-box {
    width: 250px;
    margin: 0 auto;
}

.latest-post-selection.ver2, .latest-post-selection.ver2 article{
    display:flex !important;
}
.latest-post-selection.ver2 article:nth-child(odd){
    background:#e4f0ff;
}
.latest-post-selection.ver2 article:nth-child(even){
    background:#f2f2fc;
}

.latest-post-selection.ver2{
    justify-content: center;
}
.latest-post-selection.ver2 article{
    align-items: center;
    width:50%;
}
.latest-post-selection.ver2 .article__image{
    width:100%;
}
.latest-post-selection.ver2 article a.main-link{
    text-decoration:none;
    line-height: 25px;
}
.latest-post-selection.ver2 article a.main-link:hover{
    TEXT-DECORATION:UNDERLINE;
}
.latest-post-selection.ver2 .article__image, .latest-post-selection.ver2 .article__info{
    width:50%;
}
.latest-post-selection.ver2 .article__image img{
    width:100%;
}

.two-cols-w-img .add-pad{
    padding-left:30px;
}
.two-cols-w-img h4{
    line-height:40px;
}


/** single **/
.single-post h1.entry-title{
	position: absolute;
    top: -350px;
    color: #fff;
    line-height: 1em;
    text-shadow: 0px 7px 9px #000000d1;
}
.single-post article {
	background: #f2f2fc;
    padding: 30px;
}
#page-379 h1.entry-title, #page-380 h1.entry-title, #page-735 h2.entry-title{
    font-size: var(--heading-2);
}

/** pages **/
.topbar-navbar__wrapper{
    border-color: transparent;
}

.enquiry-form {
	width: 90%;
    margin: 0 auto;
}
 input[type=submit], .woocommerce button.button[type=submit], .woocommerce a.button[class*=alt], .button-custom{
	border-style: solid;
	background:var(--cadet-gray) !important;
	border-color:var(--cadet-gray) !important;
}
 input[type=submit]:hover, .woocommerce button.button[type=submit]:hover, .woocommerce a.button[class*=alt]:hover, .button-custom:hover{
	background:var(--pale-aqua) !important;
	border-color:var(--cadet-gray) !important;
	color:#000 !important;
}
.button-custom{
	padding: 5px 10px;
    border-radius: 2px;
    border-width: 2px;
    text-decoration: none !important;
    color: #fff !important;
    width: 140px;
    box-sizing: border-box;
    display: block;
}
.enquiry-form input[type=text],.enquiry-form input[type=email], .enquiry-form select, .enquiry-form label{
    width: 100%;
}
.enquiry-form label {
    color: #98aec4;
    letter-spacing: 0;
}
.blog h2.entry-title{
	line-height: 100%;
	font-size:var(--heading-4);
}
.blog .grid-container__alternate article:nth-child(odd) .grid__item{
	background: #e4f0ff;
}
.blog .grid-container__alternate article:nth-child(even) .grid__item{
	background: #f2f2fc;
}
.archive #main-wrapper, .blog #main-wrapper, .woocommerce-cart #main-wrapper, .page-id-834 #main-wrapper, .error404 #main-wrapper{
    margin-top: 190px;
}
.tb-menu-item-employer-name a, .czr-highlight-contextual-menu-items [class*=nav__menu] li:not(.dropdown-item).current-active > .nav__link, .nav__menu .menu-item .nav__link:hover {
    color: var(--color-two) !important;
}

#jobs-carousel .owl-prev,#jobs-carousel .owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 47%;
	transform: translateY(-50%);
	display: block !important;
	border:0px solid black;
}
	
#jobs-carousel .owl-prev { 
	left: -80px; 
}
	
#jobs-carousel .owl-next { 
	right: -80px; 
}
	
#jobs-carousel .owl-prev i,#jobs-carousel .owl-next i {
	transform : scale(2.5); 
	color: inherit;
}

/* Hero section search job */
#hs-job-search-form {
    max-width: 566px;
    margin: 40px auto 0 auto;
}

#hs-job-search-form input {
    width: 500px;
	display: inline;
	background-color: transparent;
	color: #eceeef;
	font-size: 30px;
	border: 4px solid #eceeef;
	border-radius: 0;
	vertical-align: middle;
}
	
#hs-job-search-form input::placeholder {
	color: #eceeef;
	opacity: 1; /* Firefox */
}

#hs-job-search-form input::-ms-input-placeholder { /* Edge 12 -18 */
	 color: #eceeef;
}
	
#hs-job-search-form input:focus {
	outline: none;
}
	
#hs-job-search-form button {
	margin-left: -8px;
	height: 69px;
	background-color: transparent;
	font-size: 30px;
	padding: 7.5px 15px 7.5px 15px;
    border: 4px solid #eceeef;
}
	
#hs-job-search-form button:hover,
#hs-job-search-form button:focus{
	color: #eceeef;
}

.profile-preview{
	width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.portal-login-box{
    background-color: #ffffff;
    margin: 30px 0;
    box-sizing: border-box;
    box-shadow: 0 2px 20px rgba(45, 53, 89, 0.1);
}

.portal-login-box .container{
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 40px;
}

.single-post .czr-related-post .entry-title{
	font-size:var(--heading-5);
}



/** footer **/


.mc4wp-response{
	color: var(--color-two);
    font-weight: 600;
}
.footer__logo-container input, .footer__logo-container{
	width:100%;
}
/*.footer__logo-container {
    display: flex;
    align-items: baseline;
	justify-content: flex-start;
    flex-wrap: wrap;
}*/

.footer__logo-container figure{
	margin-right: 20px;
}
#footer-contents {
    padding: 2em;
    margin: 0 auto;
}
.footer__heading {
    
    color: var(--color-two);
    text-transform: uppercase;
    letter-spacing: 1.08px;
    margin-bottom: 3rem;
}
.footer-skin-light .footer__wrapper #colophon, #footer-horizontal-widget-area{
	background:var(--color-one);
}
.footer-skin-light .footer__wrapper{
	border-top:none;
}
#footer-contents ul li{
	margin-bottom: 20px;
}
#footer-contents ul li a{
	font-size:18px;
	color:#fff;
}
#footer--bottom{
	display: flex;
    justify-content: space-between;
    margin: 0 auto;
    font-weight: 800;
    color: var(--color-two);
}
#footer--bottom p{
	margin-bottom:0;
}
.footer__logo-container{
	width:50%;
}

/** hide from site **/
.page-template-default header.entry-header, .blog .entry-summary, .logged-in .menu-item-500 {
	display:none;
}

/**appear on site **/
.page-template-default #page-379 header.entry-header, #page-380 header.entry-header, .woocommerce-cart header.entry-header{
	display:block;
}


/* #Media Queries
================================================== */

@media only screen and (max-width: 1399px) {
	.primary-navbar__wrapper .primary-nav__menu-wrapper {
		justify-content: flex-start !important;
	}
}
@media only screen and (max-width: 1305px) {
	#jobs-carousel .owl-prev, .ult-carousel-wrapper button.slick-prev {
		left: -50px;
	}
	#jobs-carousel .owl-next, .ult-carousel-wrapper button.slick-next {
		right: -50px;
	}
	
}

@media only screen and (max-width: 1246px) {

    .nav__menu .menu-item{
        margin: 0 2px;
    }
}

@media only screen and (max-width: 1199px) {
    
    .navbar-brand img{
        width:190px;
    }
    
	.footer__logo-container {
		width: 100%;
	}
	.add-pad .vc_column-inner{
		padding:30px 5px;
	}
	
}

@media only screen and (max-width: 1138px) {

    #main-menu {
        margin-left: 0;
    }
    .navbar-brand img {
        width: 180px;
    }
}

@media only screen and (max-width: 1111px) {
	#main-menu {
		margin-left: 0 !important;
	}
}
@media only screen and (max-width: 1080px) {
	:root {
	
		--banner-front-size: 73px; 
		
		--heading-1: 60px;
		
		--heading-2: 48px;
		
		--heading-3: 38px;
		
		--heading-4: 30px;
		
		--heading-5: 27px;
	
		--heading-6: 22px;
	}
	
	#primary-nav .nav__menu .menu-item{
	    text-align:right;
	}
	#nav-job-search-form input{
	    width:50%;
	}
	#primary-nav{
	    padding:0;
	}
	.navbar-brand img {
		width: 175px;
	}
}

@media only screen and (max-width: 991px) {
	:root {
		
		--banner-front-size: 60px; 
		
	}
	#nav-job-search-form input{
		width:82%;
	}
	.mobile-navbar__wrapper .mobile-nav__inner {
		margin-top: 10px;
	}
	.mobile-sticky .mobile-nav__nav .mobile-nav__inner {
		overflow: hidden;
	}
	#mobile-nav-menu{
		padding-top: 60px !important;
	}
	.search-form-item {
		top: 0;
		right: auto;
		padding-top: 16px !important;
		width: 100%;
	}
	.mobile-navbar__wrapper .navbar-brand-sitelogo img {
		max-height: 85px!important;
	}
	div.nav__menu-wrapper {
		float:none !important;
		position:relative;
	}
	.vertical-nav.mobile-nav__menu {
		margin: 0 20px;
	}
	.mobile-sticky .mobile-nav__nav{
	    background: rgba(49,49,49, .9);
	}
	.blog #main-wrapper, .woocommerce-cart #main-wrapper, .page-id-834 #main-wrapper{
		margin-top: 120px;
	}
	.page-banner-outer {
		min-height: 690px;
	}
	.latest-post-selection.ver2 article, .latest-post-selection.ver2 .article__image, .latest-post-selection.ver2 .article__info {
		width:100%;
	}
	.latest-post-selection.ver2, .latest-post-selection.ver2 article{
		flex-direction: column;
	}
	.page-banner-outer.vc_row-flex>.vc_column_container>.vc_column-inner, .universal-banner.vc_row-flex>.vc_column_container>.vc_column-inner{
		z-index:0 !important;
	}

}
@media only screen and (max-width: 767px) {
	:root {
	
		--banner-front-size: 50px; 
		
		--heading-1: 50px;	
		
		--heading-2: 45px;
		
		--heading-3: 35px;
		
		--heading-4: 28px;
		
		--heading-5: 25px;
	
		--heading-6: 21px;
		
		
	}
	h2.czrs-title, .page-banner-text{
		padding: 0 40px;
	}
	.page-banner-outer {
        min-height: 596px;
    }
	#looking-to-hire-img .vc_column-inner, #looking-for-new-role-img .vc_column-inner{
		padding:0;
	}
	.two-cols-w-img .add-pad {
		padding-left: 10px;
		padding-right: 10px;
	}
	#footer-contents, #footer--bottom{
		flex-direction: column;
	}
	#jobs-carousel .owl-next, .ult-carousel-wrapper button.slick-next {
		right: 0;
	}
	#jobs-carousel .owl-prev, .ult-carousel-wrapper button.slick-prev {
		left: 0;
	}
	.job-item {
		width: 80%;
		margin: 0 auto;
	}
	.footer__heading {
		margin-bottom: 1rem;
	}
	
}
@media only screen and (max-width: 599px) {
	:root {
	
		--banner-front-size: 45px; 
		
	}
	h2.czrs-title, .page-banner-text {
		padding: 0 15px;
	}
	#hs-job-search-form {
		max-width: 510px;
		text-align: center;
	}
	#hs-job-search-form input {
		width: 80%;
	}
}
@media only screen and (max-width: 575px) {

	.footer__logo-container figure {
		margin-right: 0;
		width: 100px;
		text-align: center;
	}
	.footer__logo-container {
		justify-content: center;
	}
}
@media only screen and (max-width: 500px) {

	:root {
	
		--banner-front-size: 40px; 
		
		--heading-1: 45px;
		
		--heading-2: 40px;
		
		--heading-3: 30px;
		
		--heading-4: 25px;
		
		--heading-5: 20px;
	
		--heading-6: 18px;
		
		
	}
	#job-manager-job-dashboard{
		overflow: auto;
	}
	.job-manager-jobs{
		width:100%;
	}
	.woocommerce ul.products[class*=columns-] li.product{
		width:100%;
	}
	#hs-job-search-form input {
		font-size: 20px;
	}
	#hs-job-search-form button{
		font-size: 25px;
	}
	#hs-job-search-form input,#hs-job-search-form button {
		height: 60px;
	}
	
	.portal-login-box .container {
		flex-direction: column;
	}
	.portal-login-box .login--container {
		text-align: center;
		margin-bottom: 20px;
	}
	.button-custom{
		display: inline-block;
	}
	#looking-to-hire-texts .custom-button-arrow {
		font-size: 15px;
	}
}

.job-manager-application-form.job-manager-form .fieldset-site, #post-2733_related_posts, .job_listings .post-2733, .post-navigation { display: none; }