body {
  padding-top: 50px;
}

hr {
  border: 2px solid #f1f1f1;
  margin: 40px 50px;
  width: 100%;
}

p {
  font-size: 1.1rem;
}

h1 {
  margin-top: 30px;
  margin-bottom: 20px;
}

#staticHeader {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  border-bottom: 4px solid #555;
}

.container-header .ar-wrapper .smallLogo {
  width: 7%;
}

.container-content main {
  margin: 60px 20px 60px 20px;
}
.container-content main .com-content-article .page-header {
  text-align: center;
}
.container-content main ul li {
  font-size: 1rem;
  line-height: 1.4rem;
}
.container-content main .articoleBlogPage {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.container-content main .articoleBlogPage .page-header {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.container-content main .articoleBlogPage .page-header .art-title {
  padding: 0px 35px 80px 0px;
  flex: 1.5;
}
.container-content main .articoleBlogPage .page-header .art-title .art-info {
  padding: 5px 10px;
  font-size: 0.8rem;
  text-align: right;
}
.container-content main .articoleBlogPage .page-header .art-title .art-info .publish_up {
  display: inline-block;
}
.container-content main .articoleBlogPage .page-header .art-title .art-info .art_hits {
  display: inline-block;
}
.container-content main .articoleBlogPage .page-header .art-title h1 {
  margin: 20px 0px 10px 0px;
  text-align: right;
  font-size: 3rem;
  text-wrap: balance;
  font-weight: 600;
  position: relative;
  display: block;
}
.container-content main .articoleBlogPage .page-header .article-info {
  text-align: right;
}
.container-content main .articoleBlogPage .page-header .item-image {
  flex: 1;
  margin: 10px 0px;
  border-radius: 0px 120px 0px 72px;
  overflow: hidden;
  border: 5px solid #e5e5e5;
}
.container-content main .articoleBlogPage .page-header .item-image img {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}
.container-content main .articoleBlogPage .pagenavigation {
  margin-top: 20px;
}
.container-content main .articoleBlogPage .pagenavigation .previous {
  float: left;
}
.container-content main .articoleBlogPage .pagenavigation .next {
  float: right;
}
.container-content main .articoleBlogPage p {
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.container-content main .articoleBlog {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.container-content main .articoleBlog .page-header h1 {
  padding-top: 30px;
}
.container-content main .articoleBlog h1 {
  margin-top: 30px;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}
.container-content main .articoleBlog .blog-item {
  display: inline-block;
  width: 30%;
  margin: 20px;
}
.container-content main .articoleBlog .blog-item .item-image {
  margin: auto;
  overflow: hidden;
  overflow: hidden;
  aspect-ratio: 3/2;
  filter: grayscale(0.5);
  animation: filter 0.5;
}
.container-content main .articoleBlog .blog-item .item-image:hover {
  filter: grayscale(0);
}
.container-content main .articoleBlog .blog-item .item-image img {
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: relative;
}
.container-content main .articoleBlog .blog-item .item-content .art-info {
  padding: 5px 10px;
  font-size: 0.8rem;
}
.container-content main .articoleBlog .blog-item .item-content .art-info .publish_up {
  text-align: left;
  display: inline-block;
}
.container-content main .articoleBlog .blog-item .item-content .art-info .art_hits {
  text-align: right;
  float: right;
}
.container-content main .articoleBlog .w-100 {
  width: 100%;
  text-align: center;
}
.container-content main .articoleBlog .w-100 .pagination .page-item {
  display: inline-block;
}
.container-content main .articoleBlog .w-100 .pagination .page-item .page-link {
  font-size: 1.5rem;
  margin: 5px;
  padding: 0px 10px;
  border-radius: 20px;
  color: #c1c1c1;
}

.homePage p {
  font-size: 1rem;
  line-height: 1.6rem;
}
.homePage .s-text {
  width: 50%;
  position: relative;
  padding: 0px 0px 0px 0px;
}
.homePage .s-text p {
  margin-right: 50px;
}
.homePage .s-text h2 {
  text-align: left;
  font-size: 2.8rem;
  padding-bottom: 25px;
  color: #a2a2a2;
}
.homePage .s-text h3 {
  width: 90%;
  text-align: center;
  margin: auto;
  margin: 30px 0px 30px 0px;
  font-size: 1.5rem;
}
.homePage .s-text .btn-wwm {
  border: 1px solid #000;
  padding: 15px 30px;
  border-radius: 19px;
  position: relative;
  display: inline-block;
  margin: 20px 50px 0px 0px;
  cursor: pointer;
  background: #fff;
}
.homePage .s-text .btn-wwm:hover {
  background-color: #efefef;
}
.homePage .s-foto {
  width: 50%;
  height: 600px;
  overflow: hidden;
}
.homePage .s-foto img {
  transform: translate(-18%, 0%);
  height: 100%;
  width: auto;
}
.homePage .homeHeader,
.homePage .work-with-me,
.homePage .about-me,
.homePage .know-me {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: auto;
  justify-content: center;
}
.homePage .homeHeader {
  text-align: center;
}
.homePage .homeHeader .s-text {
  padding-top: 50px;
}
.homePage .about-me .s-foto {
  height: 100vh;
}
.homePage .about-me .s-foto img {
  transform: translate(0%, 0%);
}
.homePage .about-me p {
  text-align: justify;
  text-indent: 20px;
  margin-right: 50px;
}
.homePage .homeQuote {
  text-align: center;
  margin: 50px 0px;
  border-top: 2px solid #a2a2a2;
  background-color: #fefefe;
}
.homePage .homeQuote h2 {
  padding: 15px 74px;
  font-size: 1.8rem;
  color: #555;
  line-height: 3rem;
  font-style: italic;
}
.homePage .lastArt .latestnews {
  display: flex;
  flex-wrap: wrap;
}
.homePage .lastArt .latestnews .art-item {
  width: 33%;
  margin-bottom: 35px;
}
.homePage .lastArt .latestnews .art-item a {
  text-align: center;
}
.homePage .lastArt .latestnews .art-item a .art-item-image,
.homePage .lastArt .latestnews .art-item a .art-item-title {
  display: block;
}
.homePage .lastArt .latestnews .art-item a img {
  width: 80%;
}
.homePage .animated-arrow {
  text-align: center;
  font-size: 8rem;
  margin: 20px 0px 0px 0px;
}
.homePage .animated-arrow a {
  color: #f2dcd7;
}
.homePage .work-with-me h2 {
  text-align: center;
  font-size: 2.6rem;
  padding: 0px;
  width: 100%;
}
.homePage .wwm-coaching,
.homePage .wwm-consiliere,
.homePage .wwm-pachete {
  margin: 10px;
  width: 30%;
  text-align: center;
}
.homePage .wwm-coaching .wwm-foto,
.homePage .wwm-consiliere .wwm-foto,
.homePage .wwm-pachete .wwm-foto {
  width: 90%;
  padding: 15px;
  cursor: pointer;
}
.homePage .wwm-coaching h4,
.homePage .wwm-consiliere h4,
.homePage .wwm-pachete h4 {
  font-size: 1.2rem;
  font-weight: bold;
}
.homePage .wwm-coaching p,
.homePage .wwm-consiliere p,
.homePage .wwm-pachete p {
  padding-top: 10px;
  min-height: 120px;
}
.homePage .servicii {
  width: 17%;
  margin: 10px;
  text-align: center;
}
.homePage .servicii h4 {
  font-size: 1.2rem;
  font-weight: bold;
  min-height: 80px;
}
.homePage .my-trainings {
  display: flex;
}
.homePage .my-trainings li i {
  font-size: 5rem;
  width: 100%;
  margin-bottom: 10px;
}
.homePage .order-number {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 60px 0px 0px;
  margin-bottom: 12px;
}
.homePage .order-number p {
  font-size: 5rem;
}
.homePage .num1 {
  background-color: #cac6c6;
}
.homePage .num2 {
  background-color: #f2dcd6;
}
.homePage .num3 {
  background-color: #ddc7b6;
}
.homePage .num4 {
  background-color: #bed1d9;
}
.homePage .num5 {
  background-color: #eaeff1;
}

.cards {
  display: flex;
  flex-wrap: wrap;
}
.cards li {
  width: 33%;
  margin-bottom: 35px;
}

.container-footer .footer {
  margin-top: 0px;
}
.container-footer .footer a {
  color: #dadada;
}
.container-footer .footer a:hover {
  color: #fff;
}
.container-footer .footer .f-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
}
.container-footer .footer .f-menu .f-logo {
  width: 10%;
  margin-right: 5%;
}
.container-footer .footer .f-menu .f-mainlink,
.container-footer .footer .f-menu .f-secondlink {
  width: 10%;
  margin-right: 2%;
}
.container-footer .footer .f-menu .f-gdprlink .scoialButton {
  font-size: 1.3rem;
}
.container-footer .footer .f-menu .f-gdprlink .scoialButton ul {
  margin-bottom: 10px;
}
.container-footer .footer .f-menu .f-gdprlink .scoialButton ul li {
  display: inline;
  margin-right: 12px;
}

.food_freedom_1to1 {
  text-align: center;
  font-family: "Open Sans";
}
.food_freedom_1to1 .food_freedom_faq {
  margin-top: 90px;
}
.food_freedom_1to1 .food_freedom_faq p {
  text-align: justify;
  margin-right: 50px;
  font-size: 1rem;
  line-height: 1.6rem;
}
.food_freedom_1to1 .food_freedom_faq h2 {
  text-align: center;
  font-size: 2.6rem;
  padding: 0px;
  width: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  margin-bottom: 10px;
  line-height: 50px;
}
.food_freedom_1to1 .food_freedom_faq #food_freedom_questions.ui-accordion {
  font-family: "Open Sans";
}
.food_freedom_1to1 .food_freedom_faq #food_freedom_questions.ui-accordion .ui-icon.faqOpen,
.food_freedom_1to1 .food_freedom_faq #food_freedom_questions.ui-accordion .ui-icon.faqClosed {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.food_freedom_1to1 .food_freedom_faq #food_freedom_questions.ui-accordion .ui-icon.faqOpen {
  background: url("/images/icons/faq_open.png") no-repeat;
  background-size: 40px;
}
.food_freedom_1to1 .food_freedom_faq #food_freedom_questions.ui-accordion .ui-icon.faqClosed {
  background: url("/images/icons/faq_close.png") no-repeat;
  background-size: 40px;
  opacity: 0.4;
}
.food_freedom_1to1 .food_freedom_faq #food_freedom_questions.ui-accordion .ui-accordion-header {
  border-width: 1px 0px 0px 0px;
  background: transparent;
  padding: 25px 45px 25px 20px;
  text-align: left;
  font-family: "Open Sans";
  font-size: 1.1rem;
  font-weight: bold;
  color: #57cac9;
}
.food_freedom_1to1 .food_freedom_faq #food_freedom_questions.ui-accordion .ui-state-active {
  border-radius: 0;
}
.food_freedom_1to1 .food_freedom_faq #food_freedom_questions.ui-accordion .ui-accordion-content {
  border-radius: 0%;
  border: none;
  text-align: left;
  padding: 0px 20px;
}
.food_freedom_1to1 .ff_intro,
.food_freedom_1to1 .food_freedom_program {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-evenly;
}
.food_freedom_1to1 .s-text {
  width: 100%;
  position: relative;
  padding: 0px 0px 0px 0px;
}
.food_freedom_1to1 .s-foto {
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin: 0px 50px;
}
.food_freedom_1to1 .s-foto img {
  transform: translate(0%, 0%);
  height: 100%;
  width: auto;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #555;
  background: #555;
}

