/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
body,
.dark#footer-wrapper{
    background-color: #022e6b;
}

footer#copyrights{background-color: #08244a;}
.dark .copyright-links {color: rgba(255,255,255,0.4);}

#slider {url(https://workeronline.eu/images/movers/bg-2.png) no-repeat center center / 100% 100%;}
.help-block {
    color: #E42C3E;
    font-size: .9em;
    font-weight: normal;
}
.underlined{text-decoration: underline !important;}
.menu-link.only-icon{padding-left: 5px; padding-right: 10px;}
.menu-link.only-icon.logged-in{color: #54cfff}
/******************* Logged in topbar user image - START *******************/
a.user-dropdown-button, a.notification-button {
    height: 64px;
    line-height: 64px;
}
a.user-dropdown-button .topbar-profile-image-wrapper {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    /* margin: 7px 0 0 0; */
    margin: 0 3px 0 0;
    overflow: hidden;
}
a.user-dropdown-button .topbar-profile-image-wrapper img {
    width: 40px;
    height: 40px;
}
.valign-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.valign-wrapper .valign {
    display: block;
}
.circle {
    border-radius: 50%;
}
.left {
    float: left !important;
}
/******************* Logged in topbar user image - END *********************/

/******************* Slider on home page - START *******************/
#slider .welcome{padding-top: 5rem !important;}
@media (max-width: 1199px) {
    #slider .welcome{padding-top: 0 !important;}
}
@media (max-width: 991px) {
    .svg-separator{position:relative !important;}
    #slider{padding: 60px 0 0 0 !important;}
}
/******************* Slider on home page - END *********************/
body.home .content-wrap{padding-top: 0 !important;}

/******************* Tabs - START *******************/
.nav-tabs li.nav-item {margin-right: 2px;}
.nav-tabs li.nav-item a.nav-link:not(.active) {
    color: #444 !important;
    background-color: #F2F2F2 !important;
    font-weight: normal !important;
}
.tab-nav li.nav-item a.nav-link.active {
    color: #707070 !important;
    background-color: #FFF !important;
    font-weight: normal !important;
}
.nav-tabs li.nav-item a.nav-link {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.nav-tabs li.nav-item a.nav-link:not(.active):hover {
    border-color: transparent !important;
}
.nav-tabs li.nav-item a.nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff;
    border-top: 2px solid #0F66DD !important;
}
@media (max-width: 767px) {
    .current-profile-data .value {
        border-top:0;
    }
}
@media (max-width: 800px) {
    .nav-tabs li.nav-item a.nav-link span.nav-link-label{
        display: none;
    }
}
/******************* Tabs - END *********************/

/******************* User profile - START *******************/
.tab-container .tab-title {margin-top:30px;}
.current-profile-data .value-label {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
}
.current-profile-data .value-label,
.current-profile-data .value {padding-top:5px; padding-bottom: 5px; border-top: 2px dotted #e8e8e8;}
.current-profile-data .value-label.on_hover,
.current-profile-data .value.on_hover {background-color: #e0eefd !important;}
.current-profile-data .value-label span{vertical-align: sub;}
.current-profile-data ul {margin-bottom: 0 !important;}
.current-profile-data ul li {margin-left: 15px !important;}

span.required-input{color: red;}
/******************* User profile - END *********************/

/******************* Dashboard - START *******************/
.dashboard .button.button-reveal.button-large {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}
.dashboard .button.button-reveal.button-large span.button-content-wrapper{
    display: inline-block;
    width: 100%;
}
.dashboard .button.button-reveal.button-large span.button-content-title{
    display: inline-block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}
.dashboard .button.button-reveal.button-large span.button-content-description{
    display: inline-block;
    width: 100%;
    text-align: left;
    text-transform: none;
    font-weight: normal;
}
.dashboard.workers-list .content-wrap, .dashboard.worker-details .content-wrap,
.dashboard.employers-list .content-wrap, .dashboard.employer-details .content-wrap,
.dashboard.jobs-list .content-wrap, .dashboard.job-details .content-wrap{
    padding-top: 0 !important;
}
.profile.workers-list .content-wrap #page-menu-wrap,
.dashboard.workers-list .content-wrap #page-menu-wrap{
    background-color: transparent !important;
}
.profile #attachments .row.attachments{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.profile #dashboard-menu{
    margin-bottom: 0;
    margin-top: -3em;
    width: 100%;
}
.dashboard #dashboard-menu{
    margin-bottom: 50px;
}
.profile #dashboard-menu ul li,
.dashboard #dashboard-menu ul li{
    display: inline-block;
}
.profile #dashboard-menu ul li a#link-edit,
.profile #dashboard-menu ul li a#link-new,
.dashboard #dashboard-menu ul li a#link-edit,
.dashboard #dashboard-menu ul li a#link-new{
    color: #032a9d;
}
.profile #dashboard-menu ul li a#link-delete,
.dashboard #dashboard-menu ul li a#link-delete{
    color: #e92336;
}
.profile .dashboard-menu-nav .dashboard-menu-container,
.dashboard .dashboard-menu-nav .dashboard-menu-container{
    list-style: none;
    background-color: transparent;
    margin: 0;
    text-align: right;
}
.profile .dashboard-menu-item > a,
.dashboard .dashboard-menu-item > a {
    color: #022556;
    position: relative;
    margin: 10px 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
    font-size: .875rem;
}
.profile .dashboard-menu-item > a:hover,
.dashboard .dashboard-menu-item > a:hover{
    opacity: .6;
}

