/* Style Prometeo  */

@font-face {
  font-family: 'Montserrat'; /*a name to be used later*/
  src: url('../fonts/Montserrat-Regular.ttf'); /*URL to font*/
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Montserrat'; /*a name to be used later*/
  src: url('../fonts/Montserrat-Bold.ttf'); /*URL to font*/
  font-weight: 800;
  font-style: bold;
  font-display: block;
}


body {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;;
  font-weight: 600;
  font-style: normal;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: #fff;
  margin:0;
  padding:0;
  background-color:#000;
}

p {
  line-height:24px;
  margin-bottom:20px !important;
}

a {
  font-weight: 800;
  text-decoration:none;
}

  .ConfirmRegistrationSpam {
  background: #ffffff1f;
  padding: 10px;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #ffffff61;
}


.CompanyName {
  display: none;
}

.ConfirmRegistration {
  background: #00800066;
  padding: 20px;
  font-size: 17px;
  border-radius: 20px;
  border: 2px solid green;
}


.SinglePost li {
  list-style-type: disc !important;
  margin-bottom:20px;
}


  .pricing-wrapper .card { display: none; }

.pricing-wrapper {
  margin-top:150px;
}

.pricing-container {
  margin: auto;
  max-width:1440px;
  text-align: center;
  font-size: 15px;
}

.pricing-products {
  margin-top:20px;
}

.switch-selector {
  width:100px;
  background-color: var(--Viola);
  height:45px;
  border-radius: 40px;
  position: absolute;
  z-index: -1;
  transition: all .3s ease-out;
}

.pricing-toggle {
  display: flex;
  gap: 20px;
  padding: 6px;
  min-width: 230px;
  justify-content: center;
}

.switch {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 0 15px;
  cursor:pointer;
}


.price-label {
  font-size:14px;
}

.card-header a {
  color: var(--Viola);
}

.card-locked {
  border: 2px dashed var(--color-text) !important;
}

.billing-toggle {
  padding: 8px;
  border-radius: 40px;
  box-shadow: inset 1px -1px 10px #474747;
  width: fit-content;
  display: flex;
  gap: 4px;
  height: 45px;
}

.currency, .amount {
  transform-origin: top;
  font-size: 50px;
  font-weight: bold;
}

.price.flip-in {
  display: block;
  transform: rotateX(0deg);
}

.price.flip-out {
  transform: rotateX(-90deg);
}

.switch-container {
  display: flex;
  gap: 2px;
  justify-content: center;
}

.switch {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 0 15px;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
  border-radius: 20px;
}

.active-switch {
  color:#000;
  background: #f15a24;
}


.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 50px;
  margin: auto;
  padding: 10px;
  justify-items: center;
}

.servicepricing, .serviceaddon {
  margin-left: -10px;
}

.card, .staticcard {
  color: var(--color-text);
  border: 2px solid var(--color-background);
  background: #ffffff20;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  line-height: normal;
  cursor: pointer;
  transition: all .4s ease-out;
  width: 100%;
  max-width: 500px;
  min-width: 250px;
  /*max-height: calc(100vh - 20px);*/
}

.card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.card h2, .staticcard h2 {
  font-size: 33px;
  margin:0;
}

.description {
  margin-bottom: 15px;
  text-align: justify;
  margin-top: 15px;
  min-height: 40px;
}


.pricing-cta-container {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top:30px;
  margin-bottom:30px;
}

.HideElement {
  display: none !important;
}

.card-badge-container {
  margin-top: -40px;
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  margin-right: 15px;
}

.card-badge {
  background: #ffffff20;
  width: fit-content;
  padding: 5px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color:#fff;
  font-size:12px;
}

.card-header {
  background: var(--color-background);
  padding: 20px 30px;
  border-radius: 13px;
  min-height: 200px;
}

.card-header-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.card-footer {
  text-align: left;
  padding: 20px 20px 0 20px;
  font-size: 12px;
}

.features {
  list-style: circle;
  padding: 0;
  display:flex;
  gap:5px;
  margin-left:10px;
  padding:20px;
  flex-direction:column;
}
.features li {
  color: var(--color-text);
  text-align: left;
}

@media (max-width: 800px) {
  #smartwizard .nav {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .cards {
    padding: 0;
  }

  .card, .staticcard {
    width: 100%;
  }

  .switch {
    padding: 0 5px;
  }
}


