﻿.section-gap {
    padding-top: 120px;
    padding-bottom: 0px !important;
}

.ns-access-dipendenti .item-login {
    background: url(../../../images/blooms/sqr_dipendente.jpg);
    background-size: contain;
}
.ns-access-candidates .item-login {
    background: url(../../../images/blooms/sqr_candidato.jpg);
    background-size: contain;
}
.ns-access-customer .item-login {
    background: url(../../../images/blooms/sqr_azienda.jpg);
    background-size: contain;
}
.ns-access-customer .align-self-center,
.ns-access-candidates .align-self-center,
.ns-access-dipendenti .align-self-center{
    margin-top: 14em;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.section-gap-bottom {
    padding-bottom: 120px!important;
    padding-top:120px;
}

.section-gap-top {
    margin-top: 120px;
    padding-top: 80px;
}


.footer-area {
    padding-top: 70px!important; 
}

.ns-peace {
  height:50px;
  margin-bottom:1em;
  margin-top:1em;
}

.banner-top {
    height: 23.428571rem!important; 
}

.gallery-area {
    background-color: #211f1f;
}
 

.offer-job__details--progress .level-bar__split span {
    background: url(../../../images/blooms/tag_blooms.png);
    background-repeat:no-repeat;
}

.offer-job__details--progress .level-bar__split span {
    display: block;
    width: 35px;  
    height: 35px;
    margin-right: 0.9rem;
    margin-left: 0;
    flex: 0 0 15%;
}
.offer-job__details--progress .level-bar > span {
    display: inline-block;
    width: 18%;
    margin-right: 1.8rem;
    text-align: right;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
    margin-top: 10px;
}
.offer-job__details--progress {
    padding: 0.1rem 0;
    margin-bottom:5rem;
} 

.offer-job__details--progress h3 {
    color: #3C4543;
    padding: 1rem 1rem;
    border-bottom: 1px solid #28a745;
    position: relative;
    margin-bottom:25px;
    margin-top:8px;
}

    .offer-job__details--progress a {
        color: #3C4543;
        font-size:14px;
        padding-top:2em;
    }


.sidebar-box {
    color: #3C4543;
    padding: 1rem;
    border: 1px solid #28a745;
    position: relative;
    margin-bottom: 25px;
}
.sidebar-box h3 {
    color: #3C4543;
    padding: 1rem 1rem;
    border-bottom: 1px solid #28a745;
    position: relative;
    margin-bottom: 25px;
}



.ns-access-form {
    color: #3c4543;
    border-color: #28a745;
}

    .ns-access-form h4 {
        color: #3aae2a;
        padding: 2rem 2rem;
        border-bottom: 1px solid #3aae2a;
        margin-bottom: 25px;
    }

    /*.ns-access-form a {
        color: #3aae2a;
    }*/

.ns-tag {
    padding-top:.4em;
}
.ns-tools {
    font-size:24px;
}

.bg-light {
    background-color: #f8f9fa87 !important;
}

.bg-light h3 {
        color: #28a745;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #3aae2a;
        margin-bottom: 25px;
}


.ns-light-square > a:hover, a:focus {
    color: #104e05;
    text-decoration: none;

}

.focus__body--squares { 
    max-height: 260px!important;
}
.dark-square {
    max-height: 255px!important;
}
.dark-square .flip-box__front, .dark-square .flip-box__back {
    max-width: 255px!important;
    max-height: 255px!important;
}

.focus__body--big-square .square__body {
    height: 75%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1.5rem 1.78571429rem 1.07142857rem;
    color: #FFFFFF;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #3aae2a;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn-download{
 width: 140px;
 height: 45px;
 display: block;
 background: url(../../../images/blooms/download.png);
 background-repeat: no-repeat;
background-size: auto;
 text-indent: -9999px; /* To not show the text-link */
}

.focus__body .square, .focus__body .square-bg {
    /*height: 98%!important;*/
}

.focus__body--big-square .square__body p {
    margin: 0;
    text-align: right !important;
    font-size: 17px;
}

@media (max-width: 767.98px) {
.focus__body--big-square .square__body p {
    margin: 0;
    text-align: right !important;
    font-size: 15px;
}
.body1 {
    font-size: 1.2rem;
}
}
@media (max-width: 575.98px) {
.body1 {
    font-size: 1.2rem;
}
.title, body.page-template-contacts .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 1.3rem;
}
.services__box--footer {
    margin-bottom: 2.5rem;
}
}
/*-- Override Header --*/


header#header {
    width: 100%;
    border-top: 3px solid #3AAE2A;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    -webkit-transition: background-color 500ms;
    transition: background-color 500ms;
}

    header#header:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
    }
  
    header#header:before {
        background-color: #FFFFFF;
        opacity: 0.2!important;
    }
     
    header#header.is_sticky, header#header.is_open {
        background-color: #FFFFFF;
        opacity: 0.95!important;
    }

    header#header .w-responsive-logo::before {
width: 20vh;
        content: url("../css/assets/images/blooms_logo_white.svg");
    }
    header#header.is_sticky .w-responsive-logo::before, header#header.is_open .w-responsive-logo::before {
width: 20vh;
        content: url("../css/assets/images/blooms_logo.svg");
    }

    header#header  .w-responsive-logo {
width: 20vh;
        content: url("../css/assets/images/blooms_logo_white.svg");
    }
    header#header.is_sticky  .w-responsive-logo, header#header.is_open  .w-responsive-logo {
width: 20vh;
        content: url("../css/assets/images/blooms_logo.svg");
    }
@media (max-width: 575.98px) {
header#header .w-responsive-logo {
width: 35vh;
}
    header#header.is_sticky .w-responsive-logo, header#header.is_open .w-responsive-logo {