@media screen and (max-width: 600px) {
  .ar-wrapper {
    padding: 0;
  }
  .container-header .ar-wrapper .brand {
    padding-bottom: 0px;
    text-align: left;
    min-height: 35px;
  }
  .container-header .ar-wrapper .brand img {
    width: 60%;
  }
  .container-header .ar-wrapper .smallLogo {
    width: 50%;
  }
  hr {
    margin: 0;
  }
  .container-content main {
    margin: 30px 10px 60px 10px;
  }
  .container-content main .com-content-article.item-page {
    padding-top: 20px;
  }
  .container-content main .articoleBlog .blog-item {
    width: 100%;
    margin: 10px 0px;
  }
  .container-content main .articoleBlogPage .page-header {
    display: inline-block;
  }
  .container-content main .articoleBlogPage .page-header .art-title {
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
  .container-content main .articoleBlogPage .page-header .art-title h1 {
    line-height: 3.4rem;
  }
  .container-content main .articoleBlogPage .page-header .item-image {
    width: 100%;
  }
  .container-content main .articoleBlogPage .pagenavigation {
    text-align: center;
  }
  .container-content main .articoleBlogPage .pagenavigation .next {
    float: none;
  }
  .container-content main ul li {
    width: 100%;
  }
  .homePage .s-text {
    width: 100%;
  }
  .homePage .s-text h2 {
    text-align: center;
    margin: 15px;
  }
  .homePage .s-text h3 {
    margin: 30px 0px 30px 20px;
  }
  .homePage .s-text p {
    margin: 15px;
  }
  .homePage .s-text .btn-wwm {
    position: relative;
    bottom: 0;
    margin: 20px auto;
  }
  .homePage .s-foto {
    width: 100%;
    height: auto;
  }
  .homePage .s-foto img {
    width: 100%;
    height: auto;
    transform: none;
  }
  .homePage .homeHeader,
  .homePage .work-with-me,
  .homePage .about-me,
  .homePage .know-me {
    text-align: center;
  }
  .homePage .about-me .s-text p {
    margin: 20px;
  }
  .homePage .homeQuote h2 {
    padding: 25px 30px;
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8rem;
  }
  .homePage .servicii {
    width: 40%;
  }
  .homePage .work-with-me .wwm-coaching,
  .homePage .work-with-me .wwm-consiliere,
  .homePage .work-with-me .wwm-pachete {
    width: auto;
  }
  .homePage .order-number {
    height: 128px;
    border-radius: 0px 35px 0px 0px;
  }
  .homePage .lastArt .latestnews .art-item {
    width: 50%;
    margin-bottom: 35px;
  }
  .homePage .my-trainings {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-content: center;
  }
  .homePage .my-trainings li {
    margin-bottom: 20px;
  }
  .container-footer .footer .f-menu .f-logo {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .container-footer .footer .f-menu .f-logo img {
    width: 50%;
  }
  .container-footer .footer .f-menu .f-mainlink,
  .container-footer .footer .f-menu .f-secondlink {
    width: 50%;
    margin: 25px 0 0 0;
  }
  .container-footer .footer .f-menu .f-gdprlink {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .food_freedom_1to1 .s-text {
    width: 100%;
    position: relative;
    padding: 0px 0px 0px 0px;
  }
  .food_freedom_1to1 .s-foto {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px;
  }
  .food_freedom_1to1 .s-foto img {
    transform: translate(0%, 0%);
    height: auto;
    width: 100%;
  }
  .food_freedom_1to1 .food_freedom_faq p {
    margin: 10px 0px 0px 0px;
  }
}
/*# sourceMappingURL=user.css.map */