body{
	background:#fff;
}
.background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
/* img{
	width: 100%;
} */
.orange-text{
	color: #EE6135;
}
/*FOOTER SECTION*/
footer{
	display: block;
	width: 100%;
	position: relative;
	bottom: 0;
	border-top:1px solid  #F1a074;
	color:#333333;
}
footer .logo-footer{
	display: block;
    width: 100%;
    max-width: 214px;
    padding-top: 30px;
    padding-bottom: 20px;
}
footer .footer-info {
	display: block;
	width: 100%;
	overflow: hidden;
}
footer .footer-info .menu-main-title{
	display: inline-block;
}
.uppercase-text{
	font-size: 16px;
	font-weight: unset;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Averta-Semibold';
}
footer .footer-info ul {
	list-style: none;
	margin:0;
}
footer .footer-info ul li{
	line-height: 33px;
	font-family: 'Averta-Semibold';
	font-size: 14px;
}
footer .footer-info ul li.li-icon {
    display: inline-block;
}
footer .footer-info ul li.li-icon:first-child{
	padding-left: 0;
}
footer .footer-info ul li a{
	text-decoration: none;
}
footer .footer-info .col-1,
footer .footer-info .col-2,
footer .footer-info .col-3 {
	display: inline-block;
    float: left;
    text-align: left;
    padding-right: 20px;
}
footer .footer-info .col-1{
	width: 23%
}
footer .footer-info .col-2{
	width:22%;
}
footer .footer-info .col-3 {
	width: 15%;
}
footer .footer-info .col-4{
	width: 40%;
	display: inline-block;
	height: auto;
	padding:30px 20px;
	background-image: url('../img/news.png');
	text-align: left;
	position: relative;
}
footer .footer-info .col-4 p{
	font-size: 24px;
	font-family: 'Recoleta-Bold';
}
footer .footer-info .col-4 p.uppercase-text {
	font-size: 16px;
	font-family: 'Averta-Semibold';
}
footer .footer-info .col-4 .subscribe-button{
	display: inline-block;
    width: 40%;
    padding: 15px;
    text-align: center;
    background: #333333;
    text-transform: uppercase;
    cursor: pointer;
    color:#fff;
    font-family: 'Averta-Semibold';
    font-size: 14px;
    margin-top: 0;
    text-decoration:none;
}
footer .footer-info .col-4 .subscribe-button p{
	margin:0;
}
footer .footer-copyright {
	text-align: center;
	font-size: 16px;
	font-family: 'Averta-Semibold';
}
@media(max-width: 768px) {
	footer .logo-footer{
		padding:20px 0;
	}
	footer .footer-info .col-1,
	footer .footer-info .col-2,
	footer .footer-info .col-3,
	footer .footer-info .col-4 {
	width:100%;
	float: none;
	top: 0;
    padding: 15px;
    padding-left:0px;
	}
	footer .footer-info .col-4 {
		padding-left:15px;
	}
	footer .footer-info .col-4 .subscribe-button {
		width: 53%;
	}
	.uppercase-text{
		font-size: 14px;
	}
	footer .footer-info ul li{
		font-size: 15px;
		line-height: 41px;
	}
	footer .footer-copyright {
		font-size: 13px;
	}
}
/*ECHIPA PAGE*/
/*MEET OUR TEAM SECTION*/
.meet-our-team .description-box{
	display: block;
	width: 100%;
	max-width: 1100px;
	padding: 45px 45px 45px 0px;
	margin-bottom: 80px;
	color:#333333;
}
.meet-our-team .description-box h1{
	margin-bottom: 45px;
	font-family: 'Recoleta-Bold';
	font-weight: 700;
	font-size: 48px;
}
.meet-our-team .description-box p{
	font-family: 'Averta-Light';
}
/*end of meet our team section*/


/*Editori & Colaboratori sections*/
h3.section-title,
h3.section-title{
	text-transform: uppercase;
    border-bottom: 2px solid #333333;
    color: #333333;
    font-size: 28px;
}
ul.team-list,
ul.team-list {
	display: block;
	width: 100%;
	overflow: hidden;
}
.team-list li,
.team-list li{
	display: inline-block;
	width: 33%;
	float: left;
	text-align: center;
	padding:50px;
}
.team_member_photo {
	display:block;
}
h4.member-name:before,
h4.member-name:before{
	content:'';
	display: block;
	width:100px;
	height: 5px;
	background:#F1a074;
	margin: 0 auto;
    margin-bottom: 20px;
}
.team-list li h4.member-name,
.team-list li h4.member-name {
    display: inline-block;
    font-family: 'Averta-Semibold';
    font-size: 27px;
    color:#333333;
    line-height: 30px;
}
.team-list li h5.member-function,
.team-list li h5.member-function{
	font-size: 24px;
	font-family: 'Averta-Light';
	color:#333333;
	font-weight: unset;
}
.team-list li h5.member-function {
	font-size: 20px;
    height: 50px;
}
.team-list li h4.member-name a,
.team-list li h5.member-function a{
	text-decoration:none;
}
/*end of editori & colaboratori sections*/

