/*
Theme Name: Southern Leyte Job Portal - Child
Template: sl-portal
Author: Emman
Author URI: http://southleyte.com
Version: 1


*/

/*-----------------------------------------
GENERIC
-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap');

html {
    margin-top: 0 !important
}



/* body, .jobsearch-description ul li, .jobsearch-typo-wrap p, p, li, .careerfy-blog-view6-text p {
    font-family: "Open Sans", sans-serif !important;
    line-height:31px !important;
    font-weight: 400;
    font-style: normal;
    color: #4e4e4e !important;
    font-size: 16px !important;
    font-display: swap;
} */

body, .jobsearch-description ul li, .jobsearch-typo-wrap p, p, li, .careerfy-blog-view6-text p {
    font-family: "Inter", serif;
    line-height:31px !important;
    font-weight: 400;
    font-style: normal;
    color: #4e4e4e !important;
    font-size: 16px !important;
    font-display: swap;
}


p {
    margin-bottom: 25px !important;
    line-height: 30px;
}

a {
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
/*  font-family: "Libre Baskerville", serif !important;*/
    font-family: "Inter", serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 15px;
}

.no-padding {
	padding:0 !important;
}

.blue-text {
    color:#00a69a;
}


.green-title {
    color:#B2D233;
    font-weight: 800;
    font-size: 30px;    
    margin-bottom: 0px;
}

.subtitle {
    font-size: 30px !important;
    line-height: 38px !important;
    font-weight: 300;
}

.light {
    font-weight: 300 !important
}

.uppercase {
    text-transform: uppercase;
}
.s15 { font-size: 15px !important }
.s16 { font-size: 16px !important }
.s18 { font-size: 18px !important }
.s20 { font-size: 20px !important }
.s22 { font-size: 22px !important }
.s24 { font-size: 24px !important }
.s26 { font-size: 26px !important }
.s28 { font-size: 28px !important }
.s30 { font-size: 30px !important }
.s32 { font-size: 32px !important }
.s34 { font-size: 34px !important }
.s36 { font-size: 36px !important }
.s46 { font-size: 46px !important }
.s56 { font-size: 56px !important }
.s76 { font-size: 76px !important }


.text-center {  text-align: center; }
.text-left {    text-align: left; }
.text-right {   text-align: right; }
.text-justify { text-align: justify; }

.rounded img, .rounded{
    border-radius: 50% !important;
    border: 4px solid #efefef;
}

.text-shadow, .text-shadow .fa, .text-shadow a {
    text-shadow: 0 0 25px #000;
}

.hard-shadow, .hard-shadow .fa, .hard-shadow a {
        text-shadow: 2px 2px 2px #000 !important;
}


ul li {
    list-style-type: none;
    list-style-position: inside;
}

.blue-alpha {
    background: #6fc9bba8 !important;
    color: #fff !important;
    padding: 15px 15px !important;
}

.shadowed {
    box-shadow: 10px 11px 0px #0000002b;
}
.right-center {
    float:right;
}

.left-center {

}

.white, .white p, .white a {
    color:#fff !important;
}

.blue-text {
    color:#122279;
}

.orange-text {
    color: #F79324 !important;
}

.no-overflow{
    overflow: hidden !important;
}

@media screen and (max-width: 959px) {
    .s76 { font-size: 46px !important }

    .left-center, .right-center {
        display: block !important;
        margin: 0 auto !important;
        float: none !important;
        text-align: center !important;        
    }


}

header.fullwidth .container {
    margin:0 auto;
}

.clear, .clr {
    width: 100%;
    float:none;
    display: block;
    margin:0 auto;
    clear: both;
}

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

    .swap-on-mobile {
        flex-direction: column-reverse !important;
    }

    .swap-odd {
        flex-direction: column;
    }
    
}
/*-----------------------------------------
FLEXES
-----------------------------------------*/
.vertical-align {
    display: flex;
    justify-content: center; /* Centers the items vertically */
    align-items: center;    /* Centers the items horizontally */   
}

