.type_of_user {
  text-transform: uppercase;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination .page-link {
  color: #1D359C;
  margin-right: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #1D359C;
}

.pagination .next.page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

body.edijobsfront_home .pagination {
  display: none;
}

.single_related .pagination {
  display: none;
}

.edijobsfront_content .flickity-enabled.is-draggable {
  min-height: 365px;
}

.edijobsfront_content .flickity-enabled.is-draggable .flickity-viewport {
  height: 360px;
}

.edijobsfront_content ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

#edi-jobs-no-pagination .pagination {
  display: none;
}

.edijobsfront_posts_list {
  margin: 10px 0;
}

.edijobsfront_posts_list .scopri_tutti_cta {
  margin-bottom: 20px;
  text-align: center;
}

.edijobsfront_posts_list .scopri_tutti_cta a.scopri_tutti_link {
  padding: 10px 20px;
  background-color: #CC0000;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.edijobsfront_posts_list .post_container_listed_vetrina {
  display: flex;
  flex-direction: column;
  border: 1px solid #AAAAAA;
}

.edijobsfront_posts_list .post_container_listed_vetrina .image_container_listed_vetrina {
  height: 192px;
}

.edijobsfront_posts_list .post_container_listed_vetrina .image_container_listed_vetrina img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.edijobsfront_posts_list .post_container {
  margin: 16px 0;
  position: relative;
  border: 1px solid #AAAAAA;
  min-height: 250px;
}

.edijobsfront_posts_list .post_container .post_container_wrapper {
  padding: 21px;
  display: flex;
  flex-direction: column;
}

.edijobsfront_posts_list .post_container .post_container_wrapper .corso_upper_info {
  display: flex;
  justify-content: space-between;
}

.edijobsfront_posts_list .post_container i {
  font-size: 16px;
  color: #CC0000;
  width: 22px;
  margin-bottom: 10px;
}

.edijobsfront_posts_list .post_container .post_location.ej_corso {
  order: 4;
}

.edijobsfront_posts_list .post_container .post_text_location {
  font-size: 16px;
  text-transform: uppercase;
}

.edijobsfront_posts_list .post_container .post_title {
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.edijobsfront_posts_list .post_container .post_info .type_of_user {
  font-size: 16px;
  text-transform: uppercase;
}

.edijobsfront_posts_list .post_container .post_info .educational_qualification .educational_qualification_text {
  font-size: 16px;
  text-transform: uppercase;
}

.edijobsfront_posts_list .post_container .post_info .published_time .published_time_text {
  font-size: 16px;
}

.edijobsfront_posts_list .post_container .post_info .expired .expired_text, .edijobsfront_posts_list .post_container .post_info .expired .expired_text_date {
  font-size: 16px;
  color: #CC0000;
}

.edijobsfront_posts_list .post_container .urgent_hiring_banner {
  background: #CC0000;
  padding: 8px 18px;
}

.edijobsfront_posts_list .post_container .urgent_hiring_banner .urgent_hiring_text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
}

.edijobsfront_posts_list .post_container .search_concluded_banner {
  background: #4ECC00;
  padding: 8px 18px;
}

.edijobsfront_posts_list .post_container .search_concluded_banner .search_concluded_text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
}