/*RESPONSIVE */
@media (max-width: 768px){
	.meet-our-team .description-box{
		display: block;
    	width: 100%;
    	padding: 20px 0;
    	margin-bottom: 20px;
	}
	.meet-our-team .description-box h1{
		text-align: center;
    	margin-bottom: 30px;
    	font-size: 36px;
    	margin-top: 30px;
	}
	.editori .team-list li,
	.colaboratori .team-list li{
		display: block;
		width: 100%;
		padding:20px;
	}
	.editori .team-list li h4.member-name,
	.colaboratori .team-list li h4.member-name {
		font-size: 30px;
	}
}
/*end of ECHIPA PAGE*/

/*CONTACT PAGE*/
.contact-page {
	display: block;
	width: 100%;
	color:#333333;
}
.contact-page h1.contact-page-main-title{
	display: block;
    margin: 0;
    padding: 80px 0px 10px 0;
    font-size: 48px;
}
.contact-page .contact-box {
	width: 100%;
    max-width: 1000px;
    padding:30px 0;
}
.contact-page .contact-big-box{
	padding: 60px 0 85px 0;
}
.contact-page .contact-big-box h2.contact-box-big-title{
	font-size: 34px;
    line-height: 46px;
}
.contact-page .contact-box h2.contact-box-title{
	font-size: 28px;
	line-height: 32px;
}
.contact-page a{
	text-decoration: none;
}
/*RESPONSIVE*/
@media (max-width: 768px){
	.contact-page .contact-big-box {
		padding:35px 0;
	}
	.contact-page .contact-box{
		padding:10px 0;
	}
	.contact-page h1.contact-page-main-title {
		text-align: center;
		font-size: 40px;
	}
	.contact-page .contact-big-box h2.contact-box-big-title {
		font-size: 22px;
    	line-height: 33px;
    	text-align: center;
    	margin-bottom: 30px;
	}
	.contact-page .contact-box h2.contact-box-title {
		font-size: 20px;
	}
	.contact-page .contact-box p{
		font-size: 16px;
		line-height: 25px;
	}
}
/*end of CONTACT PAGE */

/*DESPRE NOI PAGE*/
.despre-noi {
	display: block;
	width: 100%;
	color:#333333;
}
.despre-noi .description-box {
    display: block;
    width: 100%;
    max-width: 1100px;
    padding: 45px 45px 45px 0px;
}
.despre-noi .description-box p{
	margin-bottom: 0;
}
.despre-noi .more-about-us {
	margin:40px 0;
	display:none;
}
.despre-noi .more-about-us ul.progress-circle-container{
	display: block;
	width:100%;
	overflow: hidden;
	padding-top:30px;
}
.despre-noi .more-about-us .progress-circle-container li{
	display: inline-block;
    width: 25%;
    float: left;
    padding: 0 30px;
    text-align: center;
}
.progress{
  	display: inline-block;
  	margin: 0 auto;
  	overflow: hidden;
  	transform: rotate(-90deg) rotateX(180deg);
  	background: #fcece3;
    border-radius: 100px;
    position: relative;
}
.progress circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 1s ease;
	stroke: #f1a074;
	stroke-width: 25px;
}
.progress .bar {
	stroke: #fcece3;
}
.progressdiv {
	position: relative;
	display: inline-block;
}
.progressdiv:after {
	position: absolute;
	background: #fcece3;
	top: 50%;
	left: 53%;
	font-size: 30px;
	transform: translate(-50%, -50%);
	content: attr(data-percent) " %";
	font-family: 'Averta-Semibold';
}
.progress-text:before{
	display: inline-block;
	width: 100px;
	height: 5px;
	background: #F1a074;
	content: '';
	margin:40px 0;
}
.progress-text {
	display: block;
    width: 100%;
    padding: 20px 5px;
}
.progress-text p{
	font-size: 22px;
    margin: 0;
    font-family: 'Averta-Semibold';
}

/*RESPONSIVE*/
@media (max-width: 768px){
	.despre-noi .description-box {
		padding:20px 0;
	}
	.despre-noi .more-about-us .progress-circle-container li {
		width: 100%;
		display: block;
	}
	.progress-text:before{
		margin:20px 0;
	}
	.progress-text p {
		font-size: 20px;
	}
}
/*end of DESPRE NOI PAGE*/

/*Formular NWL */

