@font-face {
    font-family: 'Recoleta-Bold';
    src: url('assets/fonts/Recoleta-Bold.woff2') format('woff2'),
        url('assets/fonts/Recoleta-Bold.woff') format('woff'),
        url('assets/fonts/Recoleta-Bold.ttf') format('truetype'),
        url('assets/fonts/Recoleta-Bold.svg#Recoleta-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Averta-Regular';
    src: url('assets/fonts/Averta-Regular.woff2') format('woff2'),
        url('assets/fonts/Averta-Regular.woff') format('woff'),
        url('assets/fonts/Averta-Regular.ttf') format('truetype'),
        url('assets/fonts/Averta-Regular.svg#Averta-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Averta-Semibold';
    src: url('assets/fonts/Averta-Semibold.woff2') format('woff2'),
        url('assets/fonts/Averta-Semibold.woff') format('woff'),
        url('assets/fonts/Averta-Semibold.ttf') format('truetype'),
        url('assets/fonts/Averta-Semibold.svg#Averta-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Averta-Light';
    src: url('assets/fonts/Averta-Light.woff2') format('woff2'),
        url('assets/fonts/Averta-Light.woff') format('woff'),
        url('assets/fonts/Averta-Light.ttf') format('truetype'),
        url('assets/fonts/Averta-Light.svg#Averta-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Averta-Bold';
    src: url('assets/fonts/Averta-Bold.woff2') format('woff2'),
        url('assets/fonts/Averta-Bold.woff') format('woff'),
        url('assets/fonts/Averta-Bold.ttf') format('truetype'),
        url('assets/fonts/Averta-Bold.svg#Averta-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Charter-Black';
    src: url('assets/fonts/Charter-Black.woff2') format('woff2'),
        url('assets/fonts/Charter-Black.woff') format('woff'),
        url('assets/fonts/Charter-Black.ttf') format('truetype'),
        url('assets/fonts/Charter-Black.svg#Charter-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Charter-Bold';
    src: url('/assets/fonts/Charter-Bold.woff2') format('woff2'),
        url('/assets/fonts/Charter-Bold.woff') format('woff'),
        url('/assets/fonts/Charter-Bold.ttf') format('truetype'),
        url('/assets/fonts/Charter-Bold.svg#Charter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Charter-Roman';
    src: url('/assets/fonts/Charter-Roman.woff2') format('woff2'),
        url('/assets/fonts/Charter-Roman.woff') format('woff'),
        url('/assets/fonts/Charter-Roman.ttf') format('truetype'),
        url('/assets/fonts/Charter-Roman.svg#Charter-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, main, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* General styling */
*, :before, :after {
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	-webkit-tap-highlight-color: transparent; /* no more color over a link when tapped, usually iOS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; /* antialiasing, Mozilla only */
    -webkit-font-smooth: always; /* text has no sharp edges, Safari only */
}
::selection {
  background: #f1a074; /* WebKit/Blink Browsers */
  color:#fff!important
}
::-moz-selection {
  background: #f1a074; /* Gecko Browsers */
  color:#fff!important
}
/* html, body {
    overflow-x: hidden;
} */
@media(max-width:900px){
  html, body {
      overflow-x: hidden;
  }
}
html {
	-ms-overflow-style: scrollbar; /* scrollbar in case of overflow for IE */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	min-height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-justify-content: space-between;
	justify-content: space-between;
	  font: 16px/1.6 'Averta-Light', sans-serif;
	  letter-spacing: -0.15px;
	  color: #2d2d2d;
	  background: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Recoleta-Bold';
	line-height: 1.33;
	font-weight: 700;
	margin-bottom: 20px;
    text-rendering: optimizeLegibility;
}
h1 {
	font-size: 42px;
	line-height:45px;
}
/* h2 {
	font-size: 26px;
	line-height:32px;
} */
h2, h3 {
	font-size: 22px;
	line-height:30px;
}
h4, h5, h6 {
	font-size: 18px;
	line-height:16px;
}
h1 a, h2 a, h3 a{
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover{
	color: #F1a074;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color:#2d2d2d;
	font-family: 'Recoleta-Bold';
	padding-bottom:20px;
	margin-bottom:0px;
}
article ul li,
article ol li,
article p {
	color:#2d2d2d;
	font-family: 'Averta-Regular';
	    font-size: 19px;
    line-height: 30px;
}
article table tr:first-child{
	background:#d5d5d5!important;
}
article table tr:nth-child(odd){
	background:#f9f7f6;
}
article table tr:nth-child(even){
	background:#fff;
}
article a {
	color:#2d2d2d;
  color:#f1a074;
}
article a:hover {
	 color:#f1a074;
}
@media (max-width: 846px) { /* 846px for NOTE8< */
	h1 {
		font-size: 26px;
		line-height:30px;
	}
	h2 {
	    font-size: 20px;
	    line-height:25px;
	}
	h3 {
		font-size: 24px;
	}
}
p {
	margin-bottom: 20px;
    font-size: 19px;
    line-height: 27px;
    font-family: 'Averta-Regular';
    font-size: 19px;
    line-height: 30px;
}
span {
    display: inline;
}
a {
	color: inherit;
    cursor: pointer;
    color:#2d2d2d;
}
a:not([class]):focus {
    outline: none;
	box-shadow: none;
}
img:not(.hide-pixel img), iframe:not(.hide-pixel iframe) {
	max-width: 100%;
	/* height: auto; */
}
img.size-portrait-thumbnail {
	width:auto;
	max-width:unset;
}
iframe{
	/* min-height:350px; */
  min-height: auto;
}
i:not([class]), em, cite, dfn {
	font-style: italic;
}
ul, ol {
    margin: 0 0 25px 20px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
section ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
nav ul, nav ol {
    margin: 0;
    list-style: none;
}
b, strong, th, legend {
	font-weight: 700;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
    vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
mark {
	padding: 3.5px;
    background-color: #f1f1f1;
}
abbr[title] {
    text-decoration: underline dotted;
}
abbr[data-original-title], abbr[title] {
    cursor: help;
}
del {
    text-decoration: line-through;
}
ins {
    text-decoration: underline;
}
dl {
    margin-bottom: 20px;
}
dl dt {
    font-weight: 700;
    margin: 15px 0 5px;
}
dl dt:first-child {
    margin-top: 0;
}
dd {
    margin-left: 0;
	margin-bottom: 0px;
}
samp {
    font-family: monospace;
    font-size: inherit;
}
kbd {
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    background-color: #e6e6e6;
    padding: 2px 4px 0 4px;
}
table {
	margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}
th, td {
	border: 1px solid #eceeef;
	padding: 10px;
}
caption {
	font-size: 15px;
    padding: 10px 0;
    color: #636c72;
    caption-side: bottom;
}
code {
    display: inline-block;
    font: 14px/1.25 monospace;
    letter-spacing: -0.65px;
    padding: 0.125rem;
}
pre code {
    display: block;
    font: inherit;
    letter-spacing: inherit;
    overflow-x: auto;
    padding: 15px 64px 15px 15px;
    background: #f9f9f9;
    border: 1px solid #cacaca;
    color: #0a0a0a;
}
blockquote p,
blockquote {
	color:#6ebea7;
	font-family: 'Averta-Semibold';
	font-size:18px;
	padding-bottom:10px;
}
blockquote:before {

}
blockquote footer {
	font-size: 75%;
  color: #636c72;
}
blockquote :last-child {
	margin-bottom: 0px;
}
figcaption {
    font-size:15px;
}
legend {
	margin-bottom: 5px;
}
label {
	display: block;
	cursor: pointer;
}
button, input, textarea {
    font-family: inherit;
    line-height: normal;
	margin: 0;
}
textarea {
	min-height: 80px;
	resize: vertical;
}
[type="submit"], [type="reset"], [type="button"],
[type="text"], [type="email"], [type="tel"], [type="search"],
button {
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
}
 button, [type="submit"], [type="reset"], [type="button"] {
	cursor: pointer;
}
textarea:focus, button:focus,
div[contenteditable="true"]:focus, [class~="btn"]:focus,
[type="text"]:focus, [type="tel"]:focus, [type="email"]:focus, [type="password"]:focus, [type="submit"]:focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(29,161,242,0.7);
}
[hidden] {
	display: none;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
p + h2, p + h3, p + h4,
ul + h2, ul + h3, ul + h4,
ol + h2, ol + h3, ol + h4,
code + h2, code + h3, code + h4,
table + h2, table + h3, table + h4,
blockquote + h1, blockquote + h2, blockquote + h3, blockquote + h4 {
    margin-top: 35px;
}
/* WordPress Core */
.alignnone {
    margin: 5px 20px 5px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 30px auto 40px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    max-width: 100%; /* Image does not overflow the content area */
    text-align: left;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.full-width {
	width:100%;
	overflow:hidden;
}
body.search-results .navigation .nav-links{
	display: block;
    overflow: hidden;
    width: 100%;
}
body.search-results .nav-links .page-numbers svg {
	display:none;
}
body.search-results .nav-links span.nav-next-text,
body.search-results .nav-links span.nav-prev-text{
    visibility: hidden;
    display:inline-block;
    max-width:110px;
    width:100%;
    vertical-align: bottom;
    font-size:14px;
}
body.search-results .nav-links span.nav-prev-text {
	max-width:60px;
	height:24px;
}
body.search-results .nav-links span.nav-prev-text::before {
    content: "« Înapoi";
    visibility: visible;
    display:inline-block;
}
body.search-results .nav-links span.nav-next-text::after {
    content: "Mai departe »";
    visibility: visible;
    display:inline-block;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
#wpadminbar {
    /* display: none !important; */
}
html.js, html.no-js, html {
    margin-top: 0 !important;
}

/* End of WordPress Core */
/* General Theme Style */
.ads_fix_iframe iframe{
  min-height:auto;
  /* height:auto; */
}

.plyr__poster {
	display:none!important;
}
.excerpt-photo {
	width:100%;
	display:block;
	height:200px;
	margin-bottom:15px;
}
.mobile {
	display:none!important;
}
.desktop {
	display:block!important;
}
.v-align{
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.h-align{
	text-align:center;
}
.extra-padding{
	padding:75px 0px;
}
.extra-v-margin{
	margin:50px 0px;
}
.left-50,
.right-50{
	width:50%;
	display:inline-block;
	float:left;
}
.clear:after,
.clear:before{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
/* .main-article-body {
  overflow-y:hidden;
} */
@media(max-width:900px){
  .main-article-body {
    overflow-y:hidden;
  }
}
.article-container {
	max-width:750px;
	width:100%;
  position:relative;
}
.article-container p:first-of-type:not(.schema-faq-answer) {
font-family: 'Averta-Bold'!important;
}
.sponsor-container {
	margin:0 auto;
}
.owl-carousel .owl-item img {
	max-height:870px!important;
}
.article-body .article-container figure.wp-caption,
.article-body .article-container figcaption {
	text-align:center;
	width:100%!important;
	display:block;
}
.article-body .article-container figure img{
	margin:0 auto;
	display:block;
	max-height:870px;
}
.article-body .cst-simple-quote {
  padding:15px;
  border:1px solid #f1a074;
  border-radius:25px;
  margin-bottom:25px;
}
a.cat-link {
	text-decoration:none;
	color:#F1a074;
}
.lpeach {
	background-color:#fef7f4;
}
.background {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.container{
	width:100%;
	max-width:1136px;
	padding:0px 15px;
	margin:0 auto;
	display:block;
	position:relative;
}
.container:before,
.container:after{
	content:"";
	display:block;
	clear:both;
}
.largest-container{
	width:100%;
	max-width:1110px;
	margin:0 auto;
	display:block;
}
.plyr__control--overlaid{
	background:rgba(238, 159, 120, 0.8)!important;
}
.plyr--full-ui input[type=range] {
	color:#ee9f78!important;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
	background:#ee9f78!important;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.plyr__control.plyr__tab-focus {
	box-shadow:0 0 0 5px rgba(238, 159, 120, 0.5)!important;
}

@media (max-width:768px){
	.mobile {
		display:inline-block!important;
	}
	.desktop {
		display:none!important;
	}
	.plyr__video-embed iframe {
		top: 50%!important;
  		transform: translateY(-50%);
	}
}

@media only screen
and (min-device-width : 100px)
and (max-device-width : 1024px)
and (orientation : landscape) {
	.plyr__video-embed iframe {
		top:0px!important;
		transform: unset!important;
	}
}
.siclam-featured-area {
	width:100%;
	background-color:#fef7f4;
	padding:50px 0px;
	margin:50px 0px;
	margin-top:0px;
}
.siclam-featured-area .section-titles {
	font-family: 'Averta-Semibold';
	font-size:24px;
	position:relative;
	padding-bottom:6px;
	margin-bottom:20px;
	text-align:center;
}
.siclam-featured-area .section-titles:after{
	content:"";
	display:block;
	width:100%;
	max-width:150px;
	margin:0 auto;
	height:2px;
	background-color:#2d2d2d;
}
.siclam-featured-area ul {
	overflow:hidden;
}
.siclam-featured-area ul li {
	display:inline-block;
	width:33.33%;
	float:left;
	padding:10px;
}
.siclam-featured-area ul li a.background {
	text-decoration:none;
	    height: 300px;
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.siclam-featured-area ul li a:hover{
	color: #F1a074;
}
@media (max-width:768px){
	.siclam-featured-area ul li {
		width:100%;
	}
}
.article-page,
.inner-page {
	margin-top:30px;
}
.article-container figure {
	position:relative;
}
/*
.article-container figure a {
	position:absolute;
	bottom:15px;
	right:15px;
	width:50px;
	height:50px;
	background-image:url('assets/img/icons/ic-pin.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}*/
.ar-putea ul{
	padding-top:15px;
}
.ar-putea li {
	padding:5px 0px!important;
}
.ar-putea li a {
	color: #f1a074;
	text-decoration:none;
	font-family: 'Averta-Semibold';
}
@media only screen and (max-width: 840px) {
table.responsive {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
}

.three-row{
	display:block;
	width:100%;
	overflow:hidden;
}
/* End of General Theme Style */
/*HEADER*/
header {
	display: block;
	width: 100%;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #f1a074;
  margin: 5px 0;
  transition: 0.4s;
}
.bar1 {
	margin-top:3px;
}
header.dropdown-menu-is-active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 7px);
  transform: rotate(-45deg) translate(-9px, 7px);
}
header.dropdown-menu-is-active .bar2 {opacity: 0;}
header.dropdown-menu-is-active .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -6px);
  transform: rotate(45deg) translate(-7px, -6px);
}
.burger-menu {
	height:35px;
	width:35px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    position:absolute;
    left:0;
    transition: 0.5s;
    cursor:pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
}
header .primary-menu-container {
	padding:25px 15px;
	border-bottom:1px solid #f1a074;
	position:relative;
	text-align: center;
}
header .logo-header{
	margin-left:20px;
	display: inline-block;
}
header .dropdown-menu {
	display: none;
}
header.dropdown-menu-is-active .dropdown-menu{
	display: block;
	position: absolute;
	box-shadow: 0 0 11px rgba(33,33,33,.2);
    background: #ffff;
    top:0;
    left: -20px;
    height: auto;
    border-bottom:2px solid #f1a074;
    z-index: 5;
    font-family: 'Averta-Semibold';
    color:#000000;
    padding-top:70px;
    max-width: 300px;
    width: 100%;
}
.dropdown-menu {
	padding:20px;
}
.dropdown-menu ul.nav-menu {
	padding: 0;
}
.dropdown-menu ul.nav-menu li{
	list-style: none;
	font-size: 15px;
    text-align: left;
    vertical-align: top;
}
.dropdown-menu ul.nav-menu li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    color:#333;
    overflow:hidden;
    vertical-align: top;
    padding:3px 0px;
}
.dropdown-menu ul.nav-menu li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #f1a074;
    width: 0%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.dropdown-menu ul.nav-menu li a:hover:after{
	width:100%;
}
.dropdown-menu ul.nav-menu,
.dropdown-menu .sectiuni-list {
 margin:0px;
}
.dropdown-menu p.uppercase-title{
	text-align: left;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-top:10px;
}
.follow-us-list {
	margin:0px;
	margin-top:10px;
	text-align:left;
}
.li-icon{
	display: inline-block;
	max-width:25px;
	width:100%;
	margin-right:10px;
}
.li-icon img {
	width:100%;
	display:block;
}
body.fixed-header header.main-header{
	position: fixed;
    top: 0;
    background: white;
    z-index:99;
}
body.fixed-header{
	padding-top:48px;
}
body.fixed-header .search-form-header .search{
    position: fixed;
    width: 100%;
    z-index: 9;
    max-width: 1110px;
    left: -1px;
    margin: 0 auto;
    right: 0;
}
/*RESPONSIVE MENU*/
@media(max-width: 1024px){
	header .logo-header {
    width: 15%;
        margin: 0 auto;
    display: block;
	}
}
@media (max-width: 769px){
	header .primary-menu-container {
		padding:10px;
		height:43px;
	}
	header .logo-header {
		width: 30%;
	}
	header.dropdown-menu-is-active .dropdown-menu {
		display: block;
    	width: 100%;
    	left: 0;
    	margin-top: 50px;
    	z-index: 4;
	}
	body.fixed-header header.dropdown-menu-is-active .dropdown-menu{
		margin-top:43px;
		box-shadow:unset;
	}
	body.fixed-header header .menu-primary .burger-menu {
		top:60%;
	}
	.dropdown-menu p.uppercase-title {
		text-align: center;
	}
	.dropdown-menu .sectiuni-list{
		margin-top: unset;
		margin:0;
	}
	.dropdown-menu ul li{
		text-align: center;
	}
	header .menu-primary .burger-menu{
		position: absolute;
		left: 20px;
	}
}
header .logo-header {
	max-width:190px;
}
header .logo-header img {
	width:100%;
}
/* Search form */
.search-form-cont {
	display:inline-block;
	float:right;
	cursor:pointer;
}
.search-form-cont form {
	display:inline-block;
	width:80%;
}
.search-form-cont input[type="submit"]{
	display:none;
}
.search-form-cont input[type="search"] {
	background:none;
	color:#2a2a2a;
	border:none;
	outline:none;
	box-shadow:none;
	border-bottom:1px solid #f1a074;
	width:0px;
	height:0px;
	-webkit-transition: width 2s, height 6s; /* For Safari 3.1 to 6.0 */
	transition: width 2s, height 6s;
}
.search-form-cont:hover input[type="search"]{
	width:100%;
	height:auto;
}
.search-form-cont img {
	max-width:100%;
	width:100%;
	display:inline-block;
	vertical-align:bottom;
}
.search-form-header .search{
	background: rgba(241, 160, 116, 0.6);
	height:0px;
	display:block;
	-webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
	transition: height 2s;
	overflow:hidden;
}
.search-form-header .search.active {
	height:auto;

}
.search-form-header .search form {
	text-align:center;
	padding:20px 0px;
}
.search-form-header .search form input[type="submit"]{
	display:none;
}
.search-form-header .search form input[type="search"]{
	background:transparent;
	border:none;
	outline:none;
	border-bottom:1px solid #2d2d2d;
	max-width:400px;
	width:100%;
	font-size:16px;
}
@media (max-width:768px){
	.search-form-cont {
		height:21px;
	}
	.search-form-cont img {
		vertical-align:top;
	}
	header .logo-header {
		margin:0px;
		display:inline-block;
		margin-left:30px;
	}
	.search-form-header .container {
		max-width:100%;
		padding:0px;
		margin:0px;
	}
	.search-form-header .search form {
		max-width:70%;
		margin:0 auto;
	}
}
.perfect-pullquote {
	position:relative;
	border:none!important;
	padding-left:10px!important;
}
.perfect-pullquote blockquote {
	position:relative;
	z-index:1;
}
.perfect-pullquote blockquote p {
	color:#76b9a4!important;
	font-family: 'Recoleta-Bold'!important;
	font-size:22px!important;
	padding-left:10px;
}
.perfect-pullquote:after{
	content:"";
	display:block;
	position:absolute;
	z-index:0;
	background: rgba(243, 249, 247, 0.9);
	height:60%;
	width:100%;
	top:50%;
	transform:translateY(-50%);
}
/* Multiple Articles Area */
.multiple-featured-area{
	padding:75px 20px;
}
@media (max-width:768px){
	.multiple-featured-area{
		padding:35px 20px;
	}
}
.multiple-featured-area .small-intro{
	text-align:center;
	font-size:17px;
	font-family: 'Averta-Semibold';
}
.multiple-featured-area .small-logo {
  width: auto;
  height: auto;
  max-height: 50px;
  margin: 30px auto;
  display: block;
}
.top-left-border,
.top-top-border,
.top-right-border,
.bottom-left-border,
.bottom-bottom-border,
.bottom-right-border {
	position:absolute;
}
.top-right-border,
.top-left-border {
	top:2.5%;
	height:200px;
	width:1px;
}
.top-top-border {
	width:97%;
	left:0;
	right:0;
	top:0;
	height:1px;
	margin:0 auto;
}
.bottom-right-border,
.top-right-border {
	right:0;
}
.bottom-left-border,
.top-left-border {
	left:0;
}
.bottom-left-border,
.bottom-right-border{
	bottom:2.5%;
	height:200px;
	width:1px;
}
.bottom-bottom-border {
	width:97%;
	left:0;
	right:0;
	bottom:0;
	height:1px;
	margin:0 auto;
}
.large-sponsor-container {
	max-width:1440px;
	width:100%;
	display:block;
	margin:0 auto;
	padding:65px 20px;
	position:relative;
	overflow:hidden;
}
.large-sponsor-container .multiple-articles-inner {
	max-width:1176px;
	width:100%;
	padding:0px 20px;
	margin:0 auto;
}

.featured-area.big-articles figure a img,
.featured-area.big-articles figure a,
.featured-area.big-articles figure{
	width:100%;
	display:block;
}

.featured-area.big-articles figure {
	height:480px;
	overflow:hidden;
	position:relative;
}
.multiple-featured-area .two-articles ul li .box-photo,
.multiple-featured-area .three-articles ul li .box-photo {
	height:300px;
	width:100%;
	display:block;
	margin-bottom:25px;
}
.featured-area.big-articles figure img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	object-fit: cover;
}
.multiple-featured-area .three-articles ul {
	margin:0px -20px;
}
.featured-area.big-articles h2 {
	display:block;
	margin:20px auto;
	max-width:70%;
	font-family: 'Recoleta-Bold';
	font-size:52px;
	line-height:70px;
}
.multiple-featured-area .two-articles ul li,
.multiple-featured-area .three-articles ul li {
	width:33.33%;
	display:inline-block;
	float:left;
	padding:20px;
}
.multiple-featured-area .two-articles ul li {
	width:50%;
}
.multiple-featured-area .two-articles ul li h2,
.multiple-featured-area .three-articles ul li h2 {
	text-align:center;
	font-size:24px;
}
@media (max-width:768px){
	.multiple-featured-area .two-articles ul li,
	.multiple-featured-area .three-articles ul li  {
		width:100%;
	}
	.large-sponsor-container {
		padding:60px 20px;
	}
	.featured-area.big-articles h2 {
		font-size: 24px;
   		line-height: 25px;
   		margin:0 auto;
   		margin-bottom:20px;
   		max-width:100%;
	}
	.featured-area.big-articles figure {
		height:auto;
	}
	.featured-area.big-articles figure img {
		position:static;
		transform:none;
	}
	.multiple-featured-area .two-articles ul li .box-photo, .multiple-featured-area .three-articles ul li .box-photo {
		height:160px;
	}
}
/* Homepage */
.hp-sc1 {
	margin-bottom:0px!important;
}
.hp-sc4 {
	margin:20px 0px;
	padding:30px 0px;
}
.lpeach h2 {
	margin:0px;
	margin-bottom:20px;
}
/* Search page */
.search-page article {
	width:33.33%;
	display:inline-block;
	float:left;
}
.search-page article .inner-cont {
	padding:20px;
}
@media (max-width:768px){
	.search-page article {
		width:100%;
	}
}
/* Pagina author */
.pagina-author-single article {
	display:inline-block;
	float:left;
	margin: 10px;
	width: 31.33%;
	padding:20px;
}
.pagina-author-single article .inner-cont {
	padding:20px;
}
@media (max-width:768px){
	.pagina-author-single article {
		width:100%;
	}
}
.close-vid {
	display:none;
}

/* Normal Article */
@media (min-width:1024px){
	/* Featured video drop to corner on scroll */
	body.single.scrolled .featured_video_single {
		/* width: 450px;
	    bottom: 30px;
	    right: 30px;
	    position: fixed;
	    z-index:999; */
      position: fixed !important;
    max-width: 343px !important;
    max-height: 193px;
    z-index: 2;
    bottom: 30px;
    right: 30px;
    opacity: 1;
    width: 343px;
	}
	body.single.scrolled .featured_video_single .close-vid {

	}
	body.single.scrolled .featured_video_single .plyr__video-embed iframe {
		/* transform:translateY(-14%); */
    min-height: unset;
	}
	.featured_video_cont {
		min-height:622px;
	}
	body.single.scrolled .featured_video_single {
		min-height:unset;
	}
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
body.single.scrolled .featured_video_single {
	animation: fadeIn 1s ease-out;
    -moz-animation: fadeIn 1s ease-out;
    -webkit-animation: fadeIn 1s ease-out;
    -o-animation: fadeIn 1s ease-out;
}
.single-article-featured-photo figcaption {
	display:none;
}
.single-article-featured-photo {
	height:622px;
	height:500px;
}
.single-article-featured-photo img {
	object-fit: cover;
    height: 100%;
    width: 100%;
}
@media (max-width:786px){
	.single-article-featured-photo {
		height:auto;
	}
  body.single #special_cont {
    padding:0px;
  }
}
.article-header {
	padding-top:30px;
	padding-top:0px;
}
.authors-header  {
	color: #2d2d2d;
	font-size: 16px;
    font-family: 'Averta-Semibold';
}
.authors-header .authors-names {
	vertical-align: top;
    padding-top: 5px;
    display: inline-block;
}
.authors-header .author-avatar {
	width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    position:relative;
}
.authors-header .author-avatar img{
	    height: 100%;
    width: auto;
    max-width: unset;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    transform: translate(-50%);
    margin-left: 50%;
}
.authors-header .author-avatar.normal-photo {
	border-radius:0px;
	width:auto;
}
.authors-header .author-avatar.normal-photo img{
	height: 40px;
    width: auto;
}
.post-share ul {
	display:block;
	list-style:none;
}
.post-share ul li {
	display:inline-block;
	width:30px;
	height:30px;
	margin:0 5px;
}
.sub-interesante ul li {
	display:inline-block;
	width:33.33%;
	float:left;
}
.article-body {
	margin-top:60px;
}
.article-body .cloudTags {
	display:block;
	width:100%;
	margin:50px 0px;
}

.article-body .cloudTags li {
	display:inline-block;
	margin-right:20px;
	width:auto;
	margin-bottom:5px;
}
.article-body .cloudTags li a{
	border:1px solid #ee9f78;
	color:#ee9f78;
	padding:12px 17px;
	text-decoration:none;
	display:inline-block;
}
.article-body .cloudTags li a:hover{
	background:#ee9f78;
	color:#fff;
}
.article-body .post-share li {
	width:35px;
	height:45px;
	display:inline-block;
	margin-right:10px;
}
.article-body .featured_video_cont {
	height:735px;
	height:622px;
	height:auto;
	margin-bottom:20px;
}
@media (max-width:1024px){
	.article-body .featured_video_cont {
		height:auto;
	}
	.sub-interesante .block-title {
		margin-bottom:25px;
	}
}
@media (min-width:1024px){
  .article-body .left-side{
    width:70%;
  }
  .article-body .right-side.commercial-side {
    width:24%;
    vertical-align:top;
  }
  .article-body .left-side,
  .article-body .right-side.commercial-side {
    display:inline-block;
  }
  .article-body .right-side .commercial-inner{
    width: 100%;
    /* max-width: 240px; */
    text-align: right;
  }
}
@media (max-width:786px){
  .article-body .right-side {
    display:none!important;
  }
}
/* Listing articole Category - Tag */
.listing-articole .listing-item-articol {
	padding:30px 0px;
}
.listing-articole-category .block-title,
.listing-articole-category .listing-item-articol {
	max-width:1130px;
	width:100%;
	margin:0 auto;
	padding:30px 20px;
	max-width:1108px;
}
.full-breaker .featured_video_single {
	max-width:500px;
	max-width:100%;
	width:100%;
	margin:0 auto;
	display:block;
	overflow:hidden;
}
.hp-sc1 {
	margin-bottom:25px!important;
}
.hp-sc1 .container {
	position:relative;
}
.hp-sc1 .fps-cont {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background:rgba(255,255,255,0.7);
	padding:10px;
	padding: 10px 20px;
    width: 100%;
    margin: 0 auto;
    max-width: 1106px;
}
.hp-sc1 .fps-cont h2 {
	text-align:center;
	margin:0px;
}
/* TUR DE CASA */
.tur-de-casa-template.inner-page .item {
	margin-bottom:15px;
}
.tur-de-casa-template.inner-page .big-header-image {
	margin-bottom:50px;
}
.tur-de-casa-template.inner-page form {
	margin-bottom:75px;
}
.tur-de-casa-template.inner-page .item textarea {
	height:100px;
	overflow:visible;
}
.tur-de-casa-template.inner-page .item textarea,
.tur-de-casa-template.inner-page .item input {
	width:90%;
	border:1px solid #f1a074;
	border-radius:4px;
	padding:7px 12px;
	background:#fff;
	box-shadow:none;
	outline:none;
}
.tur-de-casa-template.inner-page .item input:hover{
	background:#fdf4ee;
	cursor:pointer;
}
.tur-de-casa-template.inner-page .item label {
	font-size:18px;
	font-family: 'Averta-Light';
	color:#2d2d2d;
	padding-bottom:5px;
}
.tur-de-casa-template.inner-page .item input[type="file"]{
	border:none;
	width:auto;
	background:#2d2d2d;
}
.tur-de-casa-template.inner-page .cv-file {
	display:none;
}
.tur-de-casa-template form .trigger_input_file {
	font-size:18px;
	font-family: 'Averta-Light';
	background:#2d2d2d;
	padding:7px 12px;
	color:#fff;
	display:inline-block;
	text-decoration:none;
	margin-bottom:10px;
}
.tur-de-casa-template form input[type="file"]{
	display:none;
}
.tur-de-casa-template form input[type="submit"]{
	border:1px solid #f1a074;
	background:#f1a074;
	padding:7px 12px;
	color:#2d2d2d;
	text-transform:uppercase;
	outline:none;
	box-shadow:none;
	font-size:15px;
	font-family: 'Averta-Light';
}
.tur-de-casa-template form input[type="submit"]:hover{
	border:1px solid #f1a074;
	background:#fff;
	padding:7px 12px;
	color:#f1a074;
	text-transform:uppercase;
}
#tur-de-casa-photos .wpcf7-field-group .wpcf7-field-group-remove ,
#tur-de-casa-photos .wpcf7-field-group .wpcf7-field-group-add  {
	display:none!important;
}
#tur-de-casa-photos .wpcf7-field-group:last-of-type .wpcf7-field-group-add {
	display:block!important;
}
#tur-de-casa-photos .wpcf7-field-group .wpcf7-field-group-add {
	font-size:18px;
	font-family: 'Averta-Light';
	background:#2d2d2d;
	padding:7px 12px;
	color:#fff;
	display:inline-block;
	text-decoration:none;
	margin-bottom:10px;
}


/* article fix for Youtube Video */
body.single.scrolled .featured_video_single iframe {
max-width: 343px !important;
max-height: 193px;
position: relative;
height:100%;
}
body.single .featured_video_single {
position: relative;
padding-bottom: 56.25%;
 height: 0; overflow: hidden;
}

body.single .featured_video_single iframe,
body.single .featured_video_single object,
body.single .featured_video_single embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width:1024px){
  .featured_video_single iframe,
  .featured_video_single object,
  .featured_video_single embed {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height:195px;
  }
}
@media (min-width:1024px){
	/* Featured video drop to corner on scroll */
	body.single.scrolled .featured_video_single {
	    bottom: 30px;
	    right: 30px;
	    position: fixed;
	    z-index:999;
      padding-bottom:23%;
      width:380px;
	}
	body.single.scrolled .featured_video_single .close-vid {
	}
  body.single.scrolled .featured_video_single iframe {
    max-width:373px!important;
    min-height:230px;
  }
  .featured_video_cont {
    min-height:622px;
  }
}
@media (min-width:1300px){
  body.single.scrolled .featured_video_single iframe {
    max-width:373px!important;
    height:210px;
  }
}
@media (min-width:1400px){
  body.single.scrolled .featured_video_single iframe {
    max-width: 372px!important;
    min-height:210px;
  }
  body.single.scrolled .featured_video_single {
    padding-bottom:17%;
  }
}
@media (min-width:1600px){
  body.single.scrolled .featured_video_single iframe {
    max-width: 373px!important;
min-height: 220px;
  }
  body.single.scrolled .featured_video_single {
    padding-bottom:14%;
  }
}
@media (min-width:1681px){
  body.single.scrolled .featured_video_single iframe {
    max-width: 413px!important;
  }
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


#facebook-cont-like iframe {
  min-height:unset;
  height:214px;
}
.pub-logo {
  display:inline-block;
  height: 55px;
  margin-left: 15px;
}
.pub-logo img {
  vertical-align: middle;
  height: 100%;
    width: auto;
    display: inline-block;
}

.sponsor-container .pub-details .authors-names{
	font-family: 'Averta-Regular';
	text-decoration: underline;
	font-weight: 700;
}


.ld-fixed-width {
  max-width:1110px;
  width:100%;
  margin:0 auto;
  display:block;
}

.hide-pixel div + img {
  width:unset;
  max-width:unset;
}





/* ------ MODUL NEWSLETTER ------ */
#modul-newsletter {
	display: block;
	max-width: 100%;
}
#modul-newsletter .md-nl-container {
	display: block;
	max-width: 90%;
	margin:15px auto;
	text-align: center;
	padding:20px;
}
#modul-newsletter .md-nl-container h3{
	font-size: 20px;
    line-height: 22px;
}
#modul-newsletter .md-nl-container p,
#modul-newsletter .md-nl-container a{
	font-size: 16px;
    line-height: 18px;
    margin-bottom: unset;
}
#modul-newsletter .md-nl-container a{
	text-decoration: underline;
}
#modul-newsletter .md-nl-container .md-nl-form div.wpcf7 .ajax-loader{
	display: none;
}
#modul-newsletter .md-nl-container .md-nl-form span.wpcf7-not-valid-tip{
	padding:5px 0;
	color:#fff;
	text-align: center;
	font-size: 13px;
}
#modul-newsletter .md-nl-container .md-nl-form div.wpcf7-validation-errors,
#modul-newsletter .md-nl-container .md-nl-form div.wpcf7-acceptance-missing,
#modul-newsletter .md-nl-container .md-nl-form div.wpcf7-mail-sent-ok{
	text-align: center;
	margin:5px 0;
	color:#fff;
	font-size: 13px;
}