#echo7-registration-form input{
  height: 40px;
  font-size: 16px;
  padding-left:8px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
}

#echo7-registration-form button {
  background-color:#000;
  color:#fff;
  height: 80px;
  margin:0;
  font-size: 18px;
  border-radius: 10px;
  border: none;
  cursor:pointer;
  box-shadow: 2px 0px 10px 3px var(--Viola);
  border: 1px solid #999;
  font-weight: bold;
  font-size: 20px;
  transition:all .5s;
}

#echo7-registration-form button:hover {
  background-color: #222;
}

#echo7-registration-form {
  display: flex;
  gap:20px;
  flex-direction: column;
}


.SinglePost p s {
  font-style: normal;
  text-decoration: none;
  border-bottom: 2px solid #f15a24;
}

.w3eden .btn-primary {
  background-color: #f15a24 !important;
  border: none !important;
}

.w3eden .media-body {
    display: flex;
    justify-content: space-between;
    background: #282828;
    padding: 10px;
    align-items:center;
    margin-bottom: 15px;
    border-radius: 10px;
}

body .rev-btn {
  color:#fff !important;
}


button {
  border: 0 !important;
  padding:5px;
  margin:20px;
}

h1 {
  font-weight: 800;
}

h2 {
  text-decoration: none;
  color: #fff;
  font-weight: 800;
}

h3 {
  font-size: 1.5em;
  font-weight: 800;
}

h4 {
  font-size:28px;
}

ul, li {
  list-style-type:none;
  padding:0;
  margin:0;
}

strong {
  font-weight:800 !important;
}

.SiteWidth {
  width:1024px;
  margin:0 auto;
}

.SiteWidthCentered {
  background: #fff;
  padding: 40px;
  margin: 0 auto !important;
}


.HalfSiteWidth {
  width: 800px;
  margin: 0 auto;
  min-height: calc(100vh - 245px);
}

.ListItems .wp-block-cover__inner-container p {
  line-height: 40px;
  font-weight: 800 !important;
}

.slick-slider div {
  transition: none;
}

.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  height: 110px !important;
  justify-content: center !important;
}

.slick-dots {
  position: absolute;
  display: flex;
  bottom: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  padding-top: 20px;
}

.echo7-submit-reg {
  background-color: #f15a24 !important;
}

.MenuInEvidenza {
  border-radius: 20px !important;
  overflow: hidden !important;
}


html body .wp-block-button__link:hover {
  color:#000 !important;
}

html body .PricingButton:hover {
  color:#000 !important;
}

#sp-wp-carousel-free-id-810.sp-wpcp-810 .wpcp-single-item {
    height: 62px !important;
    BACKGROUND: #FFF;
    DISPLAY: FLEX !important;
    align-items: center;
    justify-content: center;
}

:root .has-white-color {
  color:#fff !important;
}

.wpcp-slide-image {
  background-color:#fff !important;
}


.slick-dots li {
  background-color: #999999 !important;
  margin-right: 5px;
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px;
  cursor: pointer;
}

.slick-dots button {
  background-color: transparent;
  border: 0;
  font-size: 0;
  visibility: hidden;
}


.slick-dots .slick-active {
  background-color: #222 !important;
}

.MainPageContainer {
  padding-top: 40px;
}

.TopContainer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  padding:5px;
  background-color: #000;
  display:none;
}

.SingleSlideTitle, .SingleSlideSubTitle {
  text-shadow: 6px 3px 10px #000 !important;
  font-weight: 800;
}

.SingleSlideSubTitle {
  font-size:22px;
}

.MenuColHeader .ubermenu-target-title {
  font-weight: bold !important;
  border-bottom: 1px solid #757575;
  padding-bottom: 5px !important;
  color: #757575 !important;
}

.ubermenu .ubermenu-target-text {
  white-space: nowrap !important;
  font-size:14px;
  color:#fff !important;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
  padding-top:10px !important;
  padding-bottom:10px !important;
}

.JourneyHome h4 {
    font-weight: bold;
    font-size:18px;
}


.ubermenu-submenu .ubermenu-column {
  padding-left:20px !important;
  padding-right:20px !important;
}

.rpt_style_basic .rpt_plan .rpt_foot {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-weight: bold !important;
}

#wpsm_accordion_870 .wpsm_panel-default {
  border:none !important;
}