/** DataTables **/
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent none !important;
    border-color: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button a.page-link:hover {
    background-color: #444; !important;
}
.dataTables_wrapper .dataTable td {
    vertical-align: middle;
}
/*Action buttons*/
.dataTables_wrapper .dataTable tr td:last-child {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
}
/*Action buttons icons*/
.dataTables_wrapper .dataTable tr td:last-child .button i {
    font-size: 150%;
    vertical-align: bottom;
    margin-right: 10px;
}

.profile .dataTables_wrapper,
.profile .dataTables_wrapper .dataTable#attachments-table {
    width: 100% !important;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
}
/******************* Dashboard - END *********************/

/******************* Listings - START ********************/
body.listing-workers .feature-box .fbox-icon,
body.listing-jobs .feature-box .fbox-icon,
#latest_listings .listing-workers .feature-box .fbox-icon,
#latest_listings .listing-jobs .feature-box .fbox-icon {
    background-color: #fff;
    background-image: none !important;
    color: var(--themecolor, #0F66DD);
    background-size: 70px 70px;
    width: 80px;
    height: 80px;
    margin-bottom: .5rem;
}
body.listing-workers .feature-box .fbox-content,
body.listing-jobs .feature-box .fbox-content,
#latest_listings .listing-workers .feature-box .fbox-content,
#latest_listings .listing-jobs .feature-box .fbox-content {
    min-height: 200px !important;
    max-height: 200px !important;
    /*overflow-y: hidden;*/
    overflow-y: auto;
}
body.listing-workers .feature-box .fbox-content h2.item-id,
body.listing-jobs .feature-box .fbox-content h2.item-id,
#latest_listings .listing-workers .feature-box .fbox-content h2.item-id,
#latest_listings .listing-jobs .feature-box .fbox-content h2.item-id{
    font-size: 1.5rem;
    margin-bottom: 5px !important;
}
body.listing-workers .feature-box .fbox-content .subtitle,
body.listing-jobs .feature-box .fbox-content .subtitle,
#latest_listings .listing-workers .feature-box .fbox-content .subtitle,
#latest_listings .listing-jobs .feature-box .fbox-content .subtitle{
    color: inherit !important;
}
body.listing-workers .feature-box .fbox-icon .i-circled,
body.listing-jobs .feature-box .fbox-icon .i-circled,
#latest_listings .listing-workers .feature-box .fbox-icon .i-circled,
#latest_listings .listing-jobs .feature-box .fbox-icon .i-circled {
    width: 72px !important;
    height: 72px !important;
    line-height: 72px !important;
    margin: -5px 0 0 -7px !important;
    /*background-color: #fff;*/
    /*border-radius: 3px;*/
}
body.listing-workers .feature-box.fbox-bg.fbox-center,
body.listing-jobs .feature-box.fbox-bg.fbox-center,
#latest_listings .listing-workers .feature-box.fbox-bg.fbox-center,
#latest_listings .listing-jobs .feature-box.fbox-bg.fbox-center {
    padding-bottom: 1rem !important;
}

body.listing-jobs .feature-box .i-circled,
#latest_listings .listing-jobs .feature-box .i-circled {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: transparent !important;
    border: none !important;
}
/******************* Listings - END **********************/