#modul-newsletter .md-nl-container .md-nl-form input{
	border:none;
	padding:5px;
	font-size: 15px;
}

#modul-newsletter .md-nl-container .md-nl-form{
	display: block;
	width: 100%;
	max-width: 65%;
	margin: 5px auto 15px;
	position: relative;
	text-align: left;
}
#modul-newsletter .md-nl-container .md-nl-form input[type="submit"]{
	position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    background-color:lightgray;
}
#modul-newsletter .md-nl-container .md-nl-form input[type="email"]{
	display: block;
	width: calc(100% - 140px);
}
@media(max-width: 768px){
	#modul-newsletter .md-nl-container h3{
		font-size:16px;
		line-height: 19px;
	}
	#modul-newsletter .md-nl-container p, #modul-newsletter .md-nl-container a{
		font-size: 14px;
    	line-height: 16px;
	}
	#modul-newsletter .md-nl-container .md-nl-form{
		max-width: 100%;
	}
	#modul-newsletter .md-nl-container .md-nl-form input[type="submit"]{
		width: 105px;
	}
	#modul-newsletter .md-nl-container .md-nl-form input[type="email"]{
		width: calc(100% - 110px);
	}
}


/* UPDATES 10 iulie 2020 */
.qc-cmp-persistent-link{
  display: none!important;
}
,
.article-body .right-side.commercial-side {
  /* display:none; */
}