width: 35vh; 
    }
}

header#header #main-menu li a {
    color: #fff !important;
    font-weight: 700 !important;
}

header#header .navbar-toggler span, header#header .navbar-toggler span:after, header#header .navbar-toggler span:before {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #FFF;
    border-radius: 1px;
    position: absolute;
}
    header#header.is_open #main-menu li a, header#header.is_sticky #main-menu li a { 
        color: #000 !important;
	font-weight: 700 !important;
    }

header#header.is_open .navbar-toggler span, header#header.is_open .navbar-toggler span:after, header#header.is_open .navbar-toggler span:before,
header#header.is_sticky .navbar-toggler span, header#header.is_sticky .navbar-toggler span:after, header#header.is_sticky .navbar-toggler span:before {

    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #272E2D;
    border-radius: 1px;
    position: absolute;
}

@media (max-width: 991.98px) {
    header#header {
        padding: 1.07142857rem 0;
    }
header#header .w-responsive-logo {
width: 40vh;
}
    header#header.is_sticky .w-responsive-logo, header#header.is_open .w-responsive-logo {
width: 40vh; 
    }
.focus__body {
    margin-bottom: 15rem;
}
}

header#header #canvas {
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

header#header.is_sticky #canvas, header#header.is_open #canvas {
    opacity: 0 !important;
}

header#header #logo a {
    display: block;
}

header#header .navbar-toggler {
    position: relative;
    padding: 0;
    margin: 0;
    width: 2.28571429rem;
    height: 2.28571429rem;
}



header#header .navbar-toggler span:before {
    top: -6px;
}

header#header .navbar-toggler span:after {
    top: 6px;
}

header#header #main-menu {
    margin-top: -3px;
    color: #272E2D;
}

@media (max-width: 991.98px) {
    header#header #main-menu {
        margin-top: 0;
    }
}

header#header #main-menu li {
    border-top: 3px solid #3AAE2A;
}

header#header #main-menu li:hover, header#header #main-menu li.active {
    border-top-color: #272E2D;
}

@media (max-width: 991.98px) {
    header#header #main-menu li {
        border-top: none;
    }
}

@media (max-width: 767.98px) {
    header#header #main-menu li.dropdown.show {
        background-color: #3AAE2A;
    }

        header#header #main-menu li.dropdown.show > a {
            color: #FFFFFF;
        }
}

header#header #main-menu li a {
    padding: 2.57142857rem 1.28571429rem;
    text-transform: uppercase;
    color: inherit;
}

@media (max-width: 991.98px) {
    header#header #main-menu li a {
        padding: 1.07142857rem 0.71428571rem;
    }
}

header#header #main-menu ul.dropdown-menu {
    padding: 0;
    border-top: 3px solid #3AAE2A;
    border-bottom: 3px solid #3AAE2A;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin: 0;
}

@media (max-width: 767.98px) {
    header#header #main-menu ul.dropdown-menu {
        border-width: 1px;
    }
}

header#header #main-menu ul.dropdown-menu li {
    border-top: 1px solid #EEEEEE;
    border-left: 3px solid transparent;
}

    header#header #main-menu ul.dropdown-menu li:hover, header#header #main-menu ul.dropdown-menu li:focus, header#header #main-menu ul.dropdown-menu li.active a {
        font-weight: 700;
    }

    header#header #main-menu ul.dropdown-menu li a {
    	padding: 0.71428571rem;
   	color: #3AAE2A !important;
    	font-weight: 300!important;
    }

        header#header #main-menu ul.dropdown-menu li a:hover, header#header #main-menu ul.dropdown-menu li a:focus {
            background-color: transparent;
        }

header#header .form-link {
    border-top: 3px solid #3AAE2A;
    margin-top: -3px;
    color: inherit;
    position: relative;
}

@media (max-width: 991.98px) {
    header#header .form-link {
        border-top: none;
    }
}

header#header .form-link .nav-item {
    padding: 2.35714286rem 1.28571429rem;
    font-size: 1.28571429rem;
    display: block;
    cursor: pointer;
    color: inherit;
}

    header#header .form-link .nav-item:after {
        display: none;
    }

@media (max-width: 991.98px) {
    header#header .form-link .nav-item {
        padding: 1.07142857rem 0.71428571rem;
    }
}

header#header .form-link.show, header#header .form-link:hover {
    background-color: #3AAE2A;
    color: #FFFFFF;
}

header#header .form-link .dropdown-menu {
    border: none;
    padding: 0;
    right: 0 !important;
    left: auto;
    margin: 0;
}

@media (max-width: 767.98px) {
    header#header .form-link .dropdown-menu {
        width: 100%;
        position: relative;
    }
}

header#header .form-link .form-dropdown-search {
    width: 21.07142857rem;
    border-top: 6px solid #3AAE2A;
    border-bottom: 6px solid #3AAE2A;
    padding: 1.42857143rem 2.14285714rem;
}

    header#header .form-link .form-dropdown-search:before {
        content: "";
        display: block;
        width: 100%;
        top: 0;
        bottom: 0;
    }

@media (max-width: 767.98px) {
    header#header .form-link .form-dropdown-search {
        width: 100%;
    }
}

header#header .form-link .form-dropdown-search #form-search {
    text-align: center;
    margin-bottom: 1.07142857rem;
}

    header#header .form-link .form-dropdown-search #form-search .item_input {
        padding: 0.71428571rem 0;
    }

    header#header .form-link .form-dropdown-search #form-search button.bnt {
        margin-top: 1.78571429rem;
    }

    header#header .form-link .form-dropdown-search #form-search a {
        display: inline-block;
        text-align: center;
        color: inherit;
        margin: 0.35714286rem 0;
    }