.form-container {
	background-image: url('../img/formular-nwl-bg.png');
	width: 100%;
	height: auto;
	min-height: 720px;
	display: block;
	text-align: center;
	padding: 0;
	margin:40px 0;
	position: relative;
}
.form-box {
	display: block;
	width: 60%;
	background-image: url('../img/pozaroz.png');
	position: absolute;
    top: 15%;
    left: 20%;
    height: auto;
    padding: 30px;
    text-align: left;
}
.form-box .newsletter-box {
	display: block;
    width: 100%;
    max-width: 55%;
    color: #333333;
}
.form-box .newsletter-box h6{
	font-size: 16px;
	font-family: 'Averta-Semibold';
	text-transform: uppercase;
}
.form-box .newsletter-box h5{
	font-size: 28px;
	line-height: 36px;
}
.form-box .newsletter-box p {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Averta-Light';
}
.form-box .termeni-si-conditii input[type="email"]{
	border: 0;
    padding: 15px;
    width: 50%;
}
.form-box .termeni-si-conditii input[type="email"]::placeholder{
	font-size: 16px;
	font-style: italic;
	font-family: 'Averta-Semibold';
}
.form-box .termeni-si-conditii input[type="email"]:focus {
	outline: none;
}
.icheckbox{
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: 0 0;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    top: -2px;
    position: relative;
    left: 10px;
    background: #fff;
    border: 1px solid #333333;
}
.icheckbox:after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:10px;
  height:10px;
  background:#F1a074;
  border-radius:5px;
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
  color:#fff;
  opacity:0;
}
.icheckbox.checked{
}
.icheckbox.checked:after{
  opacity:1;
}
.checkbox-mg-10 {
  margin-top:15px;
  width: 100%;
  text-align: left;
  font: 14px/15px 'Averta-Semibold';
  letter-spacing: 0;
  color: #333333;
}
span.wpcf7-list-item {
	margin: 0;
	padding: 10px 0;
}
.form-box .termeni-si-conditii input[type="submit"]{
	display: block;
    width: 50%;
    max-width: 250px;
    background: #F1a074;
    text-align: center;
    padding: 15px 0;
    margin-top: 15px;
    text-transform: uppercase;
    cursor: pointer;
    border:none;
    font-family: 'Averta-Semibold';
    font-size: 14px;
}
.termeni-si-conditii div.wpcf7 .ajax-loader {
	display: none;
}
span.wpcf7-not-valid-tip {
	font-weight: 700;
	padding: 10px 0;
}
.wpcf7-validation-errors {
	display: block;
    margin: 0;
    font-size: 13px;
}
/*RESPONSIVE*/
@media(max-width: 768px){
	.form-box{
		width: 88%;
		top:15%;
		left:6%;
	}
	.form-box .newsletter-box {
		max-width: unset;
	}
	.form-box .termeni-si-conditii input[type="email"]{
		width: 100%;
	}
}
/*End of FORMULAR-NWL Page*/


/*ARTICLES SECTION*/
/*General Settings*/