.ubermenu-current_page_item .ubermenu-target-title  {
  color: #f15a24 !important;
}

.ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
  background:transparent !important;
}

.InEvidenzaMenu {
  background-color: #f15a24;
  padding: 5px !important;
  border-radius: 5px;
  margin-left:30px;
}

body .InEvidenzaMenu a {
  padding: 0 !important;
  color:#000 !important;
}

body .InEvidenzaMenu a:hover {
  color:#000 !important;
}

.Big {
  font-size: 90px;
  padding: 0;
}

.MainLogo {
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.Header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #111;
  -webkit-box-shadow: -1px 24px 35px -30px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 24px 35px -30px rgba(0,0,0,0.75);
  box-shadow: -1px 24px 35px -30px rgba(0,0,0,0.75);
}

.UtilityTab {
  display:flex;
  align-items:center;
}

.MenuContainer {
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  justify-content: space-between;
}

.ScrollMenuContainer {
  padding-top: 10px;
  padding-bottom: 10px;
}

#MobileMenu {
  display: none;
}

#MobileMenu:focus {
  outline: 0;
}

.HomeNews {
  width:100%;
  display:flex;
  background-color:#f2f2f2;
  color:#222;
  padding:10px;
  font-size:10px;
}

.LogoImg {
  height:60px;
}

.ScrollLogo {
  height: 45px !important;
}

.ScrollTopContainer {
  height:0 !important;
}

.ScrollHeader {
  -webkit-box-shadow: 6px 22px 36px -1px rgba(0,0,0,0.66);
  -moz-box-shadow: 6px 22px 36px -1px rgba(0,0,0,0.66);
  box-shadow: 6px 22px 36px -1px rgba(0,0,0,0.66);
}

.DefaultMargin {
  margin-bottom: 30px;
}

.hide {
  display:none !important;
}

.IconContainer {
  display: flex;
  justify-content: center;
  margin-bottom:30px;
  align-items: center;
}

.lang-item-de {
  display: none !important;
}

.livetestcontainer {
  text-align: center;
}

.ItemActive {
  background:#f15a24;
  padding:30px;
}

.IconContainer .col-md-2 {
  padding:20px;
  text-align: center;
  width:250px;
  cursor:pointer;
  font-weight: bold !important;
}

.IconContainer img {
  height:50px;
}

.PrivacyContainer td {
  border:1px solid #fff;
  padding:20px;
  min-width:400px;
}

.PrivacyContainer .wp-block-columns li, .wp-block-group li {
  width:auto !important;
  background:transparent !important;
  padding:0 !important;
  margin:0 !important;
  font-size: 12px !important;
}

.PrivacyContainer .wp-block-table {
  margin:0 !important;
}

.PrivacyContainer table {
  border-collapse: collapse;
}

.MenuTab .menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.FooterMenuBar {
  display:flex;
  margin-bottom:40px;
}

.FooterCol .menu-item:after {
  background:transparent !important;
}

.FooterCol .current-menu-item {
  border-bottom:2px solid transparent !important;
}

.FooterCol a {
  color:#fff !important;
}

.FooterCol a:hover {
  color: #f15a24 !important;
}

.SingleSlide {
  height:550px !important;
  background-size:cover;
  background-position:center center;
  display:flex !important;
}

.InnerGrid img {
  height: 60px;
}

.InnerGrid p {
  text-align:justify;
}

.InnerGrid .wp-block-column {
  background: #d9d9d9;
  padding: 20px;
  border-radius: 20px;
}

.slick-dots {
  position: absolute;
  display: flex;
  bottom: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.slick-dots li {
  background-color:#999 !important;
  margin-right:5px;
  width:10px;
  height:10px;
  border-radius:10px;
  cursor:pointer;
}

.slide-arrow, .slide-arrow:active {
  border: 0;
  background: transparent;
  font-weight: bold;
  cursor: pointer;
}

.slick-dots .slick-active {
  background-color: #c1272f !important;
}

.SliderTestimonial {
  display: flex !important;
  align-items: center;
}

.SliderTestimonial .slick-dots button {
  background-color: transparent;
  border: 0;
  font-size: 0;
  visibility: hidden;
}

.TestimonialTitle {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}

.SingleSlideTestimonial {
  background-size: cover;
  background-position: center center;
  display: flex !important;
}

.SingleSlideTestimonial img {
  height: 65px;
  margin-bottom:30px;
  margin-top:25px;
}

.FooterMenuBar .menu-item {
  text-align:center;
}

.FooterMenuBar .menu-item:hover:after {
  width: 0 !important;
  font-weight:bold;
}

.FooterMenu .current-menu-item {
  border:0;
  color: orange !important;
}

.FooterMenu .menu-item:after {
    border: 0;
}

.MobileLogo {
  display:none;
}

#AtlanteSubMenu {
  display:none;
}

