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;
}
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, :before, :after {
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	-webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smooth: always;
}
html, body {
    overflow-x: hidden;
}
html {
	-ms-overflow-style: scrollbar;
	-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: 18px/28px 'Red Hat Text', arial, sans-serif;
  font-weight:400;
  color: #272727;
  background: #FFF;
	padding-top: 140px;
}
img, iframe {
	max-width: 100%;
	height: auto;
}
img.size-portrait-thumbnail {
	width:auto;
	max-width:unset;
}
iframe{
	min-height:350px;
}
i:not([class]), em, cite, dfn {
	font-style: italic;
}
section ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
nav ul, nav ol {
  margin: 0;
  list-style: none;
}
a:focus{
	outline: none;
}
@media(max-width:1367px){
	body{
		padding-top: 119px;
	}
}
@media(max-width:1025px){
	body{
		padding-top: 111px;
	}
}
@media(max-width:1000px){
	body{
		padding-top: 144px;
	}
}
@media(max-width:767px){
	body{
		padding-top: 185px;
	}
}
@media only screen and (max-width: 840px) {
	table {
	margin-bottom: 0;
	overflow: hidden;
	overflow-x: scroll;
	display: block;
	white-space: nowrap;
	}
}
/* WordPress Core */
.alignnone {
  margin: 5px 20px 5px 0;
}
.aligncenter,
div.aligncenter  {
  display: block;
  margin: 30px auto 40px auto;
}
div.aligncenter{
	width: 90%!important;
	margin: 0 auto;
	padding:10px;
}
div.aligncenter img{
	width: 100%;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 100%;
  text-align: left;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
	border-radius: 4px;
}
.wp-caption p.wp-caption-text,
.wp-block-image figcaption{
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 0 4px 5px;
	font-style: italic;
	color:inherit;
	margin:0px;
}
.full-width {
	width:100%;
	overflow:hidden;
}
q, blockquote{
	position: relative;
	font-size: 20px;
	position: relative;
	line-height: 30px;
}
body.search-results .navigation .nav-links{
	display: block;
  overflow: hidden;
  width: 100%;
}
body.search-results .nav-links .page-numbers svg {
	display:none;
}
body.search-results .nav-links span.nav-next-text,
body.search-results .nav-links span.nav-prev-text{
  visibility: hidden;
  display:inline-block;
  max-width:110px;
  width:100%;
  vertical-align: bottom;
  font-size:14px;
}
body.search-results .nav-links span.nav-prev-text {
	max-width:60px;
	height:24px;
}
body.search-results .nav-links span.nav-prev-text::before {
  content: "« Înapoi";
  visibility: visible;
  display:inline-block;
}
body.search-results .nav-links span.nav-next-text::after {
  content: "Mai departe »";
  visibility: visible;
  display:inline-block;
}
.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. */
}
html.js, html.no-js, html {
    margin-top: 0 !important;
}
body.single .wp-block-image figure img,
body.single .wp-block-image figure,
body.single .wp-block-image,
body.single .wp-block-media-text {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
/*Fonts */
.semibold{
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6, p, li
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
article h1 a, article h2 a, article h3 a, article h4 a, article h5 a, article h6 a, article p, article li  {
	margin-bottom: 20px;
  text-rendering: optimizeLegibility;
	font-family: 'Red Hat Text';
}
h1, .main-title {
	font-size: 56px;
	line-height: 60px;
}
h2 {
	font-size: 36px;
	line-height:46px;
}
h3, .preview-title, .preview-title > a {
	font-size: 26px;
	line-height:36px;
}
.preview-title, .preview-title > a{
	font-weight: 400;
}
h4{
	font-size: 22px;
	line-height:30px;
}
h5, h6 {
	font-size: 20px;
}
p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}
h1 a, h2 a, h3 a{
	text-decoration:none;
	font-weight: 600;
	transition: .4s;
}
h1 a:hover, h2 a:hover, h3 a:hover{
	color: var(--aleg-purple);
	text-transform: underline;
}
article h1 {
	padding:20px 0px;
	margin:0px;
}
article ul li,
article ol li,
article p {
	word-break: break-word;
}
article table tr:first-child{
	background:#d5d5d5!important;
}
article table tr:nth-child(odd){
	background:#f9f7f6;
}
article table tr:nth-child(even){
	background:#fff;
}
article a {
	color: #272727;
}
article a:hover {
	color: var(--aleg-purple);
}
span {
  display: inline;
}
a {
  cursor: pointer;
	color:inherit;
	transition: .4s;
}
a:hover{
	color:var(--aleg-purple);
}
.b-purple a:hover{
	color:var(--aleg-pink);
}
a:not([class]):focus {
  outline: none;
	box-shadow: none;
}
ul, ol {
  margin: 0;
	padding: 0;
	list-style: none;
}
b, strong, th, legend {
	font-weight: 600;
}
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: inherit;
  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;
}
figcaption {
  font-size:15px;
}
legend {
	margin-bottom: 5px;
}
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;
}
.wysiwyg ul, ol {
  margin: 0 0 25px 20px;
}
.wysiwyg ol {
	list-style: decimal;
}
.wysiwyg ul {
	list-style: disc;
}
.wysiwyg li::marker{
  color: var(--aleg-purple);
}
@media(max-width:1700px){
	h1, .main-title {
		font-size: 46px;
		line-height: 50px;
	}
	h2 {
		font-size: 29px;
		line-height:39px;
	}
	h3, .preview-title, .preview-title > a {
		font-size: 24px;
		line-height:34px;
	}
	h4{
		font-size: 20px;
		line-height:22px;
	}
	h5, h6 {
		font-size: 18px;
	}
	body, article li, article p, article a, li, p, a{
		font-size: 16px;
		line-height: 24px;
	}
}
@media(max-width:1401px){
	body, article li, article p, article a, li, p, a{
		font-size: 14px;
		line-height: 22px;
	}
	h1, .main-title {
		font-size: 40px;
		line-height: 46px;
	}
	h2 {
		font-size: 28px;
		line-height:36px;
	}
}
@media(max-width:1025px){
	.preview-title, .preview-title > a  {
		font-size: 22px;
		line-height:32px;
	}
}
@media(max-width:1000px){
	h1, .main-title {
		font-size: 30px;
		line-height: 36px;
	}
	h2{
		font-size: 26px;
		line-height: 36px;
	}
	h3{
		font-size: 22px;
		line-height: 32px;
	}
	.preview-title, .preview-title > a  {
		font-size: 21px;
		line-height:31px;
	}
}
@media(max-width:767px){
	h1, .main-title {
		font-size: 28px;
		line-height: 38px;
	}
	.main-title br{
		display: none;
	}
	h2, .preview-title, .preview-title > a{
		font-size: 22px;
		line-height:32px;
	}
	h3 {
		font-size: 20px;
		line-height:30px;
	}
	h4{
		font-size: 18px;
		line-height:26px;
	}
}
/* Form */
label {
	display: block;
	cursor: pointer;
	position: relative;
	margin-bottom: 5px;
}
span.wpcf7-list-item-label{
	cursor: pointer;
	padding-left: 20px;
	display: inline-block;
}
form .item:not(.terms-item) label{
	cursor: none;
}
form .item:not(.terms-item) br{
	display: none;
}
input:not([type="submit"]), textarea{
	display: block;
	width: 100%;
	padding: 8px 10px;
	font-size: 16px;
	border-radius: 6px;
}
button, input, textarea {
  font-family: inherit;
  line-height: normal;
	margin: 0;
	margin-bottom: 10px;
	border:0;
}
textarea {
	height: 140px;
	resize: none;
}
[type="submit"], [type="reset"], [type="button"],
[type="text"], [type="email"], [type="tel"], [type="search"],
button {
	border-radius: 0;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
}
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;
}
[hidden] {
	display: none;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
div.wpcf7 .ajax-loader{
  display: none!important;
}
 span.wpcf7-list-item{
  margin: 0;
	position: relative;
}
.wpcf7-not-valid-tip{
  font-size: 12px;
	color:#ff0000;
	line-height: 16px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
  border: none;
  font-size: 14px;
  padding: 0;
  margin:5px 0;
  line-height: 18px;
}
.wpcf7 form.invalid .wpcf7-response-output{
	color:#ff0000;
	margin-top: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
	color:#41ee6e;
}
.icheckbox {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  background: #fff;
  top:6px;
  margin-right: 5px;
  cursor: pointer;
	border-radius: 50%;
}
.icheckbox:after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:7px;
  height:7px;
  background:var(--aleg-purple);
  -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;
  border-radius: 50%;
  opacity:0;
}
.icheckbox.checked:after{
  opacity:1;
}
.b-purple .icheckbox:after{
	background:var(--aleg-red);
}
form .item.full-item.terms-item{
	margin-top: 5px;
	margin-bottom: 20px;
}
form .wpcf7-spinner{
	display: none;
}
form p:last-of-type{
	margin-bottom: 0;
}
input:focus, textarea:focus, select:focus{
    outline: none;
}
input[type="submit"]{
	background-color: transparent;
	color: #fff;
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	font-weight: 500;
	padding: 16px 30px;
	font-size: 16px;
	line-height: 18px;
	padding-right: 58px;
}
div.send-arrow{
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
	padding: 0;
}
div.send-arrow svg{
	display: inline-block;
  vertical-align: middle;
  width: 13px;
  margin-left: 0;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 30px;
}
div.send-arrow.red-btn-wh:hover input[type="submit"]{
	color:var(--aleg-purple);
}
@media(max-width:850px){
	form .item.terms-item, textarea, input{
		margin:0;
	}
	form .item.terms-item span, form .item.terms-item a{
		font-size: 12px;
		line-height: 14px;
	}
	.icheckbox{
		top:0;
		transform: unset;
	}
	form .item.full-item.terms-item{
		margin-bottom: 10px;
	}
}
@media(max-width:767px){
	.icheckbox{
		top:0px;
	}
	span.wpcf7-list-item-label{
		padding-left: 18px;
	}
}
/* Vars */
:root{
  --aleg-purple:#5E589E;
  --aleg-pink: #FCD6B4;
  --aleg-white:#fff;
  --aleg-red:#F94644;
}
.purple{
  color: var(--aleg-purple);
}
.pink{
  color:var(--aleg-pink);
}
.red{
  color:var(--aleg-red)
}
.b-purple{
  background-color:var(--aleg-purple);
}
.b-pink{
  background-color:var(--aleg-pink);
}
.b-red{
  background-color: var(--aleg-red);
}
.v-align{
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.h-align{
	text-align:center;
}
.overlay, .right_before, .left_before{
	position: relative;
}
.right_before:before{
	display: block;
  content:'';
  position: absolute;
  top:50%;
  right: 0;
  width: 50%;
	height: 45%;
  border-top-left-radius: 260px;
  border-bottom-left-radius: 260px;
}
.left_before:before{
	display: block;
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 70%;
	height: 50%;
  border-top-right-radius: 260px;
  border-bottom-right-radius: 260px;
	background-color: var(--aleg-pink);
}
.overlay:after{
	position: absolute;
	content: '';
	display: block;
	top:0;
	left: 0;
	right: 0;
	bottom:0;
	width: 100%;
	height: 100%;
	background-color: rgba(94, 88, 158, 0.3);
	z-index: 1;
}
main section{
	padding: 20px 0;
}
main{
	padding: 60px 0;
}
.clear:after,
.clear:before,
.row:after,
.row:before{
	clear:both;
	display:block;
	content:'';
}
.row {
	display: flex;
	flex-direction: row;
}
.row > .item{
	flex: 1 1 50%;
	padding: 0 10px;
	position: relative;
}
.row > .item > .row{
	display: block;
}
.row > .item:first-of-type{
	padding-left: 0;
}
.row > .item:last-of-type{
	padding-right: 0;
}
.row > .item.full-item{
	flex: 1;
}
.row > .item.item-25{
	flex: 1 1 25%;
}
.row > .item.item-18{
	flex: 1 1 18%;
}
.row > .item.item-82{
	flex: 1 1 82%;
}
.row > .item.item-75{
	flex: 1 1 75%;
}
.row > .item.item-40{
	flex: 1 1 40%;
}
.row > .item.item-60{
	flex: 1 1 60%;
}
.row > .item.item-35{
	flex: 1 1 35%;
}
.row > .item.item-65{
	flex: 1 1 65%;
}
.background {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.container,
.inner-container{
	width:100%;
	max-width:80%;
	padding:0px 20px;
	margin:0 auto;
	display:block;
	position:relative;
}
.container:before,
.container:after{
	content:"";
	display:block;
	clear:both;
}
.img-abs{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top:0;
	left: 0;
	right: 0;
	bottom:0;
}
.btn{
  display: inline-block;
  padding: 16px 30px;
  border-radius: 180px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  transition: .4s;
	font-weight: 500;
  position: relative;
}
.btn svg{
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	margin-left: 10px;
}
.white-btn,
.red-btn-wh:hover{
	background-color:#fff;
	color:var(--aleg-purple);
}
.white-btn:hover{
	background-color: var(--aleg-pink);
}
.red-btn-ph:hover,
.purple-btn{
	background-color:var(--aleg-purple);
	color:#fff;
}
.purple-btn:hover,
.red-btn-ph,
.red-btn-wh{
	background-color:var(--aleg-red);
	color:#fff;
}
.white-btn svg path,
.red-btn-wh:hover svg path{
	fill:var(--aleg-purple);
}
.purple-btn svg path,
.red-btn-ph svg path,
.red-btn-wh svg path{
	fill:#fff;
}
.read-more{
	color:var(--aleg-purple);
	padding: 2px 0;
}
.read-more:after{
	display: block;
	content:'';
	position: absolute;
	bottom: 0px;
	height: 1px;
	width: 100%;
	left: 0;
	background-color:var(--aleg-purple);
}
.read-more svg path{
	fill:var(--aleg-purple);
}
.read-more:hover{
	color:var(--aleg-red);
}
.read-more:hover:after{
	background-color:var(--aleg-red);
}
.read-more:hover svg path{
	fill:var(--aleg-red);
}
.b-purple .wysiwyg li, .b-purple .wysiwyg li::marker{
	color:var(--aleg-pink);
	font-weight: 600;
	margin-bottom: 5pt;
}
@media(max-width:1700px){
	.btn{
		font-size: 16px;
		line-height: 24px;
	}
}
@media(max-width:1367px){
	.container, .inner-container{
		max-width: 85%;
	}
	.btn{
		font-size: 14px;
		line-height: 22px;
	}
}
@media(max-width:1025px){
	.container, .inner-container{
		max-width: 90%;
	}
}
@media(max-width:992px){
	.container, .inner-container{
		max-width: 100%;
	}
	.inner-container{
		padding: 0;
	}
}
@media(max-width:850px){
	main{
		padding: 20px 0;
	}
	.row {
		flex-direction: column;
	}
	.row > .item,
	.row > .item.item-25, .row > .item.item-75, .row > .item.item-40, .row > .item.item-60, .row > .item.item-18, .row > .item.item-82,
	.row > .item.item-35, .row > .item.item-65{
		flex: 1;
		padding: 10px 0px;
	}
}
@media(max-width:767px){
	main{
		padding: 20px 0;
	}
}
/* Template Parts and General Structures*/
.social-media li{
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}
.social-media li:first-of-type{
	padding-left: 0;
}
.social-media li:last-of-type{
	padding-right: 0;
}
.social-media li svg{
	width: 40px;
	height: 40px;
}
.social-media li svg path{
	transition: .4s;
}
/*--*/
.info-banner{
	position: relative;
	padding: 80px 0;
	text-align: center;
	color:#fff;
	background-color: var(--aleg-purple);
}
.info-banner .container{
	z-index: 2;
}
.info-banner h1{
	margin-bottom: 62px;
	position: relative;
}
.info-banner h1:after{
	position: absolute;
  bottom: -31px;
  width: 100px;
  height: 2px;
  content: '';
  display: block;
  margin: 0 auto;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.info-banner h2{
	font-size: 46px;
	line-height: 56px;
}
.info-banner h2,
.info-banner p{
	width: 100%;
	max-width: 70%;
	margin: 0 auto;
}
@media(max-width:1700px){
	.info-banner h2{
		font-size: 36px;
		line-height: 46px;
	}
}
@media(max-width:1441px){
	.info-banner h2,
	.info-banner p{
		max-width: 80%;
	}
	.info-banner h2{
		font-size: 30px;
		line-height: 40px;
	}
}
@media(max-width:1025px){
	.info-banner{
		padding: 60px 0;
	}
	.info-banner h2,
	.info-banner p{
		max-width: 90%;
	}
	.info-banner h2{
		font-size: 26px;
		line-height: 36px;
	}
}
@media(max-width:1000px){
	.info-banner{
		padding: 40px 0;
	}
	.info-banner h2,
	.info-banner p{
		max-width: 100%;
	}
	.info-banner h2{
		font-size: 20px;
		line-height: 30px;
	}
}
/*---*/
.fig-text-sides .main-title{
	margin-bottom: 60px;
}
.fig-text-sides .row{
	padding-bottom: 60px;
	justify-content: center;
	align-items: flex-start;
}
.fig-text-sides .row:last-of-type{
	padding-bottom: 0;
}
.fig-text-sides .item.fig-item figure{
	position: relative;
	padding: 15px;
	padding-bottom: 60px;
	display: inline-block;
}
.fig-text-sides .item.fig-item figure:after{
	position: absolute;
	content:'';
	display: block;
	background-color: var(--aleg-pink);
	width: 78%;
	height: 100%;
	left: 0;
	top:-10px;
	border-radius: 8px;
	z-index: -1;
}
.fig-text-sides .row:nth-child(even) .item.text-item{
	order: 1;
	padding-left: 0;
	padding-right: 10px;
}
.fig-text-sides .row:nth-child(even) .item.fig-item{
	order:2;
	text-align: right;
	padding-right: 0;
  padding-left: 10px;
}
.fig-text-sides .row:nth-child(even) .item.fig-item figure:after{
	left: unset;
	right: 0;
}
@media(max-width:850px){
	.fig-text-sides .row > .item.item-75,
	.fig-text-sides .row > .item.item-25{
		flex: 1;
	}
	.fig-text-sides .row{
		padding-bottom: 20px;
	}
	.fig-text-sides .row:nth-child(even) .item.fig-item{
		order:1;
	}
	.fig-text-sides .row:nth-child(even) .item.text-item{
		order: 2;
	}
	.fig-text-sides .row{
		text-align: center;
		align-items: center;
	}
}
@media(max-width:767px){
	.fig-text-sides .row{
		padding-bottom: 0px;
	}
	.fig-text-sides img{
		height: 130px;
		width: auto;
	}
	.fig-text-sides .item.fig-item figure{
		padding-bottom: 40px;
	}
}
/*---*/
.header-banner{
	position: relative;
	color:#fff;
	overflow: hidden;
}
.header-banner .row .item{
	padding:80px 0;
}
.header-banner .item-40:before{
	position: absolute;
	content: '';
	display: block;
	width: 1220px;
	height: 1220px;
	background-color: var(--aleg-purple);
	border-radius: 50%;
	top: 50%;
	left: -475px;
	transform: translateY(-50%);
	z-index: 1;
	-webkit-box-shadow: 7px 0px 22px 2px rgba(0,0,0,0.33);
	box-shadow: 7px 0px 22px 2px rgba(0,0,0,0.33);
}
.header-banner .item.item-60{
	margin-right: -20%;
	flex: 1 1 80%;
}
.header-banner .row .item h1,
.header-banner .row .item p{
	z-index: 2;
	position: relative;
}
.header-banner .row .item.item-40 p:last-of-type{
	margin-bottom: 0;
}
body.category .header-banner .item.item-60:after{
	background-color: var(--aleg-purple);
	display: block;
	content:'';
	position: absolute;
	top:0; left:0; right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	mix-blend-mode: color;
}
@media(min-width:2200px){
	.header-banner .item-40:before{
		width: 1440px;
	}
}
@media(max-width:1700px){
	.header-banner .item-40:before{
		left: -630px;
	}
}
@media(max-width:1367px){
	.header-banner .item-40:before{
		left: -685px;
	}
}
@media(max-width:1025px){
	.header-banner .item-40:before{
		left: -820px;
	}
}
@media (max-width: 850px){
	.header-banner .row {
	    flex-direction: row;
	}
	.header-banner .row .item{
			padding: 40px 0;
	}
	.header-banner .row .item.item-40{
		flex: 1 1 60%;
	}
	.header-banner .row .item.item-60{
		flex: 1 1 80%;
	}
	.header-banner .item-40:before {
    left: -788px;
	}
}
@media(max-width:767px){
	.header-banner .row {
			flex-direction: column;
	}
	.header-banner .row .item{
		padding: 20px 0;
	}
	.header-banner .row .item.item-40,
	.header-banner .row .item.item-60{
		flex: 1;
		text-align: center;
	}
	.header-banner .row .item.item-40:before{
		display: none;
	}
	.header-banner .row .item.item-60{
		position: static;
		padding: 0;
	}
	body.category .header-banner .item.item-60:after{
		mix-blend-mode: unset;
		opacity: 0.8;
	}
}
/*---*/
.page-header{
	padding-bottom: 40px;
}
section.search{
	position: relative;
	display: inline-block;
	padding: 0;
}
.search input{
  font-size: 14px;
  padding: 5px 10px;
  display: inline;
  width: auto;
  margin-bottom: 0;
  border:0!important;
}
.search input[type="search"]{
  min-width: 220px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  padding-right: 30px;
	background-color: #fff;
	box-sizing: border-box;
}
.search input[type="search"]::placeholder{
  font-style: italic;
	color:#7B809D;
}
#searchsubmit{
  background-color: var(--aleg-purple);
  border-radius: 50%;
  position: absolute;
  right: 0;
  height: 29px;
  top: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  transition: .4s;
}
#searchsubmit svg{
	width: 19px;
	height: 14px;
}
#searchsubmit svg path{
  fill:var(--aleg-pink);
}
#searchsubmit:hover{
  background-color: var(--aleg-red);
}
.aside-search .search {
	width: 100%;
}
.aside-search input[type="search"]{
	border:2px solid var(--aleg-purple)!important;
	width: 100%;
	padding: 19px 25px;
}
.aside-search input[type="search"]::placeholder{
	color:var(--aleg-purple);
	font-size: 20px;
	font-weight: 400;
}
.aside-search #searchsubmit{
	right: -1px;
  height: 60px;
}
.aside-search #searchsubmit svg {
	width: 62px;
	height: 35px;
}
@media(max-width:1400px){
	.aside-search input[type="search"]{
		width: 100%;
		padding: 16px 25px;
	}
	.aside-search input[type="search"]::placeholder{
		font-size: 16px;
		font-weight: 400;
	}
	.aside-search #searchsubmit{
		width: 53px;
		height: 53px;
	}
	.aside-search #searchsubmit svg{
		height: 27px;
	}
}
@media(max-width:1025px){
	.aside-search input[type="search"]{
		padding: 10px;
		padding-right: 40px;
	}
	.aside-search #searchsubmit {
    width: 41px;
    height: 41px;
	}
	.aside-search #searchsubmit svg{
		height: 21px;
	}
}
@media(max-width:767px){
	input[type="search"]{
		font-size: 16px;
		line-height: 18px;
	}
	.aside-search #searchsubmit{
		top:1px;
		display: flex;
		width: 43px;
		height: 43px;
	}
}
/*----*/
.form-w-figure{
	padding: 60px 0;
}
.form-w-figure .row{
	justify-content: center;
	align-items: center;
	color:#fff;
}
.form-w-figure .row .item.item-40{
	text-align: right;
}
.form-w-figure .form-title{
	font-size: 40px;
	line-height: 50px;
}
@media(max-width:1700px){
	.form-w-figure .row img{
		height: 325px;
		width: auto;
	}
	.form-w-figure .form-title {
    font-size: 33px;
    line-height: 43px;
	}
}
@media(max-width:1441px){
	.form-w-figure .form-title {
    font-size: 28px;
    line-height: 38px;
	}
}
@media(max-width:1367px){
	.form-w-figure .row img {
    height: 305px;
	}
}
@media(max-width:1281px){
	.form-w-figure .form-title br{
		display: none;
	}
}
@media(max-width:850px){
	.form-w-figure{
		padding: 20px 0;
	}
	.form-w-figure .row{
		align-items: flex-start;
		text-align: center;
	}
	.form-w-figure .row .item{
		width: 100%;
	}
	.form-w-figure .row form .row{
		flex-direction: row;
	}
	.form-w-figure .row form .item{
		padding:0 10px;
	}
	.form-w-figure .row .item.item-40{
		text-align: center;
		order: 1;
	}
	.form-w-figure .row img {
    height: 200px;
	}
	.form-w-figure .row .item.item-60{
		order: 2;
	}
}
@media(max-width:767px){
	.form-w-figure .form-title {
    font-size: 20px;
    line-height: 30px;
	}
	.form-w-figure .row img {
    height: 140px;
	}
	.form-w-figure .row form .row{
		flex-direction: column;
	}
	.form-w-figure .row form .item{
		padding: 10px 0 0;
	}
	.form-w-figure .row input:not([type="submit"]){
		margin-bottom: 10px;
	}
}
/*----*/
.text-fig-box ul {
	margin-left: -20px;
	margin-right: -20px;
	padding:40px 0;
	text-align: center;
}
.text-fig-box li{
	display: inline-block;
	float: left;
	padding: 20px;
	width: 100%;
	vertical-align: top;
}
.text-fig-box h4{
	margin-bottom: 5px;
	margin-top: 40px;
}
.text-fig-box h4 > a{
	text-decoration: none;
	line-height: inherit;
}
.text-fig-box h4 > a:hover{
	text-decoration: underline;
}
.text-fig-box hr{
	height: 2pt;
	margin-top: 100px;
	background-color: var(--aleg-purple);
}
@media(max-width:1700px){
	.text-fig-box img{
		height: 120px;
		width: auto;
	}
}
@media(max-width:1367px){
	.text-fig-box img {
    height: 113px;
	}
	.text-fig-box hr{
		margin-top: 50px;
	}
}
@media(max-width:850px){
	.text-fig-box li{
		max-width: 49%!important;
		float: unset;
	}
}
@media(max-width:767px){
	.text-fig-box ul{
		padding: 20px 0;
	}
	.text-fig-box li{
		max-width: 100%!important;
	}
	.text-fig-box h4{
		margin-top: 20px;
		line-height: 22px;
	}
	.text-fig-box img {
    height: 80px;
	}
	.text-fig-box hr{
		margin-top: 0;
	}
}
/*--*/
.text-side{
	padding: 60px 0;
	position: relative;
}
@media(max-width:767px){
	.text-side{
		padding: 40px 0;
	}
	.text-side .item.item-40{
		display: none;
	}
}
/*---*/
.half-text-half-icon{
	color:#fff;
	padding: 0;
	overflow: hidden;
}
.half-text-half-icon .row{
	align-items: center;
}
.half-text-half-icon .item{
	padding: 60px 0;
}
.half-text-half-icon .item-60{
	padding-left: 100px;
}
.half-text-half-icon .item-60 figure{
	position: relative;
	z-index: 2;
	text-align: right;
}
.half-text-half-icon.right_before:before{
	height: 100%;
	background-color: var(--aleg-pink);
	top: 0;
	width: 55%;
	border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
}
@media(max-width:850px){
	.half-text-half-icon .row > .item.item-60{
		order:1;
		background-color: var(--aleg-pink);
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px);
		padding: 40px;
	}
	.half-text-half-icon .item-40{
		order: 2;
	}
	.half-text-half-icon.right_before:before{
		display: none;
	}
}
@media(max-width:767px){
	.half-text-half-icon .row > .item.item-60{
		padding: 10px;
	}
}
/*---*/
.ws-navigation{
	text-align: center;
}
.ws-navigation li{
	display: inline-block;
	padding: 5px 10px;
}
.ws-navigation li a{
	text-decoration: none;
	font-size: 26px;
	line-height: 30px;
	position: relative;
}
.ws-navigation li.active a{
	width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
}
.ws-navigation li.active a:before{
	display: block;
	content:'';
	position: absolute;
	top:50%;
	left: 50%;
	border-radius: 50%;
	transform:translate(-50%, -50%);
	background-color: var(--aleg-pink);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.ws-navigation svg{
	width: 15px;
	vertical-align: sub;
}
.ws-navigation svg path{
	fill:#272727;
	transition: .4s;
}
.ws-navigation li.previous svg{
	transform:rotate(-180deg);
}
.ws-navigation li.next{
	margin-left: 20px;
}
.ws-navigation li.previous{
	margin-right: 20px;
}
.ws-navigation li.next a:hover svg path,
.ws-navigation li.previous a:hover svg path{
	fill:var(--aleg-purple);
}
@media(max-width:1700px){
	.ws-navigation li a{
		font-size: 20px;
		line-height: 22px;
	}
	.ws-navigation svg{
		width: 12px;
	}
}
@media(max-width:1025px){
	.ws-navigation li a{
		font-size: 16px;
		line-height: 18px;
	}
	.ws-navigation svg{
		vertical-align: middle;
	}
}
@media(max-width:767px){
	.ws-navigation li.active a{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.ws-navigation svg{
		width: 10px;
	}
}
/*----*/
.post-preview-portrait .inner{
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
}
.post-preview-portrait .inner figure{
	position: relative;
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
}
.post-preview-portrait .inner h2{
	min-height: 120px;
	font-size: 26px;
	line-height: 36px;
}
.post-preview-portrait .inner h2 > a:hover{
	text-decoration: underline;
}
.post-preview-portrait .overlay:after{
	background: #5e589e;
	mix-blend-mode: color;
	transition: .4s;
}
.post-preview-portrait a.figure-a:hover .overlay:after{
	opacity: 0;
}
.post-preview-portrait .inner img,
.post-preview-portrait .inner .overlay:after{
	border-radius: 5px;
}
@media(max-width:1700px){
	.post-preview-portrait .inner figure{
		height: 260px;
	}
}
@media(max-width:1441px){
	.post-preview-portrait .inner figure{
		height: 220px;
	}
	.post-preview-portrait .inner h2 {
    min-height: 100px;
	}
	.post-preview-portrait .inner h2, .post-preview-portrait .inner h2 > a {
		font-size: 21px;
		line-height: 30px;
	}
}
@media(max-width:1281px){
	.post-preview-portrait .inner figure{
		height: 180px;
	}
	.post-preview-portrait .inner h2, .post-preview-portrait .inner h2 > a{
		font-size: 18px;
		line-height: 26px;
	}
	.post-preview-portrait .inner h2 {
    min-height: 80px;
	}
}
@media(max-width: 767px){
	.post-preview-portrait .inner h2{
		min-height: auto;
		line-height: 24px;
	}
	.post-preview-portrait .inner h2 > a{
		font-size: 20px;
		line-height: 30px;
	}
}
/*---*/
.post-preview-landscape .inner{
	-webkit-box-shadow: 0px 3px 11px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 11px 3px rgba(0,0,0,0.2);
	padding: 30px;
	position: relative;
	border-radius: 5px;
}
.post-preview-landscape .row{
	margin-top:60px;
}
.post-preview-landscape figure{
	width: 100%;
	position: relative;
	height: 300px;
	border-radius: 8px;
}
.post-preview-landscape .overlay:after{
	background: #5e589e;
	mix-blend-mode: color;
	transition: .4s;
}
.post-preview-landscape figure img{
	border-radius: 5px;
}
.post-preview-landscape .date{
	position: absolute;
	top:20px;
	padding: 5px 30px;
	padding-right: 60px;
	font-size: 14px;
	border-top-right-radius: 26px;
	border-bottom-right-radius: 26px;
	background-color: var(--aleg-pink);
	left: 0;
}
.post-preview-landscape .preview-title,
.post-preview-landscape .preview-title a{
	font-weight: 600;
}
.post-preview-landscape h2 a:hover{
	text-decoration: underline;
}
.post-preview-landscape .figure-a:hover .overlay:after{
	opacity: 0;
}
@media(max-width:1700px){
	.post-preview-landscape figure{
		height: 240px;
	}
}
@media(max-width:850px){
	.post-preview-landscape .row {
    margin-top: 35px;
	}
}
@media(max-width:767px){
	.post-preview-landscape .inner{
		padding: 20px;
	}
}
.post-preview-story .inner {
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.post-preview-story .inner:after{
	display: block;
	content: '';
	background-image: url('../img/quote.png');
	background-size: cover;
	width: 261px;
	height: 200px;
	position: absolute;
	bottom: 15px;
	right: -37px;
	z-index: -1;
}
.post-preview-story figure{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.post-preview-story figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.post-preview-story .inner .btn{
	position: relative;
	z-index: 3;
}
.post-preview-story .clear{
	position: relative;
	margin-bottom: 20px;
}
.post-preview-story .clear.no-author-image{
	margin: 20px 0 50px;
}
.post-preview-story .author-name{
	position: absolute;
	right: -30px;
	top:50%;
	transform:translateY(-50%);
	padding: 10px 40px;
	border-top-left-radius: 26px;
	border-bottom-left-radius: 26px;
	font-size: 14px;
	line-height: 16px;
}
/*---*/
.grid-articles{
	padding: 60px 0;
	text-align: left;
}
.grid-articles .post-preview-portrait{
	display: inline-block;
	width: 33.3%;
	float: left;
	padding: 10px;
}
.grid-articles .inner{
	-webkit-box-shadow: 0px 3px 11px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 11px 3px rgba(0,0,0,0.2);
	padding: 30px;
}
.grid-articles .btn{
	margin-top: 40px;
}
.grid-articles .inner .btn{
	margin-top: 20px;
}
@media(max-width:1367px){
	.grid-articles .inner .btn{
		margin-top: 10px;
	}
}
@media(max-width:1025px){
	.grid-articles .inner{
		padding: 25px;
	}
}
@media(max-width:850px){
	.grid-articles.left_before:before{
		width: 90%;
	}
	.grid-articles .clear{
		text-align: center;
	}
	.grid-articles .post-preview-portrait{
		width: 49%;
		float: unset;
		text-align: left;
	}
}
@media(max-width:767px){
	.grid-articles{
		padding: 40px 0;
	}
	.grid-articles.left_before:before{
		height: 15%;
	}
	.grid-articles .post-preview-portrait{
		width: 100%;
	}
	.grid-articles.left_before:before{
		width: 99%;
	}
}
/*---*/
.content-area{
	padding: 80px 0;
}
.content-area .listing{
	display: inline-block;
	width: 65%;
	float: left;
	padding-right: 20px;
}
.content-area .main-aside{
	display: inline-block;
	width: 35%;
	float: left;
	padding-left: 170px;
	text-align: right;
}
.content-area .aside-fb-pages > div{
	margin-bottom: 80px;
	display: block;
}
.content-area .aside-fb-pages > div:last-of-type{
	margin-bottom: 0;
}
@media(max-width:1700px){
	.content-area .main-aside{
		padding-left: 100px;
	}
}
@media(max-width:1025px){
	.content-area .main-aside{
		padding-left: 40px;
	}
}
@media(max-width: 850px){
	.content-area .main-aside{
		padding-left: 0;
		padding-top: 40px;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.content-area .aside-search{
		order: 1;
		flex: 1 1 100%;
	}
	.content-area .latest-news, .content-area .all_cats{
		flex:  1 1 50%;
	}
	.content-area .latest-news{
		order: 2;
	}
	.content-area .all_cats{
		order: 3;
		padding-left: 40px;
		padding-top: 20px;
	}
	.content-area .aside-fb-pages{
		flex: 1 1 100%;
		order: 4;
		margin-bottom: 0;
	}
}
@media(max-width:767px){
	.content-area .latest-news, .content-area .all_cats{
		flex: 1 1 100%;
	}
	.content-area .all_cats{
		padding-left: 0px;
		padding-top: 0;
		margin-bottom: 0;
	}
	body.single .content-area .main-aside{
		margin-bottom: 60px;
	}
	.content-area .aside-fb-pages{
		margin-top: 40px;
	}
}
/*---*/
.main-aside > div{
	margin-bottom: 60px;
	text-align: left;
}
.main-aside .title_underline{
	font-size: 36px;
	line-height: 40px;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: inline-block;
}
.main-aside .title_underline:after{
	display: block;
	content:'';
	position: absolute;
	width: 60%;
	height: 2px;
	background-color: #000;
	bottom:0;
	left: 0;
}
.main-aside .title-only{
	padding: 40px;
}
.main-aside .title-only .preview-title > a,
.main-aside .title-only .preview-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.main-aside .title-only .preview-title a:hover{
	text-decoration: underline;
}
.main-aside .inner{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.main-aside .inner:after{
	display: block;
	content:'';
	position: absolute;
	width: 60%;
	height: 3px;
	background-color: #fff;
	bottom:0;
	left: -40px;
}
.main-aside article:last-of-type .inner{
	padding-bottom: 0;
	margin-bottom: 0;
}
.main-aside article:last-of-type .inner:after{
	display: none;
}
.main-aside ul li{
	position: relative;
	padding: 5px 0;
	padding-left: 15px;
}
.main-aside ul li:before{
	display: inline-block;
	position: absolute;
	content:'';
	width: 6px;
	height: 6px;
	background-color: var(--aleg-purple);
	top:50%;
	transform:translateY(-50%);
	left: 0;
	border-radius: 50%;
}
.main-aside ul li p{
	margin-bottom: 0;
}
.main-aside ul li a{
	text-decoration: none;
}
.main-aside ul li a:hover{
	text-decoration: underline;
}
@media(max-width:1700px){
	.main-aside .title-only{
		padding: 23px;
	}
	.main-aside .title_underline{
		font-size: 30px;
	}
}
@media(max-width:1281px){
	.main-aside .title-only{
		padding: 20px;
	}
}
/*---*/
.listing .post-preview-landscape{
	display: block;
	margin-bottom: 60px;
}
@media(max-width:850px){
	.content-area .listing{
		width: 100%;
	}
}
/*outer text box*/
.outer-text-boxes{
	padding: 0px;
	margin:60px 0;
}
.outer-text-boxes .row > .item{
	padding: 120px 60px;
}
.outer-text-boxes .row > .item:first-of-type{
	padding-left: 0;
}
.outer-text-boxes .row > .item:last-of-type{
	padding: 0;
}
.outer-text-boxes .row .box{
	background-color: var(--aleg-purple);
	color: #fff;
	border-radius: 15px;
	position: relative;
	width: 85%;
	height: calc(100% + 80px);
	margin-top: -40px;
	padding: 60px 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.outer-text-boxes .img-abs{
	border-radius: 15px;
}
.outer-text-boxes .row h2, .outer-text-boxes .row p{
	position: relative;
	z-index: 2;
}
.outer-text-boxes .title_underline{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.outer-text-boxes .title_underline:after{
	display: block;
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background-color: #000;
}
.outer-text-boxes .box .title_underline:after{
	background-color: #fff;
}
@media(max-width:1441px){
	.outer-text-boxes .row > .item{
		padding: 80px 60px;
	}
	.outer-text-boxes .row .box{
		padding: 60px;
	}
}
@media(max-width:1025px){
	.outer-text-boxes .row .box {
    padding: 40px;
	}
	.outer-text-boxes .row > .item {
    padding: 40px;
	}
}
@media(max-width:850px){
	.outer-text-boxes{
		margin: 0;
		text-align: center;
	}
	.outer-text-boxes .row > .item:first-of-type{
		padding-right: 0;
	}
	.outer-text-boxes .row .title_underline:after{
		left:50%;
		transform:translateX(-50%);
	}
	.outer-text-boxes .row .box{
		height: auto;
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px);
		border-radius: 0;
	}
	.outer-text-boxes .row .box, .outer-text-boxes .row .box img{
		border-radius: 0;
	}
}
/* Half text half image settings */
.half-text-half-image{
	margin:60px 0;
}
.half-text-half-image .row{
	padding: 60px 0;
}
.half-text-half-image .row figure{
	width: 100%;
	height: 400px;
	border-top-right-radius: 260px;
	border-bottom-right-radius: 260px;
}
.half-text-half-image .row figure img{
	width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 260px;
  border-bottom-right-radius: 260px;
}
.half-text-half-image .row:nth-child(odd) .item:first-of-type{
	flex: 1 1 80%;
	margin-right: -20%;
}
.half-text-half-image .row:nth-child(odd) .item:last-of-type{
	order: 1;
	padding-right: 40px;
}
.half-text-half-image .row:nth-child(odd) .item:first-of-type{
	order: 2;
}
.half-text-half-image .row:nth-child(odd) figure{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 260px;
	border-bottom-left-radius: 260px;
	margin-left: unset;
}
.half-text-half-image .row:nth-child(odd) img{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 260px;
	border-bottom-left-radius: 260px;
}
.half-text-half-image .row:nth-child(even) .item:first-of-type{
	flex: 1 1 80%;
	margin-left: -20%;
}
.half-text-half-image .row:nth-child(even) .item:last-of-type{
	padding-left: 40px;
}
.half-text-half-image.b-pink .wysiwyg li{
	margin-bottom: 15pt;
}
.half-text-half-image.b-pink .wysiwyg li::marker{
	color:#272727;
}
@media(max-width:1700px){
	.half-text-half-image .row figure{
		height: 300px;
	}
}
@media(max-width:1441px){
	.half-text-half-image .row figure{
		height: 250px;
	}
}
@media(max-width:1025px){
	.half-text-half-image .row figure{
		height: 200px;
	}
}
@media(max-width:850px){
	.half-text-half-image .row:nth-child(odd) .item:first-of-type{
    order:1;
  }
  .half-text-half-image .row:nth-child(odd) .item:last-of-type{
    order:2;
    padding-right: 0;
  }
  .half-text-half-image .row:nth-child(even) .item:last-of-type{
    padding-left: 0;
  }
  .half-text-half-image .row{
    padding: 20px 0;
  }
}
@media(max-width:767px){
	.half-text-half-image{
		margin: 40px 0;
	}
	.half-text-half-image .row figure{
		height: 170px;
	}
}
/*Partners settings*/
.partners{
	padding: 60px 0 30px;
}
.partners nav, .partners .partners-slider{
	margin-top: 40px;
}
.partners .partners-slider{
	position: relative;
}
.partners .partners-slider .slider{
	width: 90%;
  margin: 0 auto;
  position: relative;
	text-align: center;
}
.partners .partners-slider .slider:before,
.partners .partners-slider .slider:after{
	display: block;
	content:'';
	position: absolute;
	top:0;
	height: 100%;
	width: 1px;
	background-image:url('../img/partners-left.png');
	height: 100%;
	width: 4px;
	background-size: cover;
	opacity: 0.4;
}
.partners .partners-slider .slider:after{
	transform: rotate(-180deg);
	right: 0;
}
.partners .partners-slider .slider figure{
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
	margin:0 30px;
}
.partners .partners-slider .slider figure img{
	width: auto;
	height: 65px;
	margin: 0 auto;
}
.partners .arrow {
	position: absolute;
	background-color: var(--aleg-purple);
	width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
	top:50%;
	transform:translateY(-50%);
	left: 0;
	z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-right: 2px;
	transition: .4s;
}
.partners .arrow svg{
	height: 20px;
}
.partners .arrow svg path{
	fill:#fff;
}
.partners .arrow:hover{
	background-color: var(--aleg-red);
}
.partners .arrow.next-arrow svg{
	transform:rotate(-180deg);
}
.partners .arrow.next-arrow{
	left: unset;
	right: 0;
	padding-right: 0;
	padding-left: 2px;
}
.partners .btn{
	border:1px solid var(--aleg-purple);
	color:var(--aleg-purple);
	margin-right: 10px;
	font-weight: 400;
}
.partners .btn:hover,
.partners .btn.active{
	border:1px solid var(--aleg-red);
	color:var(--aleg-red);
}
@media(max-width:1440px){
	.partners .arrow{
		width: 40px;
		height: 40px;
	}
}
@media(max-width:1025px){
	.partners .arrow{
		width: 30px;
		height: 30px;
	}
	.partners .arrow svg{
		height: 12px;
	}
}
@media(max-width:767px){
	.partners{
		padding: 20px 0;
	}
	.partners nav{
		margin-top: 10px;
	}
	.partners .btn{
		margin-top: 10px;
		margin-right: 5px;
	}
	.partners .partners-slider .slider{
		width: 75%;
	}
}
/* Slick Slider Settings */
.slider-controls{
	position: relative;
}
ul.slick-dots li{
	display: inline-block;
	padding: 0 5px;
}
ul.slick-dots li button{
	display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
	border:2px solid #fff;
  text-indent: -9999px;
	margin-bottom: 0;
 }
ul.slick-dots li.slick-active button{
	 background-color: transparent;
 }
/*Donation form settings */
.donation-form{
	position: relative;
}
.donation-form.overlay:after{
	background-color: rgba(94, 88, 158, 0.6);
	border-radius: 20px;
}
.donation-form,
.donation-form .img-abs,
.donation-form .b-pink{
	border-radius: 20px;
}
.donation-form .b-pink{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color:#000;
}
.donation-form > div{
	position: relative;
	z-index: 2;
	color:#fff;
	padding: 40px;
}
.donation-form .clear{
	margin-bottom: 30px;
}
.donation-form .clear.data-t{
	margin-bottom: 0;
}
.donation-form .form h3{
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.donation-form .form h3:after{
	display: block;
	content:'';
	position: absolute;
	left: 0;
	bottom:0px;
	width: 70px;
	height: 2px;
	background-color: #fff;
}
.donation-form .custom-checkbox input[type=checkbox]{
	display: none;
}
.donation-form .custom-checkbox span.wpcf7-list-item-label{
	display: inline-block;
  padding: 8px 16px;
  border-radius: 26px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  transition: .4s;
  font-weight: 500;
  position: relative;
	background-color: #fff;
	color:var(--aleg-purple);
	border:2px solid #fff;
	margin-right: 15px;
}
.donation-form .custom-checkbox span.wpcf7-list-item-label:hover{
	background-color: #fff;
	color:var(--aleg-red);
	border:1px solid var(--aleg-red);
}
.donation-form .custom-checkbox input[type=checkbox]:checked + span.wpcf7-list-item-label{
	background-color: var(--aleg-red);
	color:#fff;
}
.donation-form .row.no-margin .item.terms-item{
	margin:0px;
	margin-top: 20px;
}
.donation-form .form-partners-row{
	align-items: center;
}
.donation-form .send-arrow{
	margin-bottom: 0;
}
.donation-form .form-partners-row .item-75{
  margin-right: -40px;
	display: flex;
  justify-content: end;
}
.donation-form .form-partners{
	background-color: #fff;
	padding: 10px 80px;
	border-top-left-radius: 75px;
	border-bottom-left-radius: 75px;
	display: block;
	width: auto;
}
.donation-form .form-partners img{
	vertical-align: middle;
	margin: 0 10px;
}
.donation-form .wpcf7 form.invalid .wpcf7-response-output{
	text-align: center;
}
.donation-form .row.w-margin{
	margin-bottom: 30px;
}
@media(max-width:1700px){
	.donation-form .form-partners{
		padding: 10px 50px;
	}
}
@media(max-width:1441px){
	.donation-form > div{
		padding: 20px;
	}
}
@media(max-width:1025px){
	.donation-form .custom-checkbox span.wpcf7-list-item-label{
		font-size: 14px;
		line-height: 16px;
	}
}
@media(max-width:850px){
	.donation-form .row.no-margin .item.terms-item,
	.donation-form .row .item.terms-item{
		margin: 7px 0;
		padding: 0;
	}
	.donation-form .form-partners-row{
		flex-direction: row;
	}
	.donation-form .form-partners-row > .item-25{
		flex: 1 1 25%;
	}
	.donation-form .form-partners-row > .item-75{
		flex: 1 1 75%;
	}
}
@media(max-width:767px){
	.donation-form .form-partners-row{
		flex-direction: column;
		align-items: stretch;
	}
	.donation-form .form-partners{
		padding: 10px 30px;
	}
	.donation-form .form-partners img{
		width: 50px;
		height: auto;
	}
	.donation-form .form-partners-row .item-75{
		margin-right: -65px;
	}
	.donation-form .custom-checkbox span.wpcf7-list-item-label{
		margin: 5px;
	}
	.donation-form .row.w-margin{
		margin-bottom: 0;
	}
}
.grecaptcha-badge{
	display: none!important;
}