.article-title {
	font-size: 48px;
	line-height: 55px;
}
.block-title {
	font-family: Averta-Semibold;
    font-size: 28px;
    line-height: 34px;
    border-bottom: 1px solid #333333;
    color: #333333;
    text-transform: uppercase;
}
span.small-text{
	text-transform: uppercase;
    display: block;
    color: #F1a074;
    font-family: Averta-Semibold;
    font-size: 18px;
    line-height:18px;
    margin-bottom:10px;
}
.article-body .small-text {
	margin-bottom:10px;
}
.small-line{
	width: 40px;
    height: 4px;
    background: #333333;
}
time{
	font-family: 'Averta-Light';
	font-size: 14px;
}
/*Authors-header */
.authors-main-box{
	display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.authors-main-box .authors-header{
	display: inline-block;
}
.authors-main-box .post-share{
	display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.authors-main-box .post-share ul{
	margin:0;
}
/*Authors-footer */
.authors-footer {
	padding:25px 0;
}
.authors-footer ul{
	margin:0;
}
.authors-footer ul li{
	display: block;
	width: 100%;
}
.authors-footer ul li a{
	color:#F1a074;
	display: inline-block;
	font-size: 16px;
	font-family: 'Averta-Semibold';
}
.authors-footer ul li span{
	display: inline-block;
}
.authors-footer ul li span p {
	font-size: 16px;
	margin:0;
	font-family: 'Averta-Semibold';
}
.authors-footer .post-share {
	padding-top:15px;
}
/*Alte subiecte interesante*/
.sub-interesante ul {
	margin:0;
	overflow: hidden;
	padding-bottom: 40px;
	margin-left: -15px;
    margin-right: -15px;
}
.sub-interesante ul li {
	padding:20px;
}
.sub-interesante ul li a{
	text-decoration: none;
}
.sub-interesante ul li a:hover {
	color:#F1a074;
}
.sub-interesante ul li h3{
	font-size:24px;
	font-family: 'Recoleta-Bold';
	line-height: 30px;
}
/*Ultimele articole*/
.ultimele-articole {
	color: #333333;
}
.ultimele-articole ul{
	list-style: none;
	overflow: hidden;
	margin:0;
}
.ultimele-articole ul li{
	overflow: hidden;
	padding:20px 0;
}
.ultimele-articole ul li:first-child{
	padding-top:40px;
}
.ultimele-articole ul li figure{
	height: 310px;
    overflow: hidden;
}
.ultimele-articole ul li figure img {
object-fit: cover;
  width: 100%;
  height: 100%;
}
.ultimele-articole h2{
	font-size: 32px;
	line-height: 39px;
}
.ultimele-articole a:hover{
	color:#F1a074;
}
.ultimele-articole .inner-text-box{
	width: 100%;
	max-width: 85%;
}
.ultimele-articole .small-text{
	margin-top:0px;
}
/*RESPONSIVE ARTICOLE*/
@media (max-width: 768px){
	.article-title{
		font-size: 30px;
    	line-height: 35px;
	}
	.authors-header .authors-names {
		font-size: 14px;
		line-height: 10px;
		vertical-align: super;
	}
	.authors-main-box .post-share,
	.authors-footer .post-share {
		display: block;
		width:100%;
		position: static;
	}
	.authors-main-box .post-share ul,
	.authors-footer .post-share ul {
		padding-top:15px;
	}
	.authors-main-box .post-share ul li,
	.authors-footer .post-share ul li {
		width: 28px;
    	margin: 0 5px;
    	height: 28px;
	}
	.block-title{
		font-size: 18px;
	}
	.inner-text-box h2,
	.sub-interesante ul li h3 {
		font-size: 22px;
		line-height: 26px;
	}
	.sub-interesante ul li{
		display: block;
    	width: 100%;
    	padding:0 20px;
	}
	.sub-interesante ul li a figure{
		padding:20px 0 0 0;
	}
	span.small-text {
		margin:10px 0;
		font-size: 10px;
	}
	.left-50 figure,
	.right-50 figure{
		padding:0;
	}
	.left-50,
	.right-50,
	.inner-text-box {
		display: block;
		width: 100%;
		max-width: unset;
	}
	.inner-text-box p{
		font-size: 16px;
		line-height: 23px;
	}
	.authors-footer {
		padding:15px 0;
	}
	time,
	.authors-footer ul li a,
	.authors-footer ul li span p{
		font-size: 12px;
	}

	.article-body .cloudTags{
		margin:20px 0;
	}
	.article-body .cloudTags li{
		margin:5px;
	}
	.ultimele-articole ul li {
		padding:15px 0;
	}
	/*.article-container p{
		font-size: 14px;
		line-height: 22px;
	}*/
	.ultimele-articole ul li figure{
		height: 200px;
	}
	figcaption {
		font-size: 12px;
	}
	.ultimele-articole ul li {
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    /* optional */
	    -webkit-box-align: start;
	    -moz-box-align: start;
	    -ms-flex-align: start;
	    -webkit-align-items: flex-start;
	    align-items: flex-start;
	}
	.ultimele-articole ul li .right-50 {
		-webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    -ms-flex-order: 1;
	    -webkit-order: 1;
	    order: 1;
	    margin-bottom:10px;
	}
	.ultimele-articole ul li .left-50 {
	    -webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    -ms-flex-order: 2;
	    -webkit-order: 2;
	    order: 2;
	}

}
/*END of ARTICLES SECTION*/


/*AUTHOR PAGE*/
.author-about {
	display: block;
	width: 100%;
	text-align: center;
	margin:30px 0;
	padding: 30px 50px;
}
.author-about .author-photo{
    display: block;
    max-width: 200px;
    height: 200px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
	position:relative;
    border-radius: 50%;
    padding: 0px;
}
.author-about .author-photo img{
	    height: 100%;
    width: unset;
    max-width: unset;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: 50%;
    bottom: 0;
    transform: translateX(-50%);

}
h1.author-name {
	font-family: 'Averta-Semibold';
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 0;
}
span.author-job-position {
	font-family: 'Averta-Light';
	font-size: 18px;
	line-height: 30px;
}
.author-about .author-description {
	width: 100%;
	max-width: 785px;
	margin:0 auto;
	padding:20px;
	font-family: 'Averta-Light';
}
.author-about .author-description span.more-about-the-author{
	cursor: pointer;
	color:#F1A074;
}
.author-about .author-social-links li{
	width:45px;
	display: inline-block;
	margin:0 10px;
}
.listing-articole-author footer.entry-footer{
	display: none;
}
.listing-articole-author article figure {
	height:200px;
	overflow:hidden;
	width:100%;
	display:block;
	margin-bottom:15px;
}
.listing-articole-author article h2 {
	font-size:25px;
}
/*RESPONSIVE*/
@media(max-width: 768px){
	.author-about{
		padding:20px;
	}
	.author-about .author-description,
	.post-thumbnail{
		max-width: unset;
		padding:20px 0;
	}
	.author-about .author-social-links li{
		width: 35px;
	}
	.pagina-author-single article{
		width: 100%;
		display: block;
		margin:0;
    	padding: 10px 0;
	}
	.author-about p.author-description,
	.entry-content p {
		font-size: 14px;
		line-height: 22px;
	}
	h1.author-name {
		font-size: 26px;
	}
}
/*End of PAGINA AUTOR*/

/*CATEGORY PAGE*/
.full-breaker {
	width:100%;
	display:block;
	overflow:hidden;
}
.listing-item-articol {
	overflow: hidden;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.category-featured-content {
	margin: 60px 0;
	margin-top:30px;
}
.category-header{
	display: block;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    margin-top: 40px;
    /* background-image: url('../img/main-title-bg.png'); */
}
.sponsor-category-header {
	padding:90px 30px;
}
.sponsor-category-header img {
	max-width:100px;
	width:100%;
	display:block;
	margin:0 auto;
	margin-bottom:25px;
}
.category-sponsored-description {
	max-width: 740px;
	width:100%;
	padding:25px;
	margin:0 auto;
	display:block;
	text-align:center;
}
.category-header h1{
	margin-bottom: 0;
	color:#F1A074;
	font-size: 56px;
	line-height: 67px;
}
.category-featured-content h2{
	font-size: 48px;
	line-height: 57px;
}
.listing-articole .inner-text-box h2{
	font-size: 32px;
	line-height: 39px;
}
.listing-articole .inner-text-box a:hover{
	color:#F1a074;
}
/*RESPONSIVE*/
@media(max-width: 768px){
	.category-header{
		padding:20px;
	}
	.category-header h1,
	.category-featured-content h2 {
		font-size:30px;
		line-height: 35px;
	}
	.listing-articole .inner-text-box h2{
		font-size: 22px;
		line-height: 26px;
	}
}


/*SEARCH PAGE 30.09.-edit*/
body.search-results main{
	overflow: hidden;
	position: relative;
}
body.search-results .page-header {
	text-align: center;
	margin:50px 0;
}
body.search-results figure {
	position: relative;
	overflow: hidden;
	height: 186px;
	margin-bottom: 10px;
}
body.search-results figure img{
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
		height: auto;
}
body.search-results .navigation{
	display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 46%;
}
body.search-results .nav-links a.page-numbers,
body.search-results .nav-links span.current,
body.search-results .nav-links span.nav-next-text{
	font-weight: 900;
	padding: 0 3px;
}
body.search-results .nav-links .page-numbers svg{
	position: relative;
	top: 6px;
}
/*HEADER MAIN-MENU edit 30.09*/
header .logo-header {
	max-width: 140px;
}
header .menu-primary .burger-menu {
	left: unset;
	top:53%;
}
header.dropdown-menu-is-active .dropdown-menu {
	left: 0;
}
header .menu-primary .burger-menu .bar1, .bar2, .bar3 {
    width: 30px;
    height: 2px;
    margin: 5px 0;
}
header.dropdown-menu-is-active .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -6px);
    transform: rotate(45deg) translate(-3px, -6px);
}
header.dropdown-menu-is-active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 7px);
    transform: rotate(-45deg) translate(-4px, 7px);
}
.dropdown-menu ul.nav-menu li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #f1a074;
    width: 0%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    display: none; /*Aici e acel efect de hover, am pus display none ca sa nu sterg codul, poate se razgandesc si isi dau seama ca e ok cu underline animat*/
}