@media screen and (max-width:768px){
    .vertical-align {
        display: unset;
    }    
}


/*-----------------------------------------
FONT
-----------------------------------------*/

.montserrat-regular {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}


@font-face {
    font-family: 'barabararegular';
    src: url('fonts/barabara.woff2') format('woff2'),
         url('fonts/barabara.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*-----------------------------------------
LOGO
-----------------------------------------*/
a.careerfy-logo img, .mobile-logocon a img {
    max-width: 288px !important;
}

.careerfy-logo {
    margin-top: 1px !important;
}

/*-----------------------------------------
TOP HEADER/MENU
-----------------------------------------*/
#top-header {
    padding: 15px;
}

#top-menu li {
    display: inline;
    list-style-type: none;
    margin-right: 18px;

}

#top-menu .current-menu-item a {
    border-top: 10px solid #112178;
    color: #112178;
}

#top-menu li a {
    padding-top: 12px;
    padding-bottom: 21px;
    color:#5e6670;
    font-weight: 700;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s ease-in-out;
}

#top-menu li a:hover {
    border-top: 10px solid #F79324;    
}

.jobsearch-usernotifics-menubtn  a {
    color:#fff;
}


/* TOP CONTACT */
#top-contact p {
    margin: 0 !important;
    text-align: right;
}

#top-contact .fas {
    color: #f79324;
}


.mobile-right-btnscon a {
    color: #fff !important;
}

/*-----------------------------------------
HEADER / LOGO / BELL
-----------------------------------------*/
.post-a-job {
    background: #E91E63;
    color: #fff;
    border-radius: 0;
    border: 0;    
}

.header-row {
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
    width: 100%;
}
.careerfy-logo-con, .careerfy-btns-con {

}

#header-search {
    width: 60%;
    margin-top: 17px;
}

#header-search .jobsearch-banner-search {
    width: 88%;
}

#header-search .careerfy-banner-search {
    margin-bottom: 0 !important;
    margin-top: 17px;
    width: 70%;
}

#heeader-search .search_title {
    border-radius: 15px 0 0 15px;
}

#header-search .jobsearch-banner-submit input[type="submit"]{
    background: #F79324;
    border: 0;
    color: #fff;
    padding: 5px 15px    
}

#header-search .careerfy-banner-submit-btn {
    position: absolute;
    right: 80px;
    z-index: 9999;
    height: 20px;    
}


#header-search .jobsearch-keywordsrch-inp-field {
    font-size:18px;
}

#stateId-selectized {
    width: 100% !important;
        font-size: 16px;
}

.selectize-input .item, .selectize-input .input, .selectize-dropdown {
    line-height: 43px;
    font-size: 16px;
}

.careerfy-user-section {
    min-width: 230px;
}

/*-----------------------------------------
MAIN MENU
-----------------------------------------*/
.navbar-nav > li > a, .careerfy-header-six .navbar-nav > li > a {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
}

#careerfy-header, .careerfy-header-one {
    box-shadow: 0px 5px 5px 0px #00000061 !important;
    position: relative;
    z-index: 999;
    background: #112178 url("images/pattern2.jpg");
    height: 118px;
    padding-top: 13px;
}

.careerfy-mobilehder-strip {
    background: #112178 url("images/pattern2.jpg");
}

#menu ul li{
    margin: 0;
}

#menu li > a {
    border-radius: 18px !important;	
    font-family: "Montserrat", serif !important;
}

#menu .current-menu-item a, #menu li > a:hover {
	background: #f99e14 !important;
    color: #fff !important;
    border-radius: 18px;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#menu .navbar-nav > li > a {
   padding: 8px 25px !important;
   margin-right: 5px;

}
#menu .navbar-nav > li {
	padding:0;
}

.navbar-nav > li:hover > a:before {
    background-color: unset !important;
    display: none !important
}