.owl-nav button span{
	text-indent: 999999999px;
	font-size: 0px;
}

@media(max-width:768px){
	.article-body .sponsor-container.article-container.afooter_cont{
		padding: 0 20px;
	}
}


/* popups */
.popup{
  display: none!important;
}
@media(max-width:767px){
  .popup{
    display: block!important;
    width: 100%;
    background-color:#fff;
    padding:0 15px;
    position: fixed;
    bottom:0px;
    z-index: 2;
    left: 0;
    border-top: 1px solid #fac9b8;
    transition: .7s;
  }
  .popup .row:after,
  .popup .row:before{
    content:'';
    display: block;
    clear:both;
  }
  .popup .row{
    padding:10px 0;
    position: relative;
    display: block;
    width: 100%;
  }
  .popup .item_uppertext{
    display: inline-block;
    width: 90%;
    float: left;
    padding-right: 8px;
    padding-top: 6px;
  }
  .popup .item_uppertext p{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }
  .popup .item_closepopup{
    display: inline-block;
    width: 10%;
    border-left: 1px solid lightgray;
    padding-left: 12px;
    padding-top: 5px;
  }
  .popup .item_closepopup img{
    width: 30px;
    height: 30px;
    transition:.5s;
  }
  .popup .item_closepopup img.closepopup{
    transform: rotateZ(180deg);
  }
  .popup .form{
    display: block;
    width: 100%;
    padding:15px;
    position: relative;
  }
  .popup .form input{
    border: none;
    padding: 5px;
    font-size: 15px;
  }
  .popup .form input[type="email"]{
    display: block;
    width: calc(100% - 140px);
  }
  .popup .form input[type="submit"]{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 130px;
    background-color: lightgray;
  }
  .popup .form span.ajax-loader {
    display: none!important;
  }
  .popup a.popup_link{
    display: inline-block;
    padding: 15px;
    text-align: center;
    background: #333333;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    font-family: 'Averta-Semibold';
    font-size: 14px;
    text-decoration: none;
    margin: 0 auto;
  }
  .popup .form span.wpcf7-not-valid-tip{
    font-size: 12px;
  }
  .popup .form div.wpcf7-response-output{
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 13px;
    text-align: center;
  }
  #full_popup_form{
    bottom:-100%;
  }
  #full_popup_form.slide-in,
  #collapsed_popup_form,
  #collapsed_popup_text,
  #collapsed_popup_link{
    bottom:0px;
  }
  #collapsed_popup_form .item_closepopup img,
  #collapsed_popup_text .item_closepopup img{
    transform: rotateZ(180deg);
  }
  #collapsed_popup_form .item_closepopup img.closepopup,
  #collapsed_popup_text .item_closepopup img.closepopup,
  #collapsed_popup_link .item_closepopup img.closepopup{
    transform: rotateZ(0deg);
  }
  #collapsed_popup_link .item_closepopup img,
  #collapsed_popup_link .item_closepopup img.closepopup{
    transform:rotate(-90deg);
  }
}