/*PAGINA ARTICOL-Edits 01.10.*/
body.post-template-default .article-body {
	margin-top: 30px;
}
body.post-template-default .small-line{
	display: none;
}
/*AM SCOS MAI JOS HOVER-UL PENTRU TITLURILE DIN SECTIUNILE "ULTIMELE ARTICOLE" SI "ALTE SUBIECTE INTERESANTE"*/
.listing-articole .inner-text-box a:hover,
.sub-interesante ul li a:hover,
.ultimele-articole a:hover  {
	color: unset;
}
/*AICI SCOT LINIA DE SUB EDITORI*/
.authors-footer ul li a,
.authors-names a,
body.author .author-about a {
	text-decoration: none;
}
/*AICI MICSOREZ SPATIUL DINRE "SMART IDEAS" SI LINIA DE HEADER*/
.category-header {
	margin-top:30px;
}
/*AICI AM SETAT TITLUL SECTIUNILOR SA FIE CU MAJUSCULE SI AM MICSORAT FONT-UL*/
.category-header h1 {
	text-transform: uppercase;
	font-size: 45px;
}
/*AICI AM SETAT TITLUL DE PE HOMEPAGE (SMART IDEAS) SA FIE CU MAJUSCULE*/
body.home .siclam-featured-area .section-titles {
	text-transform: uppercase;
}
/*PAGINA ECHIPA- Edits 01.10.*/
body.page-template-Echipa h4.member-name:before{
	display: none;
}

/*CATEGORY PAGE 4.10*/
.category-header{
	margin-top: 0;
    max-width: unset;
    min-height: 385px;
    height: auto;
}
body.archive .category-featured-content {
	margin-top:-263px;
	margin-bottom:50px;
}
.category-featured-content .featured_video_single {
	margin-bottom:30px;
}
.category-featured-content .single-article-featured-photo {
	margin-bottom:30px;
}

/*07.10.*/
.close-vid{
	display: block;
    width: 23px;
    position: absolute;
    z-index: 5;
    right: 5px;
    top: 5px;
    height: 23px;
    border: 2px solid #F1a074;
    border-radius: 50%;
    cursor:pointer;
}
.close-vid img{
	padding:3px;
}

/*09.10*/
/*La pagina de autor să dispară chenarul portocaliu*/