@media screen and (min-width:990px){
    #careerfy-header #menu {
        display: none;
    }    
    a.jobsearch-open-signin-tab {
        line-height: 61px;  
    }
}
@media screen and (max-width:990px){
    #top-header {
        display: none;
    }
}


/*-----------------------------------------
NOTIFICATION / TOP RIGHT
-----------------------------------------*/
.not-logged-in .jobsearch-usernotifics-menubtn, .not-logged-in .careerfy-user-section > li:before {
	display: none !important;
}

.careerfy-user-section a {
	font-size: 16px;
}

.jobsearch-open-register-tab {
    border-radius: 0 !important;
    background: #F44336;
    color:#fff !important;
    display: inline-block;
    padding: 20px 23px;
    line-height: normal;
    scroll-margin-top: 0;
    background: #FF5722;
}

.jobsearch-open-register-tab:hover {
    background:#000 !important;
}



.not-logged-in ul.careerfy-user-section {
    margin-top: 0 !important;
    padding-top: 12px;
}

.hderbell-notifics-count {
    background:red !important;
}

.jobsearch-open-register-tab {
    border-radius: 18px;
    background: #F44336;
}

.jobsearch-hdernotifics-listitms {
    /* left: 15px !important; */
}

.careerfy-user-section li ul {
    padding: 0 !important;
}

.careerfy-user-section li ul li {
    padding-left: 15px !important;
    border-bottom: 1px solid #efefef;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.careerfy-user-section li ul li:hover {
    background: #F99E14;
    transform: scale(1.1);
    border-bottom:1px solid #F99E14 !important;
    box-shadow: 0 0 11px #8f8d8d;

}

.careerfy-user-section ul.nav-item-children > li > a {
    border-bottom: 0 !important;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;    
}

.careerfy-user-section .jobsearch-icon, .careerfy-user-section .fa-star-o {
    color: #66b5ea;
    font-weight: bold;
}

.careerfy-user-section li ul li:hover a, .careerfy-user-section li ul li:hover .jobsearch-icon {
    color:#fff !important;
}

.careerfy-user-section li a:hover .fa-star-o {
    color:#fff !important;
}

.careerfy-right .jobsearch-userdash-menumain {
    padding: 5px 15px;
    border: 1px #13b5ea solid;
    border-radius: 22px;
}

.careerfy-user-section > li:before {
    left: -15px !important;
    top: 10px !important;
}

.careerfy-user-section  .fa-bell-o:before {
    content: "\f0a2";
    margin-right: 15px;
    font-size: 19px;
}

/*-----------------------------------------
PAGE
-----------------------------------------*/
.careerfy-subheader, .careerfy-breadcrumb {
    display: none;
}

.careerfy-main-content {
    
}


/*-----------------------------------------
HOME
-----------------------------------------*/
#home-search {
/*    height: 100vh;*/
}

#home-search .jobsearch-search-container ul {
    display: table;
    overflow: visible;
    flex-wrap: wrap; /* Allows wrapping to new rows */
    width: 100%;
    padding: 0;
    list-style: none;
    padding: 15px;
    background: #97959536;
}

#home-search .jobsearch-search-container ul li {
    box-sizing: border-box;
    width: 100%; /* Default full width */
    max-width: 100%;
}

/* First row: 2 columns */
#home-search .jobsearch-search-container ul li:nth-child(1),
#home-search .jobsearch-search-container ul li:nth-child(2) {
    width: 100%; /* Each takes half of the row */
}

/* Second row: 1 column */
#home-search .jobsearch-search-container ul li:nth-child(3) {
    width: 100%;
}

/* Third row: 1 column */
#home-search .jobsearch-search-container ul li:nth-child(4) {
    width: 100%;
}

#home-search .jobsearch-banner-submit input[type='submit'] {
    width: 100%;
    background: #f79324;
    color: #fff !important;
    padding: 9px;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 15px;

}