.SingleSlideContainer {
  display: flex;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.DragToScroll {
  display: none;
}

.DateContainer {
  margin-bottom:10px;
  font-size:12px;
  font-weight:bold;
}

.NewsContainer li {
  padding: 30px;
  margin: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-shadow: 10px 10px 46px -30px rgba(0,0,0,0.38);
  -moz-box-shadow: 10px 10px 46px -30px rgba(0,0,0,0.38);
  box-shadow: 10px 10px 46px -30px rgba(0,0,0,0.38);
}

.NewsContainer li p {
  margin-top: 0;
  padding-top: 0;
}

.PrivacyContainer {
  display:flex;
  align-items:center;
  flex-direction:row;
  font-size:14px;
}

.NewsContainer li a {
  font-size: 22px;
}

.NewsContainer li p {
  margin-bottom: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
}

.TestimonialLogoImg {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.TestimonialLogoImg:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.SingleSlideTitle {
  font-size:44px;
  text-align:center;
  margin-bottom:20px;
  text-transform:uppercase;
}

.FooterMenuBar a {
  font-size:12px;
}

.FooterMenuBar a:hover {
  font-weight:bold;
}

#menu-menusuperiore {
  display: flex;
}

.BlogPostList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.BlogDateContainer {
	font-size:12px;
}

.SinglePostHeader {
  height:300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size:cover;
  margin-bottom:50px;
}

.SingleBlogPostImage {
  height: 150px;
  width: 100%;
  background-size: cover;
}

.InnerBlogPost p {
  font-size: 12px;
  line-height: 16px;
}

.InnerBlogPost {
  padding:20px;
}

.SingleBlogPost {
  width: 284px;
  background: #1b1b1b;
  margin: 5px;
  margin-bottom:50px;
}


.SingleBlogPost:hover {
  background: #151414;
}

.SingleBlogPost h2 {
  font-size:20px;
}

.BlogPage {
  margin-top:50px;
}

.BlogPage .PageTitle {
  padding:30px;
}

.SinglePostHeader h1 {
  background: #0000006e;
  padding: 20px;
}

#menu-menusuperiore a {
  font-size: 12px;
  color: #fff;
}

.SlideButton {
  padding: 10px;
  margin-top: 30px;
  font-weight: 800;
}

.menu-item {
  outline: none;
  cursor: pointer;
  font-size: 16px;
  text-decoration:none;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.menu-item a {
  padding: 5px 10px 10px 10px;
}

.menu-item:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.InnerPageMenuContainerFixed .menu-item:after {
  background: #fff !important;
}

.InnerPageMenuContainerFixed .current-menu-item {
  border-bottom: 2px solid #fff;
}

.current-menu-item {
  border-bottom: 2px solid #000;
}


.FooterCol .current-menu-item a {
  color: #000 !important;
}

.current-menu-item a {
  color: #f15a24 !important;
}

.menu-item:hover:after {
  width: 100%;
  left: 0;
}

.InnerPageMenu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top:10px;
  padding-bottom:10px;
}

#menu-menuatlante {
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-menuatlante .menu-item {
  margin-right: 20px;
  text-align: center;
  width: max-content;
}

.InnerPageMenu a {
  font-size: 12px;
}

.InnerPageMenuContainer {

}

.InnerPageMenuContainerFixed {
  background: #000;
  z-index: 100;
  width: 100%;
  color: #fff;
}

.InnerPageMenuContainerFixed .InnerLogo {
  display:none;
}

.InnerPageMenuContainerFixed .InnerPageMenu {
  height: 30px;
}

.InnerPageMenuContainerFixed .InnerPageMenu a {
  color:#fff;
}

/* FOOTER CSS */
.MainFooter {
  margin-top: 50px;
  text-align: right;
  font-size:12px;
  display: flex;
  justify-content: center;
  padding-top:20px;
  padding-bottom:20px;
  width: 100%;
}