/******************* Avatar upload - START *********************************/
.avatar-upload {
    position: relative;
    margin: 0;
}
.avatar-upload .avatar-edit {
    position: absolute;
    left: 177px;
    z-index: 1;
    top: 3px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #4ab3ff;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #8fcafd;
}
.avatar-upload .avatar-edit label, .avatar-upload .avatar-clear label {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 34px;
}
.avatar-upload .avatar-clear {
    position: absolute;
    right: 28px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-clear label#clear_image {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ff564a;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-clear label#clear_image:hover {
    background: #fd8278;
}
.avatar-upload .avatar-preview #imagePreview{
    background-repeat: no-repeat;
    background-size: 200px;
    width: 200px;
    height: 200px;
}
.avatar-upload .avatar-upload-toolbox{
    width: 200px;
}
.form-group.avatar-upload-image{
    margin-top: 50px !important;
    height: 220px;
}
.avatar-upload .avatar-clear {
    position: absolute;
    left: 137px;
    z-index: 1;
    top: 3px;
}
.avatar-upload .avatar-clear label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #f5393d;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-clear label:hover {
    background: #ef5e60;
}
/*###################################################*/
/******************* Avatar upload - END ***********************************/

/******************* Alerts - START ***********************************/
.alert {
    border: none !important;
    border-radius: 0 !important;
}
.alert.alert-danger {
    border-left: 4px solid rgba(0,0,0,.1) !important;
}
.alert i {
    font-size: 1.4rem !important;
    width: auto !important;
    margin-right: 10px !important;
    vertical-align: sub !important;
}
/******************* Alerts - END *************************************/
.button-red {
    background-color: #C02942 !important;
}
.button-red:hover {
    background-color: #f33857 !important;
}
/******************* Modal - START ***********************************/
.popup-buttons {text-align: right;}
.popup-buttons button{margin-left: 20px;}
body.magnificpopupnoscroll{
    overflow-y: hidden !important;
}
/* ====== CSS3 animation effects for Magnific Popup ====== */

/* Animation effects for Magnific */
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.3;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.danger-popup {
    position: relative;
    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1;
    border-radius: 0;
    padding: 10px 15px;
    width: auto;
    max-width: 800px;
    margin: 0 auto;
}
.danger-popup .popup-title {
    color: #a94442;
}
.warning-popup {
    position: relative;
    background-color: #fcf8e3;
    color: #8a6d3b;
    border: 1px solid #faebcc;
    border-radius: 0;
    padding: 10px 15px;
    width: auto;
    max-width: 800px;
    margin: 0 auto;
}
.warning-popup .popup-title {
    color: #8a6d3b;
}
.info-popup {
    position: relative;
    background-color: #d9edf7;
    color: #31708f;
    border: 1px solid #bce8f1;
    border-radius: 0;
    padding: 10px 15px;
    width: auto;
    max-width: 800px;
    margin: 0 auto;
}
.info-popup .popup-title {
    color: #31708f;
}
.success-popup {
    position: relative;
    background-color: #dff0d8;
    color: #3c763d;
    border: 1px solid #d6e9c6;
    border-radius: 0;
    padding: 10px 15px;
    width: auto;
    max-width: 800px;
    margin: 0 auto;
}
.success-popup .popup-title {
    color: #3c763d;
}
/* text-based popup styling */
.white-popup {
    position: relative;
    background: #fff;
    padding: 10px 15px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
}
/*

====== Zoom effect ======

*/
.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.3;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

  ====== Newspaper effect ======

  */
.mfp-newspaper {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.3;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

  ====== Move-horizontal effect ======

  */
.mfp-move-horizontal {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

  ====== Move-from-top effect ======

  */
.mfp-move-from-top {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-move-from-top .mfp-content {
    vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.3;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

  ====== 3d unfold ======

  */
.mfp-3d-unfold {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.3;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

  ====== Zoom-out effect ======

  */
.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.3;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

  ====== "Hinge" close effect ======

  */
@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}
.hinge {
    animation-duration: 1s;
    animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.3;
}
.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

/******************* Modal - END *************************************/
.process-steps li a{cursor: default;}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1049;
    box-sizing: border-box;
    width: 100%;
    background-color: #022556;
}
.cookie-consent-banner__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 0;
}
.cookie-consent-banner__copy {
    margin-bottom: 16px;
}
.cookie-consent-banner__header {
    margin-bottom: 8px;
    /*font-family: "CeraPRO-Bold", sans-serif, arial;*/
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.cookie-consent-banner__description {
    /*font-family: "CeraPRO-Regular", sans-serif, arial;*/
    font-weight: normal;
    color: #838F93;
    font-size: 16px;
    line-height: 24px;
}
.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border-radius: 2px;
    background-color: #2CE080;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    /*font-family: "CeraPRO-Regular", sans-serif, arial;*/
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;
    border: 2px solid #3A4649;
    background-color: transparent;
    color: #2CE080;
}
.cookie-consent-banner__cta:hover {
    background-color: #20BA68;
}
.cookie-consent-banner__cta--secondary:hover {
    border-color: #838F93;
    background-color: transparent;
    color: #22C870;
}
.cookie-consent-banner__cta:last-child {
    margin-left: 16px;
}