/*Icon-ul de search să aibă aceeași înălțime ca icon-ul de meniu*/
.search-form-cont img {
	width: 18px;
	height: 21px;
}
/*Pe mobile, de centrat numele secțiunii în pagina de secțiune (ex. în secțiunea SMART IDEAS e prea mult spațiu sub numele SMART IDEAS, până la poză)*/
@media(max-width: 768px){
	body.archive .category-featured-content {
	margin-top:-275px;
	}
	.category-header h1 {
		padding:20px 0px;
		font-size: 35px;
	}
}
@media(max-width: 325px){
	.category-header h1 {
		font-size: 30px;
	}
}
/*De micsorat spatiu de deasupra Smart ideas si să fie egal cu cel de sub linie */
.siclam-featured-area {
	padding:25px 0;
}
/*Aliniere articole*/
@media(max-width: 768px){
	.ultimele-articole .inner-text-box{
		max-width: 100%;
	}
	.listing-articole-category .block-title{
		padding:0 20px;
	}
}

.ultimele-articole .block-title a {
	float: right;
	font-size: 15px;
	font-family: 'Averta-Semibold';
	font-style: italic;
	text-transform: none;
	text-decoration: none;
}
.listing-articole-category .right-50 figure {
	height: 310px;
    overflow: hidden;
}
.listing-articole-category .right-50 figure img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.listing-articole-category .block-title {
	padding: 0px;
}
.listing-articole-category .listing-item-articol{
	padding:30px 0;
}
body.home .featured_video_single,
.single-article-featured-photo {
	margin-bottom: 25px;
}
.hp-sc4 {
	margin:25px 0;
}
.hp-sc4 .container h2,
.hp-sc6 .container h2{
	margin-bottom: 0px;
}
.hp-sc6,
.hp-sc5,
.hp-sc7 {
	padding:30px 0;
	margin:25px 0;
}
.hp-sc7{
	padding-bottom: 0px;
}
.large-sponsor-container {
	padding: 40px 20px;
}
@media (max-width: 768px){
	.hp-sc2{
		padding-bottom: 0;
		margin-bottom: 25px;
	}
	.hp-sc3,
	.hp-sc4,
	.hp-sc6,
	.hp-sc5,
	.hp-sc7 {
	padding:25px 0;
	margin:0px;
	}
	.listing-articole-category {
		padding:0 20px;
	}
	.large-sponsor-container {
		padding:25px 20px;
	}
	body.home .ultimele-articole ul li:first-child {
		padding-top:30px;
	}
	span.small-text {
    margin: 10px 0;
    font-size: 15px;
	}
}
#map {
  width: 100%;
  height: 450px;
  margin:20px 0;
}
/* body.category header .primary-menu-container{
	border:none;
} */
body.fixed-header {
	padding-top: 84px;
}
@media(max-width: 768px){
	body.fixed-header {
		padding-top: 42px;
	}
}



/* UPDATES 21.02.2020 */
body.home .featured_video_single iframe,
body.category .featured_video_single iframe{
	width: 100%;
	min-height: 622px;
}
@media(max-width: 1025px){
	body.home .featured_video_single iframe,
	body.category .featured_video_single iframe{
		min-height: 560px;
	}
}
@media(max-width: 767px){
	body.home .featured_video_single iframe,
	body.category .featured_video_single iframe {
		min-height: 188px;
	}
}
time{
	display: none;
}


body.single.scrolled .featured_video_single.stop-the-vid{
	position:relative!important;
}

.article-body {
	position: relative;
}
.article-body .share-btns {
	position: absolute;
	left: 50%;
	margin-left: -610px;
}
.article-body .share-btns.start-here {
	position: fixed;
	margin-top:-420px;
}
.article-body .share-btns.stop-here {
	position: absolute;
	bottom: 20px;
}
.article-body .share-btns .ssba,
.article-body .share-btns .ssba a{
	width: 23%;
}
.article-body .share-btns-on-tablet{
	display: none!important;
}
#ssba-bar-2.left{
	display: none!important;
}
@media(max-width: 1024px){
	.article-body .share-btns,
	.article-body .share-btns.start-here{
		display: none!important;
	}
	.article-body .share-btns-on-tablet{
		display: block!important;
	}
	#ssba-bar-2.left{
		display: none!important
	}
}

@media(max-width: 768px){
	#ssba-bar-2.left {
		top:unset!important;
		display: block!important;
		bottom: 0px!important;
		width: 100%!important;
	}
	#ssba-bar-2.left.no-more-share{
		display: none!important;
	}
	#ssba-bar-2.left .ssbp-bar-list {
		min-width: 100%!important;
		text-align: center!important;
	}
	.article-body .share-btns-on-tablet{
		display: none!important;
	}
	header.dropdown-menu-is-active .dropdown-menu,
	body.fixed-header header.main-header {
    	/* z-index: 100000; */
	}
}


body.category .category-first-screen .sponsor-category-header{
	/* max-width: 1140px; */
}

body.home .bottom-left-border,
body.home .top-left-border{
	left:1px;
}

@media(max-width: 768px){
	body.category .category-first-screen .sponsor-category-header{
		min-height: 270px;
	}
}
@media (max-width: 1300px) {
	body.home #lsc {
		max-width: 1100px!important;
		padding:40px!important;
	}
}


body.category .sponsor-category-header{
	position: relative;
}
body.category .sponsor-category-header .mid-cont{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
}
@media(max-width:767px){
	body.home .hp-sc1 .fps-cont{
		position: static;
		padding: 0;
	}
	body.home .hp-fs-featured.hp-sc1 .single-article-featured-photo {
		height: 300px;
	}
}

