/*
Theme Name:   Elt
Theme URI: https://wordpress.org/themes/elt/
Author:       the WordPress team
Author URI:   https://wordpress.org/
Template:     twentytwentyone
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentytwentyone
*/

/*FONT*/

/* Roboto medium 500 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');


/*Alliance n.2 regular */
@font-face {
  font-family: "Alliance n.2 regular";
  src: url("fonts/Alliance No.2 Regular.otf") format("opentype");
  font-style: normal;
}

/*Alliance n.2 - medium */
@font-face {
  font-family: "Alliance n.2 mediuam";
  src: url("fonts/Alliance No.2 Medium.otf") format("opentype");
  font-style: normal;
}

/* Alliance n.2 - Semibold */
@font-face {
  font-family: "Alliance n.2 semibold";
  src: url("fonts/Alliance No.2 SemiBold.otf") format("opentype");
  font-style: normal;
}

/* Alliance n.1 - Semibold */
@font-face {
  font-family: "Alliance n.1 semibold";
  src: url("fonts/Alliance No.1 SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

/*Alliance n.1 Bold*/
@font-face {
  font-family: "Alliance n.1 bold";
  src: url("fonts/Alliance No.1 Bold.otf") format("opentype");
  font-style: normal;
}

/*Alliance n.1 medium*/
@font-face {
  font-family: "Alliance n.1 medium";
  src: url("fonts/Alliance No.1 Medium.otf") format("opentype");
  font-style: normal;
}

/*Alliance n.1 regular*/
@font-face {
  font-family: "Alliance n.1 regular";
  src: url("fonts/Alliance No.1 Regular.otf") format("opentype");
  font-style: normal;
}

.singular .entry-header {
  display: none !important;
  border-bottom: 3px solid var(--global--color-border) !important;
  padding-bottom: calc(2 * var(--global--spacing-vertical)) !important;
  margin-bottom: calc(3 * var(--global--spacing-vertical)) !important;
}

.home .entry-header {
  display: none !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.has-background-white
  .site
  a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: none !important;
  color: var(--wp--style--color--link, var(--global--color-white));
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: none !important;
  text-decoration: none !important;
  text-decoration-skip-ink: none;
  background: rgba(255, 255, 255, 0.9);
}

*/ .site-main > article > *:first-child,
.site-main > .not-found > *:first-child,
.entry-content > *:first-child,
[class*="inner-container"] > *:first-child,
.wp-block-template-part > *:first-child,
.wp-block-post-template :where(li > *):first-child {
  margin-top: 0;
  margin-bottom: 0px !important;
}

.entry-content > *:last-child,
.entry-content > *.alignfull.has-background {
  margin-bottom: 0;
  margin-top: 0px !important;
}

.entry-content {
  margin-bottom: 0px !important;
  overflow-x: hidden !important;
}

.entry-footer > span {
  display: none !important;
}

.entry-footer {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: none !important;
}

.comments-area {
  display: none !important;
}

body.custom-background {
  background-color: #fafafa !important;
}

.entry-content img {
  max-width: 100% !important;
}

/*TIPOGRAFIA DESKTOP*/
.h1-elt {
  font-size: 60px;
  font-family: "Alliance n.2 semibold", sans-serif;
  line-height: 110%;
}

.h2-elt {
  font-size: 48px;
  font-family: "Alliance n.2 semibold", sans-serif;
  line-height: 110%;
}

.h3-elt {
  font-size: 36px;
  font-family: "Alliance n.2 semibold", sans-serif;
  line-height: 110%;
}

.h4-elt {
  font-size: 24px;
  font-family: "Alliance n.2 semibold", sans-serif;
  line-height: 110%;
}

.h5-elt {
  font-size: 20px;
  font-family: "Alliance n.2 semibold", sans-serif;
  line-height: 110%;
}

.label-1-elt {
  font-size: 18px;
  font-family: "Alliance n.1 bold";
  line-height: 22px;
}

.label-1-elt-gradient {
  background: linear-gradient(90deg, #000226 0%, #007ca0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.label-1-elt-white {
  color: white;
}

.label-2-elt {
  font-size: 12px;
  font-family: "Alliance n.1 bold";
  line-height: 22px;
}

.subtitle-elt {
  font-size: 24px;
  font-family: "Alliance n.2 semibold";
  line-height: 32px;
}

.subtitle-2-elt {
  font-size: 18px;
  font-family: "Alliance n.1 semibold";
  line-height: 110%;
}

.text-1-elt {
  font-size: 18px;
  font-family: "Alliance n.2 regular" !important;
  line-height: 160%;
}

.text-2-elt {
  font-size: 14px;
  font-family: "Alliance n.1 medium";
  line-height: 160%;
}

.tab-elt {
  font-size: 16px;
  font-family: "Alliance n.1 regular";
  line-height: 160%;
}

.tab-active-elt {
  font-size: 16px;
  font-family: "Alliance n.1 medium";
  line-height: 160%;
}

.btn-elt-font {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: normal;
}

.btn-elt-font a {
  color: white;
  text-decoration: none;
}

.btn-elt-font:hover a {
  color: white;
  text-decoration: none;
}

.btn-elt-text-font {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: normal;
}

/* CONTAINER */
.component-child {
  max-width: 1440px !important;
  margin: 0 auto !important;
}

.container-elt {
  max-width: 1152px;
  margin: 0 auto;
}

/*ARROW BUTTONS*/
.icon-btn-elt {
  width: 20px;
  background-image: url("images/arrow-white-short.svg");
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 5px;
  text-align: center;
}

.icon-btn-elt-text {
  background-image: url("images/arrow-short-celeste.svg");
  width: 20px;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 5px;
  text-align: center;
}

.icon-btn-elt-text-white {
  background-image: url("images/arrow-white-short.svg");
  width: 20px;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 15px;
  text-align: center;
}

/**** BUTTON COLORED ****/
.btn-elt-color {
  min-width: 165px;
  max-width: 290px;
  padding: 16px 24px 16px 24px;
  background: linear-gradient(269deg, #09abd4 0%, #07034f 100%);
  display: flex;
  justify-content: center;
}

.btn-elt-color:hover {
  max-width: 310px !important;
  border-radius: 2px;
  background: var(--primary-color-night-blue, #08034f);
}

.btn-elt-color:hover .icon-btn-elt {
  background-image: url("images/arrow-white-long.svg");
  width: 30px;
}

.btn-elt-color:active {
  max-width: 310px !important;
  border: 1px solid #6430ad;
  background: var(--primary-color-dark-blue, #000226);
  text-decoration-style: none !important;
}

.btn-elt-color:active .icon-btn-elt {
  background-image: url("images/arrow-white-long.svg");
  width: 30px;
}

.btn-elt-color:focus {
  max-width: 310px !important;
  background: var(
    --gradient-text,
    linear-gradient(265deg, #0e7ab2 0%, #07034f 100%)
  );
  text-decoration-style: none !important;
}

.btn-elt-color:focus .icon-btn-elt {
  background-image: url("images/arrow-white-long.svg");
  width: 30px;
}

/**** BUTTON STANDARD****/
.btn-elt-standard {
  min-width: 165px;
  max-width: 290px;
  padding: 16px 24px 16px 24px;
  border: 1px solid var(--grey-white, #fafafa);
  display: flex;
  justify-content: center;
}

.btn-elt-standard:hover {
  max-width: 310px !important;
  border: 1px solid var(--grey-white, #fafafa);
  background: var(--grey-white, #fafafa);
  text-decoration-style: none !important;
}

.btn-elt-standard:hover a {
  background: var(
    --gradient-text,
    linear-gradient(265deg, #0e7ab2 0%, #07034f 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-elt-standard:hover .icon-btn-elt {
  background-image: url("images/arrow-long-celeste.svg");
  width: 30px;
}

.btn-elt-standard:active {
  max-width: 310px !important;
  border: 1px solid var(--wireframe-button, #f3f3f3);
  background: var(--wireframe-button, #f3f3f3);
  text-decoration-style: none !important;
}

.btn-elt-standard:active a {
  background: #1400ba;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #1400ba;
}

.btn-elt-standard:active .icon-btn-elt {
  background-image: url("images/arrow-long-blue.svg");
  width: 30px;
}

.btn-elt-standard:focus {
  max-width: 310px !important;
  border: 1px solid var(--grey-white, #fafafa);
  background: var(--grey-white, #fafafa);
}

.btn-elt-standard:focus a {
  background: var(
    --gradient-text,
    linear-gradient(265deg, #0e7ab2 0%, #07034f 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-elt-standard:focus .icon-btn-elt {
  background-image: url("images/arrow-long-celeste.svg");
  width: 30px;
}

/*BUTTON TEXT*/

.btn-elt-text-font:hover a {
  background: #08034f;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #08034f;
  text-decoration-style: 1px solid #08034f;
  text-decoration-line: underline;
  text-decoration: underline;
}

.btn-elt-text-font:hover .icon-btn-elt-text {
  background-image: url("images/arrow-long-night-blue.svg");
  width: 30px;
}

.btn-elt-text-font:active a {
  background: #1400ba;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #1400ba;
  text-decoration-style: 1px solid #1400ba !important;
  text-decoration-line: underline !important;
  text-decoration: underline !important;
}

.btn-elt-text-font:active .icon-btn-elt-text {
  background-image: url("images/arrow-long-blue.svg");
  width: 30px;
}

.btn-elt-text-font:focus a {
  background: #08034f;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #08034f;
  text-decoration-style: 1px solid #08034f !important;
  text-decoration-line: underline !important;
  text-decoration: underline !important;
}

.btn-elt-text-font:focus .icon-btn-elt-text {
  background-image: url("images/arrow-long-night-blue.svg");
  width: 30px;
}

/*BUTTON TEXT WHITE*/

.btn-elt-text-font-white:hover .icon-btn-elt-text-white {
  background-image: url("images/arrow-white-long.svg");
  width: 30px;
}

/* BTN CAROUSEL*/

.btn-carousel-elt {
  background-color: #fff !important;
}

/* PADDING */
.pt-title {
  padding-top: 16px;
}

.pb-title {
  padding-bottom: 24px;
}

.pb-text {
  padding-bottom: 24px;
}

.pb-text-2 {
  padding-bottom: 40px;
}


/*COLOR*/

.dark-blue {
  color: #000226;
}

.night-blue {
  color: #08034f;
}

.blue {
  color: #1400ba;
}

.blue-2{
  color: #0975A9;
}

.light-cyan {
  color: #00c4e8;
}



.white {
  color: #fafafa;
}

.grey {
  color: #242930;
}

.grey-2 {
  color: #3b404a;
}

.grey-3 {
  color: #101828;
}

.grey-4 {
  color: #667085;
}

.entry-content > p {
  font-family: "Alliance n\.1 regular", sans-serif;
}

.gradient-lilla {
  background: var(
    --gradient-4,
    linear-gradient(130deg, #9c60ef 0%, #00c4e8 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-blue {
  background: var(--Gradient-text, linear-gradient(279deg, #0E7AB2 6.97%, #07034F 91.72%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-site-elt {
  background-color: #fafafa;
}

/* FOOTER */

.dark-blue-bg {
  background-color: #000226;
}

.logo-footer-bg-elt {
  background-image: url("images/logo.svg");
  background-repeat: no-repeat;
  background-position: cover;
  width: 183px;
  height: 70px;
}

.padding-top-footer {
  padding-top: 60px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.footer-copyright {
  color: var(--grey-white, #fafafa);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.8px;
}

.footer-title {
  color: var(--grey-white, #fafafa);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 28px */
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}

.footer-voce {
  color: var(--grey-white, #fafafa);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}

.footer-voce:hover {
  text-decoration:underline;
}
.footer-icon {
  margin-left: 8px;
  width: 14px !important;
  height: 14px !important;
  margin-bottom: 16px;
}

.footer-link-container {
  display: flex;
  justify-content: end;
}

.margin-left60 {
  margin-right: 32px !important;
  width: 165px !important;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

/* FOOTER MEDIAQUERY */

@media only screen and (max-width: 1199px) {
  .total-footer-container {
    padding: 60px 32px 60px 32px !important;
  }

  .pt-tablet {
    padding-top: 32px;
  }

  .footer-link-container {
    display: flex !important;
    flex-direction: column !important;
  }

  .wp-block-spacer{
    height: 90px !important;
  }
}

/* UPPER MENU*/

.bg-header {
  background-color: #000226;
}

.menu-upper-menu-container {
  padding-top: 12px;
  padding-bottom: 12px;
}

#menu-upper-menu {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}

.menu li {
  margin-right: 48px;
}

#menu-upper-menu a {
  text-decoration: none;
  font-size: 16px;
  color: #fafafa;
  padding-right: 8px;
}
.menu li:last-child {
  margin-right: 0px !important;
}

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

  .upper-menu{
    padding: 0px !important;
  }
  .menu-upper-menu-container  {
    padding-right: 32px !important;
  }

  #menu-upper-menu {
    display: flex;
    justify-content: flex-end !important;
  }
}

@media only screen and (max-width: 500px) {
  .menu-upper-menu-container  {
    padding-right: 0px !important;
  }

  #menu-upper-menu {
    display: flex;
    justify-content: center !important;
  }
}



@media only screen and (max-width: 380px) {
  #menu-upper-menu a {
    font-size: 14px !important;
  }
}

/*PRIMARY MENU*/

.entry-content {
  margin-top: 0px !important;
}

.main-header-box-primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-menu-primary {
  display: flex;
}

.elt-nav-anchor-primary {
  font-size: 16px !important;
  font-family: "Alliance n.1 regular" !important;
  line-height: 160% !important;
  color: #000226 !important;
  padding-right: 34px !important;
}

.submenu {
  padding: 0px !important;
  display: none;
}

.submenu.active {
  display: flex;
  max-width: 1152px;
  margin: 0 auto;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.title-submenu-item {
  font-size: 34px !important;
  color: #000226 !important;
  font-family: "Alliance n.2 semibold", sans-serif !important;
}

.submenu-item-box .title{
  height: 48px;
}


/* INIZIO MENU PRINCIPALE: IMAGE + LINK PERSONALIZZATO */
.img-header{
  width: 363px;
}

.container-image-link a{
  font-size: 14px !important;
  text-decoration-line: underline !important;
  color: #FAFAFA !important;
  padding: 0px !important;
  margin-top: -40px;
  margin-left: 24px;
  display: flex !important;
}

#menu-link:active{
  color: #FAFAFA !important;
}

#menu-link:hover .icon-btn-elt {
  background-image: url("images/arrow-white-long.svg");
  width: 30px;
}
/* FINE MENU PRINCIPALE: IMAGE + LINK PERSONALIZZATO */

.submenu-items-text {
  font-size: 14px !important;
  color: #000226 !important;
  font-family: "Alliance n.1 medium" !important;
  font-weight: 500 !important;
}

.submenu-item a:hover {
  color: #000226 !important;
  text-decoration: underline !important;
}

.submenu-item a:active {
  color: #1400ba !important;
  text-decoration: underline !important;
}

.arrow-submenu-item {
  padding-left: 10px;
  margin-bottom: 3px;
}

.primary-navigation a:hover {
  text-decoration: underline !important;
  text-decoration-style: none !important;
}

.submenu-item-title,
.submenu.list-items {
  padding: 0px !important;
}

.description {
  font-size: 14px !important;
  font-family: "Alliance n.1 medium" !important;
  color: #08034f !important;
  width: 244px;
  padding-top: 4px;
}

.elt-nav-anchor-primary:hover {
  background: var(
    --Gradient-text,
    linear-gradient(279deg, #0e7ab2 6.97%, #07034f 91.72%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  text-decoration: underline;
}

.elt-nav-anchor-primary:active,
.primary-navigation a:active {
  color: #1400ba !important;
  text-decoration: underline !important;
  background-clip: text;
  -webkit-background-clip: text;
  display: block !important;
}

#search-input {
  border: 1px solid #08034f !important;
  border-radius: 0.23rem;
}

#search-button {
  background-color: #08034f !important;
  color: white;
}

.close-submenu {
  padding-left: 48px;
}

.upper-menu {
  display: block;
}

.mobile-menu {
  display: none;
}

.btn-link-page{
  font-family: 'Roboto', sans-serif !important;
  padding: 0px !important;
  font-size: 14px !important;
  color: #FAFAFA !important;
}

.btn-elt-header a:active{
  color: #FAFAFA !important;
  
}

.btn-elt-header a:hover{
  text-decoration: none !important;
}

/* Menu Responsive*/

.container-logo-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
}

.custom-menu-primary-mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}#menu-upper-menu a

#search-container {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
  #menu-upper-menu {
    display: flex;
    justify-content: center;
  }

  .menu-toggle {
    display: block;
  }
  .custom-menu-primary-mobile {
    display: none;
    display: flex;
    padding: 32px;
  }

  .site-logo{
    margin:0px !important;
  }

  .mobile-menu {
    display: block;
  }

  #custom-header-elt-primary {
    display: none;
  }

  .submenu.active {
    display: flex;
    flex-direction: column;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .submenu-item img {
    margin-left: 10px;
  }

  .sub-menu-mobile ul {
    padding: 0px;
  }
  .sub-menu-mobile li {
    list-style-type: none !important;
    padding-bottom: 24px;
  }

  .sub-menu-mobile a {
    text-decoration: none;
  }

  .sub-menu-mobile {
    font-size: 16px;
  }

  .sub-menu-mobile .submenu-item.active {
    display: block !important;
  }

  .submenu-item {
    padding-bottom: 24px;
  }

  .line {
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #d6dee3;
    width: 223px;
  }
}

@media only screen and (max-width: 600px) {
  #menu-upper-menu {
    padding: 0px;
  }

  .menu li {
    margin-right: 32px;
  }

  .line {
    width: 312px;
  }
  .custom-menu-primary-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
 }

 .topButton {
	 height:48px;
	 width:48px;
	 position:fixed;
	 right: 48px;
	 bottom:50%;
	 Z-index:1;
	 background-image:url("images/topButton.svg");
	 background-repeat:no-repeat;
	 background-size: cover;
	 display:none;
 }

 .topButton:hover {
	 background-image: url("images/topButton-hover.svg");
	 background-repeat: no-repeat;
 }
 .topButton:focus {
	 background-image: url("images/topButton-focus.svg");
	 background-repeat: no-repeat;
 }

 .topButton:active {
	 background-image: url("images/topButton-click.svg");
	 background-repeat: no-repeat;
}


.btn-elt-header{
	margin-top: 40px !important;
	height:48px !important;
	width: 250px !important;
}

.btn-elt-header:hover{
  width: 270px !important;
}

.btn-elt-header:active{
  width: 270px !important;
}

.btn-elt-header:focus{
  width: 270px !important;
}


.btn-elt-font-header {
  color: white !important;
}

/* Breadcrumbs*/

.yoast-breadcrumbs {
  background-color: #000226 !important;
  color: white;
  max-width: none !important;
  margin: 0 auto !important;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  /* max-width: 1152px !important; */
}

.yoast-breadcrumbs span {
  font-size: 12px; 
}

.yoast-breadcrumbs span a {
  color: white;
  text-decoration: none;
  text-transform: uppercase !important;
  padding-right: 5px;
  padding-left: 5px;
}

.yoast-breadcrumbs > span {
  text-transform: uppercase !important;
  font-size: 16px;
  height: 100%;
  width: 1152px !important;
  display: flex;
  margin: 0 auto;
  align-items: center;
}

.breadcrumb_last {
  padding-left: 5px;
}

@media only screen and (max-width: 1199px) {
  .yoast-breadcrumbs > span {
    padding-left:32px;
  }
}

@media only screen and (max-width: 600px) {
  .yoast-breadcrumbs > span {
    width: 90% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
}


.footer-copyright a{
  color: #FAFAFA !important;
}





/* Listing search */

.container-excerpt-elt {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container-excerpt-elt article {
  display: flex;
  flex-wrap: wrap;
}

.container-excerpt-elt article .entry-header {
  margin-bottom: 8px;
  margin-top: 0px;
  flex-basis: 100%;
  order: 2;
}

.container-excerpt-elt article .entry-header .entry-title {
  font-size: 24px;
  font-family: "Alliance n.2 semibold";
  line-height: 32px;
  margin-left: 0px;
  margin-right: 0px;
}

.container-excerpt-elt article .entry-header .entry-title a {
  text-decoration: none;
  color: #000226;
}

.container-excerpt-elt article .entry-content {
  font-family: "Alliance n.1 medium";
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
  flex-basis: 100%;
  order: 3;
}

.container-excerpt-elt article .entry-content p {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 8px;
  max-width: none !important;
}

.container-excerpt-elt article .entry-content p:has(.more-link) {
  margin-bottom: 30px;
  position: relative;
}

.container-excerpt-elt article .entry-content .more-link {
  font-family: "Alliance n.1 medium";
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
  text-transform: uppercase;
  background: linear-gradient(279deg, #0e7ab2 6.97%, #07034f 91.72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  cursor: pointer;
}

.container-excerpt-elt article .entry-content .more-link:before {
  content: "";
  display: block;
  background: linear-gradient(279deg, #0e7ab2 6.97%, #07034f 91.72%);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0px;
}

.container-excerpt-elt article .entry-content .more-link:after {
  content: "";
  display: block;
  background-image: url("images/arrow-short-celeste.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(100% + 8px);
}

.container-excerpt-elt article .entry-footer {
  flex-basis: 100%;
  order: 1;
  margin-left: 0px !important;
}

.container-excerpt-elt
  article
  .entry-footer
  .post-taxonomies
  .cat-links
  a[rel="category tag"] {
  color: #1400ba;
  font-family: "Alliance n.1 semibold";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  padding: 4px 8px;
  text-align: center;
  background-color: #c9ddfb;
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
}

@media only screen and (max-width: 600px) {
  .container-excerpt-elt article .entry-header .entry-title {
    font-size: 22px;
    line-height: 30px;
  }

  .container-excerpt-elt article .entry-content {
    font-size: 12px;
  }
}

/* Pagination ELT */

.pagination-elt-mid-size .navigation.pagination {
  padding-top: 80px;
  padding-bottom: 80px;
  justify-content: center;
  border-top: none;
}

.pagination-elt-mid-size .navigation.pagination .nav-links > * {
  margin-top: 0px;
  font-family: "Alliance n.1 medium";
  font-size: 12px;
  font-weight: 500;
  color: #000226;
  padding: 0px 12px;
  border-right: 1px solid #d6dee3;
  border-top: 1px solid #d6dee3;
  border-bottom: 1px solid #d6dee3;
  height: 33px;
  box-sizing: border-box;
  line-height: 33px;
  min-height: auto;
  text-align: center;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fafafa;
}

.pagination-elt-mid-size .navigation.pagination .nav-links > a:first-of-type {
  border-left: 1px solid #d6dee3;
}
.pagination-elt-mid-size .navigation.pagination .nav-links .page-numbers.dots {
  background-image: url("images/icon-wrapper.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 44px;
  height: 33px;
  display: block;
  background-size: 16px;
}

.pagination-elt-mid-size
  .navigation.pagination
  .nav-links
  .page-numbers.current {
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(277deg, #09abd4 5.97%, #07034f 94.39%);
}

/* Search results */

.search-results .page-header {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 24px;
  margin-top: 100px;
}

.search-results .page-header .page-title {
  font-size: 60px;
  font-family: "Alliance n.2 semibold", sans-serif;
  color: #000226;
}

.search-results .search-result-count {
  font-family: "Alliance n.1 semibold";
  font-weight: 600;
  color: #242930;
  line-height: 32px;
}

.search-results .navigation.pagination {
  padding-top: 80px;
  padding-bottom: 80px;
  justify-content: center;
  border-top: none;
}

.search-results .navigation.pagination .nav-links > * {
  margin-top: 0px;
  font-family: "Alliance n.1 medium";
  font-size: 12px;
  font-weight: 500;
  color: #000226;
  padding: 0px 12px;
  border-right: 1px solid #d6dee3;
  border-top: 1px solid #d6dee3;
  border-bottom: 1px solid #d6dee3;
  height: 33px;
  box-sizing: border-box;
  line-height: 33px;
  min-height: auto;
  text-align: center;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fafafa;
}

.search-results .navigation.pagination .nav-links > a:first-of-type {
  border-left: 1px solid #d6dee3;
}
.search-results .navigation.pagination .nav-links .page-numbers.dots {
  background-image: url("images/icon-wrapper.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 44px;
  height: 33px;
  display: block;
  background-size: 16px;
}

.search-results .navigation.pagination .nav-links .page-numbers.current {
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(277deg, #09abd4 5.97%, #07034f 94.39%);
}

 @media only screen and (max-width: 600px) {
	.search-results .page-header .page-title {
		font-size: 40px;
	 }
 }

/*CUSTOM CONTACT FORM ELT */

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"] {
	direction: ltr;
	border: 1px solid #D6DEE3 !important;
	background-color: #FAFAFA !important;
	width: 363px !important;
	height: 35px !important;
}

.wpcf7-form {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}


.wpcf7-form label {
	color: #000226 !important;
	margin-bottom: 16px !important;
	font-size: 12px !important;
}

textarea {
	width: 365px !important;
	height: 90px !important;
}

[data-name="privacy-acceptance"] {
	font-size: 12px !important;
	color: #383838 !important;
}

.wpcf7-form-control.wpcf7-submit {
	width: 165px !important;
	text-align: center !important;
	font-size: 14px;
	padding: 16px 24px 16px 24px !important; 
	background: var(--Gradient-text, linear-gradient(279deg, #0E7AB2 6.97%, #07034F 91.72%));
	display: flex !important;
	justify-content: center !important;
	border: none;
}

input[type=submit]:hover, input[type=submit]:active{
	color: white !important;
}

.wpcf7 input[type=checkbox] {
	border: 1px solid #D6DEE3 !important;
	background-color: #FAFAFA !important;
	width: 16px;
	height: 16px;
	margin-right: 16px;
}

.wpcf7 input[type="file"] {
	width: 335px;
	border: transparent;
}

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

	.wpcf7 input[type="url"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="text"] {
		width: 336px !important;
	}
}

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

	.wpcf7 input[type="url"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="text"] {
		width: 360px !important;
	}

	textarea {
		width: 360px !important;
	}

	.wpcf7-form-control.wpcf7-submit {
		width: 343px !important;
	}
}

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

	.wpcf7 input[type="url"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="text"] {
		width: 337px !important;
	}

	textarea {
		width: 337px !important;
	}

	.wpcf7-form-control.wpcf7-submit {
		width: 343px !important;
	}
}

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

	.wpcf7 input[type="url"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="text"] {
		width: 343px !important;
	}

	textarea {
		width: 343px !important;
	}

	.wpcf7-form-control.wpcf7-submit {
		width: 343px !important;
	}
}

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

	.wpcf7 input[type="url"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="text"] {
		width: 320px !important;
	}

	textarea {
		width: 320px !important;
	}

	.wpcf7-form-control.wpcf7-submit {
		width: 320px !important;
	}
}

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

	.wpcf7 input[type="url"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="text"] {
		width: 307px !important;
	}

	textarea {
		width: 307px !important;
	}

	.wpcf7-form-control.wpcf7-submit {
		width:  307px !important;
	}
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
  background-color: #08034F !important;
  background-image: none !important;
}

div.asl_w .probox .promagnifier {
  background-color: #08034F !important;
  background-image: none !important;
} 

/* Search Results Page Elt Start */


.search-results .page-header{
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px; 
  text-align: left;
}

.search-results .search-result-count{
  text-align: left;
  max-width: 991px;
  padding: 0 32px; 
}


.search-results article.entry:first-of-type{
  margin-top: 50px;
}

.search-results article.entry{
  max-width: 991px;
  margin: 30px auto;
  padding: 0 32px; 
}

.search-results article.entry .entry-header{
  margin: 10px 0;
}

.search-results article.entry .entry-header > a{
  font-family: "Alliance n.1 semibold";
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
}

.search-results article.entry .entry-header > a:hover{
  color: #000;
}

.search-results article.entry .entry-header .entry-title{
  margin: 10px 0 10px 0;
  text-align: left;
  line-height: 32px;
}

.search-results article.entry .entry-header .entry-title a{
  font-family: 'Alliance n.2 semibold';
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  color: #1400BA;
}

.search-results article.entry .entry-header .entry-title a:hover{
  text-decoration: underline;
}


.search-results article.entry .entry-content{
  margin: 0 0 20px 0px !important;
}


.search-results article.entry .entry-content .search-breadcrumb{
  margin-right: auto !important;
  margin-left: 0 !important;
}

.search-results article.entry .entry-content p{
  margin: 10px 0 10px 0 !important;
  font-family: "Alliance n.1 regular";
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  width: 100% !important;
  max-width: 100% !important;
}

.search-results article.entry .entry-content a{
  font-family: "Alliance n.1 regular";
  font-size: 14px;
  color: #1400BA;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}

.search-results article.entry .entry-content .tag-symbol{
  font-family: "Alliance n.1 regular";
  font-size: 14px;
  color: #1400BA;
  font-weight: 500;
  line-height: 26px;
  margin: 0 2px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}

.search-results article.entry .entry-content a:hover{
  text-decoration: none;
}

/* Search Results Page Elt End */

/* Carriers Sigle Page Start */

.single-careers .entry-content > p:first-of-type{
  margin-top: 70px !important;
}

.single-careers .entry-content > p{
  width: 100%;
  max-width: 991px !important;
  padding: 15px;
  margin: 50px auto 50px auto !important;
  font-family: "Alliance n.2 regular";
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}

.single-careers .navigation.post-navigation{
  max-width: 991px;
  padding: 15px;
}

h2.entry-title.default-max-width {
  max-width: none !important;
}