/* Problema cu vizibilitatea Sliderelor cand erau mai mult de 6 */
.owl-carousel {
  visibility:visible!important;
}

.siclam-featured-area ul li a.background{
  height: 175px;
}
@media(max-width:767px){
  .siclam-featured-area ul li a.background{
    height: 160px;
  }
}
.sponsor-category-header .mid-cont img{
  max-width: 360px;
  max-height: 120px;
  width: auto;
  height: auto;
}
.sponsor-category-header.custom-inline-title .mid-cont img{
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  height: 60px;
  width: auto;
  margin-bottom: 0;
}
body.category-diy .sponsor-category-header .mid-cont img{
  max-width: 480px;
  max-height: 150px;
  width: auto;
  height: auto;
}
@media(max-width:850px){
  .sponsor-category-header .mid-cont img{
    max-width: 180px;
    max-height: 60px;
  }
  body.category-diy .sponsor-category-header .mid-cont img{
    max-width: 480px;
    max-height: 100px;
    width: auto;
    height: auto;
  }
}
@media(max-width:767px){
  .multiple-featured-area .small-logo{
    max-width: 100%;
  }
  .sponsor-category-header.custom-inline-title h1{
    font-size: 24px;
  }
  body.category .category-first-screen .sponsor-category-header.custom-inline-title{
    min-height: auto;
  }
  body.category .category-first-screen .sponsor-category-header.custom-inline-title .mid-cont{
    position: static;
    transform: unset;
  }
}
.hp-sc7.multiple-featured-area h6{
  text-transform: uppercase;
  font-size: 45px;
  text-align: center;
  display: block;
  width: 100%;
  color: #F1A074;
  line-height: 55px;
}
@media(max-width:767px){
  .hp-sc7.multiple-featured-area h6{
    font-size: 25px;
    line-height: 35px;
  }
}
/* Article Newsletter Module Single */
.anm-container{
  position: fixed;
  display: inline-block;
  width: 420px;
  padding: 20px;
  background-color: #fff;
  bottom: 0;
  right: -100%;
  text-align: center;
  z-index: 9999;
  border:1px solid #F1a074;
  transition: .6s;
}
.anm-container.show-anm{
  right: 0;
}
.anm-container #close-x{
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  top:10px;
  right: 10px;
}
.anm-container #close-x path{
  fill:#F1a074;
}
.anm-container h2{
  color:#F1a074;
}
.anm-container p.info{
  font-size: 16px;
  line-height: 22px;
}
.anm-container .form input,
.anm-container .form input:focus{
  -webkit-appearance: none;
  border:0px;
  outline: none;
  box-shadow: unset;
}
.anm-container .form input[type="email"]{
  width: 100%;
  font-size: 16px;
  color:#000;
  text-align: center;
  padding: 10px 15px;
  border:1px solid #F1a074;
}
.anm-container .form input[type="submit"]{
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: #333;
  border-radius: 4px;
  font-family: 'Averta-Semibold';
  text-transform: uppercase;
  transition: .3s;
  color: #fff;
}
.anm-container .form input[type="submit"]:hover{
  color:#333;
  background-color: #F1a074;
}
.anm-container .form .checkboxes{
  margin:10px 0;
}
.anm-container .form .checkboxes .wpcf7-list-item-label{
  font-size: 13px;
}
.anm-container .form .icheckbox{
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  left: unset;
}
.anm-container .form  .icheckbox:after{
  background-color: #F1a074;
}
.anm-container .form .wpcf7 form.invalid .wpcf7-response-output,
.anm-container .form .wpcf7 form.unaccepted .wpcf7-response-output{
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  margin-top: 10px;
  border: 0;
  color: red;
}
.anm-container .form span.wpcf7-not-valid-tip{
  height: auto;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.anm-container .wpcf7 form.sent .wpcf7-response-output{
  border: 0;
  color: #333;
  margin: 10px 0;
}
.anm-container .close-button{
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
}
.anm-container .close-button p{
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  color:#c1c1c1;
}
.anm-container .form span.ajax-loader{
  display: none;
}
@media(max-width:767px){
  .anm-container{
    width: 100%;
    right: 0;
    bottom:-100%;
  }
  .anm-container.show-anm{
    right: 0;
    bottom:0;
  }
}
/* single */
body.single .single-art-container{
  display: flex;
  flex-direction: row;
}
body.single .single-art-container.sponsored-no-flex{
  display: block;
}
body.single .single-art-container .right-side{
  display: flex;
  width: 30%;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 20px;
  padding-left: 30px;
}
body.single .single-art-container .right-side .commercial-inner > div{
  position: sticky;
  top:95px;
}
body.single .single-art-container .right-side .commercial-inner.second-commercial-inner{
  padding-top:20px;
}
@media(max-width:900px){
  body.single .single-art-container .right-side{
    display: none!important;
  }
  body.single .single-art-container{
    display: block;
  }
}
body.single article.article-container h2{
  font-size: 26px;
  line-height: 1.33;
}
body.single article.article-container h3{
  font-size: 24px;
  line-height: 1.33;
}
body.single article.article-container h4{
  font-size: 21px;
  line-height: 1.33;
}

body.single .border-quote{
  padding: 15px;
  border: 1px solid #f1a074;
  border-radius: 25px;
  margin-bottom: 25px;
}

body.single .green-quote{
  font-size: 21px;
  line-height: 1.5;
  display: block;
  padding: 0.5em 1em;
  position: relative;
  border: none!important;
  padding-left: 10px!important;
}
body.single .green-quote:after{
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background: rgba(243, 249, 247, 0.9);
  height: 60%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
body.single .green-quote p{
  color: #76b9a4!important;
  font-family: 'Averta-Bold'!important;
  font-size: 22px!important;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
body.single .green-quote.align-left,
body.single .green-quote.align-right{
  width: 30%;
}
body.single .green-quote.align-left{
  text-align: left;
  margin: 0.5em 1.5em 1em 0;
  float: left;
}
body.single .green-quote.align-right{
  text-align: left;
  margin: 0.5em 1.5em 1em 0;
  float: right;
}
body.single .green-quote.align-fullw{
  text-align: left;
  margin: 0.5em 0 1em 1.5em;
  padding-right: 0;
  float: none;
  width: 95%;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{
  height: 500px;
  width: auto;
}
.article-body .article-container figure.wp-block-gallery > figure{
  height: 500px;
}
@media screen and (max-width: 768px){
  body.single .green-quote {
      margin: 0.5em 0 1em 0 !important;
      padding: 0.5em 1em;
      padding-right: 0;
      width: 95% !important;
      border-left: 5px solid #eeeeee;
      border-right: none !important;
      border-top: none !important;
      float: none!important;
  }
  .article-body .article-container figure img{
    height: auto!important;
  }
  .article-body .article-container figure{
    width: 100%!important;
  }
  .article-body .article-container figure.wp-block-gallery > figure{
    height: auto;
  }
}

.wp-block-gallery img{
  flex: unset!important;
}

.single-content-anchors {
  display: none;
  margin: 1.875rem 0;
  max-width: 90%;
  padding: 15px;
  border: 1px solid #f1a074;
  border-top: 7px solid #f1a074;
}
.single-content-anchors.show-anchors{
  display: block;
}
.single-content-anchors ul {
    margin: 0;
}
.single-content-anchors ul li {
    list-style-type: none;
    display: inline-block;
}
.single-content-anchors ul li a {
    color: #F1a074;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: .4s;
}
.single-content-anchors ul li a:hover{
  color:#000;
}
.single-content-anchors ul li:after {
  content: '';
  margin: 0 0.3125rem;
  width: 1px;
  height: 8px;
  background: #2d2d2d;
  display: inline-block;
}
.single-content-anchors ul li:last-of-type:after{
  display: none;
}

.schema-faq-question {
  color: #f1a074;
      font-family: 'Averta-Regular';
      padding-bottom: 20px;
      margin-bottom: 0px;
      font-size: 22px;
      font-weight: 600;
}
.schema-faq-answer {
  color: #2d2d2d;
      font-family: 'Averta-Regular'!important;
      font-size: 16px;
      line-height: 30px;
}
.inner-article-ad{
  max-width: 100%!important;
}

/*----*/
.main_plants .plants_featured{
  text-align: center;
}
.main_plants h1{
  margin-top: 40px;
  font-size: 50px;
  color: #F1a074;
}
.main_plants .info{
  padding: 0 20px;
}
.main_plants .flex-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.main_plants .flex-row div:not(.plant_inner){
  flex:  1 1 25%;
  margin-bottom: 0;
  padding: 14px;
  position: relative;
  width: 100%;
}
.main_plants .plants_filters{
  text-align: center;
  margin: 40px 0;
  flex-wrap: wrap;
  margin: 40px auto;
  background-color: rgba(241, 160, 116, 0.1);
}
.main_plants .plants_filters .reset{
  flex: 1 1 100%;
  padding: 0px!important;
}
.main_plants .plants_filters .reset > div{
  padding-top: 0;
}
.main_plants .plants_filters .reset button{
  background: #fff;
  text-transform: uppercase;
  cursor: pointer;
  color: #333;
  font-family: 'Averta-Semibold';
  font-size: 14px;
  padding: 10px 25px;
  border: 2px solid #F1a074;
  transition: .4s;
}
.main_plants .plants_filters p{
  font-weight: bold;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.main_plants .plants_filters select{
  width: 100%;
  padding: 5px 8px;
  border: 2px solid #F1a074;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color:#333;
}
.main_plants .plants_posts{
  margin: 40px 0;
}
.main_plants .plants_posts .plant_article{
  padding: 10px;
  max-width: 25%;
}
.main_plants .plants_posts .plant_inner{
  height: 260px;
  width: 100%;
  position: relative;
  display: block;
  border:1px solid #d4d4d4;
}
.main_plants .plants_posts figure{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}
.main_plants .plants_posts figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_plants .plants_posts h2{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: .4s;
  z-index: 2;
}
.main_plants .plants_posts .plant_inner span{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  z-index: 2;
  width: 100%;
  transition: .4s;
}
.main_plants .plants_posts .plant_inner:hover h2{
  color:#fff;
  background-color: #F1a074;
}
.main_plants .plants_posts .plant_inner:hover figure{
  filter:brightness(0.7);
}
.main_plants .plants_posts .plant_inner:hover span{
  opacity: 1;
}
@media(max-width:1367px){
  .main_plants h1{
    font-size: 40px;
  }
}
@media(max-width:1000px){
  .main_plants .plants_filters select{
    padding: 9px;
  }
  .main_plants .plants_filters.flex-row .facetwp-facet{
    padding:0;
  }
  .main_plants .plants_posts.flex-row > .plant_article{
    max-width: 50%;
    flex: 1 1 50%;
  }
}
@media(max-width:767px){
  .main_plants h1{
    font-size: 30px;
  }
  .main_plants .flex-row div:not(.plant_inner){
    flex: 1 1 100%;
  }
  .main_plants .plants_posts.flex-row > .plant_article{
    max-width: 100%;
    flex: 1 1 100%;
  }
}