/*update for owl carousel*/
.owl-item {
	height: 0;
}
.owl-item.active {
	height: auto;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item img{
	width:max-content!important;
}


.siclam-featured-area .section-titles a{
	text-decoration: none;
}
.hp-sc5 .ultimele-articole .block-title a {
	font-family: 'Averta-Semibold';
	font-size: 28px;
	line-height: 34px;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	float: unset;
	font-style: unset;
}
@media(max-width:768px){
	.hp-sc5 .ultimele-articole .block-title a{
		font-size: 18px;
	}
}

.new_ads_wrapper {
	background-color: rgb(247, 247, 247);
	/* padding: 10px; */
	text-align: center;
	border-bottom: 1px solid rgb(243, 243, 243);
	border-top: 1px solid rgb(243, 243, 243);
	padding-top: 40px;
	padding-bottom: 20px;
	width:100vw;
	position: relative;
  left: calc(-40vw + 50%);
}
.new_ads_wrapper::after{
	display: block;
	content:'Publicitate';
	position: absolute;
	top:20px;
	font-size: 12px;
	color:#ccc;
	left: 50%;
	transform: translate(-50%, -12px);
	text-transform: uppercase;
	font-weight: 500;
}
.new_ads_wrapper > ins {
	height: auto!important;
}
@media(max-width:1367px){
	.new_ads_wrapper{
		left: calc(-40vw + 56%);
	}
}
@media(max-width:1024px){
	.new_ads_wrapper{
		left: calc(-43vw + 57%);
	}
}
@media(max-width:850px){
	.new_ads_wrapper {
		left: calc(-50vw + 50%);
	}
}


/* overflow on article*/
/* body.single .article-body.main-article-body{
	overflow-x: hidden;
} */
@media(max-width:900px){
	body.single .article-body.main-article-body{
		overflow-x: hidden;
	}
}


/* slick slider oct 2020 */
ul.slick-dots {
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
	margin:0px;
	margin-bottom: 15px;
}
ul.slick-dots li{
	display: inline-block;
	padding: 0 5px;
}
ul.slick-dots li button{
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #e4e4e4;
	text-indent: -9999px;
}
ul.slick-dots li button:focus,
.slick-slider button:focus{
	border:none;
	outline:0;
	box-shadow: none;
}
ul.slick-dots li.slick-active button{
	background-color:#f1a074;
}
.slick-slider button.slick-arrow{
	text-indent: -9999px;
	width: 60px;
	height: 70px;
	background-color:rgba(255,255,255,0.8);
	position: absolute;
	top:40%;
	transform:translateY(-40%);
	border: none;
	z-index: 5
}
.slick-slider button.slick-arrow:after{
	display: block;
	content:'';
	position: absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%, -50%);
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image:url('../img/icons/slick-lovedeco.svg');
}
.slick-slider button.slick-prev{
	left: 0px;
}
.slick-slider button.slick-next{
	right: 0px;
}
.slick-slider button.slick-next:after{
	transform:translate(-50%, -50%) rotate(-180deg);
}
.article-body .article-container figure.gallery-item img{
	height: 500px;
	width: auto;
}
.gallery .gallery-item .gallery-icon{
	background-color: #eaeaea5e;
}
.gallery .gallery-item .gallery-icon:focus,
.gallery .gallery-item{
	border:0;
	outline:none;
}
.article-body .article-container figure.gallery-item figcaption{
	text-align: center;
}
@media(max-width:850px){
	.article-body .article-container figure.gallery-item img{
		width: auto;
		height: auto;
		margin: 0 auto;
		max-height: unset;
		margin-top: 10px;
	}
	.article-body .article-container.mobile-slider figure.gallery-item img{
		width: auto;
		height: 235px;
		margin: 0 auto;
		max-height: unset;
		margin-top:0;
	}
}
@media(max-width:767px){
	.slick-slider button.slick-arrow{
		width: 30px;
    height: 40px;
	}
	.slick-slider button.slick-arrow:after{
		width: 17px;
    height: 17px;
	}
}
@media(max-width:360px){
	.article-body .article-container.mobile-slider figure.gallery-item img{
		height: 190px;
	}
}