.edijobsfront_posts_list .post_container .link_to_post {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.edijobsfront_container .btn.edibutton {
  background-color: #1D359C;
  color: white;
}

.ej-corso-total-listed .pagination {
  display: flex;
  justify-content: center;
}

.ej-corso-total-listed .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ej-corso-total-listed .pagination .page-link {
  color: #1D359C;
  margin-right: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #1D359C;
}

.ej-corso-total-listed .pagination .next.page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ej-annuncio-lavoro-total-listed .pagination {
  display: flex;
  justify-content: center;
}

.ej-annuncio-lavoro-total-listed .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ej-annuncio-lavoro-total-listed .pagination .page-link {
  color: #1D359C;
  margin-right: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #1D359C;
}

.ej-annuncio-lavoro-total-listed .pagination .next.page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search_page .pagination {
  display: flex;
  justify-content: center;
}

.search_page .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search_page .pagination .page-link {
  color: #1D359C;
  margin-right: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #1D359C;
}

.search_page .pagination .next.page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.edijobsfront_vetrina_container {
  margin-bottom: 30px;
}

.edijobsfront_vetrina_container .flickity-button.flickity-prev-next-button.previous, .edijobsfront_vetrina_container .flickity-button.flickity-prev-next-button.next {
  display: none;
}

.edijobsfront_vetrina_container .edijobsfront_vetrina_box {
  min-height: 322px;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  width: 90%;
}

.edijobsfront_vetrina_container .edijobsfront_vetrina_box .wrapper_vetrina_box {
  height: 100%;
  position: relative;
}

.edijobsfront_vetrina_container .edijobsfront_vetrina_box a {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.edijobsfront_vetrina_container .edijobsfront_vetrina_box .image_container {
  height: 215px;
}

.edijobsfront_vetrina_container .edijobsfront_vetrina_box .image_container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edijobsfront_vetrina_container .edijobsfront_vetrina_box .text_container {
  padding: 16px;
  background: #EEEEEE;
  min-height: 172px;
}

.edijobsfront_vetrina_container .edijobsfront_vetrina_box .text_container i {
  margin-bottom: 10px;
  margin-right: 10px;
  color: #CC0000;
}

.edijobsfront_vetrina_container .edijobsfront_vetrina_box .text_container .post_text_location {
  font-size: 16px;
  text-transform: uppercase;
}

.edijobsfront_vetrina_container .edijobsfront_vetrina_box .text_container h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

.edijobsfront_sidebar_title {
  position: relative;
  padding-left: 23px;
  margin-bottom: 13px;
  font-size: 1.75rem;
  text-transform: uppercase;
}

.edijobsfront_sidebar_title::before {
  content: '';
  position: absolute;
  left: -10px;
  height: 80%;
  width: 15px;
  display: block;
  transform: translateY(-50%);
  top: 50%;
  background-color: #CC0000;
}

.edijobsfront_sidebar_title .site_short_name {
  font-weight: 900;
  color: #CC0000;
}

.edijobsfront_posts_list_sidebar {
  border: 1px solid #AAAAAA;
  padding: 10px;
}

.edijobsfront_posts_list_sidebar .post_container {
  position: relative;
}

.edijobsfront_posts_list_sidebar .post_container .link_to_post {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.edijobsfront_posts_list_sidebar .cta_all_listed_insert_post {
  background-color: var(--strillo-color);
  font-weight: bold;
  color: white;
  padding: 8px 4px;
  display: block;
  width: 80%;
  margin: 0 auto;
  text-transform: uppercase;
}

.edijobsfront_posts_list_sidebar .cta_all_listed_insert_post:hover {
  color: white;
  text-decoration: none;
}

.edijobsfront_posts_list_sidebar .posts_container_sidebar {
  padding: 0 10px;
  margin-bottom: 20px;
}

.edijobsfront_posts_list_sidebar .posts_container_sidebar .post_container_wrapper {
  margin-top: 10px;
  flex-direction: column;
}

.edijobsfront_posts_list_sidebar .posts_container_sidebar .post_container_wrapper .post_location {
  color: black !important;
  text-transform: unset !important;
  line-height: 18px;
}

.edijobsfront_posts_list_sidebar .posts_container_sidebar .post_container_wrapper .post_location .post_text_location {
  text-transform: uppercase;
  font-size: 16px;
  color: #CC0000;
  margin-right: 5px;
}

.edijobsfront_posts_list_sidebar .posts_container_sidebar .post_container_wrapper .post_location .post_title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.edijobsfront_posts_list_sidebar .cta_all_listed {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #CC0000;
  text-align: right;
  margin-top: 18px;
  display: block;
}

.ej-annuncio-lavoro-total-listed .scopri_tutti_cta {
  display: none;
}

.ej-corso-total-listed .scopri_tutti_cta {
  display: none;
}

@media (max-width: 992px) {
  .edijobsfront_vetrina_container:after {
    content: 'flickity';
    display: none;
  }
  .edijobsfront_vetrina_container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 993px) {
  .edijobsfront_posts_list_sidebar .posts_container_sidebar .post_container_wrapper .post_location {
    line-height: 16px;
  }
  .edijobsfront_posts_list_sidebar .posts_container_sidebar .post_container_wrapper .post_location .post_text_location {
    font-size: 14px;
  }
  .edijobsfront_posts_list_sidebar .posts_container_sidebar .post_container_wrapper .post_location .post_title {
    font-size: 14px;
  }
  .post_container_listed_vetrina .image_container_listed_vetrina {
    height: 210px;
    width: 256px;
    position: absolute;
    left: 24px;
    top: 25px;
  }
  .post_container_listed_vetrina .post_container_wrapper {
    margin-left: 300px;
  }
  .edijobsfront_vetrina_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .edijobsfront_vetrina_container .wrapper_flickity_desktop .edijobsfront_vetrina_box {
    margin-right: 10px;
    width: 300px;
  }
  .edijobsfront_vetrina_container .edijobsfront_vetrina_box {
    margin-right: unset;
    width: unset;
  }
  .edijobsfront_vetrina_container .edijobsfront_vetrina_box1 {
    flex-direction: row;
    height: 431px;
    margin-bottom: 25px;
  }
  .edijobsfront_vetrina_container .edijobsfront_vetrina_box1 .wrapper_vetrina_box {
    display: flex;
  }
  .edijobsfront_vetrina_container .edijobsfront_vetrina_box1 .image_container {
    width: 60%;
    height: 100%;
  }
  .edijobsfront_vetrina_container .edijobsfront_vetrina_box1 .text_container {
    width: 40%;
    background-color: white;
  }
  .edijobsfront_vetrina_container .edijobsfront_vetrina_box1 .text_container .post_text_location {
    font-size: 19px;
  }
  .edijobsfront_vetrina_container .edijobsfront_vetrina_box1 .text_container h3 {
    font-size: 42px;
  }
}

@media (min-width: 1920px) {
  .edijobsfront_vetrina_box1 .text_container h3 {
    font-size: 42px !important;
  }
  .edijobsfront_vetrina_box2, .edijobsfront_vetrina_box3, .edijobsfront_vetrina_box4, .edijobsfront_vetrina_box5 {
    min-width: unset !important;
    width: 285px;
  }
  .edijobsfront_vetrina_container .edijobsfront_vetrina_box1 .image_container {
    width: 789px !important;
  }
}

#circularG {
  position: relative;
  width: 30px;
  height: 30px;
  margin: auto;
}

.circularG {
  position: absolute;
  background-color: #8a8a8a;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#circularG_1 {
  left: 0;
  top: 12px;
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
}

#circularG_2 {
  left: 3px;
  top: 3px;
  animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
}

#circularG_3 {
  top: 0;
  left: 12px;
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

#circularG_4 {
  right: 3px;
  top: 3px;
  animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  -ms-animation-delay: 0.83s;
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
}