.FooterCol {
  padding:20px;
  width:300px;
  margin-left:30px;
  margin-right:30px;
}

.Copyright {
    text-align: center;
    font-size: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#mc_embed_signup .button {
  background-color: #000!important;
  margin-top: 10px;
  width: 100%;
  color: #fff;
  padding: 10px;
  border: navajowhite;
  font-weight: bold;
}

.InEvidenzaMenu:after {
  display: none !important;
}

#mce-EMAIL {
  border:0;
  height:40px;
  width:100%;
}

.Copyright {
  margin-top:100px;
}

.FooterCol h3 {
  text-align: left;
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
  margin-top:0 !important;
}

#mc_embed_signup label {
    display: block;
    font-size: 18px !important;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: left !important;
    margin-top: 5px !important;
}

.FooterCol li, .FooterCol a {
  padding-left:0 !important;
}

.FooterCol a:hover {
  color:#000 !important;
}

.AfterFooter {
  text-align: center;
  padding-bottom:50px;
  padding-top:100px;
  border-bottom:2px solid #ff6900;
}

.FooterContainer {
  background: #ff6900;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 100px;
}

.PrivacyContent a {
  color: #f15a24;
}

.PrivacyContent {
  padding-left:10px;
}

.menu-item-231 a {
  color: #000 !important;
}



.wpcf7-select {
  height: 40px;
  width: 100%;
  color: #000;
  font-weight: bold;
  padding-left: 10px;
}

.wpcf7-select option {
  color:#000;
  font-size:16px !important;
}

body .wpcf7-submit {
  background-color:#f15a24 !important;
}

.Copyright a {
  color:#f15a24 !important;
}

.FooterCol .menu-item {
  padding:10px;
  text-align: left;
}

.CopyrightMainContainer {
  margin-top: 30px;
  font-size: 10px;
  text-align: center;
  color: #999;
}

.FooterMenuBar {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-around;
}

.MetodiPagamentoBox {
  display: flex;
  justify-content: space-around;
}

.SingleShoppingMethod img {
  height: 30px;
}

.SingleShoppingMethod {
  margin-left: 10px;
  margin-right: 10px;
}

.FooterDataBar {
  font-size: 10px;
  text-align: center;
}

.AdsFooter {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
  padding-bottom: 45px;
}

.FooterCredits {
  font-size: 10px;
  font-family: Arial !important;
  text-align: right;
  padding-top: 30px;
  color: #999;
}

.FooterDataBar a, .FooterCredits a {
  text-decoration: underline;
  color: #222 !important;
}

.FooterBadgeBar img {
  height: 30px;
}

