/* CSS colors */
:root{
  --whyz-green:#06b773;
  --whyz-magenta: #C028B9;
  --whyz-black:#1D1D1B;
  --whyz-neongreen:#49F4B6;
}
@font-face {
    font-family: 'Cera-bold';
    src: url('assets/fonts/CeraPRO-Bold.woff2') format('woff2'),
        url('assets/fonts/CeraPRO-Bold.woff') format('woff'),
        url('assets/fonts/CeraPRO-Bold.ttf') format('truetype'),
        url('assets/fonts/CeraPRO-Bold.svg#CeraPRO-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima-regular-italic';
    src: url('assets/fonts/ProximaNova-RegularIt.woff2') format('woff2'),
        url('assets/fonts/ProximaNova-RegularIt.woff') format('woff'),
        url('assets/fonts/ProximaNova-RegularIt.ttf') format('truetype'),
        url('assets/fonts/ProximaNova-RegularIt.svg#ProximaNova-RegularIt') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Cera-light';
    src: url('assets/fonts/CeraPRO-Light.woff2') format('woff2'),
        url('assets/fonts/CeraPRO-Light.woff') format('woff'),
        url('assets/fonts/CeraPRO-Light.ttf') format('truetype'),
        url('assets/fonts/CeraPRO-Light.svg#CeraPRO-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Cera-regular';
    src: url('assets/fonts/CeraPRO-Regular.woff2') format('woff2'),
        url('assets/fonts/CeraPRO-Regular.woff') format('woff'),
        url('assets/fonts/CeraPRO-Regular.ttf') format('truetype'),
        url('assets/fonts/CeraPRO-Regular.svg#CeraPRO-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima-light';
    src: url('assets/fonts/ProximaNova-Light.woff2') format('woff2'),
        url('assets/fonts/ProximaNova-Light.woff') format('woff'),
        url('assets/fonts/ProximaNova-Light.ttf') format('truetype'),
        url('assets/fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima-regular';
    src: url('assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('assets/fonts/ProximaNova-Regular.woff') format('woff'),
        url('assets/fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('assets/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima-bold';
    src: url('assets/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('assets/fonts/ProximaNova-Bold.woff') format('woff'),
        url('assets/fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('assets/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    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;
}
.wpcf7 .ajax-loader{
  display: none;
}
/* 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: var(--whyz-magenta); /* WebKit/Blink Browsers */
  color:#fff!important
}
::-moz-selection {
  background: var(--whyz-magenta); /* Gecko Browsers */
  color:#fff!important
}
/*
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: var(--whyz-magenta);
}
body::-webkit-scrollbar{
	width: 8px;
	background-color: var(--whyz-magenta));
}
body::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 12px 12px var(--whyz-neongreen);;
	background-color: var(--whyz-neongreen);;
} */
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 'Proxima-regular', sans-serif;
  letter-spacing: -0.15px;
  color: var(--whyz-black);
  background: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Proxima-regular';
	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;
}
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!important;
}
@media (max-width: 846px) { /* 846px for NOTE8< */
	h1 {
		font-size: 26px;
		line-height:30px;
	}
	h2 {
	    font-size: 20px;
	}
	h3 {
		font-size: 24px;
	}
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color: var(--whyz-black);
	font-family: 'Proxima-bold';
	padding-bottom:20px;
	margin-bottom:0px;
}
article p {
	color:var(--whyz-black);
	font-family: 'Proxima-regular';
}
p {
	margin-bottom: 20px;
}
span {
    display: inline;
}
a {
	text-decoration: none;
	color: inherit;
  cursor: pointer;
}
a:not([class]) {
  text-decoration: underline;
}
a:not([class]):focus {
    outline: none;
	box-shadow: none;
}
img, iframe {
	max-width: 100%;
}
img{
  height: auto;
}
iframe{
	min-height:250px;
}
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;
  font-family: 'Proxima-bold';
}
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 footer {
	font-size: 75%;
  color: #636c72;
}
blockquote :last-child {
	margin-bottom: 0px;
}
figcaption {
  margin-top: 0px;
  font-size: 13px;
  margin-bottom: 20px;
  display: block;
}
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: 5px auto 5px 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;
    /* border: 1px solid #f0f0f0; */
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.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;
}
/* 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 */
h1.page-title{
	color:  var(--whyz-black);
  font-family: 'Proxima-bold';
  padding-bottom: 20px;
  text-transform:uppercase;
}
.container {
	max-width:1440px;
	padding:20px;
	margin:0 auto;
	position:relative;
}
.preview-header h1 {
	font-family:'Cera-bold';
}
.article-container {
	/* max-width:960px; */
  max-width: 900px;
	padding:20px;
	margin:0 auto;
}
.article-container  > a {
	text-decoration:none;
}
.article-container figure{
  width: 100%;
  height: 545px;
  padding-bottom: 0px;
}
.article-container figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
figure.post-thumbnail{
  padding-bottom: 0;
}
.background{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.big-featured-image {
	max-width:100%;
	width:100%;
	display:block;
}
.delimiter-slash {
	font-family: 'Cera-bold';
	color:#000;
}
.green {
	color:#06b773;
}
.black{
  color:var(--whyz-black);
}
.magenta{
  color:var(--whyz-magenta);
}
.light-green {
	color:var(--whyz-neongreen);;
}
.green-background{
	background-color:#FCF6FB;
}
.black-background {
	background-color:#303030;
}
.black-background h1 {
	color:#fff!important;
}
.black-background p {
	color:#fff;
}
.green-line {
	position:relative;
}
.green-line:before{
  content: "";
  display: block;
  width: 320vw;
  height: 2px;
  background-color:  var(--whyz-neongreen);;
  transform: rotate(-4deg);
  margin-left: calc(50% - 90vw);
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  z-index: 1;
}
.green-line-header.green-line:before{
  top:-90px;
}
.placeholder-title {
	font-size:36px;
	color:#fff;
	font-family: 'Cera-bold';
}
.small-preview-header {
	color:#5F5F5F;
	font-family: 'Proxima-bold';
}
.preview-tag,
.preview-author {
	color:var(--whyz-magenta);
	font-size:18px;
	text-transform:uppercase;
  font-weight: 700;
}
.preview-tag a,
.preview-author a {
	text-decoration:none!important;
	font-family: 'Proxima-bold';
}
.circle-arrow-link,
.magenta-arrow-link {
	font-size: 24px;
  font-family: 'Cera-bold';
  color: #fff;
  height: 30px;
  vertical-align: middle;
  display:inline-block;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.magenta-arrow-link.magenta-arrow-black{
  color: var(--whyz-black);
}
.circle-arrow-link:after{
	width: 0%;
	height: 1px;
  background: #fff;
  content: "";
  display: inline-block;
  float: right;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.magenta-arrow-link.magenta-arrow-black:after{
  background: #000;
}
.circle-arrow-link:hover:after{
	width: 83%;
}
.circle-arrow-link:before {
	content:"";
	background-image:url('assets/img/icons/btn-circle-ic.svg');
	background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 33px;
  height: 30px;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.borders-for-btn{
  border-top:1px dotted #5F5F5F;
  border-bottom: 1px dotted #5F5F5F;
  width: 100%;
  display: block;
}
.magenta-arrow-link{
  padding: 10px 0;
  height: auto;
}
.magenta-arrow-link:hover{
  text-decoration: underline;
}
.magenta-arrow-link:before{
  content: "";
  background-image: url('assets/img/icons/magenta-arrow.png');
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 33px;
  height: 30px;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  transition: .4s;
}
.magenta-arrow-link:hover:before{
  background-image: url('assets/img/icons/green-black-arrow.png');
}
.list-featured-image-big {
	height:500px;
	width:100%;
}
.section-title {
	font-family: 'Cera-bold';
	font-size:62px;
  line-height: 72px;
}
.section-title.uppercase{
  text-transform: uppercase;
}
.featured-padding {
	padding-top:50px;
}
.featured-padding.padding-top-0{
  padding-top: 0px;
}
.magenta-btn{
  display: inline-block;
  padding: 8px 22px;
  color:#FFFFFF;
  background-color: var(--whyz-magenta);
  font-size: 22px;
  text-transform: uppercase;
  cursor:pointer;
	position:relative;
	transition:all 1s;
  font-family: 'Cera-bold';
}
.magenta-btn:before,
.magenta-btn:after{
  content: " ";
	width: 10px;
	height: 10px;
	position: absolute;
	border: 0px solid #fff;
	transition: all 1s;
}
.magenta-btn:after{
  top: -1px;
	left: -1px;
	border-top: 4px solid black;
	border-left: 4px solid black;
}
.magenta-btn:before{
  bottom: -1px;
	right: -1px;
	border-bottom: 4px solid black;
	border-right: 4px solid black;
}
.magenta-btn:hover{
  border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.magenta-btn:hover:before,
.magenta-btn:hover:after{
  width: 103%;
	height: 109%;
}
.green-btn {
  background-color: #defdf2;
  position: relative;
  display: inline-block;
  padding: 4px;
  color:  var(--whyz-green);
  padding-right: 100px;
}
.green-btn:before {
  content: "";
  position: absolute;
  z-index: 9;
  top: -9px;
  left: -9px;
  width: 95%;
  height: 50px;
  border: 2px solid  var(--whyz-green);
  box-sizing: border-box;
  background: transparent;
}
.green-btn:after {
	content: "»";
  font-size: 30px;
  line-height: 0px;
  position: absolute;
  right: 30px;
  top: 47%;
  transform: translateY(-50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.green-btn:hover:after{
	right:5px;
}
.image-source-credits {
	max-width: 920px;
  font-size: 12px;
  color: var(--whyz-black);
  width: 100%;
  background-image: linear-gradient(to right, #BEC6C5, rgba(255,255,255,0) 40%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  text-decoration:none!important;
  font-family: 'Proxima-regular-italic';
  padding-bottom: 5px;
  margin: 0;
  display: none;
}
body.single .image-source-credits{
  display: block;
}
.image-source-credits.light-figcaption{
  color:#A8A8A8;
}
.double-color {
	display:block;
	padding:10px 0px;
	font-family:"Proxima-Bold";
	font-size:36px;
	color:var(--whyz-black);
}
.double-color strong {
	color: var(--whyz-magenta);
	text-decoration:underline;
}
.clear:after,
.clear:before{
  display: block;
  content:'';
  clear: both;
}
hr.green {
	height:2px;
	background: var(--whyz-green);
	border:none;
	box-shadow:none;
  display: none;
}
.plyr--full-ui input[type=range] {
	color: var(--whyz-green)!important;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
	background: var(--whyz-green)!important;
}
.plyr__control--overlaid {
	background:rgba(0, 168, 107,.8)!important;
}
.plyr__control.plyr__tab-focus {
	box-shadow: 0 0 0 5px rgba(0, 168, 107,.5)!important;
}
@media(max-width:1367px){
  .green-line:before{
    transform: rotate(-5deg);
  }
}
@media(max-width:1025px){
  .green-line:before{
    transform: rotate(-5deg);
  }
  .featured-padding{
    padding-top: 0px;
  }
  body.home .preview-header,
  body.home .preview-author{
    margin-top: 10px;
  }
  body.home .preview-author {
    display: inline-block;
  }
}
@media(max-width:850px){
  .hp-featured-block .preview-image{
    height: 350px;
  }
  .placeholder-title{
    font-size: 28px;
  }
  .circle-arrow-link, .magenta-arrow-link{
    font-size: 18px;
  }
  .magenta-arrow-link:before{
    width: 20px;
    height: 20px;
  }
  body.home .preview-header, body.home .preview-author{
    margin-top: 0;
  }
}
@media (max-width:780px){
	.list-featured-image-big {
		height:200px;
	}
	.section-title {
		font-size:40px;
    line-height: 44px;
	}
}
@media (max-width:767px){
	.featured-padding {
		padding-top:0px;
	}
	.green-line:before {
		transform: rotate(-4deg);
	}
	.green-btn,
  .circle-arrow-link, .magenta-arrow-link,
  .magenta-btn {
		font-size:17px;
	}
  .preview-tag, .preview-author{
    font-size: 16px;
  }
  .magenta-arrow-link:before{
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 5px;
  }
  .preview-header h1{
    max-width: 100%;
  }
  .green-line:before{
    top:-20px;
  }
  body.home .preview-header, body.home .preview-author{
    margin-top: 5px;
  }
}
/**** Popup ****/
#sgpb-popup-dialog-main-div {
	box-shadow:none!important;
}
/**** whyz-sidebar *****/
/* The whyz-sidebar menu */
@media (max-width:1440px){
	body.white-menu-open,
	body.sidebar-open {
		position:relative;
		right:-170px;
	}
}
@media (max-width:1280px){
	body.white-menu-open,
	body.sidebar-open {
		position:relative;
		right:-178px;
	}
}
@media (max-width:1024px){
	body.white-menu-open,
	body.sidebar-open {
		right:0;
	}
}
.whyz-sidebar {
  height: 100%; /* 100% Full-height */
  width: 250px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9999999; /* Stay on top */
  top: 0;
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the whyz-sidebar */
}
/* The whyz-sidebar links */
.whyz-sidebar a {
  text-decoration: none;
  font-size:35px;
  color: #818181;
  display: block;
  line-height: 12px;
  transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.whyz-sidebar a:hover {
  color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.whyz-sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
/* The button used to open the whyz-sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}
.openbtn:hover {
  background-color: #444;
}
.whyz-sidebar {
	width:25px;
	overflow-y: hidden;
	padding:2px;
}
.whyz-sidebar.sidebar-open {
	width:350px;
	padding:20px;
	background-color: #303030; /* dark-grey*/
	border-right: 2px solid  var(--whyz-magenta);
  padding-left: 0;
}
.whyz-sidebar .sidebar-controller{
	border-radius:0px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.sidebar-controller {
	width: 100px;
  background:  var(--whyz-magenta);
  border-radius:0px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  height: 20px;
  position: absolute;
  right: -35px;
  top: 50%;
  margin-top: -45px;
  transform: rotate(90deg);
  padding: 0!important;
  margin: 0!important;
  color:#fff!important;
  display:inline;
  line-height: 10px;
  text-align: center;
}
.whyz-sidebar.sidebar-open .sidebar-controller {
  border-radius:0px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  right:-40px;
}
.sidebar-arrow {
  writing-mode: vertical-rl;
  text-orientation: unset;
  direction: ltr;
}
.sidebar-mpp h2 {
	font-size:15px;
	line-height:20px;
	color:#fff;
  margin-bottom: 0;
}
.sidebar-mpp {
	display:none;
	padding-top:25px;
	padding-bottom:100px;
}
.whyz-sidebar.sidebar-open .sidebar-mpp {
	display:block;
}
.whyz-sidebar .sidebar-qt {
	display:none;
}
.whyz-sidebar.sidebar-open .sidebar-qt {
	display:block;
}
.whyz-sidebar.sidebar-open .sidebar-qt h3{
  color: #5F5F5F;
  font-weight: normal;
  font-family: 'Cera-regular';
  margin-bottom: 5px;
}
.whyz-sidebar.sidebar-open .sidebar-qt span{
  color:#A8A8A8;
  font-size: 22px;
  line-height: 30px;
}
.sidebar-mpp ul {
	margin:0px;
}
.sidebar-mpp li {
	display:table;
  background-image: linear-gradient(to right, #ccc, rgba(255,255,255,0) 40%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  padding: 10px 0;
}
.sidebar-mpp .element-left,
.sidebar-mpp .element-right{
	display:table-cell;
	vertical-align:top;
	width:59%;
}
.sidebar-mpp .element-left {
	width:40%;
	padding-right:5px;
}
.sidebar-mpp .element-left figure{
  width: 100%;
  height: 95px;
}
.sidebar-mpp .element-left figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: .4s;
}
.sidebar-mpp .element-right {
	padding-left:5px;
}
.sidebar-mpp .element-right .small-text{
  color: var(--whyz-magenta);
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Proxima-bold';
  height: 16px;
  width: 100%;
  display: block;
  line-height: 11px;
}
.sidebar-mpp h3 {
  background-image: linear-gradient(to right, #ccc, rgba(255,255,255,0) 40%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  padding-bottom:7px;
}
.sidebar-mpp h3,
.sidebar-mpp h3 > span{
  color:var(--whyz-magenta);
}
.author-sidebar {
	padding-top:75px;
}
.author-sidebar header {
	padding:0px;
}
.sidebar-authors a {
	color:#fff;
	font-size:16px;
}
.sidebar-authors ul li {
	background-image: linear-gradient(to right, #ccc, rgba(255,255,255,0) 40%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  width:100%;
  padding-top:7px;
}
.sidebar-mpp ul li:hover .element-left figure img{
  filter:grayscale(0);
}
.sidebar-authors .sidebar-arrow{
  font-size: 35px;
direction: rtl;
vertical-align: sub;
}
@media (max-width:1024px){
	.whyz-sidebar {
		display:none;
	}
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .whyz-sidebar {padding-top: 15px;}
  .whyz-sidebar a {font-size: 18px;}
}
/* reset/remove right position so scrollbar appears on left */
.mCustomScrollbar .mCSB_scrollTools{
  right: auto;
}
/* switch margin from right to left */
.mCustomScrollbar .mCSB_inside > .mCSB_container{
  margin-right: 0;
  margin-left: 20px;
}
/**** FOOTER ****/
footer {
	width:100%;
	display:block;
	background-color:var(--whyz-black);
  margin-top: 60px;
  padding: 20px 0;
}
footer ul,
footer ul li {
	display:block;
	list-style:none;
	margin:5px 0;
	padding:0px;
}
footer ul li:first-child,
footer ul {
	margin:0px;
}
footer ul{
  padding-top: 20px;
  border-top: 1px solid #fff;
}
footer ul li a {
  text-decoration: none!important;
  font-family: 'Cera-bold';
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  transition: .4s;
}
footer ul li a:hover {
	color:var(--whyz-magenta);
}
footer .row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
footer .item{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
footer .second-item{
  margin-left: 16.66667%;
}
footer .third-item{
  margin-left: 8.33333%;
}
footer .item img,
footer .item figure{
  width: auto;
  height: auto;
}
footer .item figure{
  margin-bottom: 20px;
}
footer .wysiwyg p,
footer .wysiwyg a,
footer .wysiwyg li{
  font-size: 12px;
  line-height: 18px;
  color:#fff;
}
footer .wysiwyg p:last-of-type{
  margin-bottom: 0;
}
footer .wysiwyg a{
  font-weight: bold;
  transition: .3s;
}
footer .wysiwyg a:hover{
  color:var(--whyz-magenta);
}
.newsletter-footer {
  padding:50px 0px;
  border-top: 1px solid var(--whyz-black);
}
.newsletter-footer .nl-left {
	width:45%;
  float: left;
  padding-top: 70px;
}
.newsletter-footer .nl-right{
	width:55%;
	padding-left: 40px;
  float: left;
}
.newsletter-footer .nl-right img {
	width:100%;
  height: auto;
}
.newsletter-footer .nl-right,
.newsletter-footer .nl-left{
	display:inline-block;
}
.nl-left .nl-black-title {
	color:#3c3c3c;
	font-size:32px;
	padding-bottom:15px;
  line-height: 40px;
  font-family: 'Cera-light';
}
.nl-left .nl-green-title {
	color: var(--whyz-magenta);
	font-size:26px;
	font-family:'Cera-bold';
	padding-bottom:15px;
  line-height: 28px;
}
.nl-left .nl-description {
	color:#5f5f5f;
	font-size:20px;
	font-family: 'Proxima-regular';
	padding-bottom:15px;
}
@media(max-width:1025px){
  .newsletter-footer .nl-left {
    padding-top: 20px;
  }
}
@media(max-width:850px){
  .newsletter-footer{
    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;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: center;
    align-items: center;
    padding: 50px 20px;
  }
  .newsletter-footer .nl-right, .newsletter-footer .nl-left {
    width:100%;
  }
  .newsletter-footer .nl-right{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-left: 0;
  }
  .newsletter-footer .nl-left{
    padding-top: 20px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    text-align: center;
  }
  .newsletter-footer .nl-right figure{
    height: 250px;
  }
  .newsletter-footer .nl-right img{
    height: 100%;
  }
}
@media (max-width:767px){
  .nl-left .nl-black-title{
    font-size: 20px;
    line-height: 25px;
  }
  .nl-left .nl-description{
    font-size: 18px;
    padding-bottom: 0;
  }
  footer .item{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .second-item,
  footer .third-item{
    margin-left: 0;
    text-align: left;
  }
  footer .second-item{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  footer{
    padding: 0;
  }
  footer .item img, footer .item figure{
    width: 200px;
  }
}
/**** HEADER ****/
body.scroll-body{
  margin-top: 73px;
}
header .container{
  max-width: 100%;
  padding: 5px 50px;
}
header .search input[type="search"]{
  width: 100%;
}
header #searchsubmit {
  background: url('assets/img/icons/search-white.svg');
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top:6px;
  right: 10px;
}
header .lower-menu{
  position: relative;
  z-index: 1;
  height: 35px;
  overflow: visible;
  transition:  all .4s;
}
header .lower-menu .menu-primary-menu-container{
  opacity: 1;
  transition: opacity .4s;
}
header .lower-menu.is-scrolled{
  height: 0;
  z-index: -60;
  overflow: hidden;
}
header .lower-menu.is-scrolled .menu-primary-menu-container{
  opacity: 0;
}

header.page-header,
header.entry-header {
	padding:15px 0px;
}
header.entry-header h2.entry-title{
  padding-bottom: 0;
}
header.entry-header{
  padding-top: 5px;
}
.mobile-menu {
	display:none;
}
.menu-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-left:50px;
}
.menu-inner .search-form,
.search-form{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
}
.menu-inner .search-form input[type="search"],
.search-form input[type="search"] {
	border: 1px solid #a7a7a7;
  color: var(--whyz-black);
  background: none;
  outline: none;
  box-shadow: none;
  width: 70%;
  display: block;
  font-size: 16px;
  padding: 7px 12px;
}
#searchsubmit{
	position: absolute;
  right: 32%;
  top: 8px;
  text-indent: -2222px;
  width: 25px;
  height: 19px;
  background:url('assets/img/icons/magnifying-glass-icon.svg');
  background-size:contain;
  background-position:center center;
  background-repeat:no-repeat;
  border:none;
  outline:none;
  box-shadow:none;
  background-color: white;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color:  var(--whyz-magenta);
  margin: 6px 0;
  transition: 0.4s;
}
.bar1 {
	margin-top:3px;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
@media(max-width:1025px){
  header .desktop-menu,
  header .lower-menu {
		display:none;
	}
	.mobile-menu {
		display:block;
	}
}
/**** Reading Progress Bar ****/
.filler-text {
  width: 60%;
  margin-top: 80px;
  margin-left: 50px;
  position: absolute;
}
/**** Styling pagination ****/
nav.navigation{
  background-color: #fff;
  margin:20px 0;
}
nav.navigation.pagination .nav-links {
	text-align:center;
	font-family: 'Proxima-bold';
	width:100%;
	font-size:22px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
nav.navigation.pagination .page-numbers {
	padding: 4px 2px;
	margin:10px;
	border:1px solid transparent;
	border-radius:50%;
	width: 30px;
  height: 30px;
  line-height: 19px;
  display:inline-block;
}
nav.navigation.pagination .page-numbers svg,
nav.navigation.pagination .page-numbers span {
	display:none!important;
}
nav.navigation.pagination .current {
	border:2px solid  var(--whyz-magenta);
}
nav.navigation.pagination .page-numbers.prev,
nav.navigation.pagination .page-numbers.next {
	display:inline-block;
	width:auto;
	position:relative;;
  visibility: hidden;
}
nav.navigation.pagination .page-numbers.prev{
  margin-right:10px;
  left: 20px;
  position: absolute;
}
nav.navigation.pagination .page-numbers.next {
	margin-left:10px;
  right: 20px;
  position: absolute;
}
nav.navigation.pagination .next:before{
  content: "Înainte ";
  visibility: visible;
  font-size:22px;
}
nav.navigation.pagination .prev:before{
  content: " Înapoi";
  visibility: visible;
  font-size:22px;
  color:#A8A8A8;
}
nav.navigation.pagination .page-numbers.prev:after,
nav.navigation.pagination .page-numbers.next:after{
  display: block;
  content:'';
  background-image:url('assets/img/icons/next-dark-arrow.svg');
  width: 14px;
  height: 14px;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  visibility: visible;
}
nav.navigation.pagination .page-numbers.prev:after{
  transform: translateY(-50%) rotate(-180deg);
  background-image:url('assets/img/icons/grey-arrow.svg');
  left: -15px;
}
@media(max-width:1025px){
  nav.navigation.pagination .nav-links{
    max-width: 830px;
  }
}
@media(max-width:767px){
  nav.navigation.pagination .nav-links{
    font-size: 16px;
  }
  nav.navigation.pagination .next:before,
  nav.navigation.pagination .prev:before{
    font-size: 14px;
    line-height: 20px;
  }
  nav.navigation.pagination .page-numbers{
    margin: 0;
  }
  nav.navigation.pagination .page-numbers.next{
    right:10px;
  }
  nav.navigation.pagination .page-numbers.prev{
    left: 10px;
  }
  nav.navigation.pagination .page-numbers.prev:after,
  nav.navigation.pagination .page-numbers.next:after{
    width: 8px;
    height: 8px;
  }
  nav.navigation.pagination .page-numbers.prev:after{
    left:-10px;
  }
  nav.navigation.pagination .page-numbers.next:after{
    right:-10px;
  }
}
/**** Listing Articole ****/
body.tag h1.page-title,
body.category h1.page-title,
body.page-template-merita-sa-stii h1.page-title,
body.page-template-latest-posts h1.page-title,
body.page-template-dosare-listare h1.page-title  {
	padding-top:30px;
  padding-bottom: 0;
}
body:not(.home) .entry-title {
	color: #3c3c3c;
  font-family: 'Cera-bold';
  font-size: 42px;
  line-height: 45px;
}
body.page-template-dosare-listare article .entry-header,
body.tag article .entry-header,
body.category article .entry-header{
	padding-top:0px;
}
body.page-template-dosare-listare article .entry-content,
body.tag article .entry-content,
body.category article .entry-content,
body.tax-obsesie_categorie article .entry-content,
body.tax-temele_zilei_categorie article .entry-content,
body.page-template-latest-posts article .entry-content {
  font-family: 'Proxima-regular';
  font-size: 20px;
}
body.page-template-dosare-listare article,
body.tag article,
body.category article,
body.page-template-latest-posts article {
	padding-bottom:15px;
  background-image: linear-gradient(to right, #8d8e8e, rgba(255,255,255,0) 80%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
body.page-template-dosare-listare article,
body.page-template-latest-posts article {
  margin:40px 0;
}
body.page-template-dosare-listare article,
body.category article {
	margin:40px 0px;
	margin-top:0px;
}
.listing-articole article > header {
	padding:10px 0px;
}
.listing-articole article > footer {
	padding-top:30px;
	margin-bottom:30px;
	background:transparent;
}
.listing-articole > .page-header {
	padding:5px 0px;
}
.listing-articole > .page-header > h1 {
	margin:0px;
}
.short-art-preview p,
.special-tag-excerpt p,
.special-tag-excerpt,
div.entry-content{
  font-size: 20px;
  line-height: 30px;
}
div.entry-content{
  padding: 15px 0;
}
div.entry-content p{
  margin-bottom: 0;
}
body.single div.entry-content{
  margin-bottom: 0;
  padding-bottom: 0;
}
body.single article .article-share{
  padding-bottom: 20px;
}
body.single div.entry-content p{
  margin-bottom: 20px;
}
@media(max-width:850px){
  .short-art-preview p, .special-tag-excerpt p, .special-tag-excerpt {
    font-size: 20px;
    line-height: 26px;
  }
  body:not(.home) .entry-title{
    font-size: 20px;
    line-height: 30px;
  }
}
@media(max-width:767px){
  .short-art-preview p, .special-tag-excerpt p,
  .special-tag-excerpt,
  div.entry-content {
    font-size: 16px;
    line-height: 24px;
  }
  body.tag article .entry-content,
  body.category article .entry-content,
  body.home .entry-content,
  body.tax-obsesie_categorie article .entry-content,
  body.tax-temele_zilei_categorie article .entry-content,
  body.page-template-latest-posts article .entry-content{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 1.6;
    height: 120px;
    padding-top: 0;
  }
  body.tag article h2, body.category article h2,
  body:not(.home) .entry-title{
    font-size: 26px;
    line-height: 30px;
  }
}
/**** Homepage ****/
.hp-featured-block.hp-feat-special:before{
  top:0;
}
.featured-article-outter {
	padding:50px;
}
.hp-featured-block h2,
.hp-featured-block h1 {
	color:#fff;
}
.hp-featured-block h2{
  font-weight: normal;
  font-family: "Proxima-regular";
  font-size: 20px;
}
.hp-featured-block,
.hp-featured-block .featured-article-outer {
  background-color: var(--whyz-black);
}
.hp-featured-block .pe-scurt {
	padding-left:10px;
	margin:0px;
	list-style:none;
	margin-bottom:20px;
}
.hp-featured-block .pe-scurt li {
	display:block;
	position:relative;
	padding-left:15px;
}
.hp-featured-block .pe-scurt li span{
  color:var(--whyz-magenta);
  font-size:26px;
	font-family:"Proxima-regular";
  border-bottom:1px dotted;
}
.hp-featured-block .pe-scurt li:before {
	content:"●";
	font-size:10px;
	display:inline-block;
	color:var(--whyz-magenta);
	position:absolute;
	top:50%;
  left: 0px;
  margin-top: -8px;
}
.hp-featured-block .preview-image-source {
	max-width: 920px;
  font-size: 11px;
  color: #ccc;
  width: 100%;
  margin: 10px auto;
  background-image: linear-gradient(to right, #ccc, rgba(255,255,255,0) 40%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.hp-featured-block .preview-image {
	height:720px;
}
.hp-featured-block .featured-article-outter {
	padding-top:100px;
}
.special-tag-excerpt{
  margin-top: 15px;
}
.special-tag-sponsor {
	padding-bottom:10px;
	margin-bottom:10px;
}
.special-tag-thread ul {
	margin-bottom:25px;
}
.special-tag-thread li {
  padding: 20px 0px;
	display:table;
	background-image: linear-gradient(to right, #808080, rgba(255,255,255,0) 40%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.special-tag-thread li:last-of-type{
  background-image: unset;
}
.special-tag-thread .special-right-info,
.special-tag-thread .special-left-img {
	display:table-cell;
	vertical-align:top;
	width:30%;
}
.special-tag-thread .special-left-img figure {
	max-height:140px;
	overflow:hidden;
  padding-bottom: 0;
}
.special-tag-thread .special-left-img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special-tag-thread .special-right-info {
	width:69%;
	padding-top:10px;
  padding-left: 20px;
}
.special-tag-thread .special-right-info  h3 {
	font-family:"Proxima-bold";
	font-size:26px;
	color:var(--whyz-black);
}
.hp-featured-block.hp-feat-special .small-preview-header{
  color:#A8A8A8;
}
.hp-chestii-la-zi ul li:not(.featured-padding),
.obsesii ul li:not(.featured-padding){
  padding-top: 20px;
}
@media(max-width:1025px){
  .hp-chestii-la-zi ul li:not(.featured-padding), .obsesii ul li:not(.featured-padding){
    padding-top: 0px;
  }
}
@media(max-width:850px){
  .special-tag-thread li{
    display: inline-block;
    width: 50%;
    float: left;
    padding: 10px;
    background-image: unset;
  }
}
@media (max-width:780px){
	.hp-feat-special {
		padding-top:0px;
	}
	.hp-featured-block .pe-scurt li {
		border:none;
	}
	.special-tag-thread .special-right-info, .special-tag-thread .special-left-img {
		display:block;
		width:100%;
	}
	.featured-article-outter {
		padding:10px;
	}
	.hp-featured-block .pe-scurt li span{
		font-size:16px;
	}
}
@media(max-width:767px){
  .hp-featured-block .featured-article-outter{
    padding-top: 35px;
  }
  .special-tag-thread li{
    width: 100%;
    background-image: linear-gradient(to right, #808080, rgba(255,255,255,0) 40%);
    padding: 0px 0;
    margin:10px 0;
  }
  .special-tag-thread li:last-of-type{
    background-image: unset;
  }
  .special-tag-thread .special-right-info h3{
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }
  .hp-featured-block h2,
  body.home .short-art-preview,
  body.home .special-tag-excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 1.6;
    height: 123px;
  }
  body.home .short-art-preview p,
  body.home .special-tag-excerpt p{
    margin-bottom: 0;
  }
  .hp-featured-block h1{
    margin-bottom: 5px;
  }
}
section.obsesii ul > li.featured-padding {
  position: relative;
}
section.obsesii ul > li.featured-padding:before{
  display: block;
  width: 100%;
  height: 100%;
  content:'';
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:url('assets/img/gradient-whyz.png');
  opacity: 0.4;
  background-position: bottom;
}
section.obsesii ul > li.featured-padding:after{
  display: block;
  content:'';
  position: absolute;
  background-image:url('assets/img/obsesii-homepage.png');
  width: 260px;
  height: 260px;
  background-size: cover;
  transform: translateY(-50%);
  top: 0;
  right: 10%;
}
section.obsesii ul > li.featured-padding .article-container {
  position: relative;
  z-index: 2;
}
section.obsesii .obsesii-category-listing .magenta {
	font-size:35px;
}
section.obsesii .obsesii-category-listing .black {
	color:#3c3c3c;
	font-size:52px;
}
section.obsesii .small-preview-header{
  color:#A8A8A8;
}
section.obsesii .preview-cat-obsesii li {
	display: inline-block;
  width: 33.33%;
  list-style: none;
  box-sizing: border-box;
  padding: 30px;
  float: left;
  background-size: 170px;
  max-height: 190px;
  margin-bottom:50px;
  position:relative;
}
section.obsesii .preview-cat-obsesii li .cat-img {
	overflow: hidden;
  display: block;
  height: 130px;
}
section.obsesii .preview-cat-obsesii li h4 {
	display:block;
	position:absolute;
	bottom:-40px;
	left:0;
	right:0;
	text-align:center;
}
section.obsesii .preview-cat-obsesii li figure {
	border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 200px;
  overflow: hidden;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 0;
  position: relative;
}
section.obsesii .preview-cat-obsesii li figure:after{
  position: absolute;
  top: 25px;
  left: 50%;
  transform:translateX(-50%);
  display: block;
  content:'';
  background-image: url('assets/img/icons/double-neon-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  z-index: 2;
  opacity: 0;
  transition: .4s;
}
section.obsesii .preview-cat-obsesii li figure img {
	height: 112.5px;
  width: 100%;
  position: relative;
}
section.obsesii .preview-cat-obsesii li figure:before{
  display: block;
  width: 100%;
  height: 112.5px;
  position: absolute;
  content:'';
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--whyz-magenta);
  z-index: 1;
  opacity: 0;
  border-top-left-radius: 101px;
  border-top-right-radius: 101px;
  border: 4px solid rgba(255, 46, 255, 4);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box;
  transition: .4s;
}
section.obsesii .preview-cat-obsesii li a:hover figure:after{
  opacity: 1;
}
section.obsesii .preview-cat-obsesii li a:hover figure:before{
  opacity: 0.5;
}
section.merita-sa-stii .entry-header{
  /* background-image: linear-gradient(to right, #808080, rgba(255,255,255,0) 40%); */
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  padding-bottom: 0;
  margin-bottom: 15px;
}
section.merita-sa-stii .homepage-preview h2 {
	max-width:500px;
  font-size: 42px;
  line-height: 45px;
  position: relative;
  padding-bottom: 5px;
}
section.merita-sa-stii .homepage-preview .merita-small-desc {
	font-size:20px;
  font-family: 'Proxima-regular-italic';
}
section.merita-sa-stii .homepage-preview .external-content li {
  font-size: 26px;
  font-family: 'Proxima-bold';
}
section.merita-sa-stii {
	margin-bottom:70px;
}
section.merita-sa-stii ul{
  margin-bottom: 0;
}
section.merita-sa-stii .green-background{
  padding-bottom: 40px;
}
@media(max-width:1367px){
  section.obsesii ul > li.featured-padding:after{
    width: 215px;
    height: 215px;
  }
  .hp-featured-block .preview-image{
    height: 620px;
  }
  .article-container figure{
    height: 500px;
  }
  .list-featured-image-big{
    height: 480px;
  }
}
@media(max-width:1025px){
  .hp-featured-block .preview-image{
    height: 420px;
  }
  .article-container figure{
    height: 400px;
  }
  section.obsesii ul > li.featured-padding:after{
    width: 150px;
    height: 150px;
  }
}
@media(max-width:850px){
  section.obsesii ul > li.featured-padding:after{
    width: 100px;
    height: 100px;
  }
  section.merita-sa-stii .homepage-preview h2{
    font-size: 26px;
    line-height: 36px;
  }
  section.obsesii .obsesii-category-listing .black{
    font-size: 42px;
    line-height: 47px;
  }
  .list-featured-image-big,
  .article-container figure{
    height: 420px;
  }
  section.merita-sa-stii{
    margin-bottom: 20px;
  }
  section.merita-sa-stii .homepage-preview .external-content li{
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width:780px){
	section.obsesii .preview-cat-obsesii li {
		width:50%;
	}
}
@media (max-width:767px){
	section.obsesii .preview-cat-obsesii li {
		width:100%;
	}
  .hp-featured-block .preview-image{
    height: 200px;
  }
  .list-featured-image-big, .article-container figure{
    height: 250px;
  }
  .article-container figure{
    height: auto;
  }
  .hp-chestii-la-zi ul li:not(.featured-padding), .obsesii ul li:not(.featured-padding){
    padding-top: 0px;
  }
  section.obsesii .obsesii-category-listing .magenta{
    font-size: 27px;
  }
  section.obsesii .obsesii-category-listing .black{
    font-size: 35px;
    line-height: 40px;
  }
}
/**** ARTICLE ****/
/* Article General setup */
.article-share{
  padding-bottom: 0;
}
.single-article-featured-photo .green-line:before{
	top:-90px;
	position:relative;
	z-index:-1;
}
div.article-body article.article-container figure{
  height: auto;
}
.single-article-featured-photo{
  position: relative;
}
.single-article-featured-photo .top-border-left,
.single-article-featured-photo .top-border-right,
.single-article-featured-photo .bottom-border-left,
.single-article-featured-photo .bottom-border-right{
  position: absolute;
  height: 40px;
  width: 40px;
  display: none!important;
}
.single-article-featured-photo .top-border-left{
  border-top:3px solid var(--whyz-black);
  border-left: 3px solid var(--whyz-black);
  left: 20px;
  top:20px;
}
.single-article-featured-photo .top-border-right{
  border-top:3px solid var(--whyz-black);
  border-right: 3px solid var(--whyz-black);
  right: 20px;
  top:20px;
}
.single-article-featured-photo .bottom-border-left{
  border-bottom:3px solid var(--whyz-black);
  border-left: 3px solid var(--whyz-black);
  left: 20px;
  bottom:53px;
}
.single-article-featured-photo .bottom-border-right{
  border-bottom:3px solid var(--whyz-black);
  border-right: 3px solid var(--whyz-black);
  right: 20px;
  bottom:53px;
}
@media (max-width:1366px){
	.single-article-featured-photo .green-line:before{
		top:-70px;
	}
}
@media (max-width:780px){
	.single-article-featured-photo .green-line:before{
		display:none;
	}
}
@media(max-width:767px){
.single-article-featured-photo .top-border-left, .single-article-featured-photo .top-border-right, .single-article-featured-photo .bottom-border-left, .single-article-featured-photo .bottom-border-right{
    width:20px;
    height: 20px;
  }
}
.post-authors {
	font-family:'Cera-bold';
	text-transform:uppercase;
	font-size:22px;
}
.article-header h1 {
	color:var(--whyz-black);
	font-family:'Cera-bold';
}
.article-header {
	padding-top:80px;
}
.article-header .article-subtitle {
	font-size: 22px;
  line-height: 27px;
}
.article-body time {
	font-family:'Cera-bold';
	color:var(--whyz-black);
	font-size:18px;
}
.article-body p,
.article-body ul li,
.article-body ol li {
	font-family:"Proxima-regular";
	font-size:22px;
	line-height:32px;
  color:#3c3c3c;
}
.article-body ol li{
  padding: 3px 0;
}
.article-body h1{
  color:#3c3c3c;
}
.article-body h2 {
	font-family:"Proxima-bold";
	font-size:38px;
  line-height: 42px;
  color:#3c3c3c
}
.article-body h3 {
	font-family:"Proxima-bold";
	font-size:31px;
	color:#3c3c3c;
  line-height: 34px;
}
.article-body table tr {
	border-top:1px solid #3c3c3c;
}
.article-body table tr:nth-child(odd) {
	background:#FBEFF9;
}
.article-body table tr:nth-child(even) {
	background:#fff;
}
.article-body table tr:hover{
  background-color: #92F8D3;
}
.article-body table tr:first-child {
	background:#fff;
	color: var(--whyz-black);
	border-bottom: 2px solid #3C3C3C;
  border-top: 0;
}
.article-body table tr td {
	border:none;
}
.article-body ul,
.article-body ol {
	font-size:26px;
	padding-left:15px;
  position: relative;
}
.article-body ol{
  padding-left: 44px;
}
.article-body ol:before{
  display: block;
  content:'';
  position: absolute;
  width: 8px;
  height: 100%;
  left: 0;
  background-color: var(--whyz-neongreen);
}
.article-body > blockquote {
	font-family:"Proxima-light";
	font-size:32px;
}
.article-body strong {
	font-family:"Proxima-bold";
}
.article-body a {
	color: var(--whyz-magenta);
  transition: .4s;
}
.article-body > article .entry-content a:hover{
  text-decoration: underline;
  color:var(--whyz-black);
  background-color:var(--whyz-neongreen);;
}
.perfect-pullquote {
	border:none!important;
}
.perfect-pullquote blockquote, .perfect-pullquote blockquote p {
	border:none!important;
	font-family:"Proxima-light"!important;
	font-size:21px!important;
	color: var(--whyz-green)!important;
}
.perfect-pullquote.pullquote-align-left {
	width:35%!important;
}
.perfect-pullquote blockquote footer cite {
  font-style: normal;
  font-family: 'Cera-bold';
}
.article-partner{
	width:100%;
	display:block;
	margin:10px 0px;
}
.article-partner figure {
	display:inline-block;
  height: auto;
  padding-bottom: 0;
  width: auto;
}
.article-partner figure img {
	height:30px!important;
  width: auto;
}
.article-partner .partner-info {
	display:inline-block;
  vertical-align: top;
  padding-top: 3px;
}
.plyr--video{
  width: 100%;
}
.article-partner .partner-info p {
	font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 10px;
  line-height: 20px;
  margin-bottom: 0;
}
.article-partner .partner-info p:last-of-type{
  padding-left: 0;
}
.article-partner .partner-info p strong{
  color:var(--whyz-black);
  font-size: 20px;
  font-family: 'Cera-bold';
}
.article-partner .partner-info p a{
  font-weight: bold;
}
.article-partner.hp-article-partner .partner-info p{
  display: block;
  vertical-align: unset;
  margin-bottom: 0;
  padding-left: 0;
}
.article-partner.hp-article-partner .partner-info p strong{
  color:var(--whyz-magenta);
}
.article-partner.hp-article-partner figure{
  display: block;
  margin-top: 5px;
}
.more-articles ul {
	list-style:none;
	width:100%;
	display:block;
}
.more-articles.special-tag-thread .special-right-info h3 a{
	color:var(--whyz-black);
}
@media (max-width:780px){
	.article-header {
		padding-top:35px;
	}
	.perfect-pullquote.pullquote-align-left {
		width:100%!important;
	}
	.article-body p,
  .article-body ul li, .article-body ol li {
		font-size:20px;
		line-height:30px;
	}
  .article-body ol{
    margin-left: 0;
  }
  .article-body h1{
    font-size: 30px;
    line-height: 34px;
  }
	.article-body h2 {
    font-size: 28px;
		line-height:34px;
	}
  .article-body h3{
    font-size: 26px;
    line-height: 32px;
  }
  .article-body h4,
  .article-body h5,
  .article-body h6{
    font-size: 24px;
    line-height: 30px;
  }
	.double-color {
		font-size:28px;
	}
	.special-tag-thread .special-left-img {
		padding:10px 0px;
	}
	.special-tag-thread .special-left-img figure {
		max-height:180px;
	}
}
@media(max-width:767px){
  .article-partner .partner-info p{
    font-size: 14px;
  }
  .article-partner .partner-info p strong{
    font-size: 16px;
  }
  .article-partner .partner-info p,
  .article-partner.hp-article-partner .partner-info{
    padding-left: 0px;
  }
}
.perfect-pullquote p {
	overflow:hidden!important;
}
.perfect-pullquote.pullquote-align-right p {
	text-align:right!important;
}
.perfect-pullquote.pullquote-align-right p:before{
	content:"❝"!important;
	color: var(--whyz-green);
	text-align:right!important;
	display:block!important;
	margin-bottom:15px!important;
	font-size:48px!important;
	font-family: 'Cera-light'!important;
}
.perfect-pullquote.pullquote-align-right blockquote:after{
	content:" "!important;
	width:20%!important;
	height:3px!important;
	background: var(--whyz-green);
	display:block!important;
	margin:15px 0px!important;
	float:right;
	overflow:hidden;
}
.perfect-pullquote.pullquote-align-left p:before {
	content:"❝"!important;
	color: var(--whyz-green);
	display:block!important;
	margin-bottom:15px!important;
	font-size:48px!important;
	font-family: 'Cera-light'!important;
}
.perfect-pullquote.pullquote-align-left p:after {
	content:" "!important;
	width:20%!important;
	height:3px!important;
	background: #3C3C3C;
	display:block!important;
	margin:15px 0px!important;
}
.perfect-pullquote footer {
	background:none!important;
	color:#5f5f5f!important;
	font-family: 'Cera-bold'!important;
	font-size:18px!important;
}

/* article addons */
.article-sirul-povestii ul{
	margin:0px;
	padding:0px;
	list-style:none;
	padding-bottom:25px;
	margin-bottom:25px;
}
.article-sirul-povestii ul li {
	margin-bottom:15px;
}
.article-sirul-povestii .fir-left {
	display:inline-block;
	width:22%;
	font-family:"Proxima-Light";
	font-size:32px;
	color:#EAB1E3;
	text-align:left;
	letter-spacing:1px;
	vertical-align: top;
  line-height: 1;
}
.article-sirul-povestii .fir-left strong {
	font-family:"Proxima-Bold";
}
.article-sirul-povestii .fir-right {
	display:inline-block;
	width:77%;
	font-family:"Proxima-regular";
	font-size:22px;
	vertical-align:top;
	color:#3c3c3c;
}
.article-sirul-povestii .fir-right a {
	text-decoration:none;
	color:var(--whyz-black);
}
.article-sirul-povestii .fir-right a:hover {
	text-decoration:underline;
}
.article-urmareste-subiectul ul {
	padding:0px;
	margin:0px;
	list-style:none;
	padding-bottom:25px;
	margin-bottom:25px;
}
.article-urmareste-subiectul ul li {
	padding-left:20px;
	position:relative;
  margin-bottom: 10px;
}
.article-urmareste-subiectul ul li:before {
	content:"●";
	display:block;
	position:absolute;
	font-size:12px;
	line-height:0px;
	color: var(--whyz-black);
	left:0px;
	top:17px;
}
.article-urmareste-subiectul ul li a {
	font-family: "Proxima-regular";
  font-size: 26px;
  vertical-align: middle;
  color:var(--whyz-black);
  text-decoration:none;
}
.article-urmareste-subiectul ul li a:hover{
	text-decoration:underline;
}
footer.entry-footer {
	background:transparent;
}
.article-body .author-info ul {
	list-style:none;
	margin:15px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	padding:0px;
}
.article-body .author-info ul li {
	flex: 1 1 50%;
	margin-bottom:15px;
	overflow:hidden;
}
@media(max-width:850px){
  .article-body .author-info ul li{
    flex: 1 1 100%;
  }
}
.article-body .author-info ul li .right,
.article-body .author-info ul li .left {
	width:25%;
	float:left;
	display:inline-block;
}
.article-body .author-info ul li .left figure{
  height: auto;
  padding-bottom: 0;
}
.article-body .author-info ul li .right {
	width:75%;
	padding-left:30px;
}
.article-body .author-info ul li .left img {
	border-top-right-radius:7px;
	border-bottom-left-radius:7px;
}
.article-body .cloudTags li a {
	text-decoration:none;
	text-align:center;
	color:var(--whyz-black);
	font-size:16px;
	border:1px solid var(--whyz-black);
	padding:5px 7px;
	text-transform:uppercase;
	font-family: 'Cera-bold';
  transition: .4s;
}
.article-body .cloudTags li a:hover {
	color: #fff;
	border:1px solid  var(--whyz-magenta);
  background-color:var(--whyz-magenta);
  border-radius: 20px;
}
.article-body .sharing-icons-article {
	padding:0px;
	margin:20px 0px;
	height:33px;
}
.article-body .sharing-icons-article li {
	overflow: hidden;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid var(--whyz-black);
  border-radius: 50%;
  padding: 5px;
  transition: .4s;
}
.article-body .sharing-icons-article li.mobile-only{
  display: none;
}
.article-body .sharing-icons-article li img {
	width: 20px;
  height: 20px;
  display: block;
  padding: 2px;
}
.article-body .sharing-icons-article li:hover{
  border: 1px solid var(--whyz-neongreen);;
  background-color: var(--whyz-neongreen);;
}
@media(max-width:850px){
  .article-sirul-povestii .fir-left{
    width: 26%;
  }
  .article-sirul-povestii .fir-right{
    width: 70%;
  }
}
@media (max-width:780px){
	.article-urmareste-subiectul ul li:before {
		top:15px;
	}
}
@media(max-width:767px){
  .article-body .author-info ul li .right,
  .article-body .author-info ul li .left{
    width: 100%;
    text-align: center;
  }
  .article-body .author-info ul li .left figure{
    width: 40%;
    margin:0 auto;
    margin-bottom: 15px;
  }
  .article-body .author-info ul li .right,
  .special-tag-thread .special-right-info{
    padding-left: 0;
  }
  .article-urmareste-subiectul ul li a{
    font-size: 20px;
  }
  .article-urmareste-subiectul ul li{
    margin-bottom: 0;
  }
  .article-sirul-povestii .fir-right,
  .article-sirul-povestii .fir-left{
    width: 100%;
  }
  .article-partner .partner-info{
    padding-top: 0;
    padding-bottom: 10px;
  }
  .article-body .sharing-icons-article li.mobile-only{
    display: inline-block;
  }
}
/* Obsesii Listare */
.obsesii-categorii,
.obsesii-categorii .article-container{
  position: relative;
}
.obsesii-categorii .article-container{
  z-index: 4;
}
.obsesii-categorii:before{
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('assets/img/gradient-whyz.png');
  opacity: 0.2;
  background-position: bottom;
}
.page-lines{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.4;
}
.page-lines .article-container{
  height: 100%;
  padding: 0;
  z-index: 1;
  max-width: 987px;
}
.page-lines .col-line{
  height: 100%;
  display: inline-block;
  width: 20%;
  float: left;
  border-left: 1px solid var(--whyz-magenta);
  border-right: 1px solid var(--whyz-magenta);
}
.obsesii-categorii-header div {
  text-align: left;
  display: block;
  width: 100%;
  max-width: 50%;
  float: right;
  padding-left: 30px;
}
.obsesii-categorii h1 {
	font-family: 'Cera-bold';
	font-size:72px;
	color: var(--whyz-neongreen)!important;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 82px;
}
.obsesii-categorii-header div p {
	color:var(--whyz-neongreen);;
	font-family: 'Cera-regular';
	font-size:20px;
	text-align:left;
	margin:0 auto;
	padding:20px 0px;
	display:block;
}
.obsesii-categorii-header figure {
	max-width:360px;
	margin-left:10%;
	padding:20px 0px;
  height: auto;
  filter: brightness(1.1);
}
.obsesii-categorii-header figure img{
  object-fit: unset;
  height: auto;
}
.categorii-obsesii-listare {
	overflow:hidden;
}
.categorii-obsesii-listare ul > li {
	width:50%;
	max-width:100%;
	display:inline-block;
	float:left;
	padding:40px 0;
}
.categorii-obsesii-listare ul > li > a {
	text-decoration:none;
}
.categorii-obsesii-listare ul > li:nth-child(odd) {
	padding-right:40px;
}
.categorii-obsesii-listare ul > li:nth-child(even) {
	padding-left:40px;
}
.categorii-obsesii-listare ul > li p {
	color:#fff;
}
.categorii-obsesii-listare ul > li h2 {
	font-family: 'Cera-bold';
	padding:20px 0px;
	clear: both;
	font-size:42px;
  line-height: 48px;
  color:var(--whyz-magenta);
  margin-bottom: 0;
}
.categorii-obsesii-listare ul > li p {
	font-family: 'Cera-light';
	font-size:22px;
	line-height:30px;
}
.categorii-obsesii-listare ul > li p span{
  vertical-align: middle;
  padding-top: 0;
  padding-left: 40px;
}
.categorii-obsesii-listare ul > li a:hover p span:before{
  background-image: url('assets/img/icons/green-black-arrow.png');
}
.categorii-obsesii-listare ul > li .obsesii-deco {
	position:relative;
	padding:16px;
	width: auto;
  display: inline-block;
}
.categorii-obsesii-listare ul > li .obsesii-deco:before,
.categorii-obsesii-listare ul > li .obsesii-deco:after{
	content:"";
	position:absolute;
	z-index:1;
	background-color:var(--whyz-neongreen);;
}
.categorii-obsesii-listare ul > li .border-circular {
	border: 1px solid #5f5f5f;
  padding: 6px;
  display: table;
  border-radius: 50%;
  position:relative;
  z-index:2;
}
.categorii-obsesii-listare ul > li .cat-image {
	width:215px;
	height:215px;
	border-radius:50%;
}
.categorii-obsesii-listare ul > li.obs_1 {
	padding-top:80px;
}
.categorii-obsesii-listare ul > li.obs_7 .cat-image,
.categorii-obsesii-listare ul > li.obs_5 .cat-image,
.categorii-obsesii-listare ul > li.obs_2 .cat-image,
.categorii-obsesii-listare ul > li.obs_1 .cat-image{
	width:295px;
	height:295px;
}
.categorii-obsesii-listare ul > li.obs_4 .obsesii-deco,
.categorii-obsesii-listare ul > li.obs_3 .obsesii-deco,
.categorii-obsesii-listare ul > li.obs_2 .obsesii-deco,
.categorii-obsesii-listare ul > li.obs_1 .obsesii-deco {
	margin:0 auto;
	display:table;
}
.categorii-obsesii-listare ul > li.obs_5 .obsesii-deco {
	margin-right:10%;
	float:right;
}
.categorii-obsesii-listare ul > li.obs_0 .obsesii-deco:before {
	width:4px;
	height:14px;
	right:10%;
	top:0px;
}
.categorii-obsesii-listare ul > li.obs_0 .obsesii-deco:after {
	width:80px;
	height:5px;
	bottom:0;
	left:0;
	right:-25px;
	margin:0 auto;
}
.categorii-obsesii-listare ul > li.obs_1 .obsesii-deco:before {
  width: 16px;
  height: 14px;
  top: -8px;
  left: 0;
  right: -37px;
	margin:0 auto;
}
.categorii-obsesii-listare ul > li.obs_1 .obsesii-deco:after {
  width: 158px;
  height: 10px;
	bottom:0;
	right:0;
}
.categorii-obsesii-listare ul > li.obs_2 .obsesii-deco:before {
	width:120px;
	height:10px;
	top:0;
	left:0;
}
.categorii-obsesii-listare ul > li.obs_2 .obsesii-deco:after {
  width: 18px;
  height: 18px;
	border-radius:50%;
	top:30px;
	right:10px;
}
.categorii-obsesii-listare ul > li.obs_3 .obsesii-deco:before {
	width:110px;
	height:7px;
	top:0;
	left:25%;
}
.categorii-obsesii-listare ul > li.obs_3 .obsesii-deco:after {
	width:10px;
	height:10px;
	top:30px;
	left:2%;
}
.categorii-obsesii-listare ul > li.obs_4 .obsesii-deco:before {
	width:110px;
	height:10px;
	top:20px;
	left:0%;
	transform:rotate(45deg);
}
.categorii-obsesii-listare ul > li.obs_4 .obsesii-deco:after {
	width:15px;
	height:15px;
	bottom:30px;
	left:2%;
  transform: rotate(45deg);
}
.categorii-obsesii-listare ul > li.obs_5 .obsesii-deco:before {
	width:110px;
	height:10px;
	top:20px;
	right:10%;
	transform:rotate(90deg);
}
.categorii-obsesii-listare ul > li.obs_5 .obsesii-deco:after {
  width: 15px;
  height: 15px;
	bottom:30px;
	left:2%;
  border-radius: 50%;
}
@media(max-width:1025px){
  .obsesii-categorii-header figure{
    max-width: 230px;
  }
}
@media(max-width:850px){
  .obsesii-categorii .article-container.obsesii-categorii-header{
    padding-top: 60px;
  }
  .obsesii-categorii h1{
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 0;
  }
  .obsesii-categorii-header figure{
    max-width: 120px;
    display: inline-block;
  }
  .obsesii-categorii-header div{
    max-width: 70%;
    padding-left: 15px;
    display: inline-block;
  }
  .categorii-obsesii-listare ul > li .cat-image{
    width: 170px;
    height: 170px;
  }
  .categorii-obsesii-listare ul > li:nth-child(odd), .categorii-obsesii-listare ul > li:nth-child(even){
    text-align: center;
  }
	.categorii-obsesii-listare ul > li {
		width:100%;
	}
	.categorii-obsesii-listare ul > li .border-circular,
	.categorii-obsesii-listare ul > li .obsesii-deco {
		width:183px!important;
		display:inline-block!important;
		box-sizing: border-box;
	}
	.categorii-obsesii-listare ul > li:nth-child(odd),
	.categorii-obsesii-listare ul > li:nth-child(even) {
		padding:20px;
	}
	.categorii-obsesii-listare ul > li.obs_7 .cat-image, .categorii-obsesii-listare ul > li.obs_5 .cat-image, .categorii-obsesii-listare ul > li.obs_2 .cat-image, .categorii-obsesii-listare ul > li.obs_1 .cat-image {
		width:170px;
		height:170px;
	}
	.categorii-obsesii-listare ul > li p {
		font-size:18px;
	}
  .categorii-obsesii-listare ul > li.obs_5 .obsesii-deco{
    margin-right: unset;
    float: unset;
  }
  .categorii-obsesii-listare ul > li:last-of-type img{
    width: auto;
    height: 135px;
  }
}
@media(max-width:767px){
  .obsesii-categorii .article-container.obsesii-categorii-header{
    padding-top:40px;
  }
  .obsesii-categorii-header figure{
    max-width: 85px;
    display: block;
    margin: 0 auto;
  }
  .obsesii-categorii-header div{
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .obsesii-categorii h1{
    font-size: 40px;
    line-height: 42px;
  }
  .obsesii-categorii-header div p{
    font-size: 18px;
    text-align: center;
    text-align: center;
  }
  .categorii-obsesii-listare ul > li .obsesii-deco{
    padding: 15px 0;
  }
  .categorii-obsesii-listare ul > li h2{
    font-size: 32px;
    line-height: 36px;
  }
  .categorii-obsesii-listare ul > li p span{
    padding-left: 10px;
  }
  .categorii-obsesii-listare ul > li p span:before{
    width: 26px;
    height: 26px;
    margin-top: 3px;
    margin-right: 0px;
  }
  .obsesii-categorii .page-lines{
    opacity: 0.4;
  }
}
@media(max-width:360px){
  .obsesii-categorii-header div p{
    font-size: 16px;
  }
  .categorii-obsesii-listare ul > li .border-circular, .categorii-obsesii-listare ul > li .obsesii-deco{
    width: 165px!important;
  }
  .categorii-obsesii-listare ul > li .cat-image,
  .categorii-obsesii-listare ul > li.obs_7 .cat-image, .categorii-obsesii-listare ul > li.obs_5 .cat-image, .categorii-obsesii-listare ul > li.obs_2 .cat-image, .categorii-obsesii-listare ul > li.obs_1 .cat-image{
    width: 153px;
    height: 153px;
  }
  .categorii-obsesii-listare ul > li h2{
    font-size: 30px;
    line-height: 34px;
  }
}
/* Category Single Obsesie */
.category-obsesie-header {
	overflow:hidden;
	display:block;
	padding:70px 0px;
  position: relative;
  z-index: 2;
}
.category-obsesie-header:before{
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('assets/img/gradient-whyz.png');
  opacity: 0.2;
  background-position: bottom;
}
.category-obsesie-header .right,
.category-obsesie-header .left {
	display:inline-block;
	float:left;
}
.category-obsesie-header .left {
	width:45%;
	padding-right:25px;
  position: relative;
  z-index: 2;
}
.category-obsesie-header .right {
	width:55%;
  position: relative;
  z-index: 2;
}
.category-obsesie-header .left figure {
	overflow: hidden;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  margin:0 auto;
}
.category-obsesie-header .left figure img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.category-obsesie-header .right h1 {
	color:#fff!important;
  font-size: 60px;
  line-height: 64px;
  text-transform: uppercase;
	padding-top:80px;
}
.category-obsesie-header .right p {
	color:#fff;
	max-width:700px;
  font-size: 28px;
}
.category-obsesie .sponsored-category{
  max-width: 700px;
  position: relative;
  margin-bottom: 30px;
}
.category-obsesie .sponsored-category figure {
  display: inline-block;
  margin-left: 0px;
  width: 200px;
  vertical-align: middle;
}
.category-obsesie .sponsored-category figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.category-obsesie .sponsored-category span {
  color: #fff;
  font-size: 20px;
  padding-left: 15px;
  display: inline-block;
  width: auto;
  padding-right: 10px;
  padding-left: 0;
  vertical-align: middle;
}
.category-obsesie .category-listing .first,
body.tax-temele_zilei_categorie .category-listing article:first-of-type,
.category-obsesie .category-listing .second,
.dosare-list-cat article:first-of-type{
	padding:15px 50px;;
}
.category-obsesie .category-listing .black-background{
  background-color: transparent;
}
.category-obsesie .category-listing .black-background .entry-header{
	padding:15px 0px;
  padding-top: 0;
}
.category-obsesie .category-listing .first,
body.tax-temele_zilei_categorie .category-listing article:first-of-type,
.dosare-list-cat article:first-of-type {
	padding-top:80px;
}
.category-obsesie .category-listing .black-background .entry-header h2 {
	font-size: 42px;
  line-height: 45px;
  max-width: 85%;
}
.category-obsesie .category-listing .black-background .entry-content p {
	color:var(--whyz-black)!important;
  padding-top: 20px;
  font-size: 26px;
}
.category-obsesie .category-listing .list-type {
	display:block;
	overflow:hidden;
	padding-bottom:25px;
}
.category-obsesie .category-listing .list-type .left,
.category-obsesie .category-listing .list-type .right {
	display:inline-block;
	float:left;
}
.category-obsesie .category-listing .list-type .left {
	width:25%;
	padding-right:15px;
}
.category-obsesie .category-listing .list-type .left figure{
  height: auto;
  padding-bottom: 0;
}
.category-obsesie .category-listing .list-type .right {
	width:75%;
  padding-left: 15px;
}
.category-obsesie .category-listing .article-container{
  background-image: linear-gradient(to right, #8d8e8e, rgba(255,255,255,0) 40%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.category-listing{
  position: relative;
  z-index: 2;
}
.category-listing:before{
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('assets/img/grid-alb.png');
  opacity: 0.05;
  background-position: bottom;
  z-index: -1;
}
.category-obsesie .category-listing .image-source{
  margin-bottom: 10px;
}
.category-listing .padding-top{
  padding-top: 80px;
}
@media(max-width:1025px){
  .category-obsesie-header .left{
    width: 42%;
  }
  .category-obsesie-header .left figure{
    width: 350px;
    height: 350px;
  }
  .category-obsesie-header .right{
    width: 58%;
  }
  .category-obsesie-header .right h1{
    font-size: 44px;
    line-height: 54px;
    padding-top: 40px;
  }
  .category-obsesie-header .right p{
    font-size:20px;
  }
  .category-obsesie .sponsored-category span{
    font-size: 16px;
  }
}
@media(max-width:850px){
  .category-obsesie-header .left{
    width: 35%;
  }
  .category-obsesie-header .left figure{
    width: 220px;
    height: 220px;
  }
  .category-obsesie-header .right{
    width: 65%;
  }
  .category-obsesie-header .right h1{
    font-size: 40px;
    line-height: 50px;
    padding-top: 20px;
  }
  .category-obsesie-header .right p{
    font-size: 18px;
  }
  .category-obsesie .sponsored-category{
    margin-top: 0px;
  }
  .category-obsesie .sponsored-category span{
    font-size: 16px;
  }
  .category-obsesie .category-listing .first, .category-obsesie .category-listing .second,
  body.tax-temele_zilei_categorie .category-listing article:first-of-type,
  .dosare-list-cat article:first-of-type{
    padding: 15px 0;
  }
  .category-obsesie .category-listing .black-background .entry-header h2,
  .category-obsesie .category-listing .list-type .article-container h2{
    font-size: 26px;
    line-height: 30px;
  }
}
@media(max-width:767px){
  .category-obsesie-header .left,
  .category-obsesie-header .right{
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .category-obsesie .category-listing .black-background .entry-header h2, .category-obsesie .category-listing .list-type .article-container h2{
    max-width: 100%;
  }
  .category-obsesie .category-listing .black-background .entry-content p{
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0;
  }
  .category-obsesie .category-listing .first,
  body.tax-temele_zilei_categorie .category-listing article:first-of-type,
  .dosare-list-cat article:first-of-type{
    padding-top: 20px;
    padding-bottom: 0;
  }
  .category-obsesie .category-listing .second{
    padding-top: 0;
  }
  .category-obsesie .category-listing .list-type .left,
  .category-obsesie .category-listing .list-type .right{
    width: 100%;
    padding: 0px;
  }
  .category-obsesie .category-listing .list-type .article-container{
    background:unset;
  }
  .category-obsesie .category-listing .list-type .right{
    background-image: linear-gradient(to right, #5F5F5F, rgba(255,255,255,0) 40%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
  }
  .category-obsesie .sponsored-category figure{
    width: 150px;
  }
}
/* contact page  */
.contact-page{
  padding-top: 70px;
}
.contact-page h1 {
	color:var(--whyz-black);
	text-transform: uppercase;
  font-family: 'Proxima-bold';
	padding-bottom:40px;
}
.contact-page .content-repeater {
	display:block;
	list-style:none;
}
.contact-page .content-repeater li {
	margin-bottom:40px;
}
.contact-page .content-repeater h3 {
	color:#303030;
	font-family: 'Proxima-bold';
	font-size:32px;
	margin:0px;
	padding-bottom:20px;
}
.contact-page .content-repeater h3 .item-desc p {
	padding-bottom:10px;
	color:#5f5f5f;
	border-bottom:1px dotted #ccc;
}
.contact-page .content-repeater h3 .item-desc p a{
	color: var(--whyz-green);
}
.contact-page .contact-info li {
	width:33.33%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding:10px 30px;
}
.contact-page .contact-info li h4 {
	color:#5f5f5f;
	text-transform:uppercase;
	padding-bottom:5px;
	display:block;
	position:relative;
}
.contact-page .contact-info li h4:after{
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background: var(--whyz-neongreen);;
  bottom: -4px;
}
body.page-template-contact .newsletter-footer {
	display:none;
}
@media(max-width:846px){
  .contact-page h1{
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width:600px){
	.contact-page .contact-info li {
		width:100%;
		padding:25px 0px;
	}
}
/* Team Page */
.team-page {
  padding-top: 70px;
}
.team-page > h1 {
	color:var(--whyz-black);
  font-family: 'Proxima-bold';
	padding-bottom:40px;
  text-transform: uppercase;
}
.team-page .team-list {
	list-style:none;
	display:block;
	margin:0px;
	padding:0px;
	overflow:hidden;
	margin-bottom:40px;
}
.team-page h2 {
	font-size:32px;
	color:#303030;
	padding:15px 0px;
	width:100%;
	display:block;
	margin:30px 0px;
}
.team-page .team-list li {
	width:32.33%;
	display:inline-block;
	padding:0px 15px;
	vertical-align:top;
}
.team-page .team-list li > div.author-photo {
	width:130px;
	height:130px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	margin-bottom:15px;
}
.team-page .small-border {
	display: block;
  width: 40px;
  height: 3px;
  background: var(--whyz-neongreen);;
  margin-bottom:10px;
}
.team-page .team-list li .team-member-name,
.team-page .team-list li .team-member-role,
.team-page .team-list li .team-member-desc{
	font-family: 'Proxima-regular';
	color:#5f5f5f;
	display:block;
	padding-bottom:10px;
}
.team-page .team-list li .team-member-desc a {
	color: var(--whyz-green);
}
.team-page .team-list li .team-member-name {
	text-transform:uppercase;
	font-size:20px;
}
.team-page .team-list li .team-member-role {
	font-size:18px;
}
.team-page .team-list li .team-member-desc,
.team-page .description p {
	font-size:20px;
}
body.page-template-team .newsletter-footer {
	display:none;
}
@media (max-width:900px){
	.team-page .team-list li {
		width:100%;
	}
  .team-page > h1{
    font-size: 26px;
    line-height: 30px;
  }
}
/* Merita sa stii List */
.merita-sa-stii .entry-header {
	padding:15px 0px;
  padding-top: 0;
}
/* Merita sa stii single */
body.single-merita_sa_sti h1.article-title {
	color: var(--whyz-green);
	font-size:37px;
	font-family: 'Cera-bold';
	max-width:620px;
}
.merita-small-desc {
	margin-bottom:40px;
	max-width:620px;
}
.external-content ul{
	margin:0px;
	padding:0px;
	margin-bottom:35px;
	display:block;
	overflow:hidden;
}
.external-content li {
	margin-bottom:25px;
	list-style:none;
}
.external-content li:last-of-type{
  margin-bottom: 0;
}
.prime-ext-link{
	color: var(--whyz-magenta);
}
.prime-ext-link:hover{
	text-decoration:underline;
}
.prime-ext-link:before,
.prime-ext-link:after{
	display:inline-block;
}
.prime-ext-link:before {
	content:"\2605";
	color: var(--whyz-magenta);
	margin-right:5px;
}
.prime-ext-link:after{
	content:"";
	width:20px;
	height:20px;
	background-image:url('assets/img/icons/external-link.svg');
	background-size:contain;
	background-repeat:no-repeat;
	margin-left:5px;
	margin-right:5px;
}

/* Jobs Single */
.cariere-page{
  padding-top: 70px;
}
.cariere-page h1{
  text-transform: uppercase;
  padding-bottom:40px;
  font-family: 'Proxima-bold';
}
.cariere-page .content{
  font-size: 20px;
  margin-bottom: 40px;
}
.job-position form {
	width:100%;
	overflow:hidden;
}
.job-position .item.half {
	width:50%;
	display:inline-block;
	float:left;
}
.job-position input[type="text"],
.job-position input[type="email"] {
	width:100%;
	border:1px solid  var(--whyz-green);
	box-shadow:none;
	outline:none;
	padding:7px 12px;
	color:color: #5f5f5f;
  font-size: 21px;
  font-family: 'Proxima-regular';
}
form .item {
	padding:15px 0px;
}
form .item:nth-child(even){
	padding-left:15px;
}
form .item:nth-child(odd){
	padding-right:15px;
}
form .trigger_input_file {
	margin-left:10px;
}
form input[type="file"]{
	display:none;
}
form .green-btn {
	font-family: 'Proxima-bold';
}
form .submit-btn {
	margin:20px 10px;
	line-height: 0px;
  height: 33px;
}
form .submit-btn input {
	background:none;
	border:none;
	outline:none;
	box-shadow:none;
	font-size: 21px;
  font-family: 'Proxima-bold';
  color:  var(--whyz-green);
  display:block;
  z-index:22;
  position:relative;
  text-transform:uppercase;
  font-size: 18px;
  line-height: 26px;
}
.checks-item {
	width:100%;
	display:block;
	overflow:hidden;
}
.icheckbox{
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: 0 0;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  background: #fff;
  border:1px solid  var(--whyz-magenta);
}
.icheckbox:after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:7px;
	height:7px;
	background:#4c92cf;
	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:after{
	opacity:1;
}
span.wpcf7-list-item {
  display: block;
  overflow: hidden;
  width:100%;
  margin:0px;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
  line-height: 0px;
  height: 18px;
  margin: 12px 0px;
}
.jobs-listing ul li {
	width:50%;
	float:left;
	display:inline-block;
	list-style:none;
}
.jobs-listing ul {
	width:100%;
	display:block;
	overflow:hidden;
	margin:25px 0px;
}
.jobs-listing ul li:nth-child(odd){
	padding-right:15px;
}
.jobs-listing ul li:nth-child(even) {
	padding-left:15px;
}
.jobs-listing ul li a {
	text-decoration:none;
}
.jobs-listing ul li h2 {
	color:  var(--whyz-magenta);
}
@media (max-width:780px){
	.jobs-listing ul li {
		width:100%;
		float:none;
		display:inline-block;
		list-style:none;
	}
	.job-position .item.half {
		width:100%;
		padding:0px!important;
	}
	.job-position .item.half.cv-file {
		padding:15px 0px!important;
	}
	.job-position .green-btn {
		font-size:15px;
	}
}
.publicitate{
  padding-top: 70px;
}
.publicitate h1{
  text-transform: uppercase;
  font-family: 'Proxima-bold';
}
/* Despre WHYZ */
.despre-page{
  padding-top: 70px;
}
.despre-page h1,
.despre-page .partneri{
  margin-bottom: 70px;
}
.despre-page h1{
  font-family: 'Proxima-bold';
  text-transform: uppercase;
}
.despre-page .description h1,
.despre-page .description h2,
.despre-page .description h3,
.despre-page .description h4,
.despre-page .description h5,
.despre-page .description h6{
  margin-bottom: 20px;
}
.despre-page .description h1{
  color:var(--whyz-magenta);
  font-size: 38px;
  line-height: 48px;
  font-family: 'Proxima-regular';
  text-transform: unset;
}
.despre-page .description h2{
  font-size: 30px;
  line-height: 40px;
}
.despre-page .description h3{
  font-size: 28px;
  line-height: 38px;
}
.despre-page .description h4,
.despre-page .description h5,
.despre-page .description h6,
.despre-page .description p,
.despre-page .description ul li,
.despre-page .description ol li{
  font-size: 20px;
}
.despre-page .description p{
  margin-bottom: 20px;
}
.despre-page .description ul li,
.despre-page .description ol li{
  padding: 3px 0;
}
.despre-page .partneri ul{
	overflow:hidden;
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
}
.despre-page .partneri ul li {
	width:33.33%;
	display:inline-block;
	list-style:none;
	float:left;
	padding:25px;
  position: relative;
}
.despre-page .partneri ul li .inner-item > a{
  text-decoration: none;
}
.despre-page .partneri ul li figure{
  height: auto;
  filter: grayscale(100%);
  transition: .4s;
  padding-bottom: 0;
}
.despre-page .partneri ul li:hover figure{
  filter: grayscale(0%);
}
.despre-page .partneri ul li img {
	height:50px;
	width:auto;
	display:block;
	margin:15px 0;
}
.despre-page .partneri ul li h3 {
	font-family: 'Cera-bold';
	font-size:22px;
	color:var(--whyz-black);
	padding-bottom:15px;
  margin-bottom: 0;
}
.despre-page .partneri ul li p {
	font-size:20px;
	color:#5f5f5f;
	padding-bottom:15px;
  margin-bottom: 0;
}
.despre-page .partneri ul li .top-border,
.despre-page .partneri ul li .bottom-border {
	height:35px;
	border:2px solid #49f4b6;
	border-bottom:none;
	width:100%;
	display:block;
}
.despre-page .partneri ul li .bottom-border {
	transform:rotate(180deg);
}
@media (max-width:850px){
	.despre-page .partneri ul li {
		width:100%;
    padding: 25px 0;
    text-align: center;
	}
  .despre-page .partneri ul li img{
    display: inline-block;
  }
}
@media(max-width:767px){
  .despre-page .description h1{
    font-size: 30px;
    line-height: 40px;
  }
  .despre-page .description h2{
    font-size: 28px;
    line-height: 38px;
  }
  .despre-page .description h3{
    font-size: 26px;
    line-height: 36px;
  }
}
body.search .page-description,
body.search h1.page-title {
	display:inline-block;
	font-size:30px;
}
body.search h1.page-title {
  padding-top: 60px;
}
body.search .page-description {
	color: var(--whyz-magenta);
}
body.search article{
  margin-bottom: 40px;
}
.special-btn-publicitate a {
	margin-right:25px;
}
.mobile-only{
  display: none;
}
body.home .short-art-preview:after{
  display: block;
  content:'';
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #BEC6C5;
}
body.home .obsesii .black-background .short-art-preview:after{
  display: none;
}
body.home .short-art-preview{
  margin-top: 20px;
}
body.home .hp-chestii-la-zi li:last-of-type .short-art-preview:after{
  display: none;
}
p:empty:before {
  display: none;
}
@media (max-width:780px){
	.special-btn-publicitate a {
		margin-bottom:25px;
	}
  body.search .page-description, body.search h1.page-title{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body.search .page-description{
    margin-bottom: 40px;
  }
}
.article-new-container{
  max-width: 769px;
  margin:0 auto;
}
/* .cat_descr{
  margin-bottom: 60px;
} */
.cat_descr .category-description p{
  font-size: 18px;
}
/* Author Template */
.author-page-info{
  padding: 100px 0 0;
}
.author-page-info .left,
.author-page-info .right{
  display: inline-block;
  float: left;
}
.author-page-info .left{
  width: 25%;
  padding-right: 10px;
}
.author-page-info .left figure{
  width: auto;
  height: 200px;
  padding-bottom: 0px;
  margin-bottom: 15px;
}
.author-page-info .right{
  width: 75%;
  padding-left: 10px;
  font-size: 18px;
}
.author-page-info h1{
  color:var(--whyz-magenta);
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 42px;
}
.author-page-info .right .titulatura{
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 22px;
}
.author-listing{
  margin-top: 100px;
}
.author-listing-title{
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
}
.author-listing-title span{
  color:var(--whyz-magenta);
}
.author-listing article{
  padding:40px 0 27px;
  background-image: linear-gradient(to right, #8d8e8e, rgba(255,255,255,0) 80%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.author-listing article:first-of-type{
  padding-top: 0;
}
.social-media-author li{
  display: inline-block;
  padding: 4px;
}
.social-media-author li img{
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.author-listing div.entry-content{
  padding-top: 5px;
}
article .entry-content figcaption{
  text-align: left;
  line-height: 1.4;
}
@media(max-width:850px){
  .author-page-info .left figure{
    width: auto;
    height: 180px;
  }
  .author-page-info h1{
    font-size: 35px;
    line-height: 38px;
  }
}
@media(max-width:767px){
  .author-page-info .left,
  .author-page-info .right{
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .author-listing{
    margin-top: 40px;
  }
  .author-listing-title{
    font-size: 25px;
  }
  .author-listing article div.entry-content{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 1.6;
    height: 123px;
  }
  .author-page-info .left figure{
    height: 240px;
    width: 240px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .social-media-author{
    text-align: center;
  }
  .author-listing-title{
    margin-bottom: 30px;
  }
  .author-page-info{
    padding: 40px 0 0;
  }
}
/* Open Minds listing*/
body.category-open-minds .page-header{
  margin-bottom: 60px;
}
.open-minds-listing .left,
.open-minds-listing .entry-content{
  display: inline-block;
  float: left;
  margin-top: 10px;
}
.open-minds-listing .left{
  width: 10%;
}
.open-minds-listing .entry-content{
  width: 90%;
  padding-top: 0;
  padding-left: 5px;
  font-size: 20px;
  line-height: 30px;
}
.open-minds-listing .left figure{
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  padding-bottom: 0;
}
.open-minds-listing .left figure img{
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.open-minds-listing .left h2{
  padding-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}
.open-minds-listing .left p{
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
  color: #7b7b7b;
  font-family: 'Proxima-regular';
}
.open-minds-listing h1{
  padding-bottom: 5px;
}
@media(max-width:850px){
  .open-minds-listing .left figure{
    width: 100%;
    height: 72px;
  }
  .open-minds-listing .entry-content{
    padding-left: 10px;
  }
}
@media(max-width:767px){
  .open-minds-listing .left{
    width: 20%;
  }
  .open-minds-listing .left figure{
    height: 67px;
    margin-bottom: 5px;
  }
  .open-minds-listing .left h2{
    font-size: 15px;
    line-height: 17px;
  }
  .open-minds-listing .left p{
    font-size: 14px;
    line-height: 16px;
  }
  .open-minds-listing .entry-content{
    width: 80%;
  }
  body.category-open-minds article .entry-content{
      -webkit-line-clamp: 6;
  }
}
/* Open Minds Team Page */
.open-minds-team{
  margin:0;
  margin-top: 60px;
}
.open-minds-team li{
  display: inline-block;
  width: 33.3%;
  float: left;
  padding: 10px;
  vertical-align: top;
}
.open-minds-team li div.author-photo {
  width: 200px;
  height: 200px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 15px;
}
.open-minds-team h2{
  margin: 15px 0;
  padding: 0;
  margin-bottom: 5px;
  min-height:70px;
}
.open-minds-team .titulatura{
  font-size: 20px;
  line-height: 24px;
  min-height: 80px;
}
.open-minds-team p:not(.titulatura){
  display: -webkit-box;
    display: -ms-flexbox;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -ms-flex-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px!important;
    height: 70px;
}
.open-minds-team .titulatura br{
  display: none;
}
@media(max-width:850px){
  .open-minds-team{
    margin-top:40px;
  }
  .open-minds-team li{
    width: 50%;
  }
}
@media(max-width:767px){
  .open-minds-team li{
    width: 100%;
  }
  .open-minds-team h2,
  .open-minds-team .titulatura{
    min-height: auto;
  }
}
body.home .open-minds-listing figure{
  padding-bottom: 0;
}
/* Open Minds Single */

body.single-cat-open-minds .preview-tag,
body.single-cat-open-minds .preview-author{
  font-size: 27px;
}
body.single-cat-open-minds .single-top-author ul li .left{
  width: auto;
}
body.single-cat-open-minds .single-top-author ul li .left figure{
  width: 80px;
  height: 80px;
}
body.single-cat-open-minds .single-top-author ul li .right{
  padding-left: 15px;
}
body.single-cat-open-minds .single-top-author ul li .right h2{
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 0;
}
body.single-cat-open-minds .single-top-author ul li .right p{
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
}
body.single-cat-open-minds .single-bottom-author{
  padding: 0;
  margin-bottom: 25px;
}
body.single-cat-open-minds .single-bottom-author .left{
  width: 25%;
}
body.single-cat-open-minds  .single-bottom-author h2{
  padding-bottom: 0;
}
body.single-cat-open-minds .single-bottom-author figure{
  width: 100%;
  margin-bottom: 0;
}
body.single-cat-open-minds .single-bottom-author img{
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  max-height: 190px;
}
body.single-cat-open-minds .single-bottom-author .social-media-author{
  margin: 0;
  padding: 0;
  height: 30px;
  margin-bottom: 10px;
}
body.single-cat-open-minds .single-bottom-author .social-media-author li{
  font-size: 20px;
  line-height: 22px;
  padding: 2px;
  vertical-align: super;
}
body.single-cat-open-minds .single-bottom-author .social-media-author li img{
  width: 20px;
  height: 20px;
}
@media(max-width:767px){
  body.single-cat-open-minds .single-top-author ul{
    margin: 0;
  }
  body.single-cat-open-minds .single-top-author ul li{
    margin-bottom: 0;
  }
  body.single-cat-open-minds .single-top-author ul li .left{
    width: 20%;
  }
  body.single-cat-open-minds .single-top-author ul li .left figure{
    width: 100%;
    height: auto;
  }
  body.single-cat-open-minds .single-top-author ul li .right{
    width: 70%;
    float: left;
    padding-left: 15px;
    text-align: left;
  }
  body.single-cat-open-minds .single-bottom-author .left {
    width: 100%;
  }
  body.single-cat-open-minds .single-bottom-author figure{
    width: 40%;
  }
}
#spu-426 input[type="submit"]{
  color:#fff!important;
}
#spu-426 input[type="email"],
#spu-426 input[type="text"]{
  border: 1px solid var(--whyz-magenta)!important;
}
.obsesii .black-background .short-art-preview{
  background-image: unset;
}
/* fixes */
.plyr{
  height: 515px;
}
body.home .green-line:before,
body.home .preview-image-source{
  display: none;
}
body.home .hp-featured-block.green-line:before{
  display: block;
}
@media(max-width:850px){
  .plyr{
    height: 409px;
  }
}
@media(max-width:767px){
  .plyr{
    height: 188px;
  }
  body.single figcaption{
    margin-bottom: 0;
  }
  body.single .article-header{
    padding-bottom: 0;
  }
  body.single .sharing-icons-article{
    margin: 0;
  }
  .article-body time{
    display: block;
    margin-bottom: 20px;
  }
}
.author-description-single .morecontent{
  display: none;
}
.author-description-single .morecontent.show{
    display:inline;
}
.read-more-author {
  background-color: transparent;
  border: none;
  font-size: 18px;
  color: var(--whyz-magenta);
  font-weight: 800;
  outline: none;
  padding: 0;
  position: relative;
}
.read-more-author:focus{
  box-shadow: none;
}
.read-more-author:before{
  display: block;
  content:'Citește mai mult';
}
.read-more-author.less:before{
  content:'Citește mai puțin';
}
.article-body .author-description-single.hidden-text {
  display: -webkit-box;
    display: -ms-flexbox;
    -ms-line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -ms-flex-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px!important;
    height: 99px;
}
.article-body .author-description-single p,
.article-body .author-description-single a,
.article-body .author-description-single li{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
body.single .article-header figure{
  height: auto;
}
body.single .article-header figure img{
  height: 545px;
}
body.single .article-header figure figcaption{
  margin-bottom: 0;
}
@media(max-width:850px){
  body.single .article-header figure img{
    height: 420px;
  }
  .article-body .author-description-single.hidden-text{
    height: 94px;
  }
}
@media(max-width:850px){
  body.single .article-header figure img{
    height: auto;
  }
}
@media(max-width:767px){
  body.single-cat-open-minds .preview-tag, body.single-cat-open-minds .preview-author{
    font-size: 16px;
  }
  .article-body .author-description-single.hidden-text{
    height: 74px;
  }
}


/* 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:var(--whyz-magenta);
}
.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('assets/img/icons/double-neon-arrow.svg');
}
.slick-slider button.slick-prev{
	left: 0px;
}
.slick-slider button.slick-next{
	right: 0px;
}
.slick-slider button.slick-prev:after{
	transform:translate(-50%, -50%) rotate(-180deg);
}
.article-body .article-container .gallery-item img{
	height:420px;
	width: auto;
  margin: 0 auto;
  object-fit: unset;
}
.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;
  margin-bottom: 0;
}
@media(max-width:850px){
	.article-body .article-container figure.gallery-item img{
		height: 380px;
	}
}
@media(max-width:767px){
	.slick-slider button.slick-arrow{
		width: 30px;
    height: 40px;
	}
	.slick-slider button.slick-arrow:after{
		width: 17px;
    height: 17px;
	}
  .article-body .article-container figure.gallery-item img{
    height: 220px;
  }
}

/* Fixes for video iframe */
.entry-content .video-container{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.entry-content .video-container iframe,
.entry-content .video-container object,
.entry-content .video-container embed{
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.cst-simple-quote {
  font-size: 20px;
  margin:40px 0;
	padding-left: 40px;
	position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
}
body.single div.entry-content .cst-simple-quote > p{
  margin-bottom: 0;
}
.cst-simple-quote:before{
	content:'';
	display: block;
	position: absolute;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #C028B9;
	top: 0px;
}
.cst-complex-quote{
  display: block;
  width: 100%;
  margin: 40px 0;
}
.cst-complex-quote:before,
.cst-complex-quote:after{
  display: block;
  content:'';
  clear: both;
}
.cst-complex-quote div{
  width: 80%;
  float: left;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
}
.cst-complex-quote div:first-of-type{
  width: 20%;
  max-width: 140px;
  height: 120px;
  padding-left: 0;
  padding-right: 40px;
}
.cst-complex-quote div:first-of-type > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  margin: 0;
}
.cst-complex-quote div:first-of-type:after{
  position: absolute;
  top:0;
  left: 0;
  width: 100px;
  height: 121px;
  background-image: url('assets/img/icons/svg_bubble.svg');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  content:'';
  z-index: 2;
}
.cst-complex-quote div:first-of-type:before{
  position: absolute;
  bottom:-5px;
  right: 45px;
  width: 30px;
  height: 19px;
  background-image: url('assets/img/icons/svg_quote.svg');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  content:'';
  z-index: 3;
}
.cst-complex-quote div:last-of-type{
  margin-top: 20px;
  font-size: 26px;
  line-height: 30px;
}
.cst-complex-quote div:last-of-type:before{
  content:'';
	display: block;
	position: absolute;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #C028B9;
	top: 0px;
}
.dosare-list-cat article{
  background-image: none!important;
}
.grecaptcha-badge{
  display: none!important;
}
@media(max-width:780px){
  .cst-simple-quote{
    font-size: 20px;
    line-height: 30px;
  }
}
@media(max-width:767px){
  .cst-complex-quote div{
    width: 100%;
    text-align: center;
  }
  .cst-complex-quote div:first-of-type{
    width: 100%;
    max-width: unset;
    height: 90px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
  }
  .cst-complex-quote div:first-of-type:before{
    right: 108px;
    width: 20px;
    height: 12px;
  }
  .cst-complex-quote div:first-of-type > img{
    width: 70px;
    height: 95px;
  }
  .cst-complex-quote div:last-of-type{
    font-size: 20px;
    line-height: 30px;
  }
  .cst-complex-quote div:first-of-type:after{
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 96px;
  }
}
.green-line:before,
.single-article-featured-photo .green-line:before,
body.home .hp-featured-block.green-line:before{
  display: none;
}
.short-art-preview p a,
.entry-content a,
.special-tag-excerpt a{
  text-decoration: none;
}
/* New homepage */
.new_homepage .new-hp-title{
  padding: 20px 0;
  position: relative;
}
.new_homepage .new-hp-title:after{
  display: block;
  content:'';
  position: absolute;
  top:47%;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.new_homepage .new-hp-title span{
  color: #C028B9;
  font-family: "Cera Bold", Sans-serif;
  font-size: 30px;
  display: inline-block;
  line-height: 1;
  padding-right: 10px;
  text-transform: uppercase;
  position: relative;
  background-color: #fff;
  transition: .3s;
  z-index: 1;
}
.new_homepage .new-hp-title a:hover span{
  color:#1D1D1B;
}
.new_homepage  .grey-container,
.new_homepage  .grey-container .new-hp-title span{
  background-color: #1D1D1B;
}
.new_homepage  .grey-container .new-hp-title span{
  color:#fff;
}
.new_homepage  .grey-container .new-hp-title a:hover span{
  color:#C028B9;
}
.new_homepage .grey-container .new-hp-title:after{
  background-color: #fff;
}
.new_homepage .article-slider{
  position: relative;
}
.new_homepage .slider{
  margin:0 -20px;
  position: relative;
}
.new_homepage .slider li{
  padding: 0 20px;
  width: 33.3%;
  float: left;
}
.new_homepage .slider ul.slick-dots{
  margin-bottom: 0;
}
.new_homepage .slider ul.slick-dots li{
  padding: 0 5px;
  width: auto;
  float: unset;
}
.new_homepage ul.slick-dots li button{
  width: 7px;
  height: 7px;
  background-color: #000;
  opacity: .2;
}
.new_homepage ul.slick-dots li.slick-active button{
  opacity: 1;
}
.new_homepage span.slick-arrow > img{
  cursor: pointer;
	width: 25px;
	height: 25px;
}
.new_homepage span.slick-arrow.nav-prev img{
  transform:rotate(-180deg);
}
.new_homepage span.slick-arrow {
	position: absolute;
	top:115px;
	z-index: 2;
}
.new_homepage span.slick-arrow.nav-prev{
	left: 7px;
}
.new_homepage span.slick-arrow.nav-next{
	right: 7px;
}
.new_homepage .slider figure{
  height: 260px;
  margin-bottom: 20px;
}
.new_homepage .short-art-preview{
  margin-top: 20px;
}
.new_homepage .short-art-preview p{
  margin-bottom: 0;
}
.new_homepage .new-hp-featured{
  background-color: #000000;
}
.new_homepage .new-hp-featured .featured-article-outter{
  padding: 0;
}
.new_homepage .new-hp-featured .preview-image{
  height: 430px;
  margin-bottom: 20px;
}
.new_homepage .hp-infografice h3{
  text-align: center;
  color: #FFFFFF;
  font-family: "Cera Bold", Sans-serif;
  font-size: 20px;
}
.new_homepage .hp-infografice ul.slick-dots li button{
  background-color: #fff;
}
.new_homepage .hp-interactiv h3{
  text-align: center;
  color: #000000;
  font-family: "Cera Bold", Sans-serif;
  font-size: 20px;
}
.new_homepage .obsesii-cat-slider figure{
  height: 260px;
}
.new_homepage .new-hp5 .article-container{
  padding-bottom: 0;
}
.new_homepage .new-hp5 .dosar-cat-slider ul{
  margin: 0 -20px;
}
.new_homepage .new-hp5 .dosar-cat-slider li{
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0 20px;
}
.new_homepage .dosar-cat-slider{
  position: relative;
}
.new_homepage .dosar-cat-slider span.slick-arrow{
  top:50%;
  transform:translateY(-50%);
}
.new_homepage .dosar-cat-slider .slick-dots li{
  padding: 0 5px;
  width: auto;
  float: unset;
}
.new_homepage .dosar-cat-slider ul.slick-dots li button{
  background-color: #fff;
  opacity: .2;
}
.new_homepage .dosar-cat-slider ul.slick-dots li.slick-active button{
  opacity: 1;
}
.new_homepage .new-hp6 .new-hp-title{
  margin-bottom: 0;
}
.new_homepage .new-hp6 ul{
  margin-top: -20px;
}
@media(max-width:1367px){
  .new_homepage .new-hp5 .dosar-cat-slider figure{
    height: 600px;
  }
}
@media(max-width:1025px){
  .new_homepage .new-hp5 .dosar-cat-slider figure{
    height: auto;
  }
}
@media(max-width:850px){
  .new_homepage .slider figure{
    height: 344px;
  }
  .new_homepage .obsesii-cat-slider figure{
    height: 338px;
  }
  .new_homepage span.slick-arrow{
    top:150px;
  }
  .open-minds-listing .left h2{
    font-size: 15px;
    line-height: 16px;
  }
}
@media(max-width:767px){
  .new_homepage .new-hp-featured .preview-image{
    height: 220px;
  }
  .new_homepage .slider figure{
    height: 335px;
  }
  .new_homepage .new-hp5 .dosar-cat-slider li{
    width: 100%;
    padding: 10px 20px;
  }
  .new_homepage .new-hp5 .dosar-cat-slider li:first-of-type{
    padding-top: 0;
  }
  .new_homepage .hp-featured-block h2, .new_homepage .short-art-preview, .new_homepage .special-tag-excerpt,
  .new_homepage .entry-content {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 1.6;
    height: 123px;
  }
  .new_homepage .obsesii-cat-slider figure {
    height: 150px;
  }
  .new_homepage .obsesii-cat-slider span.slick-arrow{
    top:60px;
  }
  .new_homepage .new-hp5 .dosar-cat-slider ul.slick-dots{
    margin: 0;
  }
  .new_homepage .dosar-cat-slider .slick-dots li{
    width: auto;
    padding: 0 5px;
  }
}

.article-info-header .item{
  display: block;
  width: 100%;
}
.article-info-header .item.big-half{
  width: 60%;
  float: left;
}
.article-info-header .item.small-half{
  width: 40%;
  float: left;
  padding-left: 5px;
  border-left: 1px solid;
}
.article-info-header .item.small-half p{
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.article-info-header .item.small-half .sponsored-logo{
  margin-top: 20px;
  text-align: left;
}
.article-info-header .item.small-half .sponsored-logo p,
.article-info-header .item.small-half .sponsored-logo figure{
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
}
.article-info-header .item.small-half .sponsored-logo p{
  padding-bottom: 7px;
}
.article-info-header .item.small-half .sponsored-logo figure,
.article-info-header .item.small-half .sponsored-logo figure img{
  width: auto;
  height: auto;
  max-height: 60px;
  max-width: 200px;
}
@media(max-width:767px){
  .article-info-header .item.big-half,
  .article-info-header .item.small-half{
    width: 100%;
  }
  .article-info-header .item.small-half{
    padding-left: 0;
    border-left: 0;
    padding-top: 15px;
    text-align: center;
  }
}
/* responsive table fix */
@media(max-width:850px){
  .article-body article table{
    margin-bottom: 0;
    overflow: hidden;
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
    width: 100%!important;
    height: 100%!important;
    position: relative;
  }
  .article-body article .mCSB_container{
    margin: 0!important;
  }
  .article-body article .mCustomScrollbar .mCSB_scrollTools{
    width: 100%!important;
    background-color: #FBEFF9;
    bottom: -4px;
  }
  .article-body article .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: var(--whyz-magenta);
  }
  .article-body article .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    margin-bottom: 0!important;
  }
}
/* Article Newsletter Module */
.anm-container{
  position: fixed;
  display: inline-block;
  width: 420px;
  padding: 20px;
  background-color: var(--whyz-black);
  bottom: 0;
  right: -100%;
  text-align: center;
  z-index: 9999;
  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:#fff;
}
.anm-container p,
.anm-container h2{
  color:#fff;
}
.anm-container h2{
  font-size: 27px;
}
.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:var(--whyz-black);
  text-align: center;
  padding: 10px 15px;
  border:0px;
}
.anm-container .form input[type="submit"]{
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: var(--whyz-magenta);
  border-radius: 4px;
  transition: .3s;
  color: #fff;
}
.anm-container .form input[type="submit"]:hover{
  color:var(--whyz-magenta);
  background-color: #fff;
}
.anm-container .form .checkboxes{
  margin:10px 0;
  color:#fff;
}
.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;
}
.anm-container .form  .icheckbox:after{
  background-color: #fff;
}
.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: #fff;
  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;
}
@media(max-width:767px){
  .anm-container{
    width: 100%;
    right: 0;
    bottom:-100%;
  }
  .anm-container.show-anm{
    right: 0;
    bottom:0;
  }
  .anm-container h2{
    font-size: 25px;
  }
}
.new_homepage .hp-banner{
  background-color: #000;
  color: #fff;
  padding: 15px 0;
}
.new_homepage .hp-banner .flex-row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.new_homepage .hp-banner p,
.new_homepage .hp-banner h2{
  margin-bottom: 10px;
}
.new_homepage .hp-banner p.magenta{
  font-weight: bold;
  margin-bottom: 0;
}
.new_homepage .hp-banner .btn-magenta{
  color: #fff;
  border: 1px solid #C028B9;
  border-radius: 13px;
  background-color: #C028B9;
  padding: 4px;
  font-size: 16px;
  line-height: 18px;
  max-width: 205px;
  display: inline-block;
  text-align: center;
  transition: .4s;
}
.new_homepage .hp-banner .btn-magenta:hover{
  background-color: transparent;
}
@media(max-width:767px){
  .new_homepage .hp-banner .flex-row{
    flex-direction: column;
    text-align: center;
  }
  .new_homepage .hp-banner .btn-magenta{
    margin-top: 15px;
  }
}

.newsletter-inline {
	padding: 20px;
	background-color: var(--whyz-black);
	text-align: center;
}
.newsletter-inline .wpcf7 form input[type="email"] {
	width: 100%;
	font-size: 16px;
	color: var(--whyz-black);
	text-align: center;
	padding: 10px 15px;
	border: 0px;
}
.newsletter-inline form .icheckbox {
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background-color: transparent;
}
.newsletter-inline form .wpcf7-list-item-label {
	color: #fff;
}
.newsletter-inline form input[type="submit"] {
	width: 40%;
	padding: 10px;
	font-size: 16px;
	background-color: var(--whyz-magenta);
	border-radius: 4px;
	transition: .3s;
	color: #fff;
	-webkit-appearance: none;
	border: 0px;
	outline: none;
	box-shadow: unset;
	margin-left: 50px;
}
.newsletter-inline h3 {
	font-size: 27px;
	line-height: 42px;
	color: #ffffff;
}
.newsletter-inline form .form-item {
	margin-bottom: 8px;
}

/* ZYX - header update */

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

.hamburger-icon {
  width: 60px;
  height: 45px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  transform: scale(0.5);
}

.hamburger-icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #C028B9;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}


.hamburger-icon span:nth-child(1) {
  top: 0px;
}

.hamburger-icon span:nth-child(2),.hamburger-icon span:nth-child(3) {
  top: 18px;
}

.hamburger-icon span:nth-child(4) {
  top: 36px;
}

.hamburger-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hamburger-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

body {
  /* background: #000; */
  padding-top: 45px;
}

/*
.body-wrap {
  background: #fff;
} */

.zyx-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  z-index: 1;
  border-bottom: 1px solid #2E2E2E;
  z-index: 100;
  -ms-overflow-style: none;
  -webkit-scrollbar-width: none;
  -moz-scrollbar-width: none;
  -ms-scrollbar-width: none;
  scrollbar-width: none;
}

body.disable-sticky-menu .zyx-main {
  position: absolute;
}

.zyx-container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  /* padding: 0 20px; */
  display: flex;
  flex-direction: row;
}
.zyx-main-header {
  height: 64px;
}
.zyx-main-header .zyx-area-left,
.zyx-main-header .zyx-area-right {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.zyx-main-header .zyx-area-right {
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .zyx-main-header .zyx-area-left .zyx-header-menu,
  .zyx-main-header .zyx-area-right .zyx-header-menu {
    display: none;
  }
}

@media (max-width: 980px) {
  body.menu-open .zyx-area-center {
    display: none;
  }
  body.menu-open .zyx-main-header .zyx-area,
  body.menu-open .zyx-main-header .zyx-area {
    flex-grow: 0;
  } 
  body.menu-open .zyx-main-header .zyx-search-icon {
    display: none;
  }
  body.menu-open .zyx-main-header .zyx-area .zyx-header-menu {
    display: flex;
  }
  body.menu-open .zyx-main-header {
    flex-wrap: wrap;
    height: auto;
  }
}

@media (max-width: 640px) {
  .zyx-main-header .zyx-area {
    flex-basis: 100%;
  }
  .zyx-area .menu-icon {
    margin-right: auto;
  }
}

.zyx-main-header .zyx-area-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zyx-logo-wrapper {
  /* background: #000; */
  padding: 0 20px;
  max-width: 240px;
}

@media (max-width: 520px) {
  .zyx-logo-wrapper {
    padding: 0;
  }
  .zyx-logo-wrapper img {
    width: 130px;
  }
}

.zyx-logo-wrapper img {
  display: block;
}

.zyx-area-left .menu-icon {
  cursor: pointer;
  width: 64px; height: 64px;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .zyx-main {
  /* or 0E0E0E */
  background: #1D1D1B
}

.zyx-header-menu {
  font-family: 'Proxima-light';
  font-size: 16px;
  display: flex;
  flex-direction: row;
}

.zyx-header-menu li {
  padding: 0 15px;
}

.zyx-header-menu-hover a {
  position: relative;
  text-decoration: none;
  line-height: 20px;
}

.zyx-main-header .zyx-header-menu-hover a {
  font-family: 'Cera-bold';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}

.zyx-header-menu-hover a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #C027B9;
  bottom: -2px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .2s ease-in-out;
}

.zyx-header-menu-hover a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.zyx-search-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body.menu-open .zyx-supermenu {
  display: block;
}

.zyx-supermenu-overlay {
  position: absolute;
  height: calc(100vh - 64px);
  width: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
  transition: 0.2s;
}

body.menu-open .zyx-supermenu-overlay {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.35);
}

.zyx-supermenu {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #1D1D1B;
  display: none;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 10px -6px #000;
  max-height: calc(100vh - 64px);
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  -webkit-scrollbar-width: none;
  -moz-scrollbar-width: none;
  -ms-scrollbar-width: none;
  scrollbar-width: none;
}

@media (max-width: 640px) {
  .zyx-supermenu {
    max-height: none;
    overflow: unset;
  }
  .zyx-main {
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.zyx-supermenu .zyx-container {
  gap: 40px;
  padding: 0 90px;
  padding-bottom: 30px;
}

@media (max-width: 820px) {
  .zyx-supermenu .zyx-container {
    padding: 0 20px;
    padding-bottom: 30px;
  }
}

@media (max-width: 740px) {
  .zyx-supermenu .zyx-container {
    flex-direction: column;
  }
}

.zyx-supermenu-section {
  display: flex;
  flex-direction: column;
}

.zyx-supermenu-section .menu-obsesii-container,
.zyx-supermenu-section .menu-expanded-icons-container {
  height: 100%;
}

.zyx-nav-icons {
  margin-top: 68px;
}

.zyx-area-title {
  font-family: 'Cera-bold';
  font-size: 16px;
  text-transform: uppercase;
  color: #C027B9;
  margin: 20px 0;
}
@media (max-width: 740px) {
  .zyx-area-title {
    padding-top: 30px;
    border-top: 1px solid #3c3c3c;
  }
  .menu-obsesii-container {
    padding-bottom: 30px;
    border-bottom: 1px solid #3c3c3c;
  }
}


.zyx-obsesii-menu {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(auto, auto);
  list-style-type: none;
  padding: 0;
  height: 100%; /* keep only for desktop menu */
}

@media (max-width: 1280px) {
  .zyx-obsesii-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}

.zyx-icons-menu {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(auto, auto);
  list-style-type: none;
  padding: 0;
  height: 100%; /* keep only for desktop menu */
}

@media (max-width: 1024px) {
  .zyx-icons-menu {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 740px) {
  .zyx-nav-icons {
    margin-top: 0px;
  }
  .zyx-icons-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .zyx-icons-menu {
    grid-template-columns: repeat(1, 1fr);
  }
  .zyx-icons-menu li:last-child {
    margin-bottom: 120px;
  }
}

.zyx-icons-menu li {
  display: flex;
  align-items: center;
}

.zyx-icons-menu .icon-wrapper {
  width: 54px; height: 54px;
  border-radius: 8px;
  border: 1px solid #D32BCB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.zyx-icons-menu .supermenu-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.zyx-icons-menu a.no-hover {
  flex-shrink: 0;
}

.zyx-icons-menu a.no-hover:before {
  display: none;
}

.zyx-supermenu-search {
  display: none;
}

.zyx-supermenu-search section.search {
  position: absolute;
  top: 0;
  right: 64px;
  height: 64px;
  width: 280px;
}

@media (max-width: 980px) {
  .zyx-supermenu-search section.search {
    width: calc(100vw - 128px);
  }
}

.zyx-supermenu-search input[type="search"] {
  padding: 12px 22px;
  border-radius: 40px;
  margin-top: 10px;
  background: #000;
  color: #fff;
}

.zyx-supermenu-search #searchsubmit {
  background-color: #000;
  background-image: url(assets/img/icons/icon-enter.svg);
  top: 22px;
  right: 20px;
}
