@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);:root{--primary:#174889;--secondary:#F8B31C;--primary-var:#17488966;--secondary-var:#F8B31C66;--white:#ffffff;--font:'Poppins', sans-serif}*{box-sizing:border-box}body{padding:0;margin:0;color:var(--primary);font-family:var(--font)}*{box-sizing:border-box}.col-sm{width:60%;margin:0 auto}.col-md{width:70%;margin:0 auto}.col-lg{width:80%;margin:0 auto}.col-xl{width:90%;margin:0 auto}.col-full{width:100%}.flex{display:flex}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.grow{flex-grow:1}.grow-0{flex-grow:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grid{display:grid}.grid-col-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-col-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-col-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-col-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-col-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-col-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.g-xs{gap:4px}.g-s{gap:8px}.g-m{gap:16px}.g-l{gap:32px}.g-xl{gap:64px}.g-xxl{gap:128px}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-around{justify-content:space-around}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-base{justify-content:baseline}.justify-items-start{justify-items:start}.justify-items-end{justify-items:end}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.justify-self-auto{justify-self:auto}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.justify-self-stretch{justify-self:stretch}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-base{align-items:baseline}.align-self-end{align-self:flex-end}.rounded-sm{border-radius:.125rem}.rounded-md{border-radius:.25rem}.rounded-lg{border-radius:2rem}.rounded-full{border-radius:100%}.shadow-sm{box-shadow:0 1px 2px 0 rgb(0 0 0 / .05)}.shadow-md{box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1)}.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -4px rgb(0 0 0 / .1)}.shadow-xl{box-shadow:0 25px 50px -12px rgb(0 0 0 / .25)}.shadow-2xl{box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 8px 10px -6px rgb(0 0 0 / .1)}.p-xs{padding:4px}.p-s{padding:8px}.p-m{padding:16px}.p-l{padding:32px}.p-xl{padding:64px}.p-xxl{padding:128px}.p-x-xs{padding:4px 0}.p-x-s{padding:8px 0}.p-x-m{padding:16px 0}.p-x-l{padding:32px 0}.p-x-xl{padding:64px 0}.p-x-xxl{padding:128px 0}.p-y-xs{padding:0 4px}.p-y-s{padding:0 8px}.p-y-m{padding:0 16px}.p-y-l{padding:0 32px}.p-y-xl{padding:0 64px}.p-y-xxl{padding:0 128px}@media screen and (prefers-reduced-motion:no-preference){html,body{scroll-behavior:smooth;-moz-scroll-behavior:smooth;-webkit-scroll-behavior:smooth}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#fff0}::-webkit-scrollbar-thumb{background:var(--primary)}::-webkit-scrollbar-thumb:hover{background:var(--primary)}img{width:100%;aspect-ratio:16 / 9;object-fit:cover}section{padding:40px 0}section.grey{background:#f5f5f5}a{text-decoration:none;color:var(--primary);border-radius:10px}input,select{padding:10px 15px;border-radius:10px;border:1px solid var(--primary);margin:10px;outline:none;font-family:var(--font)}h1{text-align:center}h2{text-align:left}p{margin:0;text-align:left;line-height:25px}p.small{font-size:10px;text-align:center}p.article-body{white-space:pre-line}h3{margin:10px 0}button,a.btn,.wpforms-form button[type=submit]{color:var(--primary);background:var(--secondary);border-radius:10px;padding:10px 20px;font-weight:600;font-size:16px;border:none;margin:10px}button.primary,a.btn.primary{color:var(--primary)!important;background:var(--secondary)!important}button.secondary{background:#fff;border:1px solid var(--primary)}button:hover,a.btn:hover{background:var(--primary);color:var(--secondary);transition:0.2s ease;border:none;cursor:pointer}button.secondary:hover{border:1px solid var(--primary)}hr,.wp-block-separator{width:100%;height:1px;background:#ccc;border:none}a.category{margin:0 10px}input#s{padding:5px 10px;margin:5px;font-size:14px}input#searchsubmit{padding:5px 10px;background:var(--primary);color:#fff;border:none;outline:none}.contact{width:100%}textarea{padding:10px 15px;border:1px solid var(--primary);margin:10px;outline:none;font-family:var(--font);min-height:200px;border-radius:10px}.label{color:#fff;background:var(--secondary);border-radius:7px;padding:5px 10px;font-size:10px;text-align:center;max-width:140px;margin-right:5px}.label:hover{background:var(--secondary-var)}.label a{color:#fff}.border-radius{border-radius:10px}.separator{height:18px;width:1px;background:var(--primary)}ul.post-categories li,li.menu-item{list-style-type:none}ul.sub-menu{padding:0;text-align:center;margin:0}details{text-align:left;padding:10px}summary{font-style:italic;font-size:14px;cursor:pointer}.pagination{display:flex;justify-content:center;margin-top:20px}.pagination ul{list-style:none;padding:0;display:flex}.pagination li{margin:0 5px}.pagination a,.pagination span{display:block;padding:4px 12px;text-decoration:none;border:1px solid var(--primary);color:var(--primary);border-radius:4px}.pagination .current{background-color:var(--secondary);color:var(--primary)!important;border-color:var(--secondary)}.content{width:85%;margin:0 auto;padding:10px 0}.blue_bar{background:var(--primary)}.blue_bar a{color:#fff;margin-right:10px;font-size:12px}.blue_bar .content{justify-content:space-between}.icon{width:20px;height:20px;fill:#fff}.navbar{justify-content:space-between;align-items:center}.nav .navbar .logo-container img.logo{width:250px;margin:20px 0;aspect-ratio:auto}.logo{justify-content:space-between}.logo-container{justify-content:space-between;width:100%}.nav .navs{justify-content:space-between;align-items:center;width:100%;position:relative}.nav .navs li.nav-item a{font-size:16px;font-weight:500;text-transform:uppercase}.nav .navs li.nav-item a:hover{font-weight:500}.nav .social-media a{margin-left:10px}.nav-mobile{display:none}.submenu{display:none}.submenu.visible{display:flex;width:100%;background:#f5f5f5;justify-content:space-between;padding:10px 20px;border-radius:10px}.submenu a:hover{font-weight:500}.hero{justify-content:space-between;align-items:flex-start;padding:10px 0}.hero-article{border-radius:10px;min-height:50vh;height:100%;width:100%}div.hero-article div.mask{background:linear-gradient(180deg,transparent,80%,#174889CC);width:100%;height:100%;border-radius:10px}div.hero-article div.article-image{overflow:hidden;border-radius:10px}.hero-article img{width:100%;border-radius:10px}.hero-article h5 a,.hero-article a{color:#fff}.hero .article.small{background:var(--primary);color:var(--white);height:100%}.hero .article.small h4 a{color:var(--white)}.article-showcase{padding:10px 20px}.article-showcase p{font-size:12px}.article{text-align:left;border-radius:10px}.article:hover{filter:brightness(.9)}.article img{width:100%}div.article-image{overflow:hidden;border-radius:10px}.article.small h4,.article h4{margin:10px 0}.studies{justify-content:space-between}.article.small .article-showcase{padding:10px}.article-details p{margin-right:25px}.attachment-post-thumbnail.size-post-thumbnail.wp-post-image{border-radius:10px}.post_body img{aspect-ratio:auto}.article.blue{background:var(--primary);margin-bottom:20px;border-radius:10px}.article.blue .article-showcase,.article.blue a{color:#fff}.article.withDescription{background:var(--primary);border-radius:10px;color:#fff}.article.withDescription a{color:#fff}.article.withDescription div.article-image{border-radius:10px}div.article-image img{border-radius:10px}.article--cat{border-radius:10px}.article--cat a{color:#fff}.article--cat#somn{background:url(/wp-content/themes/cipratheme/assets/img/sleep.jpg) center no-repeat;background-size:cover;background-origin:center}.article--cat#alimentatie{background:url(/wp-content/themes/cipratheme/assets/img/food.jpg) center no-repeat;background-size:cover;background-origin:center}.article--cat#sport{background:url(/wp-content/themes/cipratheme/assets/img/sport.jpg) center no-repeat;background-size:cover;background-origin:center}.article--cat#echilibru{background:url(/wp-content/themes/cipratheme/assets/img/mind.jpg) center no-repeat;background-size:cover;background-origin:center}.article--cat#moderatie{background:url(/wp-content/themes/cipratheme/assets/img/alcohol.jpg) center no-repeat;background-size:cover;background-origin:center}.article--cat h3{color:#fff}.article--cat .mask{border-radius:10px;width:100%;height:100%;padding:80px 0;background:linear-gradient(0deg,var(--secondary-var),var(--primary-var))}.article--cat:hover{filter:brightness(.9)}.news .article-image{max-width:500px}section.cta{background:#f5f5f5;color:var(--primary);text-align:center}section.cta h2{text-align:center}.newsletterForm{width:55%;margin:0 auto}.team-members{justify-content:center;align-items:start}.team-member{border-radius:10px;-webkit-box-shadow:1px 1px 2px 1px rgb(0 0 0 / .25);box-shadow:1px 1px 2px 1px rgb(0 0 0 / .25);position:relative}.team-member h4{margin:10px 0 5px}.team-member div.team{overflow:hidden;border-radius:10px}img.team,div.expert img{border-radius:10px;aspect-ratio:1 / 1;object-fit:cover}.team-member div.expert{overflow:hidden;border-radius:10px}.team-member div.expert img{width:100%}.team-member .social-media a{margin:5px}img.suporter{max-width:200px;margin:20px}div.team-member-details{display:none}div.team-member:hover div.team-member-details{display:flex;background:var(--primary-var);color:var(--white);position:absolute;top:0;left:0;width:100%;height:100%;padding:20px;border-radius:10px;font-size:14px}footer{background:var(--primary);color:#fff;text-align:center;padding-top:20px}.footer-logo a img{aspect-ratio:auto}footer a{color:#fff;font-weight:200;font-size:14px;margin-bottom:5px}footer a:hover{color:var(--secondary)}footer hr{background:#fff}footer h4,footer h6{margin:0 0 20px 0}footer .footer{justify-content:space-between;align-items:flex-start}footer .logo img{width:80px}footer .links{text-align:left}footer p.small a{font-size:10px;margin:5px 0}footer .links li{margin-bottom:5px}.studies{background:var(--primary);color:#fff}.studies a{color:#fff}.post_image{width:100%;overflow:hidden;border-radius:10px}.post_image img{width:100%}.post h3{text-align:left}.post p{margin:20px 0}.post_body a{color:blue;text-decoration:underline}.article-header,.tag a{color:var(--primary)66}.tag a{font-size:12px;background:#f5f5f5;border-radius:10px;padding:5px 10px}.article-header div{margin:0 20px}.about h1,.about h3{text-align:left}.articleEdit{text-align:left}.editor{border-radius:10px;border:1px solid var(--primary)}.wp-block-latest-posts__featured-image a,.wp-block-latest-posts__featured-image a img{border-radius:10px}.suporters{width:200px;height:auto}.newsletter{background:#f5f5f5;text-align:center;padding:30px}.newsletter h2{text-align:center}.wp-block-image img{height:100%}ul.wp-block-archives li{list-style-type:none;padding:10px;background:#f5f5f5;border-radius:10px;margin:10px}@media screen and (max-width:819px){.hero .grid-col-2{display:grid}.grid-col-1,.grid-col-2,.grid-col-3,.grid-col-4,.grid-col-5,.grid-col-6{display:flex;flex-flow:column wrap}}@media screen and (max-width:1200px){.hero .grid-col-2,.studies .grid-col-2{grid-template-columns:repeat(auto-fill,minmax(45vw,1fr))}.grid-col-1,.grid-col-2,.grid-col-3,.grid-col-4,.grid-col-5,.grid-col-6{grid-template-columns:repeat(auto-fill,minmax(35vw,1fr))}.col-sm,.col-md,.col-lg{width:90%}}@media screen and (max-width:820px){.nav{display:none}.nav-mobile{display:flex}.nav-mobile .logo a{display:flex;width:100%;height:100%}.nav-mobile .logo a img{margin-right:20px;max-width:120px;aspect-ratio:auto}.nav-mobile .menu{font-size:22px;font-weight:600}.nav-mobile .content{justify-content:space-between}.icon{margin-left:5px}.navs-mobile{transform:translateY(-630px);position:absolute;top:100px;width:90%;margin:0 auto;background:#e4e4e4;z-index:99}.navs-mobile li.menu-item{text-align:center;margin:10px 0}.navs-mobile.visible{display:flex;transform:translateY(0);transition:.5s ease}.close-menu{text-transform:none}div.close-menu span{transform:rotate(90deg);margin:0 10px}.article--cat{width:320px}.content{width:90%}header .hero{flex-flow:column wrap}.article.small{margin:10px}.team-showcase{flex-flow:column wrap}.studii .content{flex-wrap:wrap}.contact .contactForm{margin:0}footer .footer{flex-flow:column wrap;align-items:center}footer .links{text-align:center}.hero-article{max-width:100%}.nowrap{flex-wrap:wrap}.newsletterForm{width:100%;margin:0}.about{max-width:100%}.about-image{margin:0}.team-members{justify-content:center}.grid.grid-studies{display:flex;flex-flow:row wrap}.post_image{height:auto}.articles{display:flex;flex-flow:column wrap;align-items:center;justify-content:center}}@media screen and (prefers-reduced-motion:no-preference){html,body{scroll-behavior:smooth;-moz-scroll-behavior:smooth;-webkit-scroll-behavior:smooth}}div.footerinfo{margin-top:16px;color:#666;font-size:12px;text-align:right}div.footerinfo *{font-size:12px}.sitemap{margin:5em 0}.primaryNav{clear:both;width:100%;margin-top:3em 0}.primaryNav #home{position:absolute;margin-top:-3em;margin-bottom:0;min-width:14.5em;width:100%}.primaryNav #home:before{display:none}.primaryNav #home.long-cell:before{display:block;position:absolute;border-width:0;border-color:#ccc;border-style:solid;z-index:-1;border-left-width:2px;border-top-width:2px;top:1.375em}@media screen and (max-width:1111px){.primaryNav #home.long-cell:before{left:-40px;box-shadow:-10px 0 0 0 #fff}}.primaryNav #home img{float:left;margin-right:4px}.primaryNav ul{display:flex;flex-wrap:wrap;list-style:none;position:relative;padding-inline-start:40px}.primaryNav li{flex:1;flex-basis:14.5em;padding-right:1.25em;position:relative;min-width:14.5em}.primaryNav li ul li{min-width:12.5em}.primaryNav li ul li ul li{min-width:10.5em}.primaryNav>ul>li{margin-top:3em}.primaryNav li a{margin:0;padding:.875em .9375em .9375em .9375em;display:block;font-size:.9375em;background:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 3px 3px #666;text-decoration:none}.primaryNav li a:hover{box-shadow:0 3px 3px 1px #666}.primaryNav a:link:after,.primaryNav a:visited:after,.utilityNav a:link:after,.utilityNav a:visited:after{display:block;font-weight:600;font-size:.75em;margin-top:.25em;word-wrap:break-word;color:#666}.primaryNav ul ul{display:block}.primaryNav ul ul li{padding-top:.9875em;padding-right:0}.primaryNav ul ul li:first-child{padding-top:2em}.primaryNav ul ul ul{margin-top:.6em;padding-top:.6em;padding-bottom:.625em}.primaryNav ul ul ul li{padding-top:.3125em;padding-bottom:.3125em}.primaryNav ul ul ul li a{font-size:.75em;padding:.75em;min-width:90%;width:auto;margin-right:0;margin-left:auto}.primaryNav ul ul ul li:first-child{padding-top:1em}.primaryNav ul ul ul li a:link:after,.primaryNav ul ul ul li a:visited:after{font-size:.75em}.primaryNav ul ul ul ul{margin-top:0;padding-top:.3125em;padding-bottom:.3125em}.primaryNav ul ul ul ul li a{padding:.75em;min-width:80%;width:auto}.primaryNav ul ul ul ul li a:link:after,.primaryNav ul ul ul ul li a:visited:after{display:none}.primaryNav ul li:after,.primaryNav ul li:before,.primaryNav ul:after,.primaryNav ul:before{display:block;content:'';position:absolute;border-width:0;border-color:#ccc;border-style:solid;z-index:-2}.primaryNav>ul>li:before{height:1.375em;top:-1.375em;right:calc(50% + .625em);width:calc(100% - 2px);border-top-width:2px;border-right-width:2px}.primaryNav>ul>li:first-child+li:before{border-top-width:0;height:5em;top:-5em}.primaryNav ul ul li:after{width:50%;height:.9875em;top:0;right:1px;border-left-width:2px}.primaryNav ul ul li:first-child:before{width:50%;height:1.3125em;top:.9875em;right:1px;border-left-width:2px}.primaryNav>ul>li:last-child:after{border-bottom-width:0}.primaryNav ul ul ul li:before{width:calc(50% - 5px)!important;height:calc(100% - 2px);top:-50%;left:0;border-left-width:2px;border-bottom-width:2px}.primaryNav ul ul ul li:first-child:before{height:2.125em;top:-1px;border-top-width:2px}.primaryNav ul ul ul:before{width:50%;height:1.25em;top:-10px;right:1px;border-left-width:2px}.primaryNav ul ul ul li:after{border-width:0}.primaryNav ul ul ul ul li:before,.primaryNav ul ul ul ul li:first-child:before{display:none}.primaryNav ul ul ul ul:before{width:1px;height:calc(100% + 2.5em);top:-2.5em;left:0;border-left-width:2px}@media screen and (max-width:30em){.primaryNav ul{display:block}.primaryNav li{width:100%;padding-right:0}.primaryNav #home{width:100%;position:relative;margin-bottom:-1em;margin-top:0}}@media screen and (min-width:30em){.primaryNav>ul>li{max-width:50%}}@media screen and (min-width:38.5em){.primaryNav>ul>li{max-width:33%}}@media screen and (min-width:50em){.primaryNav>ul>li{max-width:25%}}@media screen and (min-width:61em){.primaryNav>ul>li{max-width:20%}}@media screen and (min-width:73em){.primaryNav>ul>li{max-width:16.66%}}@media screen and (min-width:84.5em){.primaryNav>ul>li{max-width:14.285%}}@media screen and (min-width:96em){.primaryNav>ul>li{max-width:12.5%}}@media screen and (min-width:107.5em){.primaryNav>ul>li{max-width:11.11%}}@media screen and (min-width:119em){.primaryNav>ul>li{max-width:10%}}a[href$="#"]{cursor:default;color:#333}.collapsed_item{display:none!important;cursor:pointer!important}.expand_items a{color:#333!important;text-align:center;cursor:pointer!important}a[href$="#"]:not(.collapsed_item,.expand_items a):before{content:"#"}