#circularG_5 {
  right: 0;
  top: 12px;
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
}

#circularG_6 {
  right: 3px;
  bottom: 3px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}

#circularG_7 {
  left: 12px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
}

#circularG_8 {
  left: 3px;
  bottom: 3px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
}

@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}

@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}

@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}

@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}

@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}

/* colori - FORMS */
/* breakpoints standard */
.edijobsfront_newsletter_subscription_footer {
  background: #E9ECEF;
  width: 100%;
}

.edijobsfront_newsletter_subscription_footer .edijobsfront_newsletter_subscription_container {
  margin: 0 auto;
  max-width: 990px;
}

.edijobsfront_single_lavoro a {
  color: black;
}

.edijobsfront_single_lavoro .assunzione_urgente {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: darkred;
  padding: 8px;
  margin-top: 20px;
  margin-bottom: 13px;
}

.edijobsfront_single_lavoro h2 {
  font-weight: 900;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}

.edijobsfront_single_lavoro ul.ul_menu {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  flex-wrap: nowrap !important;
  padding-bottom: 10px;
}

.edijobsfront_single_lavoro ul.ul_menu li.menu_first_level {
  border-right: 1px solid #AAAAAA;
  padding: 20px;
}

.edijobsfront_single_lavoro ul.ul_menu li.menu_first_level:first-child {
  padding-left: 0;
}