.FooterTitle {
  font-weight: 800;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.FooterAdsDesc {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}

.AdBoxTop {
  display: flex;
  align-items: center;
  justify-content: center;
}

.AdBoxTop img {
  height: 45px;
  margin-right: 10px;
}

.AdBoxTop .FooterTitle {
  margin-bottom: 0 !important;
}

.FooterBadgeBar {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
  padding-top: 35px;
  padding-bottom: 25px;
}

.SocialBadge {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.FooterMenuBar a {
  font-size: 12px;
  font-weight: 400;
}

.InnerLogo {
  height:55px;
  margin-right:105px;
}

.SmallLogo {
  display:none;
  height:35px;
}


/* TYPOGRAPHY */
.PrometeoTitolo {
  font-size: 25px;
  font-weight: 800;
  padding-bottom: 10px;
}

.PrometeoSottoTitolo {
  font-size: 18px;
  font-weight: 800;
}

.CustomHeader {
  background-color: #f15a24;
  display: flex;
  padding: 5px;
  color: #fff;
  justify-content: flex-end;
  font-size:10px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #fff !important;
}

.SingleFile {
  background-color:#f2f2f2;
  padding:30px;
  margin-bottom:20px;
  margin-top:20px;
  border-radius: 20px;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.SingleFile img {
  height: 25px;
}

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

.acf-button {
  background-color: #183E87;
  border: none;
  padding-left: 40px;
  font-size: 14px;
  font-weight: bold;
  padding-right: 40px;
  padding: 8px;
  width: 100%;
  color:#fff;
}

.SingleFile:hover {
  background-color:#183E87 !important;
  color:#fff;
  font-weight: bold;
}

.PrivateFile {
  background-color:#d4d4d4 !important;
  display: none;
}

.ActiveElement {
  background-color:#183E87;
  color:#fff;
  padding:20px;
}

.CatContainer {
  display: flex;
  align-items: center;
  margin-top:50px;
  border-bottom: 3px solid #183E87;
  justify-content: space-around;
  font-size: 12px;
}

.InnerCustomHeader {
  display: flex;
  align-items: center;
}

.CustomHeader div {
  margin-left:15px;
}

.CustomHeader a {
  color: #fff;
}

/* HERO BLOCK */
.HeroBlock {
  height: 450px;
  display: flex;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.HeroBlockRight {
  justify-content: flex-end;
  background-position: left;
}

.HeroBlockLeft {
  justify-content: flex-start;
  background-position: right;
}

.HeroInnerBlock {
  background-color: white;
  padding: 20px;
  width: 50%;
}

/* CONTAINER BLOCK */

.ContainerBlock {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ContainerInnerBlock {
  color: white;
  padding: 20px;
  width: 50%;
  text-align:center;
}

.ContainerBlock .PrometeoTitolo {
  font-size:36px;
}

.ContainerBlock .PrometeoSottoTitolo {
  font-size: 26px;
}

.BottomAtlante::after {
  content: ' ';
  height: 100px;
  background-color: #c1272f;
  background-image: url(../img/LogoAtlanteSmall.svg);
  float: right;
  z-index: 9999;
  margin-top: -65px;
  width: 100px;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  position:relative;
  background-size: 100%;
  background-position: left;
  border-radius:20px;
}

.wp-block-columns li, .wp-block-group li {
  padding: 10px;
  background: #f2f2f2;
  margin-bottom: 10px;
  border-radius: 20px;
  width: fit-content;
  font-size: 16px;
  line-height: 22px;
  margin:20px;
  width:280px;
  text-align: justify;
}

.wp-block-columns ul {
  display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 1024px;
}

.wp-block-cover a {
  color:white !important
}

.wp-block-cover a:hover {
  border-bottom: 2px solid #fff !important;
}

.wpcf7-list-item, .span.wpcf7-list-item {
  margin: 0 !important;
  padding: 0 !important;
}

#PrivacyCheck {
  width: 20px !important;
  height: 20px !important;
}

.wpcf7 input, .wpcf7-textarea {
  height: 30px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #999;
  width: 98% !important;
  padding: 1% !important;
  color:#000;
}

.LangContainer {
  display: flex;
  margin-left:20px;
  align-items: center;
}

.PricingButton {
  background: #f15a24;
  color: #fff;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.PricingButton:hover {
  border:0 !important;
  padding-bottom: 20px !important;
  background: #bb3100;
}

.SmallLabel {
  font-size:12px;
}

.PricingTable .wp-block-table td {
  border: none;
}

.PricingTable .wp-block-table tr:nth-child(odd){
  background-color: #0a0a0a;
  color: #fff;
}

.ColonnaInEvidenza {
  box-shadow: 0px -6px 48px #4c4c4c;
  padding: 40px !important;
}

.MenuInEvidenza a {
  background: #f15a24 !important;
}


.MenuInEvidenza a:hover {
  background: #ff4300 !important;
}

.text-center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.CustomPlan {
  width:300px !important;
}

.PricingTable .wp-block-column {
  padding:20px;
  background-color:#111;
}

.PricingPrice {
  text-align: center;
  margin-bottom:40px;
}

.PricingTable .wp-block-buttons {
  margin-bottom:40px !important;
}

.BigPrice {
  font-size:55px;
}

.current-lang {
  background: #6f280f;
  padding: 2px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.LangContainer li {
  margin-left:5px;
}

.SocialFooterContainer {
  width: 400px;
  margin-top:40px !important;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.SocialFooterContainer a {
  font-size:33px;
}


.wpcf7-textarea {
  height:150px;
}

body .wpcf7-submit {
  width: 100% !important;
  background-color: #000;
  height: 50px !important;
  color: #fff;
  font-size: 18px;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
}

body .lang-item-fr {
	display: none !important;
}

/* LANDING 12 */

html .page-id-28679 a {
  color:#fff !important;
}

/* DOWNLOAD X1 */

.page-id-34566 .wpcf7 input {
  height: 50px;
  width: 100% !important;
  margin-top: 10px;
  font-size: 22px;
}

#echo7-loader {
  display: none;
}