/* modul articol slide in-right */
.modul-slide-article{
	display: none;
}
@media(max-width:768px){
	.modul-slide-article{
		display: block;
		width: 100%;
		max-width: 330px;
		border: 1px solid #f1a074;
		background-color: #fff;
		z-index: 100;
		bottom: 20px;
		position: fixed;
		transition: .5s;
	}
	.modul-slide-article .clear:after,
	.modul-slide-article .clear:before{
		display: block;
		content:'';
		clear: both;
	}
	.msa-container .slide-icon,
	.msa-container .slide-article{
		display: inline-block;
		float: left;
		padding: 20px 0;
	}
	.msa-container .slide-icon{
		width: 10%;
		background-color: #f1a074;
		cursor: pointer;
		padding: 32px 0;
	}
	.msa-container .slide-icon img{
		transition: .5s;
	}
	.msa-container .slide-article{
		width: 90%;
	}
	.msa-container .slide-article figure.slide-figure{
		width: 40%;
		display: inline-block;
		float: left;
		padding-left: 10px;
		height: 60px;
	}
	.msa-container .slide-article figure img{
		object-fit: cover;
	  width: 100%;
	  height: 100%;
	}
	.msa-container .slide-article h2.slide-title{
		width: 60%;
		display: inline-block;
		float: left;
		padding-left: 10px;
		padding-left: 10px;
	  margin-bottom: 0;
	  font-size: 14px;
	  line-height: 15px;
	  padding-right: 10px;
	}
	/* actions */
	#modul-slide-article{
		right:-100%;
	}
	#modul-slide-article.stick{
		right: 0;
	}
	#modul-slide-article.stick.closed{
		right: -295px;
	}
	#modul-slide-article.stick.closed .msa-container .slide-icon img{
		transform:rotate(-180deg);
	}
}
/* ads fixes */
article div  iframe{
	min-height: unset;
}
/* footer updates */
@media(max-width:1025px){
	.li-icon{
		max-width: 26px;
	}
}
@media(max-width:850px){
	.li-icon{
		max-width: 25px;
	}
}
/* single featured photo fix */
.single-article-featured-photo{
	height: auto;
}
@media (max-width: 767px){
	body.home .hp-fs-featured.hp-sc1 .single-article-featured-photo {
	    height: auto;
	}
}
/* Fixes Header */
header #menu-meniu-nou .sub-menu,
footer #menu-meniu-nou-1 .sub-menu{
	display: none;
}
header #menu-meniu-nou li.item-open .sub-menu,
footer #menu-meniu-nou-1 li.item-open .sub-menu{
	display: block;
}
header #menu-meniu-nou li,
footer #menu-meniu-nou-1 li{
	position: relative;
}
header #menu-meniu-nou li.menu-item-has-children:after,
footer #menu-meniu-nou-1 li.menu-item-has-children:after{
	display: block;
	content: '';
	background-image: url('../img/icons/arrow-down.svg');
	position: absolute;
  top: 7px;
  width: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 17px;
  right: 0px;
  transition: .4s;
  transform: rotate(-90deg);
	cursor: pointer;
}
header #menu-meniu-nou li.item-open.menu-item-has-children:after,
footer #menu-meniu-nou-1 li.item-open.menu-item-has-children:after{
	transform: rotate(0);
}


/* ZYX Overwrites */

.largest-container.primary-menu-container {
	position: relative;
	padding-bottom: 0;
	padding-top: 18px;
	border-bottom: 0;
}

.largest-container.primary-menu-container:after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0; left: 0;
	background: #f1a074;
	z-index: -1;
}

.secondary-menu-container {
	position: relative;
	margin-top: 15px;
	overflow: hidden;
	height: 58px;
	transition: 0.2s;
}
.secondary-menu-container:not(:has(*)) {
    height: 0px;
}

body.no-secondary-menu .secondary-menu-container {
	height: 0;
}

.secondary-menu-container:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	height: 97%;
}

.secondary-menu-container ul {
	display: flex;
	align-items: center;
	font-family: 'Averta-Regular';
	-ms-overflow-style: none;
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
	overflow-x: scroll;
}

.secondary-menu-container ul li {
	flex-shrink: 0;
}

.secondary-menu-container ul li a {
	border-bottom: 3px solid transparent;	
}

.secondary-menu-container ul li.current-post-ancestor a,
.secondary-menu-container ul li.current-menu-item a {
	border-bottom: 3px solid #D36122;	
}

.secondary-menu-container ul li .sub-menu {
	display: none;
}

.secondary-menu-container ul li:first-child {
	margin-left: auto;
}

.secondary-menu-container ul li:last-child {
	margin-right: auto;
	padding-right: 20px;
}

.secondary-menu-container ul li a {
	display: block;
	color: #D36122;
	text-decoration: none;
	font-size: 16px;
	padding: 15px 20px;
	text-transform: capitalize;
}

@media (max-width: 769px) {
	.secondary-menu-container ul li a {
		padding: 15px 10px;
	}
}

@media (max-width: 769px) {
	header .primary-menu-container {
		padding: 25px 15px;
        height: auto;
	}
}

.search-form-cont {
	position: absolute;
    top: 19px;
    right: 20px;
}

@media (max-width: 768px) {
    .search-form-cont {
        top: 23px; /* ?? */
    }
}

header.main-header {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 1;
}

header .menu-primary .burger-menu {
	position: absolute;
    top: 39px;
    left: 20px;
}

header.dropdown-menu-is-active .dropdown-menu {
	padding-top: 50px;
    top: 13px;
}

@media (max-width: 768px) {
    header.dropdown-menu-is-active .dropdown-menu {
		margin-top: 0;
    }
}

@media (max-width: 900px) {
    html, body {
        overflow: visible;
    }
}

header .logo-header {
	margin: 0 auto;
	width: 140px;
}

@media (max-width: 270px) {
	header .logo-header {
		width: 100px;
	}
}

@media (max-width: 769px) {
    .dropdown-menu p.uppercase-title {
        text-align: left;
    }
}