.edijobsfront_single_lavoro ul.ul_menu li.menu_first_level:last-child {
  border-right: 0;
}

.edijobsfront_single_lavoro ul.ul_menu li {
  position: relative;
}

.edijobsfront_single_lavoro ul.ul_menu li span:first-child {
  padding-bottom: 26px;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}

.edijobsfront_single_lavoro ul.ul_menu li .edijobsfront_total_share_icon {
  font-size: 16px;
}

.edijobsfront_single_lavoro ul.ul_menu li span:nth-child(2) {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.edijobsfront_single_lavoro ul.ul_menu li ul {
  display: block;
}

.edijobsfront_single_lavoro ul.ul_menu li ul.edijobsfront_icone_condivisione {
  display: flex;
}

.edijobsfront_single_lavoro ul.ul_menu li ul.edijobsfront_icone_condivisione li {
  min-width: unset;
  margin-right: 5px;
}

.edijobsfront_single_lavoro ul.ul_menu li ul.edijobsfront_icone_condivisione li a {
  font-size: 24px;
}

.edijobsfront_single_lavoro ul.ul_menu li ul.edijobsfront_icone_condivisione li a i.fab.fa-facebook {
  color: #3b5998;
}

.edijobsfront_single_lavoro ul.ul_menu li ul.edijobsfront_icone_condivisione li a i.fab.fa-twitter {
  color: #1da1f2;
}

.edijobsfront_single_lavoro ul.ul_menu li ul.edijobsfront_icone_condivisione li a i.fab.fa-whatsapp {
  color: #4dc247;
}

.edijobsfront_single_lavoro ul.ul_menu li ul.edijobsfront_icone_condivisione li a i.fab.fa-linkedin {
  color: #0E76A8;
}

.edijobsfront_single_lavoro ul.ul_menu li ul.edijobsfront_icone_condivisione li a i.fab.fa-telegram {
  color: #0088CC;
}

.edijobsfront_single_lavoro .edijobsfront_send_candidacy {
  padding: 8px 16px;
  background: darkred;
  color: white;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block;
  margin-top: 30px;
}

@media all and (min-width: 768px) {
  .edijobsfront_single_lavoro h5 {
    text-align: left;
  }
  .edijobsfront_single_lavoro h2 {
    text-align: left;
    margin-top: 51px;
  }
  .edijobsfront_single_lavoro ul.ul_menu {
    background-color: #E9ECEF;
  }
  .edijobsfront_single_lavoro ul.ul_menu li {
    min-width: unset;
  }
  .edijobsfront_single_lavoro ul.ul_menu li span:nth-child(2) {
    font-size: 24px;
  }
  .edijobsfront_single_lavoro ul.edijobsfront_icone_condivisione li a {
    margin-right: 9px;
  }
  .edijobsfront_single_lavoro .edijobsfront_content {
    display: flex;
  }
  .edijobsfront_single_lavoro .edijobsfront_content .edijobsfront_text_content {
    padding: 13px;
    flex: 1;
  }
  .edijobsfront_single_lavoro .edijobsfront_content .edijobsfront_banner_column {
    flex: 0 0 300px;
    min-width: 300px;
  }
}

/* PERSONALIZZAZIONE SELECT2 */
.edijobsfront_form_frontend .select2-container--default .select2-selection--single {
  border: 0 none;
  border-bottom: 1px solid black;
  border-radius: 0;
}

.edijobsfront_form_frontend .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0 none;
  margin: auto;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
}