#home-search .jobsearch-keywordsrch-inp-field, #home-search #jobsearch-gdapilocs-citycon {
    margin-bottom: 10px;
    font-size: 16px;
    border-radius: 15px;
}

#home-search .selectize-input, #home-search #cityId {
     border-radius: 15px;   
}

.selectize-dropdown {
    z-index: 9999999;
}

#home-search .location2-states {
    margin-bottom: 10px;
}

#cityId {
    font-size: 16px;    
}

.careerfy-light-transparent {
    display: none;
}
/*-----------------------------------------
SEARCH BAR
-----------------------------------------*/
.careerfy-banner-search ul {
    max-width: 800px;
    margin: 0 auto;
}

.careerfy-banner-caption p {
    font-size: 24px !important;
}

.careerfy-banner-submit-btn:hover{
    background:#F99E14 !important;
    border-color: #f99e14 !important;
}

/*-----------------------------------------
FOOTER ADS
-----------------------------------------*/
#sl-footer-ad {
    width: 300px;
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
    padding: 5px;
}
#sl-footer-ad h2{
	font-size: 16px;
    font-weight: normal !important;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0 !important;	
}

#sl-footer-toggle {
    width: 20px;
    height: 40px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

/*-----------------------------------------
USER DASHBOARD
-----------------------------------------*/
.page-template-user-dashboard-template .careerfy-breadcrumb, .page-template-user-dashboard-template .careerfy-subheader {
    display: none;
}

/*-----------------------------------------
MOBILE 
-----------------------------------------*/
.careerfy-mobile-hdr-sidebar {
    background: #09131a;
}

.careerfy-mobile-navbar > li > a {
    border-bottom: 1px solid #0d1f2c !important;
    color: #fff !important;
}

a.mobile-navclose-btn {
    background-color: #09131a !important;
    color: #fff !important;
    padding-bottom: 34px !important;
    width: 36px !important;
    height: 36px !important;
    right: -36px !important;

}

.mobile-right-btnscon a.mobile-usernotifics-btn, .mobile-right-btnscon a.jobsearch-useracount-hdrbtn {
    width: 35px !important;
    height: 35px !important;
    background-color: #eaeff3 !important;
    border-radius: 100%;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding-top: 1px;
    color: #13237a !important;
}
.mobile-right-btnscon .fa-bars {
    font-size: 25px !important;
}

.careerfy-mobilehder-strip {
    background-color: #f7f7f7;
    box-shadow: 0 0 10px;
}

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

    .listin-filters-sidebar {
        box-shadow: 0 0 10px;
    }

}

/*-----------------------------------------
STICKY
-----------------------------------------*/
.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;    
}


/*-----------------------------------------
EMPLOYER PAGE
-----------------------------------------*/
.employer-dashboard-thumb img {
    /* border-radius: 0 !important; */
}


/*-----------------------------------------
JOB PAGE
-----------------------------------------*/
.jobsearch-job-subheader {
    display: none;
}

.jobsearch-quick-apply-box-inner {
    box-shadow: -14px 0px 20px 0px #14141466 !important;
}

.jobsearch_side_box jobsearch_box_map {
    display: none;
}

.page-id-129 .selectize-input .item{
    line-height: 21px !important;
}

/*-----------------------------------------
ABOUT US
-----------------------------------------*/
#about-banner {
    margin-top: -50px;
}

.member-image img{
    border-radius: 50%;
}

.mega_team_case_3 {
    max-width: 280px !important;
    margin: 0 auto;
}



/*-----------------------------------------
TESTIMONIALS
-----------------------------------------*/
.careerfy-testimonial-wrap p {
    font-size: 30px !important;
    line-height: normal !important;
}



/*-----------------------------------------
OVERRIDES
-----------------------------------------*/
.categories-list ul li .jobcat-title {
    font-size: 16px !important;
}

@media (min-width: 1200px) {
    .container {
        width: 100% !important;
        max-width: 1320px !important;

    }
}