.edijobsfront_form_frontend .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  vertical-align: top;
  width: 0.45em;
  top: .7rem;
  transform: rotate(135deg);
  border-color: black;
  transition-property: transform;
  transition-duration: .2s;
}

.edijobsfront_form_frontend .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  transform: rotate(-45deg);
}

.edijobsfront_form_frontend .select2-results__option.select2-results__message {
  color: black;
  font-size: .8rem;
}

.edijobsfront_form_frontend .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: black;
}

.edijobsfront_form_frontend .select2-container--default .select2-selection--single .select2-selection__rendered.select2_disabled {
  color: #aaa;
}

.edijobsfront_form_frontend .select2-container .select2-selection--single .select2-selection__clear {
  right: 10px;
}

.edijobsfront_form_frontend {
  display: flex;
  flex-direction: column;
}

.edijobsfront_form_frontend input[type=submit] {
  margin-top: 16px;
}

@media only screen and (min-width: 576px) {
  .edijobsfront_form_frontend {
    flex-direction: row;
  }
  .edijobsfront_form_frontend input[type=submit] {
    margin-top: 0;
  }
}

/* breaking box */
.edijobsfront_breaking_box {
  background-color: black;
  padding: 15px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.edijobsfront_breaking_box .picture {
  position: relative;
  height: 340px;
}

.edijobsfront_breaking_box .picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.edijobsfront_breaking_box .news {
  padding: 15px;
  position: relative;
}

.edijobsfront_breaking_box .news .title {
  font-size: 26px;
  line-height: 33px;
  padding: 15px 0 !important;
  font-weight: bold;
}

.edijobsfront_breaking_box .news .title a:link,
.edijobsfront_breaking_box .news .title a:visited,
.edijobsfront_breaking_box .news .title a:hover,
.edijobsfront_breaking_box .news .title a:focus,
.edijobsfront_breaking_box .news .title a:active {
  color: white;
  text-decoration: none;
}

.edijobsfront_breaking_box .news .title a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.edijobsfront_breaking_box .annunci {
  padding: 15px;
}

.edijobsfront_breaking_box .annunci .annuncio {
  border: 1px solid white;
  padding: 15px;
  margin-bottom: 15px;
}

.edijobsfront_breaking_box .annunci .annuncio .localita {
  font-size: 14px;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}

.edijobsfront_breaking_box .annunci .annuncio .title {
  font-size: 20px;
  font-weight: bold;
}

.edijobsfront_breaking_box .annunci .annuncio .title a:link,
.edijobsfront_breaking_box .annunci .annuncio .title a:visited,
.edijobsfront_breaking_box .annunci .annuncio .title a:hover,
.edijobsfront_breaking_box .annunci .annuncio .title a:focus,
.edijobsfront_breaking_box .annunci .annuncio .title a:active {
  color: white;
}

.edijobsfront_breaking_box .period_selector_mobile {
  margin-left: 15px;
}

@media only screen and (min-width: 768px) {
  .edijobsfront_breaking_box {
    width: 100%;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .edijobsfront_breaking_box_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .edijobsfront_breaking_box_content .news {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .edijobsfront_breaking_box_content .news .title {
    margin-bottom: 0;
  }
  .edijobsfront_breaking_box_content .annunci {
    padding: 0;
  }
  .edijobsfront_breaking_box_content .sidebar {
    padding: 45px 0;
  }
}

@media only screen and (min-width: 1300px) {
  .edijobsfront_breaking_box_content {
    display: grid;
    grid-template-columns: 300px 1fr 300px;
    grid-template-rows: 1fr;
    gap: 15px;
    padding: 15px 0;
  }
  .edijobsfront_breaking_box_content .news {
    grid-column-start: 1;
    grid-column-end: 2;
    padding: 0 15px;
  }
  .edijobsfront_breaking_box_content .news picture {
    height: 420px;
  }
}

@media only screen and (min-width: 1500px) {
  .edijobsfront_breaking_box_content {
    display: grid;
    grid-template-columns: auto 1fr 300px;
    grid-template-rows: 1fr;
  }
  .edijobsfront_breaking_box_content .news {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}

/* widget iscrizione newsletter */
.edijobsfront_newsletter_subscription {
  width: 100%;
  padding: 15px;
  display: block;
  margin: 0 auto;
}

.edijobsfront_newsletter_subscription h5 {
  font-size: 26px;
  color: black;
}

.edijobsfront_newsletter_subscription.edijobsfront_newsletter_subscription_sidebar {
  max-width: none;
  background-color: #e3e3e3;
  width: auto;
  padding: 1rem;
  margin-bottom: 2rem;
}

.edijobsfront_newsletter_subscription.edijobsfront_newsletter_subscription_sidebar .edijobsfront_newsletter_subscription_container {
  display: block;
}

.edijobsfront_newsletter_subscription.edijobsfront_newsletter_subscription_sidebar h5 {
  text-align: center;
}

.edijobsfront_newsletter_subscription form {
  position: relative;
  font-size: 0;
}

.edijobsfront_newsletter_subscription form .submit_wrap {
  text-align: left;
  position: relative;
}

.edijobsfront_newsletter_subscription form .submit_wrap input[type=text] {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  width: 100%;
  padding: 5px;
}

.edijobsfront_newsletter_subscription form .submit_wrap button[type=submit] {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  position: relative;
  top: auto;
  bottom: auto;
  margin: 0 auto;
  background-color: #cc0000;
  display: flex;
  justify-content: center;
  padding: 5px;
  border: 0 none;
  font-weight: bold;
  color: white;
}

.edijobsfront_newsletter_subscription form .submit_wrap button[type=submit] .spinner {
  display: none;
  margin-left: 5px;
}

.edijobsfront_newsletter_subscription form .consent {
  margin: 24px auto 0 auto;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}

.edijobsfront_newsletter_subscription form .consent label {
  margin-bottom: 20px;
}

.edijobsfront_newsletter_subscription input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
}

.edijobsfront_newsletter_subscription label {
  font-size: 12px;
  color: black;
  padding-left: 24px;
  text-align: left;
  position: relative;
  top: -2px;
}

.edijobsfront_newsletter_subscription label a:link,
.edijobsfront_newsletter_subscription label a:visited,
.edijobsfront_newsletter_subscription label a:hover,
.edijobsfront_newsletter_subscription label a:focus,
.edijobsfront_newsletter_subscription label a:active {
  color: black;
  text-decoration: underline;
}

.edijobsfront_newsletter_subscription .edijobsfront_errors_title {
  padding: 5px;
  display: none;
}

.edijobsfront_newsletter_subscription .edijobsfront_alert {
  font-weight: bold;
  padding: 5px;
  border: 1px solid #444;
  background-color: #d56b6b;
  margin-bottom: 5px;
  display: none;
}

.edijobsfront_newsletter_subscription .edijobsfront_alert.edijobsfront_alert-success {
  background-color: #85c39a;
}

@media only screen and (min-width: 576px) {
  .edijobsfront_newsletter_subscription {
    width: 100%;
  }
  .edijobsfront_newsletter_subscription .edijobsfront_newsletter_subscription_container {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .edijobsfront_newsletter_subscription {
    max-width: 700px;
  }
}

@media only screen and (min-width: 992px) {
  .edijobsfront_newsletter_subscription {
    max-width: 900px;
  }
}

/*# sourceMappingURL=frontend.css.map */