/* @override 
	https://www.missionzeroacademy.eu/wp-content/themes/miza/style.css?* */

/**
Theme Name: Miza
Author: Serena Smeragliuolo
Author URI: http://noiza.it
Description: Miza theme!
Version: 1.0.0
Text Domain: miza
Template: astra
*/

/* @group ALL */

.wp-block-columns {
    margin-bottom: 0px !important;
}

.download-lang {
    float: left;
}
.download-lang a {
    display: none;
}
.download-lang .wp-block-file__button{
	font-size: 14px;
	line-height: 1.8;
	background-size: 20px;
    padding: 10px 35px 10px 10px;
    text-transform: uppercase;
    color: #4652a4 !important;
    background-color: white !important;
    border: 1px solid #4652a4 !important;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: 0px 3px 10px rgba(54, 21, 147, 0.08);
    margin-left: 0px;
    margin-bottom: 30px;
    margin-right: 20px;
    background: url(images/Icon-download.svg) no-repeat;
    background-size: 15px;
    display: inline-block;
    background-position : calc(100% - 10px) center;
    color: #4652a4;
}
.download-lang .wp-block-file__button:hover {
    border: 1px solid #ff287a !important;
}
.download-lang .wp-block-file__button:hover {
    color: #ff287a !important;
}

html {
	overflow-x: hidden;
}

body #primary .entry-content {
	margin: 4% 0 8% !important;
}
body.home #primary .entry-content {
	margin: 4% 0 5% !important;
}

p.action
{
	font-size: 14px;
	line-height: 1.8;
	background: url(images/arrow-right-circle.png) left 3px no-repeat;
	background-size: 20px;
	padding-left: 27px;
	clear: both;
	display: block !important;
	margin-top: 50px !important;
}
.entry-content p {
	font-size: 16px;
	line-height: 27px;
	margin-top: 0;
}

.entry-content ul li, .entry-content ol li {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 10px;
}

.entry-content h1, h1 {
	color: #4652A4;
	font-size:30px;
	line-height: 1.2;
	clear: both;
}

.entry-content h2 {
	color: #fff;
	background-color: #4652A4 ;
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 8px;
	font-weight: 600;
	font-size: 27px;
	display: table;
    margin-bottom: 1.3em;
    margin-top: 1.3em;
	clear: both;
}
.entry-content h3 {
	color: #4652A4;
		font-size: 23px;
	line-height: 1.4;
	font-weight: 600;
	clear: both;
}

.entry-content h4 {
	color: #4652A4;
	line-height: 1.5;
	font-size: 1.3em;
	clear: both;
}

.entry-content h5 {
	color: #4652A4;
	line-height: 1.6;
	font-size: 1.2em;
	clear: both;
}

.entry-content h6 {
	color: #4652A4;
	line-height: 1.7;
	font-size: 1.1em;
	clear: both;
}

.wp-block-button__link {
	color: #fff !important;
	text-transform: uppercase;
	border-radius:6px !important;
	font-weight: 600 !important;
background: rgb(255, 45, 133) !important;
padding: 20px !important;
box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) !important;
text-align: left !important;
float: left;
}
.wp-block-buttons > .wp-block-button {
    margin-bottom:1.5em;
    margin-top:1.5em;
}
blockquote, .wp-block-quote {
	color: #230747;
}

body .gform_wrapper h2.gform_title {
    display: none !important;
}
body .gform_wrapper .gform_button {
color: #fff;
width: 250px;
position: relative !important;
display: block !important;
overflow: auto;
margin: 20px 0 30px 0 !important;
line-height: 1.5;
border-radius: 5px;
background: #230747;
box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
font-weight: bold;
text-align: center;
}

/* @end */

/* @group HEADER */

.graphic {
	background: url(images/bg-head.png) 315px -100px no-repeat;
	background-size: 700px;
	height: 170px;
	width: 2500px;
	position: absolute;
	right: 50%;
	left: 50%;
	z-index: 0 !important;
	top: 0;
	position: absolute;
}
div.ast-flex.main-header-container {
	margin-bottom: 0px;
}
div.ast-site-identity span.site-logo-img a.custom-logo-link img.custom-logo {
	margin-top: 10px;
}
div.ast-site-identity span.site-logo-img a.custom-mobile-logo-link img.ast-mobile-header-logo  {
	max-width: 230px !important;
}

.ast-above-header{max-height: 40px;
}
#page .sign-in-head {
	display: none;
	margin-top: -5px;
	margin-left: 10px;
}
#page .sign-in-head a {
	font-size: .8em;
	color: #230747;
	text-transform: uppercase;
	background: url(images/sign-in.svg) left center no-repeat;
	background-size: 13px;
	padding-left: 20px;
}
#page .sign-in-head a:hover {
	color: #FF287A;
	  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(355deg) brightness(102%) contrast(97%);
}
.ast-search-icon .astra-search-icon{font-size:1.3em;
color: #230747;
}
/* @end */

/* @group HOME */
body.home .wp-block-column {
	margin-bottom: 2em;
}
body.home .wp-block-column img {
	border-radius: 1px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	margin-bottom: 18px;
}
body.home .wp-block-column h2 {
	color: #230747;
	border-left: 5px solid #FF287A;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 22px;
	padding-right: 0 !important;
	font-weight: 600;
	font-size: 24px;
	background-color: rgba(255, 255, 255, 0) !important;
}
body.home .wp-block-column h2 a {
	color:#230747;
}
body.home .wp-block-column h2 a:hover {
	color:#FF287A;
}
body.home .wp-block-image img:hover {
	opacity: .7;
}
body.home .wp-block-column p {
	
	font-size: 14px;
	line-height: 1.8;
}

/* @end */

/* @group NEW HOME */

#gform_3 .gform_previous_button, #gform_3 .gform_next_button {

}
#gform_3 .gform_previous_button, #gform_3 .gfield_required {
	display: none !important;
}
#gform_3 input[type=radio] {
  display: none !important;
}

#gform_3 input[type=radio] label {
  position: relative;
  cursor: pointer;
}

#gform_3 input[type=radio] + label:before {
    content: '';  
    display:inline-block;
    width:18px;
    height:19px;
    margin: 0px 10px 0 0px;
    vertical-align:middle;
    cursor:pointer;
   background: url(images/Icon-radio-circle.svg) center top no-repeat;
	background-size: 18px !important;
	
}
#gform_3 input[type=radio] + label:hover:before {
    content: '';  
	background: url(images/Icon-radio-circle-selected.svg) center top no-repeat;
	
}
#gform_3 input[type=radio]:checked + label:before {
    content: '';  
	background: url(images/Icon-radio-circle-selected.svg) center top no-repeat;
	
}

#home #first-cntbar {
	background: hsla(232, 40%, 46%, 1);
	background: linear-gradient(0deg, hsla(232, 40%, 46%, 1) 0%, hsla(298, 39%, 42%, 1) 72%, hsla(337, 100%, 58%, 1) 100%);
	background: -moz-linear-gradient(0deg, hsla(232, 40%, 46%, 1) 0%, hsla(298, 39%, 42%, 1) 72%, hsla(337, 100%, 58%, 1) 100%);
	background: -webkit-linear-gradient(0deg, hsla(232, 40%, 46%, 1) 0%, hsla(298, 39%, 42%, 1) 72%, hsla(337, 100%, 58%, 1) 100%);
	padding-bottom: 120px;
	position:relative;
}

       #home #first-cntbar::before {
            content: "";
            width: 50%;
            height: 100px;
            position: absolute;
            bottom: -60px;
            left: 0;
            background: rgb(255, 255, 255);
            transform: skewY(4deg);
        }
  
        #home #first-cntbar::after {
            content: "";
            width: 50%;
            height: 100px;
            position: absolute;
            bottom: -60px;
            right: 0;
            background: rgb(255, 255, 255);
            transform: skewY(-4deg);
        }

/* old 

#home #first-cntbar:after {
	content: "";
 background: rgb(70,82,164);
background: linear-gradient(-10deg, rgba(70,82,164,0) 80%, rgba(70,82,164,1) 80%, rgba(255,255,255,1) 80%); 
	display: block;
	position: absolute;
	width: 80%;
	height: 30%;
	top: 0px;
	left: -70px;
}

*/


#home #first-cntbar .topcnt {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
}
#home #first-cntbar #gravity {
	width: 40%;
	padding: 150px 2% 0 50px;
	color: white;
}
@-webkit-keyframes fadeIn {
 0% {
  opacity:0
 }
 to {
  opacity:1
 }
}
@keyframes fadeIn {
 0% {
  opacity:0
 }
 to {
  opacity:1
 }
}


#home #first-cntbar .gform_page_fields {
	-webkit-animation: fadeIn 450ms ease-in-out 1;
  -moz-animation: fadeIn 450ms ease-in-out 1;
  -ms-animation: fadeIn 450ms ease-in-out 1;
  -o-animation: fadeIn 450ms ease-in-out 1;
  animation: fadeIn 450ms ease-in-out 1;
}
#home #first-cntbar .gform_page_fields:before {
	border-left: 4px solid rgba(255, 255, 255, .5);
	border-radius: 2px;
	content: "";
	position: absolute;
	left: -20px;
	height: 90%;
	margin-right: 10px;
}

#home #first-cntbar #video {
	margin-top: 150px;
	width: 55%;
	padding-left: 3%;
	margin-bottom: 70px;
}
#home #first-cntbar #gravity .gfield_label {
	font-size: 1.6rem;
	line-height: 1.4; 
	color: white;
	font-weight: 400;
	margin-bottom: 25px; 
}

#home #first-cntbar #gravity .gfield_radio .gchoice {
	font-size: 1.2rem;
	float: left;
	margin-right: 5px;
	width: 120px;
}
#home #first-cntbar #gravity .gfield_radio label{
	font-size: 1.4rem;
}


#gform_3 h4 {
color: white;
}

#gform_3 .gfield_html {
line-height: 1.7;
}


/* Book */


#gform_3 .book-block .calendly {
	display: block;
	width: 60%;
	text-align: center;
color: white;
font-weight: 700;
	margin: 13px 0;
	padding: 10px 20px;
	border-radius: 3px;
background: rgb(255,40,122);
background: -moz-linear-gradient(180deg, rgba(255,40,122,1) 0%, rgba(251,41,123,1) 34%, rgba(181,57,139,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,40,122,1) 0%, rgba(251,41,123,1) 34%, rgba(181,57,139,1) 100%);
background: linear-gradient(180deg, rgba(255,40,122,1) 0%, rgba(251,41,123,1) 34%, rgba(181,57,139,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff287a",endColorstr="#b5398b",GradientType=1); 
}
#gform_3 .book-block .calendly:hover {
	    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3) !important;
	    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2) !important;
color: white;
background: rgb(255,40,122);
background: -moz-linear-gradient(180deg, rgba(255,40,122,1) 0%, rgba(251,41,123,1) 4%, rgba(181,57,139,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,40,122,1) 0%, rgba(251,41,123,1) 4%, rgba(181,57,139,1) 100%);
background: linear-gradient(180deg, rgba(255,40,122,1) 0%, rgba(251,41,123,1) 4%, rgba(181,57,139,1) 100%);
}


/* Are you */


#home #first-cntbar #gravity #input_3_18 .gchoice  {
	float: none !important;
	width: 100% !important;
}


/* consent */

#gform_3 #field_3_17 legend {
display: none
}

#gform_3 #input_3_17_1 {
	display: block;
	float: left;
}

#gform_3 .gfield_consent_label {
font-size: 13px !important;
	line-height: 1.3 !important;
	display: block;
	float: left;
	width: 80%;
	margin-left: 10px
}

/* second-cntbar old

#home #second-cntbar {
	position: relative;
	background-color: #fff;
	top: -80px;
  text-align: center;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	border-radius: 25px !important;

}
#home #second-cntbar::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	top: 80px;
	left: 0px;
	right: 0px;
	margin: auto;
	filter: blur(15px);
	z-index: -1;
	opacity: 0.5;
	background: rgb(35, 38, 59) none repeat scroll 0% 0%;
}
#home #second-cntbar::after {
	content: "";
	display: block;
	position: absolute;
	width: 80%;
	height: 60px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	filter: blur(15px);
	z-index: -1;
	opacity: 0.2;
	background: rgb(35, 38, 59) none repeat scroll 0% 0%;
}

 */

/* second-cntbar */

#home #second-cntbar {
    position: relative;
    background-color: #f4f4f4;
    /* top: -80px; */
    text-align: center;
    /* width: 90%; */
    max-width: 1240px;
    margin: 50px auto;
    border-radius: 10px !important;
}
#home #second-cntbar::before {
	content: "";
	display: block;
	position: absolute;
	width: 90%;
	height: 60px;
	top: 0px;
	left: 5%;
	margin: auto;
	filter: blur(15px);
	z-index: -1;
	opacity: 0.2;
	background: rgb(35, 38, 59) none repeat scroll 0% 0%;
}
#home #second-cntbar::after {
	content: "";
	display: block;
	position: absolute;
	width: 90%;
	height: 60px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	filter: blur(5px);
	z-index: -1;
	opacity: 0.1;
	background: rgb(35, 38, 59) none repeat scroll 0% 0%;
}

.text_middle {
	background-color: #fff;
	color: #230747;
	padding: 60px 40% 60px 100px;
	border-radius: 5px !important;
	overflow: auto;
	text-align: left;
	font-size: 20px;
	line-height: 1.7;
   background: url(images/zerowaste.svg) 85% center no-repeat;
	background-size: 200px !important;
}
.text_middle strong {
		font-size: 21px;
	line-height: 1.7;
	color: #230747;
	font-weight: 600;
}

.title_columns{
  text-align: center;
	font-weight: 500;
  font-size: 2rem;
	padding: 3vh 0 8vh 0;
	color: #230747;
	text-shadow: 1px 1px 40px rgba(36, 1, 64, 0.42);
	letter-spacing: -.5px;
}
.title_columns span{
  text-align: center;
	font-weight: 900;
  font-size: 2rem;
}

#home #third-cntbar {
  padding-bottom: 12vh;
background: hsla(0, 0%, 100%, 1);

background: linear-gradient(270deg, hsla(0, 0%, 100%, 1) 10%, hsla(304, 69%, 92%, 0.18) 41%, hsla(242, 38%, 69%, 0.16) 60%);

background: -moz-linear-gradient(270deg, hsla(0, 0%, 100%, 1) 10%, hsla(304, 69%, 92%, 0.18) 41%, hsla(242, 38%, 69%, 0.16) 60%);

background: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 1) 10%, hsla(304, 69%, 92%, 0.18) 41%, hsla(242, 38%, 69%, 0.16) 60%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#F9DEF7", GradientType=1 );

}

#home #column_1, #home #column_2, #home #column_3 {
	position: relative;
}
#home .linkbox {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
}

@-webkit-keyframes fadeInUp {
 0% {
  opacity:0;
  -webkit-transform:translate3d(0,80%,0);
  transform:translate3d(0,80%,0)
 }
 35% {
  opacity:0;
  -webkit-transform:translate3d(0,80%,0);
  transform:translate3d(0,80%,0)
 }
 100% {
  opacity:1;
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
 }
}
@keyframes fadeInUp {
 0% {
  opacity:0;
  -webkit-transform:translate3d(0,80%,0);
  transform:translate3d(0,80%,0)
 }
 35% {
  opacity:0;
  -webkit-transform:translate3d(0,80%,0);
  transform:translate3d(0,80%,0)
 }
 100% {
  opacity:1;
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
 }
}

#home #third-cntbar.col-animation .clnanimate {
	  -webkit-animation: fadeInUp 950ms ease-in-out ;
  -moz-animation: fadeInUp 950ms ease-in-out 1;
  -ms-animation: fadeInUp 950ms ease-in-out 1;
  -o-animation: fadeInUp 950ms ease-in-out 1;
  animation: fadeInUp 950ms ease-in-out 1;
}





#home #third-cntbar .three-columns {
	max-width: 1240px;
	margin: 0 auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 70px;
}
#home #third-cntbar .three-columns img {
display: block;
	margin: 0 auto 15px auto;
	max-height: 105px;
}
#home #third-cntbar .three-columns h3 {
  text-align: center;
	font-weight: 600;
  font-size: 1.5rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: -10px;
}
#home #third-cntbar .three-columns p {
  text-align: left;
	font-weight: 400;
  font-size: 1rem;
	color: #230747;
	line-height: 1.6;
}

#home #third-cntbar.col-animation .clnanimate img {
    transition: transform .3s ease-in-out;
}
#home #third-cntbar.col-animation .clnanimate:hover img {
	border-radius: 50px;
	transform: scale(1.19);
}
#home #third-cntbar.col-animation .clnanimate h3 {
    transition: all .3s ease-in-out;
}
#home #third-cntbar.col-animation .clnanimate:hover h3 {
		border-bottom: 1px solid #FF287A;
	    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2) !important;
}
#home #third-cntbar.col-animation .clnanimate:not( :hover ) img {
    transition: transform .3s ease-in-out;
}
#home #third-cntbar.col-animation .clnanimate:not( :hover ) h3 {
    transition: all .3s ease-in-out;
}


@media (min-width:980px) and (max-width:1260px){

#home #third-cntbar #column_1 {
margin-left: 20px;
}
	#home #third-cntbar #column_3 {
margin-right: 20px;
}
	
	.text_middle {
	padding: 60px 25% 60px 40px;
	font-size: 18px;
	line-height: 1.6;
   background: url(images/zerowaste.svg) 95% center no-repeat;
	background-size: 170px !important;
}
.text_middle strong {
		font-size: 19px;
}
    
}

@media (min-width:768px) and (max-width:980px){
	
	#home #first-cntbar .topcnt {
	display: block;
	width: 100%;
	position: relative;	
}

#home #first-cntbar:after {
	height: 0px;
}
#home #first-cntbar:before {
	height: 0px;
}

	#home #first-cntbar #video {
	margin: 5% auto 5% auto;
	width: 90%;
	padding-left: 0;
}
#home #first-cntbar #gravity {
	width: 100%;
	padding:100px 80px 10px 80px;
	color: white;
}

#home #third-cntbar #column_1 {
margin-left: 20px;
}
	#home #third-cntbar #column_3 {
margin-right: 20px;
}
	
	.text_middle {
	padding: 30px 26% 20px 30px;
	font-size: 18px;
	line-height: 1.6;
   background: url(images/zerowaste.svg) 95% center no-repeat;
	background-size: 140px !important;
}
.text_middle strong {
		font-size: 19px;
}
	#home #third-cntbar .three-columns img {
display: block;
	margin: 0 auto 10px auto;
	max-height: 105px;
}
#home #third-cntbar .three-columns h3 {
  text-align: center;
  font-size: 18px;
}
#home #third-cntbar .three-columns p {
  text-align: left;
	font-weight: 400;
  font-size: 15px;
	line-height: 1.5;
}
    
}

@media (max-width:768px){
	
	#home #first-cntbar .topcnt {
	display: block;
		width: 100%;
		position: relative;
		
}
#home #first-cntbar:after {
	height: 0px;
}
#home #first-cntbar:before {
	height: 0px;
}

	#home #first-cntbar #video {
	margin: 40px auto 0 auto;
	width: 96%;
	padding-left: 0;
}
#home #first-cntbar #gravity {
	width: 100%;
	padding:100px 20px 0 50px;
	color: white;
}
	
	.text_middle {
	padding: 30px;
	font-size: 18px;
	line-height: 1.6;
   background: none;
	background-size: 140px !important;
}
.text_middle strong {
		font-size: 19px;
}
.title_columns{
  font-size: 25px;
	padding: 3vh 0 0vh 0;
}
	
#home #third-cntbar .three-columns {
	margin: 0 40px;
  display: block;
}
	
	#home #third-cntbar .three-columns img {
display: block;
	margin: 50px auto 0 auto;
	max-height: 105px;
}
#home #third-cntbar .three-columns h3 {
  text-align: center;
  font-size: 22px;
}
#home #third-cntbar .three-columns p {
  text-align: left;
	font-weight: 400;
  font-size: 17px;
	line-height: 1.5;
}
    
}


/* @end */

/* @group TEMPLATE page-template-image-full-page */

#imagefullw {
	min-height: 10% !important;
	min-height: 500px;
	background-color: #000;
	padding-top: 15%;
	background-size: cover;
	background-position: center;
}
#imagefullw h1 {
	color: #fff;
	font-weight: 500;
	background-color: #FF287A;
	display: inline-block;
	padding: 3px 8px;
	float: left;
	margin: 0 0 20px;
}
#imagefullw .subheading {
	float: left;
	clear: both;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding: 3px 8px;
	margin-bottom: 3%;
background: rgba(36, 1, 64, 0.52);
margin-top: -20px;
}

/* SLIDER */

.cat-rev {
	background-color: rgba(255, 40, 122, 0.70);
    display: inline-block;
    padding: 3px !important;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1 !important;
    margin-bottom: 10px !important;
    
}
.tit-rev {
    display: inline-block !important;
    padding: 0 !important;
    width: 690px !important;
    max-width: 680px !important; 
    white-space: pre-wrap  !important;
    word-wrap: break-word;
    border-left: 5px rgba(35, 7, 71, 1) solid;
    overflow: auto;
 
}

.tit-rev span {
	background-color: rgba(35, 7, 71, 1);
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    padding-right: 15px !important;
    font-size: 2.1em !important;
    line-height: 1.1 !important;
    font-weight: 800;
}

.hesperiden .tp-tab-title 
{
    color:#555 !important;
    height: 35px !important;
    overflow: hidden !important;
 }


@media (min-width:260px) and (max-width:680px){

.cat-rev {
    margin-bottom: 0px !important;
    font-size: 90% !important;
    
}
.tit-rev {
    display: block !important;
    width: 280px !important;
    max-width: none !important; 
 
}

.tit-rev span {
    font-size: 20px !important;
    line-height: 1.1 !important;
}
}

/* @end */

/* @group WEBINAR */

.single-webinars #content .ast-container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.webinar-content  {
    margin-bottom: 55px;
	margin-top: -20px;
    background-color: #f5f5fa; /* For browsers that do not support gradients */
    background-image: linear-gradient(#f5f5fa, #ffffff);
    border-top: 1px solid #eeebeb;
    padding: 40px 10px 60px 10px;

}
.webinar-content .block-title {
	font-weight: 500;
	color: #4652A4;
	font-size: 36px;
    line-height: 1.2;
    border-left: 8px solid #4652A4;
    margin-bottom: 40px;
    padding-left: 15px;
    font-weight: 500;
    
}
.webinar-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.webinar-content .w-content  {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05) !important;
    transition: transform .3s ease-in-out;
    background-color: #230747;
    border-radius: 5px;
}
.webinar-content .w-content:hover {
    transform: scale(1.02) ;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(35, 7, 71, 0.21), 0px 10px 40px 0px rgba(80, 92, 173, 0.22);
    box-shadow: 0px 5px 10px 0px rgba(35, 7, 71, 0.21), 0px 10px 40px 0px rgba(80, 92, 173, 0.22);
}

.webinar-content .entry-image {
	padding-top: 200px;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.webinar-content .entry-content {
    cursor: pointer;
}

.webinar-content h3.entry-title {

    padding: 25px 10px 30px 20px
}

.webinar-content h3.entry-title a {
	font-weight: 500;
	color: #fff;
	font-size: 25px;
}

.webinar-content .entry-meta {
	padding: 7px 0 5px 50px;
    color: #e6ebf3;
    margin-top: 20px;
	text-transform: uppercase;
    font-size: 13px;
	font-weight: 600;
	margin-right: 5px; 
    background: url(images/webinar.svg) 20px center no-repeat;
}
.webinar-content .join-us {
	font-size: 16px;
	line-height: 1.8;
	background: url(images/arrow-right-circle.png) 20px 3px no-repeat;
	background-size: 20px;
	padding-left: 47px;
    margin-bottom: 20px;
    filter: brightness(135%);
}
.webinar-content .join-us a {
	text-transform: uppercase;
	font-weight: 600;
    color: #e6ebf3;
}
.webinar-content .join-us:hover {
 filter: hue-rotate(90deg) brightness(145%);
}

/* @end */



/* @group LANDING WEBINAR */



.row-webinar-title {
  background-size: cover;
  box-shadow: inset 0 5em 15em rgba(3, 2, 5, 0.39);
    position: relative;
}
.row-webinar-title::before {    
      content: "";
      background-image: linear-gradient(to right, rgba(255, 40, 122, .8) 20%, rgba(255, 40, 122, .5));
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
    filter: brightness(90%);
}

.webinar-title-box {
    width: 50%;
    margin: 0 auto; 
    padding: 50px 0;
}
.webinar-title-box h1 {
font-size: 45px;
line-height: 1.2;
    font-weight: 700;
margin-top: 0;
position: relative; 
    color: #fff;
	text-shadow: 1px 1px 300px #000;
}
.webinar-title-box .webinar-dates {
font-size: 20px;
line-height: 1.3;
font-weight: 700;
margin-top: 20px;
padding-top: 20px;
color: #fff;
border-top: 1px solid #fff;
    position: relative; 
}

body.single-webinars .webinar-category {
	padding: 7px 0 5px 30px;
    color: #e6ebf3;
    margin-top: 20px;
	text-transform: uppercase;
    font-size: 16px;
	font-weight: 700;
	margin-right: 5px; 
    background: url(images/webinar.svg) 0px center no-repeat;
    filter: brightness(535%);
}
.webinar-title-box .btn_register, .webinar-title-box .watch-now{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
	font-size: 16px;
	line-height: 1.8;
	background: url(images/arrow-right-circle.png) left center no-repeat;
	background-size: 20px;
	padding-left: 30px;
    margin-bottom: 20px;
    filter: brightness(500%);
      transition: 0.3s;  
}
.webinar-title-box .btn_register:hover, .webinar-title-box .watch-now:hover{
    color: #fff;
    background-position-x: 7px;
    padding-left: 35px;
}

body.single-webinars .row {
    padding: 30px 50px;
    color: #230747;
}
body.single-webinars .row-content {
   width: 60%;
  margin: 0 auto;
    padding-top: 70px;
    font-weight: 500;
}
body.single-webinars h2.webinar-title {
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    margin-bottom: 25px;
}
body.single-webinars .row-registration h2.webinar-title {
color: #FF287A;
}
body.single-webinars .row-registration .webinar_link {
color: #fff;
    background-color: #FF287A;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin: 60px auto;
    max-width: 300px;
    text-align: center;
    border-radius: 5px;
    transition: transform (.3s);
}
body.single-webinars .row-registration .webinar_link:hover {
transform: scale(1.05);
    background-color: #f12271;
}
body.single-webinars .row-registration  {
  padding-top: 50px;
}
body.single-webinars .row-speakers  {
  transform: skewY(-2.5deg);
}
body.single-webinars .row-speakers .cont {
  transform: skewY(2.5deg);
}
body.single-webinars .row-content .webinar_description {
font-size: 20px;
line-height: 32px;
    margin-bottom: 60px;
position: relative;
}
body.single-webinars .bullets ul li {
    width: 100%;
font-size: 20px;
line-height: 32px;
margin-bottom: 30px;
position: relative;
list-style: none;
background: url(images/arrow-right-circle.png) left 6px no-repeat;
    background-size: 20px;
    padding-left: 32px;
    margin-left: 0;
}
body.single-webinars .bullets {
padding-bottom: 40px;

    margin: 0 auto;
}
body.single-webinars .bullets ul {
    margin-left: 0;
}
body.single-webinars .bullets h3 {
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #000;
    display: inline-block;
}
body.single-webinars .row-speakers {
  background-color: #4652A4;
    overflow: auto;
    box-shadow: inset 0 5em 15em rgba(35, 7, 71, 0.49);
      padding: 60px 0px 100px 0px;
}


body.single-webinars #webinar_speakers {
  justify-content: center;
  align-content: center;
   max-width: 70%;
  margin: 0 auto;
  display: grid;
grid-template-columns: auto auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-auto-rows: minmax(min-content, max-content);
}

@media (max-width:670px){
    
body.single-webinars #webinar_speakers {
   max-width: 90%;
   width: 100%;
    display: block;
}
body.single-webinars .row-content {
   width: 100%;
  margin: 0 auto;
    padding-top: 70px;
    font-weight: 500;
} 
.webinar-title-box {
    width: 100%;
    margin: 0 auto; 
    padding: 50px 0;
}
    body.single-webinars .bullets h3 {
    font-weight: 700;
    font-size: 35px;
    text-align: left;
    border-left: 1px solid #000;
    padding-left: 15px; 
    border-bottom: none;
}

.webinar-boxes {
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

body.single-webinars .row {
    padding: 30px 25px;
}

.webinar-title-box h1 {
    font-size: 30px;
}

}


body.single-webinars .row-speakers h2 {
    color: #fff;
}

body.single-webinars .row-speakers .member {
    padding: 20px 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between !important;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2) !important;
        transition: transform .3s;
    background-color: #fff;
    border-radius: 5px;
}
body.single-webinars .row-speakers .member-img {
    box-shadow: 2px 0px 20px 2px rgba(0,0,0,0.1);
    width: 180px;
    height: 180px;
    border-radius: 1000px;
    background-size: cover;
    margin: 10px auto;
  }  
body.single-webinars .row-speakers .member-name {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.1;
  }  
body.single-webinars .row-speakers .member-role {
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    font-style: italic ;
    margin-bottom: 15px;
    line-height: 1.2;
  } 
body.single-webinars .row-speakers .member-desc {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px
  } 
.yt-wrapper{
    text-align: center;
  } 
.yt-wrapper h3{
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
  } 

.row-yt{
    text-align: center;
    background-color: #230747;
  } 

.row-download{
    text-align: center;
    background-color: #fff;
    overflow: auto;
  } 
.row-download h3 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    color: #230747;
  } 

.row-download .download-lang {
    width: 100%;
    
  } 


/* @end */



/* @group Page Newsletter */

#post-30 div.ml-form-embedSubmit button.primary {
color: #fff;
width: 100%;
margin: 1px auto 0;
line-height: 1.5;
border-radius: 5px;
background: #230747;
box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
font-weight: bold;
text-align: center;
margin-top: 10px;
text-transform: uppercase !important;
}



/* @end */

/* @group FOOTER */


.footer-graphic {
	background: url(images/footer-logo-2x.png) bottom center no-repeat;
	background-size: contain;
	height: 300px;
	width: 802px;
	position: absolute;
	top: -25px;
	left: 280px;
}

.footer-adv-overlay{
	background-color:#230747;
	padding-top:0px;
	padding-bottom:0px;
}
.footer-adv-overlay .ast-container{
	padding-bottom:20px;
	padding-top: 30px;
	position: relative;
}
.ast-footer-overlay{
	padding-top: 1em;
	padding-bottom:1em;
}
.widget_nav_menu{
	float: left;
	margin-right: 10%;
}

.footer-adv-widget-1 .menu-second-footer-container {
	float: left;
	margin: 0;
} 

.footer-adv-widget-2 .widget_custom_html {
	float: right;
	width: 80%;
}
.ast-footer-widget-2-area {
float: right;
}

.ast-footer-widget-2-area #text-2 {
	float: left;
	margin: 0 25px 0 0;
}
.ast-footer-widget-2-area #text-2 p{
margin: 0;
font-size: 13px;
}

.ast-footer-widget-2-area #astra-widget-social-profiles-2 {
	float: left;
}

.ast-small-footer-section-1{
font-size: 13px;
}

.ast-small-footer-section-2 .widget_text{
font-size: 13px;
float: left;
padding-right: 20px;
}
.ast-small-footer-section-2 .astra-widget-social-profiles{
font-size: 13px;
float: left;  
}

@media (min-width:768px) and (max-width:1000px){

.ast-small-footer-section-2{
	width:65%;
}
.ast-small-footer-section-1{
	width: 35%;
}
.ast-footer-widget-2-area #text-2 {
	width: 100%;
	margin: 0 0 20px;
	text-align: right;
}
.ast-footer-widget-2-area #astra-widget-social-profiles-2 {
	float: right;
}
.ast-footer-widget-2-area {
float: right;
}

.footer-graphic {
	background: url(images/footer-logo-x.png) top center no-repeat;
	background-size: contain;
	height: 300px;
	width: 802px;
	position: absolute;
	bottom: 30px;
	left: 0px;
}
}
@media (min-width:260px) and (max-width:768px){

.ast-footer-widget-2-area #text-2 {
	text-align: left;
}
.ast-footer-widget-2-area #astra-widget-social-profiles-2 {
	float: none;
}
.ast-footer-widget-2-area {
	float: none;
}
.ast-footer-widget-2-area #text-2 {
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}
.widget_nav_menu{
	float: none;
	margin-right: 0;
	text-align: center;
}
.footer-graphic {
	background: url(images/footer-logo-x.png) bottom center no-repeat;
	background-size: contain;
	height: 100%;
	max-height: 300px;
	width: 100%;
	position: absolute;
	top: auto;
	bottom: 0px;
	left: -20%;
	right: 0;
}
div#custom_html-10.widget_text.widget.widget_custom_html h2.widget-title{
	text-align: center;
	display: block;
}
div#custom_html-10.widget_text.widget.widget_custom_html div.textwidget.custom-html-widget button{
width: 60%;
margin: 0 20%;
}
div#custom_html-10.widget_text.widget.widget_custom_html div.textwidget.custom-html-widget p {
text-align: center;
line-height: 1.3;
}
}
/* Newsletter */

div#custom_html-10.widget_text.widget.widget_custom_html div.textwidget.custom-html-widget .nl-btn {
	border-radius: 4px;
	background: #fff;
	border: 2px solid #4652A4;
	font-size: 16px;
	text-transform: uppercase !important;
	font-weight: 600;
	color: #4652A4 !important;
	text-transform: uppercase;
	padding: 8px 30px;
	height: 45px;
	text-align: center;
}
div#custom_html-10.widget_text.widget.widget_custom_html div.textwidget.custom-html-widget  .nl-btn:hover {
	border: 2px solid #fff;
	color: #4652A4 !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 5px rgba(80, 92, 173, 0.32);
}

div#custom_html-10.widget_text.widget.widget_custom_html h2.widget-title {
	color: #fff;
	font-size:23px;
	line-height:1;
	font-weight: 600;
	margin-bottom: 24px;
}
div#custom_html-10.widget_text.widget.widget_custom_html div.textwidget.custom-html-widget p {
    font-size: 16px;
    display: block;
	margin: 15px 0 20px;
	max-width: none;
    width: 100%;
	color: #fff;
}
iframe#ml-webforms-popup-3630685{
	background-color: rgba(34, 8, 70, 0.72);
} 
.site-footer a{
	color: #eaeaea;
}
.site-footer a:focus,.site-footer a:hover{
	color:#fff;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

/* .site-footer a{
	border-left: 3px solid #230747;
	padding-left: 5px;
	margin-left: -8px;
}
.site-footer a:focus,.site-footer a:hover{
	color:#fff;
	border-left: 3px solid #4652A4;
	border-radius: 2px;
} */


/* @end */


/* @group TEMPLATE SEARCH */
body.search-results .ast-blog-featured-section {
    display: none;
} 
/* @end */

/* @group READ MORE - You might be interested in... */


.read-more-content  {
    margin-bottom: 15px;
    background-color: #f5f5fa; /* For browsers that do not support gradients */
    background-image: linear-gradient(#f5f5fa, #ffffff);
    border-top: 1px solid #eeebeb;
    padding: 60px;
    padding-bottom: 60px;

}

.read-more-content .read-more-title {
	font-weight: 500;
	color: #4652A4;
	font-size: 36px;
    line-height: 1.2;
    border-left: 8px solid #4652A4;
    margin-bottom: 40px;
    padding-left: 15px;
    font-weight: 500;
}

.read-more-content .post-content h3.entry-title a {
	font-weight: 500;
	color: #230747;
	font-size: 28px;
}
.read-more-content .entry-header {
    margin-bottom: 0px;
}
body .read-more-content #primary .entry-content {
    margin-bottom: 0px !important;
}

.read-more-content .entry-meta {
    margin-top: 15px;
}
.read-more-content #primary .post-thumb-img-content img {
    margin-bottom: 0px !important;
}
.read-more-content article {
    background-color: #fff;
    margin: 20px;
    padding: 20px;
    padding-bottom: 0px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05)
}

/* @end */

/* @group Testimonial */


.wp-block-uagb-testimonial {
margin: 20px auto 0 auto;
width: 80%;
}
.wp-block-uagb-testimonial .uagb-tm__desc {
font-size: 20px !important;
    color: #230747 !important;
    line-height: 1.75;
}
.wp-block-uagb-testimonial .uagb-tm__author-name {
font-size: 30px !important;
    color: #ff287a !important;
}
.wp-block-uagb-testimonial .uagb-tm__company {
    color: #4652a4 !important;
font-size: 16px !important;
}

/* @end */

/* @group SUCCESS STORIES Noiza gallery */


body.page-id-810 #primary .entry-content {
margin-bottom: 0 !important;
}

.success-stories-content .wp-block-separator{
  border:none;
  height: 10px;
 	width: 90%;
	height: 50px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.21);
	box-shadow: 0 20px 20px -20px rgba(51, 51, 51, 0.12);
  margin: 0 auto; 
    background-color: #fff;
    margin-bottom: 60px
}

.ss-content h3 {
	font-weight: 500;
	color: #4652A4;
	font-size: 36px;
    line-height: 1.2;
    border-left: 8px solid #4652A4;
    margin-bottom: 60px;
    padding-left: 15px;
    font-weight: 500; 
}

.ss-content {
    overflow: auto;
    margin-top: 30px;
    margin-bottom: 100px;
    padding: 20px;
}

.home-box {
    width: 33.333333%;
    padding-bottom: 31.5%;
    float: left;
    position: relative;
    -webkit-transition: background-size .3s;
    -moz-transition: background-size .3s;
    -o-transition: background-size .3s;
    -ms-transition: background-size .3s;
    transition: background-size .3s;
    overflow:hidden;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2) !important;
}

.home-box a {
    display: block;
    position: absolute;
    width: 100%;
    padding-bottom: 95%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition:all .3s
}

.home-box:nth-child(2n+1):hover {
        box-shadow: 3px 3px 20px rgba(80, 92, 173, 0.4) !important;
}
.home-box:hover {
    background-color: rgba(255, 40, 122, 0.8);
        box-shadow: 3px 3px 20px rgba(255, 40, 122, 0.3) !important;
}

.home-box:nth-child(2n+1)  a:hover {
    background-color: rgba(80, 92, 173, 0.8);
}
.home-box a:hover {
    background-color: rgba(255, 40, 122, 0.8);
}
.home-box a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    padding:0 10px
}

.home-box a:hover span {
    opacity:1
}

.inner-image {
    position: absolute;
    width: 100%;
    padding-bottom: 95%;
    -webkit-background-size: cover;
    background-size: cover;
    transition: transform .3s;
    background-position:center;
}
.home-box:hover .inner-image {
    transform: scale(1.2);
}


@media (min-width:168px) and (max-width:768px){

    .success-stories-content .wp-block-separator{
	box-shadow: none;
    margin-bottom: 0px
}

.ss-content {
    overflow: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0px;
}

.home-box {
    width: 100%;
    padding-bottom: 100%;
}

.home-box a {
    width: 100%;
    padding-bottom: 100%;
}

.inner-image {
    padding-bottom: 100%;
}


}

/* @end */



/* @group STUDY TOURS */


.study-tours-content  {
    margin-bottom: 55px;
	margin-top: -20px;
    background-color: #f5f5fa; /* For browsers that do not support gradients */
    background-image: linear-gradient(#f5f5fa, #ffffff);
    border-top: 1px solid #eeebeb;
    padding: 40px 10px 60px 10px;

}
.study-tours-content .block-title {
	font-weight: 500;
	color: #4652A4;
	font-size: 36px;
    line-height: 1.2;
    border-left: 8px solid #4652A4;
    margin-bottom: 40px;
    padding-left: 15px;
    font-weight: 500;
    
}

@media (max-width: 1024px){

	.study-tours-content .st-content {
        flex: 0 80% !important;
	}
}


.wrap-st-content {
  display: flex;
  flex-wrap: wrap; 
  justify-content: start;
  gap: 15px 15px;
}
.study-tours-content .st-content  {
    flex: 0  49%;
    display: flex;
    background-color: #fff;
    margin: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    overflow: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(35, 7, 71, 0.21);
    box-shadow: 0px 3px 6px 0px rgba(35, 7, 71, 0.21);
    transition: all .25s ease-in-out;
}
.study-tours-content .st-content:hover {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(35, 7, 71, 0.21), 0px 10px 40px 0px rgba(80, 92, 173, 0.22);
    box-shadow: 0px 5px 10px 0px rgba(35, 7, 71, 0.21), 0px 10px 40px 0px rgba(80, 92, 173, 0.22);
}
.study-tours-content .st-left  {
    border-radius: 5px 0 0 5px;
    background-color:#fff;
}
.study-tours-content .st-right  {
    border-radius: 0 5px 5px 0;
    padding: 20px;
    background-color: #4652A4;
    color: #FFF;
    display: flex;
    flex-direction: column;
    
}
.study-tours-content .st-right-item {
    flex-grow: 1;
}

.study-tours-content .st-date {
    margin-top: 25px !important;
}

.study-tours-content .entry-content {
	padding: 20px;
}

.study-tours-content h3.entry-title {
    margin-bottom: 5px
}

.study-tours-content h3.entry-title a {
	font-weight: 500;
	color: #230747;
	font-size: 25px;
}
body .study-tours-content p {
    margin-bottom: 15px !important;
}
body .entry-summary p {
    line-height: 1.4;
    font-size: 15px;
}

.study-tours-content .entry-meta {
	padding: 5px 0;
    margin-bottom: 8px; 
}
.study-tours-content .entry-meta a {
	color: #fff;
    margin-top: 11px;
    font-weight: 500;
	text-transform: uppercase;
    font-size: 13px;
	font-weight: 600;
	margin-right: 5px;
	background-color: #FF287A;
	padding: 5px;
	border-radius: 2px;
}
.study-tours-content .join-us {
	font-size: 16px;
	line-height: 1.8;
	background: url(images/arrow-right-circle.png) left 3px no-repeat;
	background-size: 20px;
	padding-left: 27px;
}
.study-tours-content .join-us a {
	text-transform: uppercase;
	font-weight: 600;
   	color: #4652A4;
}
.study-tours-content .join-us:hover {
 filter: hue-rotate(90deg) brightness(145%);
}

.study-tours-content .st-right h4 {
    text-transform: uppercase;
    color: #DCD8FD;
    font-size: 17px;
	text-align:center;
    margin-bottom: 5px
}
.study-tours-content h4.st-date-title  {
    padding-top: 15px;
}
.study-tours-content .st-date-title span {
    background: url(images/Icon-calendar.svg) left center no-repeat;
    background-size: 12px;
    padding-left: 20px;
}
.study-tours-content .st-location-title span {
    background: url(images/Icon-location.svg) left center no-repeat;
    background-size: 13px;
    padding-left: 20px;
}
.study-tours-content .st-organisation-title span {
    background: url(images/Icon-organization.svg) left center no-repeat;
    background-size: 14px;
    padding-left: 20px;
}
.study-tours-content .st-right p {
    text-align: center;
    margin-bottom: 0 !important;
}
.study-tours-content p.st-date-start {
    margin-bottom: 5px !important;
}
.study-tours-content .st-date-end {
    text-transform: uppercase;
    color: #fff;
    background: url(images/Icon-arrow-down.svg) center top no-repeat;
    background-size: 15px;
    padding-top: 20px
}

.study-tours-content .expired {
	position: relative;
}
.study-tours-content .expired .entry-content, .study-tours-content .expired .st-right-item, .study-tours-content .expired .attachment-512x250 {
	opacity:.5;
}
.study-tours-content .expired .expired-flag{
	background: url(images/expired.svg) left top no-repeat;
	background-size: 100%;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -5px;
	z-index: 1;
	opacity: 1 !important;;
}

/* Study tours Single */

.study-tour-page .entry-title {
    margin-bottom: 10px !important;
}

.study-tour-page .st-subtitle {
    font-size: 17px;
    margin-bottom: 25px !important;
    font-weight: 700;
    display: block;
}

#secondary.study-tour-page  {
    width: 20%;
}

#secondary.study-tour-page h4.st-date-title  {
    padding-top: 15px;
}
#secondary.study-tour-page h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #230747;
    font-size: 15px;
	text-align:left;
    padding-top: 40px;
    margin-bottom: 5px
}
#secondary.study-tour-page .st-date-title span {
    background: url(images/Icon-calendar-blue.svg) left center no-repeat;
    background-size: 12px;
    padding-left: 20px;
}
#secondary.study-tour-page .st-location-title span {
    background: url(images/Icon-location-blue.svg) left center no-repeat;
    background-size: 13px;
    padding-left: 20px;
}
#secondary.study-tour-page .st-organisation-title span {
    background: url(images/Icon-organization-blue.svg) left center no-repeat;
    background-size: 14px;
    padding-left: 20px;
}
#secondary.study-tour-page p {
    text-align: left;
    margin-bottom: 0 !important;
    font-size: 14px;
}
#secondary.study-tour-page .st-date span {
    font-size: 14px;
}
#secondary.study-tour-page .st-date-start {
    margin-bottom: 5px !important;
}
#secondary.study-tour-page .st-date-end {
    text-transform: uppercase;
    background: url(images/Icon-arrow-right.svg) left 2PX no-repeat;
    background-size: 15px;
    padding-left: 20px;
}
#secondary.study-tour-page .content-social-share {
    margin-top: 55px;
    border-top: 1px solid #ddd;
}
#secondary.study-tour-page h4.socialshare-title {
    margin-top: 15px !important;
}

@media (max-width:670px){
    
    .study-tours-content .st-right  {
    flex-direction: row;
    
}
.study-tours-content .st-date {
    margin-top: 0px !important;
}   
    
.study-tours-content .ast-container  {
    padding: 0 5px;
}
    
.study-tours-content .st-content  {
    display: block;
}
.study-tours-content .st-post-thumb img {
    width: 100%;
}
.study-tours-content .st-left  {
    float: none;
    border-radius: 5px;
    max-width: none;
    background-color:#fff;
}
.study-tours-content .st-right  {
    float: none;
    border-radius: 0 0 5px 5px;
    overflow: auto;
    width: 100%;
    padding: 0;
}
    
.study-tours-content .st-right-item {
    float: left;
    display: block;
    padding: 20px 0;
}
.study-tours-content .st-date {
    width: 29%;
}
.study-tours-content .st-location {
    width: 31%;
    padding-right: 2%
}
.study-tours-content .st-organisation {
    width: 39%;
}
.study-tours-content .st-right h4 {
    padding-top: 15px;
}
    
}
@media (max-width:472px){
    
.study-tours-content .st-right  {
    flex-direction: column;
}
    
.study-tours-content .st-right-item {
    float: none;
    display: block;
    padding: 20px 0;
}
.study-tours-content .st-date {
    margin-top: 0 !important;
    width: 100%;
}
.study-tours-content .st-location {
    width: 100%;
    padding-right: 0;
}
.study-tours-content .st-organisation {
    width: 100%;
}
    
}

/* @end */

/* @group BLOG - archive */

.blog-layout-1 {
	border-bottom: none
}
#primary .post-content h2.entry-title {
	margin-bottom: .7em;
}
#primary .post-content h2.entry-title a {
	font-weight: 500;
	color: #230747;
	font-size: 1em;
}
#primary .post-content h2.entry-title a:hover {
	color: #FF287A;
}

.read-more {
	margin-bottom: 0;
	border-top: 1px solid #E0E0E0;
	text-align: right;
	padding-top: .7em;
	text-transform: uppercase;
}

#primary .read-more a {
	color: #230747;
	font-weight: 500;
}

#primary .entry-meta {
	color: #ccc;
	font-weight: 500;
	padding: 5px 0;
}

#primary .entry-meta span.cat-links a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 5px;
	background-color: #FF287A;
	padding: 0 5px;
	border-radius: 2px;
}

body.ast-blog-layout-1 #primary .post-content h2.entry-title {
margin-bottom: 12px;
}

body.ast-blog-layout-1 #primary .entry-meta .cat-links {
    color: white;
}
body.ast-blog-layout-1 #primary .entry-meta .cat-links a:first-of-type {
	display: inline-block !important;
    line-height: 1.6em;
    margin-bottom: 10px;
}
body.ast-blog-layout-1 #primary .entry-meta .cat-links a {
	display: none;
}
body.ast-blog-layout-1 #primary .entry-header {
    margin-bottom: -10px !important;
}

.ast-blog-featured-section .posted-on {
	width: auto;
	height: auto;
	padding: .7em;
	padding-right: .2em;
}

#primary .blog-layout-1 .posted-on, #primary .blog-layout-1 .posted-on span {
	background-color: #230747;
}

#primary .blog-layout-1 .posted-on span {
	font-size: 15px;
	font-weight: 700;
	width: auto;
	float: left;
	margin-right: .5em;
}

#primary .blog-layout-1 .posted-by span.author-name {
	background: url(images/user.svg) left center no-repeat;
	padding-left: 25px;
	color: #230747 !important;
	margin-left: 5px;
}

.entry-meta {
color: white !important;
font-size: 1px;
margin-bottom: 15px;
    display: block;
}

body.blog .entry-meta .posted-by {
    display: inline !important;
    font-size: 15px;
    line-height: 2; 
}
body.blog .entry-meta .ast-taxonomy-container{
    display: inline !important;
    font-size: 14px;
}
.ast-excerpt-container p {
	font-size: 16px;
	line-height: 27px;
	margin-top: 0;
    margin-top: 20px;
}

/* @end */

/* @group BLOG - single */

body.single-post #content .ast-container {
	margin-bottom: 3em;
	margin-top: 3em;
}
body.single-post #primary {
width: 80%;
float: right;
}
body.single-post #secondary {
width: 15%;
float: left;
margin-top: 0;
}
body.single-post #primary article {
border-left: 1px solid #eee;
padding-left: 6%;
}
body.single-post .gotoblog {
border-bottom: 1px solid #eee;
background: url(images/arrow-back.svg) left center no-repeat;
margin-bottom: 3em;
  position:relative;
	   background-color: #FFF;
}

/* 
.gotoblog:after{
  content:"";
  position:absolute;
  bottom:0;top:20px;left:5%;right:5%;
  z-index:-1;
  Border-radius: 30px;
 -webkit-box-shadow:0 0 15px 4px #efefef;
  -moz-box-shadow:0 0 15px 4px #efefef;
  box-shadow: 0 0 15px 4px #efefef;
}
*/

body.single-post .gotoblog a {
color: #230747;
text-transform: uppercase;
padding-left: 14px;
}
body.single-post .gotoblog a:hover {
padding-left: 10px;
}

body.single-post #primary #categories a {
	text-transform: uppercase;
    color: #230747;
	font-weight: 600;
	font-size: 16px;
	margin-left: -1px;
    padding: 0 8px 0 8px;
}
body.single-post #primary #categories a:first-of-type {
padding-left: 0;
}

body.single-post #primary .mobile-date {
	display: none;
}

body.single-post #primary .entry-title {
	color: #fff;
	font-weight: 500;
	background-color: #FF287A;
	display: inline-block;
	padding: 3px 8px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 30px;
} 

body.single-post #primary .blog-subtitle {
	color: #230747;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
} 

body.single-post .entry-content h2 {
	color: #4652A4;
	background: none;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	font-weight: 700;
	font-size: 27px;
	display: block;
	border-left: 4px solid #4652A4;
}

body.single-post #primary .entry-content {
	color: #230747;
	margin: 3% 0;
}
body.single-post .entry-content .tags-list {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

body.single-post .entry-content .tags-list span {
	color: #fff;
    background-color: #4652A4 !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 3px;
    margin-right: 5px;
    border-radius: 2px;
}
body.single-post #secondary .content-author-info img.avatar {
	border-radius: 50px;
	border: 1px solid #ddd;
	width: 86px;
	margin-top: 8px;
	margin-bottom: 8px;
}
body.single-post #secondary .content-author-info h4.display_name {
	font-weight: 600;
	font-size: 16px;
	margin-top: 6px;
	text-align: left;
	margin-bottom: 4px;
}
body.single-post #secondary .content-author-info p.bio {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	margin: 0;
}

body.single-post #secondary .display_date {
	font-weight: 600;
	font-size: 1em;
	margin: 0;
	text-align: left;
	background: url(images/clock.svg) left center no-repeat;
	padding-left: 25px;
}
body.single-post #secondary #post-info {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-top: 20px;
margin-bottom: 22px;
padding: 7px 0;
}
body.single-post #secondary .content-social-share h4 {
	font-weight: 600;
	font-size: .9em;
	margin: 0 0 8px;
	text-align: left;
	text-transform: uppercase;
}
body.single-post #secondary .content-social-share a.share-link {
display: block;
width: 37px;
height: 37px;
margin: 15px 0 0;
opacity: 1;
text-indent: -9999px;
}
body.single-post #secondary .content-social-share a.share-link:hover {
opacity: .7;
}

body.single-post #secondary .content-social-share a.share-facebook {
background: url(images/share-facebook.svg) center no-repeat;
}
body.single-post #secondary .content-social-share a.share-twitter {
background: url(images/share-twitter.svg) center no-repeat;
}
body.single-post #secondary .content-social-share a.share-linkedin {
background: url(images/share-linkedin.svg) center no-repeat;
}

/* hover blog images */

img.wp-post-image {
	border-radius: 2px;
	min-width: 100%;
}

a img.wp-post-image:hover, .post-thumb a img:hover {
	opacity: .8;
}

/* Related post */

#related-posts {
		display: none;
	width: 100%;
	float: left;
	clear: both;
margin-top: 5%;
padding-top: 5%;
margin-bottom: 22px;
background: url(images/shadow.png) center top no-repeat;
}
#related-posts h2 {
color: #fff;
	font-weight: 500;
	background-color: #FF287A;
	display: inline-block;
	padding: 3px 8px;
	margin-top: 5px;
}
.title-text {
	margin-bottom: 3%;
}
#related-posts .news-block {
	width: 31.333333%;
	float: left;
	border-top: 1px solid #eee;
margin-right: 3%;
}
#related-posts .last { margin-right: 0 !important; } 

.news-block h3 {
margin-top: 3%;
}
/* @end */

/* @group Staff page */

div.staff {
margin-top: 3%;
padding-top: 2%;
	border-bottom: 1px solid #ddd !important;
	padding-bottom: 3%;
	margin-bottom: 3%;
}
div.staff:last-of-type {
border: none;
}
div.staff img {
width: 90%;
text-align: center;
}
div.staff:last-of-type {
border: none;
}
.send-email{
background: url(images/Icon-mail.svg) left center no-repeat;
background-size: 20px;
padding-left: 27px;
}


/* @end */


/* @group EVENTS page */

.tribe-events-calendar-list__event-wrapper article {
width: 100%;
}


.tribe-events-calendar-month__body .tribe-events-calendar-month__calendar-event {
padding: 5px 10px !important;
background-color: rgba(115, 112, 113, 0.82);
   
}
.tribe-events-calendar-month__body .tribe-events-calendar-month__events .cat_webinars {
background-color: rgba(255, 40, 122, 0.99);
}
.tribe-events-calendar-month__body .tribe-events-calendar-month__events a,
.tribe-events-calendar-month__body .tribe-events-calendar-month__events time,
.tribe-events-calendar-month__body .tribe-events-calendar-month__events span {
color: white;
}
.tribe-events-calendar-month__body .tribe-events-calendar-month__events a {
font-weight: 700;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    background-color: #4652A4;
}
.tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover {
    background-color: #ff287a;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #4652A4;
}
.tribe-events .tribe-events-c-ical__link {
    border: 1px solid #4652A4;
    color: #4652A4;
}
.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
    color: #fff;
    background-color: #4652A4;
}
.tribe-common .tribe-common-h4 {
    color: #230747;
font-family: 'Inter',sans-serif;
}

/* Calendar title */
#tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title {
font-family: 'Inter',sans-serif;
}

/* Calendar days */
.tribe-events-calendar thead th {
font-family: 'Inter',sans-serif;
}

/* Calendar dates */
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
font-family: 'Inter',sans-serif;
}

/* Calendar popup description */
.tribe-events-calendar p {
font-family: 'Inter',sans-serif;
}

/* Calendar popup title */
.tribe-events-calendar h4.entry-title.summary {
font-family: 'Inter',sans-serif;
}

/* Popup calendar start end time */
.tribe-events-calendar abbr.tribe-events-abbr.tribe-event-date-start {
font-family: 'Inter',sans-serif;
}

.tribe-events-back a,.tribe-events-back a:visited{
font-family: 'Inter',sans-serif;
}

.tribe-events-event-meta {
font-family: 'Inter',sans-serif;
}
.tribe-events-content {
font-family: 'Inter',sans-serif;
color: #230747;
}
.tribe-common .tribe-common-h3 {
font-family: 'Inter',sans-serif;
color: #230747;
}
.tribe-events-c-view-selector__list-item-text{
font-family: 'Inter',sans-serif;
color: #230747;
}
.tribe-common .tribe-common-b2 {
font-family: 'Inter',sans-serif;
color: #230747;
}
.tribe-common .tribe-common-anchor:active, .tribe-common .tribe-common-anchor:focus, .tribe-common .tribe-common-anchor:hover {
    border-bottom:2px solid #230747
}
.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited {
    color: #230747;
}
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
font-family: 'Inter',sans-serif;
color: #230747;
}
.tribe-common .tribe-common-c-svgicon {
    color: #4652A4;
}
/* @end */

/* @group Contact page */

#post-32 .wp-block-column h2 {
display: none;
}
#post-32 .wp-block-column:first-child {
margin-right: 9%;
padding-right:7%;
border-right: 1px solid #eee;
filter: drop-shadow(0px 1px 2px rgba(95, 95, 95, 0.04));
background: none;
}

#post-32 #field_1_6 {
border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 5px;
}

#post-32 .gform_button {
color: #fff;
width: 100%;
line-height: 1.5;
border-radius: 5px;
background: #230747;
box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
font-weight: bold;
}
#post-32 h2.location {
display: block;
margin-left: 0;
background: url(images/location.svg) left center no-repeat;
padding-left: 60px;
margin-left: -60px;
background-size: 35px;
line-height: 2;
font-weight: 600;
color: #230747 !important;
}


/* Municipalities */

.servizi-form {
width: 80%;
margin: 70px auto 30px;
}
.servizi-form h2 {
margin-bottom: 60px;
border-bottom: 2px solid #4652A4;
display: block;
background-color: #fff;
color:  #4652A4;
padding-bottom: 10px;
padding-left: 0;
}
.servizi-form label {
width: 100% !important;
}

.servizi-form input, .servizi-form textarea {
border-radius: 0px;
background-color: rgba(246, 246, 246, 0.65);
border: none;
box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.03);
color: #000;
border-bottom: 1px solid #4652A4;
Border-top: 2px solid #eee;
margin-bottom: 55px;
width: 100%;
}
.servizi-form textarea {
margin-bottom: 40px;
}

.servizi-form span.labelform {
display: none;
}
.servizi-form span.acceptance {
font-size: 14px;
}
.servizi-form .wpcf7-acceptance {
display: block;
margin-bottom: 10px;
}
.wpcf7-list-item input {
width: auto !important;
margin-right: 5px;
margin-bottom: 0;
}
.servizi-form .double-form label {
width: 47.5% !important;
float: left;
}
.servizi-form .double-form label:nth-child(1) {
margin-right: 5%;
}
.double-form {
	overflow: auto;
	width: 100%;
}
.servizi-form span.hear {
clear: both;
width: 100%;
}
.servizi-form input.wpcf7-submit {
color: #fff;
width: 100%;
margin: 40px 0 0 0;
border: none;
line-height: 1.5;
border-radius: 5px;
background: #230747;
box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
font-weight: bold;
text-align: center;
}
.servizi-form input.wpcf7-submit:hover {
background: #4652A4;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
    opacity: 0.1;
}

.servizi-form .mandatory {
position: absolute;
right: 0;
font-size: 14px;
}

.servizi-form span.checkbox-label{
display: block;
font-size: 16px;
color: #4652A4;
font-weight: 500;
padding-bottom: 10px;
margin-top: -20px;
}
.servizi-form span.wpcf7-list-item-label{
font-size: 15px;
}
.servizi-form span.wpcf7-list-item{
margin-left: 0;
margin-right: 25px;
}
.servizi-form .wpcf7-checkbox{
margin-bottom: 40px;
display: block;
}

/* sent. thank you message */

.wpcf7 .sent .servizi-form {
display: none;
}
.wpcf7 .sent .wpcf7-response-output  {
border: none;
    border-top: 2px solid #4652A4 !important;
    padding-top: 30px;
    text-align: center;
	color: #4652A4;
	font-size: 25px;
	line-height: 1.4;
	font-weight: 600;
}

/* @end */


/* @group CC - Form carbon calculator */

#gform_5 .packages .gchoice {
	width: 250px;
    padding: 0 !important;
    margin: 0 !important;
	float: left;
}
#gform_5 .packages .gchoice .gfield-choice-input {
	display: none;
}
#gform_5 .packages .gchoice label {
	background-size: 100%  !important;
    padding: 320px 0 0 0 !important;
	width: 100%;
    text-align: center;
    font-weight:600;
    font-size: 19px;
	opacity: .8;
	background-position: center top;
    margin: 0 !important;
}
#gform_5 .packages input[type="radio"]:checked+label {
	opacity: 1;
}
#gform_5 .packages .gchoice #label_5_13_0, #gform_5 .packages .gchoice #label_5_30_0 {
	background: url(images/cc-5.png) no-repeat;
}
#gform_5 .packages .gchoice #label_5_13_1, #gform_5 .packages .gchoice #label_5_30_1 {
	background: url(images/cc-20.png) no-repeat;
}
#gform_5 .packages .gchoice #label_5_13_2, #gform_5 .packages .gchoice #label_5_30_2 {
	background: url(images/cc-50.png) no-repeat;
}

#gform_5 .gform_page_footer {
	margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb
}

#gform_5 .gform_next_button {
	border-radius: 4px;
    text-transform: uppercase;
}
#gform_5 .gform_previous_button {
	border-radius: 4px;
    text-transform: uppercase;
}
#gform_5 .gsection {
    border: none !important;
}
#gform_5 .gsection_title {
	margin: 20px 0 20px 0;
}

#gform_5 .gf_step_number {
    background: 0 0;
    border-radius: 20px;
    border: 2px solid #4652A4;
    color: #230747;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    text-align: center;
    width: 40px;
}

#gform_5 .gf_step_pending .gf_step_label {
    color: #000;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
    background: #230747;
    border: 2px solid #230747;
}

#gform_5 .gf_step_active .gf_step_number {
    background: #4652A4;
    color: #fff;
}
#gform_5 .gf_step_completed .gf_step_number {
    background-color: #230747 !important;
    color: #607382;
}

#gform_5 .gf_step_label {
    color: #4652A4;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    padding-left: 10px;
    text-transform: uppercase;
}
#gform_5 .gf_step_pending .gf_step_label {
    color: #ccc;
}
#gform_5 .gf_step_pending span {
    color: #ccc;
}
#gform_5 .gf_step_pending .gf_step_number {
    border: 1px solid #ccc;
}

/* @end */


/* @group CARBON CALCULATOR STRIPE */

body .gform_wrapper .gform_validation_errors > h2 {
background-color: transparent !important;
}

/* Tooltip */

.tooltip {
	position: relative;
	display: inline-block;
	background: url(images/Icon-info-circle.svg) center center no-repeat;
	width: 20px;
	height: 20px;
	margin: 0 7px;
	background-size: 20px;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 300px;
	background-color: rgba(35, 7, 71, 0.91);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	text-align: left;
	padding: 20px;
	border-radius: 3px;
	position: absolute;
	z-index: 9999;
	font-size: 14px;
}

.tooltip .tooltiptext ol {
	margin-left: 20px;
	margin-top: 20px;
}

.tooltip .tooltiptext ol li {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 19px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

h3.accept-stripe {
    color: #230747;
    font-size: 16px;
    font-weight: 700;
    margin-bottom:5px;
    margin-top: 20px;
    padding-top: 40px;;
    border-top: 1px solid #e5e7eb;
}

/* which country */

#field_5_2 {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

/* DOWNLOAD */


.cc-download-icon {
	background: url(images/Icon-download-cloud.svg) left top no-repeat;
	margin: 0 7px 40px 0;
	background-size: 25px;
	padding: 0 0 10px 35px;
	font-size: 18px;
    display: block;
    
}

.download-file {

font-size: 16px;
font-weight: 700;
margin-bottom: 0px;
    margin-top: 20px; 
display: inline-block;
padding: 0;
}


/* @end */




@media (max-width:992px){

.graphic {
	background-position: 0% -100px;
	background-size: 600px;
	width: 100%;
}
.footer-adv-widget-2 .widget_custom_html {
	float: left;
	width: 100%;
}
#post-32 .wp-block-column:first-child {
margin-right: 0%;
Padding-right: 0%;
}
#post-32 .wp-block-column h2.location {
margin-left: 0;
background: url(images/location.svg) left center no-repeat;
padding-left: 30px;
background-size: 20px;
}
.ast-header-break-point .ast-header-custom-item,.ast-header-break-point .main-header-menu{
	background-color: #edeef6;
}
.ast-header-break-point .main-header-menu .sub-menu{
	background-color: rgb(246, 246, 250);
}

}

@media (max-width:980px){

.ast-above-header-section {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-right: 10px !important;
	width: 100% !important;
}
.ast-header-break-point .ast-above-header-section .widget {
    margin: 0;
}
.ast-header-break-point .ast-above-header {
    line-height: 1;
}
.ast-has-mobile-header-logo.ast-menu-toggle-icon div.ast-above-header  {
padding: 0;
}

}

@media (max-width:600px){

#post-32 .wp-block-column:first-child {
border-right: none;
}

#post-32 div.wp-block-column div.wp-block-group{
padding-right: 0;
}


.servizi-form {
width: 100%;
}

#imagefullw {
	min-height: 250px !important;
	background-color: #000;
	background-size: cover;
	position: relative;
}
#imagefullw .entry-header{
position: absolute;
overflow: auto;
bottom: 8px;
left: 8px;
margin: 0;
}

#imagefullw h1 {
	color: #fff;
	font-weight: 500;
	background-color: #FF287A;
	display: inline-block;
	padding: 3px 8px;
	margin: 0px;
}
#imagefullw .subheading {
	margin-bottom: 0;
	margin-top: 0;
	bottom: 0px;
}


}
/* sistemo menu pre-mobile */
@media (min-width:980px) and (max-width:1078px){

.main-header-bar .ast-container {
padding-right: 0px;
padding-left: 8px;
}
.main-header-bar .ast-container a.menu-link {
padding-right: 8px;
padding-left: 8px;
}

}

@media (min-width:768px) {

#post-30 div.ml-form-embedContainer {
    width: 80% !important;
 }
}


@media (max-width:768px) {

.graphic {
	background-position: 200px -60px;
	background-size: 600px;
	height: 170px;
	width: 100%;
	right: 0 !important;
	left: auto;
}
div.ast-site-identity span.site-logo-img a.custom-mobile-logo-link img.ast-mobile-header-logo  {
	max-width: 180px !important;
}
.entry-content p {
	font-size: 16px !important;
	line-height: 25px;
	margin-top: 0;
}
.entry-content h2 {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 24px !important;
}
.entry-content h3 {
	font-size: 22px !important;
	line-height: 1.3;
}
body.single-post .entry-content h2 {
	font-size: 24px;
}
body.single-post #content .ast-container {
	margin-bottom: 2em;
	margin-top: 2em;
}

body.single-post #primary {
width: 100%;
float: left;
}

body.single-post #secondary {
width: 100%;
float: left;
margin-top: 0;
Border-top: 1px solid #eee;
padding-top: 5%;
}
body.single-post #primary article {
border-left: none;
padding-left: 0;
}

body.single-post #primary .entry-title {
	color: #FF287A;
	font-weight: 500;
	background-color: #fff;
	display: block;
	padding: 0px;
	padding-top: 20px;
	margin-top: 0;
	margin-bottom: 22px;
	font-size: 30px;
}

body.single-post  #social-share div.content-social-share a.share-link {
float: left;
margin-right: 20px;
}

body.single-post #secondary .display_date {
display: none;
}
body.single-post #primary #categories {
float: left;
max-width: 65%;
display: block;
}
body.single-post #primary .mobile-date {
	max-width: 35%;
	float: right;
	display: block;
	font-weight: 600;
	font-size: 1em;
	margin: 0;
	text-align: right;
	background: url(images/clock.svg) left center no-repeat;
	padding-left: 25px;
}
body.single-post #secondary #post-info {
border:  none;
margin: 0;
padding: 0;
}
body.single-post #secondary .content-social-share h4 {
	margin-top: 18px;
	margin-bottom: 0;
}
.servizi-form h2 {
margin-bottom: 30px;
padding-bottom: 2px;
}
.servizi-form .mandatory {
position: relative;
margin-top: 20px;
float: left;
}
.servizi-form input, .servizi-form textarea {
margin-bottom: 30px;
}
.servizi-form span.checkbox-label{
margin-top: 5px;
}
.servizi-form .double-form label {
width: 100% !important;
float: left;
}
.servizi-form .double-form label:nth-child(1) {
margin-right: 5%;
}
.servizi-form input.wpcf7-submit {
margin-top: 20px;
}
}



/* @group BUBBLES */


#bubbles {
     width: 980px;
     height: 817px;
     background: url("images/bubbles-980.png") top left no-repeat;
     position: relative;
     font-family: inter;
    margin: 0px auto 60px auto;
    overflow: auto;
scale: 90%;
}
body.home #bubbles {
    margin-top: 30px;
}



#bubble-01, #bubble-02, #bubble-03, #bubble-04, #bubble-05{
  display: flex;
  align-items: center;
  justify-content: center;
}
	
.bubble-number{
     font-size: 65px;
     font-weight: 800;
     text-align: center;
     line-height: 1.1;
}
.bubble-title{
     font-size: 22px;
     font-weight: 700;
     text-align: center;
     text-transform: uppercase;
     color: #280149;
    line-height: 1.2;
     margin: 0 0 5px 0;
}
 .bubble-text{
     font-size: 18px;
     font-weight: 500;
     text-align: center;
     text-transform: none;
     color: #707070;
     line-height: 1.4; 
}
#bubble-01 {
     width: 214px;
     height: 214px;
     padding: 20px;
     position: absolute;
     top: 163px;
     left: 200px;
     border-radius: 100%;
     color: #4652A4;
}
#bubble-02 {
     width: 320px;
     height: 320px;
     padding: 30px;
     position: absolute;
     top: 44px;
     left: 555px;
     border-radius: 100%;
}
#bubble-02 .bubble-number{
     font-size: 70px;
}
#bubble-02 .bubble-title{
     font-size: 25px;
}
#bubble-03 {
     width: 248px;
     height: 248px;
     position: absolute;
     top: 410px;
     left: 40px;
     border-radius: 100%;
}
#bubble-03 .bubble-number{
     color: #FF287A;
}
#bubble-04 {
     width: 318px;
     height: 318px;
     padding: 30px;
     position: absolute;
     top: 358px;
     left: 355px;
     border-radius: 100%;
}
#bubble-04 .bubble-number{
     color: #004211;
}
#bubble-04 img {
     width: 318px;
     height: 318px;
     padding: 0px;
     position: absolute;
     top: 0;
     left: 0px;
     border-radius: 100%;
}
#bubble-05{
     width: 240px;
     height: 240px;
     position: absolute;
     top: 532px;
     left: 698px;
     border-radius: 100%;
}
#bubble-05 .bubble-number{
     color: #C2D12D;
}


		@keyframes scaleanim {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
	
#bubble-01 .bubble-content:hover,
#bubble-02 .bubble-content:hover,
#bubble-03 .bubble-content:hover,
#bubble-04 .bubble-content:hover,
#bubble-05 .bubble-content:hover{
		animation: scaleanim .6s ease-in-out;
}


@media (min-width:768px) and (max-width:980px){

#bubbles {
     width: auto;
     height: auto;
     background: none;
     position: relative;
    margin: 20px auto;
    overflow: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-bottom: 70px;
    scale: 90%;
}
	
	#bubble-01, #bubble-02, #bubble-03, #bubble-04, #bubble-05{
  aspect-ratio: 1/ 1;
  display: flex;
  align-items: center;
  justify-content: center;
		background: url(images/bubble-mob.png) no-repeat center;
		position: relative;
		top: 0;
		left: 0;
		width: 350px !important; 
		height: 350px;
		padding: 0 80px;
		
}
#bubble-04 img {
     width: 82%;
     height: 82%;
     padding: 0px;
     position: absolute;
     top: 9%;
     left: 9%;
     border-radius: 100%;
}
	
	

}

@media (min-width:268px) and (max-width:767px){

#bubbles {
     width: 350px;
     height: auto;
     background: none;
     position: relative;
    margin: 40px auto;
    overflow: auto;
	display: grid;
 grid-template-columns: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 20px;
	margin-bottom: 70px;
    scale: 100%;
}
	
	#bubble-01, #bubble-02, #bubble-03, #bubble-04, #bubble-05{
  aspect-ratio: 1/ 1;
  display: flex;
  align-items: center;
  justify-content: center;
		background: url(images/bubble-mob.png) no-repeat center;
		position: relative;
		top: 0;
		left: 0;
		width: 350px !important; 
		height: 350px;
		padding: 0 80px;
		
}
#bubble-04 img {
     width: 82%;
     height: 82%;
     padding: 0px;
     position: absolute;
     top: 9%;
     left: 9%;
     border-radius: 100%;
}
	
	

}



/* Page "Experts" */


body.page-template-page-experts #primary .entry-content {
	margin: 4% 0 0px!important;
    border-bottom: 1px solid #D5DDE5;
    padding-bottom: 50px;
}

.row-experts {
	background-color: #fff;
}

.row-experts .cont {
	padding-top: 25px;
}

.experts-top-filters {
	display: grid;
	grid-template-columns: repeat(2, minmax(213px, 376px)) 1fr max-content;
	grid-template-areas: "country experience . reset";
	column-gap: 32px;
	align-items: end;
	border-bottom: 1px solid #D5DDE5;
	padding-bottom: 24px;
}

.experts-country-filter {
	grid-area: country;
}

.experts-experience-filter {
	grid-area: experience;
}

.experts-reset-wrapper {
	grid-area: reset;
}

.row-experts .facetwp-facet {
	margin-bottom: 0;
}

.experts-top-filters .facetwp-facet {
	max-height: 66px;
}

.experts-filter-label {
	font-size: 16px;
	line-height: calc(19 / 16);
	font-weight: 500;
	color: #FF287A;
	padding-bottom: 8px;
	margin: 0;
    text-transform: uppercase;
}

.option-selected + .fs-wrap .fs-label {
	color: #2F5A9A;
}

.single-experts-filter-wrapper .fs-wrap {
	width: 100%;
}

.single-experts-filter-wrapper .fs-wrap.fs-open .fs-label-wrap::after {
	transform: rotate(180deg);
}

.single-experts-filter-wrapper .fs-label-wrap {
	padding: 19px 24px 21px;
	border: 1px solid #D5DDE5;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
}

.single-experts-filter-wrapper .fs-label-wrap::after {
	content: url(images/down-arrow.svg);
	transition: transform 350ms;
	transform-origin: 50% 47%;
}

.experts-reset-wrapper button, div.single-experts-filter-wrapper .fs-label {
	font-size: 15px;
	line-height: calc(24 / 18);
}

div.single-experts-filter-wrapper .fs-label {
	padding: 0;
	color: #4652A4;
}

div.single-experts-filter-wrapper .fs-arrow {
	display: none;
}

.experts-reset-wrapper {
	align-self: end;
}

.experts-reset-wrapper button {
	padding: 20px 24px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #e6a1ab;
	cursor: pointer;
}

.experts-bottom-filters {
	padding-top: 16px;
	display: grid;
	grid-template-columns: repeat(2, max-content);
	justify-content: space-between;
	align-items: center;
}

.experts-bottom-filters .facetwp-facet, .experts-bottom-filters .facetwp-facet select {
	color: #230747;
	font-size: 14px;
	line-height: 1.1;
}

.experts-bottom-filters .facetwp-facet select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 15px 24px 14px;
	border-radius: 8px;
}

.experts-bottom-filters .facetwp-facet select:focus {
	outline: none;
}

.experts-order-by-query-wrapper {
	position: relative;
}

.experts-order-by-query-wrapper::after {
	content: url(images/down-arrow.svg);
	position: absolute;
	top: 45%;
	right: 24px;
	transform: translateY(-50%);
	padding: 4px;
}

.expert-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: clamp(16px, calc(1rem + (32 - 16) * ((100vw - 900px) / (1200 - 900))), 32px);
	padding-top: 32px;
    margin-bottom: 100px
}

.expert-card {
	border-radius: 8px;
	overflow: hidden;
	background-color: rgb(242, 244, 247);
	transition: box-shadow 350ms;
}

.expert-card:hover {
	box-shadow: 0px 5px 30px rgba(104, 126, 158, 0.4);
}

.expert-card-image-wrapper {
	display: grid;
	position: relative;
}

.expert-card-image-wrapper img, .expert-card-name-wrapper,
.experience-wrapper img, .experience {
	grid-area: 1 / 1 / 2 / 2;
}

.expert-card-image-wrapper > img {
	width: 100%;
	aspect-ratio: 376 / 288;
    object-fit: cover;
}

.expert-card-name-wrapper {
	align-self: end;
	display: flex;
	align-items: flex-end;
	padding: 24px 16px 9px;
	position: relative;
	height: 30%;
}

.expert-card-name-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(360deg, rgba(0,0,0,0.7) 0%, rgba(35,7,71,0.2) 55%, rgba(255,255,255,0.0) 100%);
	opacity: 0.9;
}

.expert-card-name {
	color: white;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 500;
	margin: 0;
	position: relative;
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.36);
}

.expert-card-experience-wrapper {
	position: absolute;
	top: 0;
	right: 16px;
}

.experience-wrapper {
	display: grid;
}

.experience {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 12px 7px 21px 9px;
}

.experience .experience-label, .experience .experience-value,
.expert-card-info-label, .expert-card-info-value {
	margin: 0;
	font-size: 14px;
	line-height: calc(16 / 13);
}

.experience .experience-label {
	color: #A8C1E3;
}

.experience .experience-value {
	color: white;
	font-weight: 500;
}

.expert-card-info-wrapper {
	padding: 8px 16px 14.5px;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.expert-card-country-and-location-wrapper {
	display: grid;
	grid-template-columns: repeat(2, max-content);
}

.expert-card-info-label {
	color: #6A8FC4;
	padding-top: 2.5px;
	padding-bottom: 1.5px;
}

.expert-card-info-value {
	color: #21406E;
	font-weight: 500;
    max-width: 245px;
}

.expert-card-current-location-wrapper {
	padding-right: 20px;
}

.expert-card-country-wrapper {
	padding-left: 20px;
	border-left: 1px solid #E1E7EC;
}


.expert-card-badges-wrapper {
	padding-top: 13.5px;
	border-top: 1px solid #E1E7EC;
}

.expert-card-badges-wrapper span {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-right: 8px;
    display: block;
    float: left;
    text-indent: -99999px;
	box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
	border-radius: 50px;
}

.expert-card-badges-wrapper span.Zero_Waste_Business_Accredited_Auditor {
background-image: url(images/badges/ZWB-Auditor.png);
}
.expert-card-badges-wrapper span.Zero_Waste_Cities_Accredited_Auditor {
background-image: url(images/badges/ZWC-Auditor.png);
}
.expert-card-badges-wrapper span.Zero_Waste_Businesses_Accredited_Mentor {
background-image: url(images/badges/ZWB-Mentor.png);
}
.expert-card-badges-wrapper span.Zero_Waste_Cities_Accredited_Mentor {
background-image: url(images/badges/ZWC-Mentor.png);
}
.expert-card-badges-wrapper span.Zero_Waste_Trainer {
background-image: url(images/badges/ZW-Trainer-Badge.png);
}

.expert-card-organisation {
	margin: 0;
	display: inline-block;
	padding: 8px 0px;
	color: #2F5A9A;
	border-radius: 4px;
	font-weight: 500;
	font-size: 14px;
    line-height: 1.4;
}


.experts-pager-wrapper .facetwp-pager {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
    font-size: 20px;
}


/* Single Post Type "expert" */



body.single-expert #content .ast-container {
	padding-bottom: 70px;
}

.single-expert .row .cont {
    
    width: 100%;
}

.row-expert-hero {
    background-color: #fff;
}

.row-expert-hero .cont {
    padding-top: 40px;
    padding-bottom: 55px;
}

.expert-headline-section {
border-bottom: 1px solid #eee;
background: url(images/arrow-back.svg) left center no-repeat;
margin-bottom: 20px;
}


.expert-headline-section a {
color: #230747;
text-transform: uppercase;
padding-left: 14px;
}
.expert-headline-section a:hover {
padding-left: 10px;
}

.hero-expert-grid {
    display: grid;
    grid-template-columns: minmax(auto, 220px) 1fr 1fr;
    grid-template-areas: "picture name name"
    "picture location location"
    "picture language language";
    justify-items: start;
    column-gap: 30px;
    padding-top: 49px;
}

.expert-picture-wrapper {
    grid-area: picture;
}

.expert-location-wrapper {
    grid-area: location;
}

.expert-language-wrapper {
    grid-area: language;
}

.expert-organisation-name-wrapper {
    grid-area: name;
}

.expert-experience-wrapper {
    grid-area: experience;
}

.expert-picture-border-maker {
    display: block;
    border-radius: 100%;
    border: 1px solid #fff;
    overflow: hidden;
    max-width: 200px;
    max-height: 200px;
    width: 100%;
    box-shadow: 1px 1px 50px rgba(104, 126, 158, 0.5);
}

.expert-picture-border-maker img {
    display: block;
    height: 100%;
    width: 100%;
}

.expert-organisation-name h2 {
    color: #2F5A9A;
    font-size: calc(calc(11 / 21) * 1rem);
    line-height: calc(13 / 11);
    text-transform: uppercase;
    background-color: #002b62;
    padding: 8px;
    border-radius: 4px;
    letter-spacing: calc(calc(1.1 / 21) * 1rem);
    font-weight: 500;
    display: inline-block;
}

.expert-organisation-name h1 {
    color: #4652A4;
    padding-top: 9px;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #4652A4;
}

.expert-organisation-name p {
    margin: 0;
    color: #4652A4;
}

.expert-organisation-name-wrapper, .expert-experience-wrapper {
    padding-bottom: 31px;
}

.expert-experience-wrapper {
    justify-content: center;
    justify-self: end;
    position: relative;
    max-width: 200px;
    overflow: hidden;
    width: 100%;
}

.expert-experience-wrapper::before {
    position: absolute;
    content: url(img/experience-shadow.svg);
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    filter: blur(5px);
    overflow: hidden;
}

.expert-experience-wrapper img, .expert-experience {
    z-index: 1;
}

.expert-location-wrapper {
    display: grid;
    grid-template-columns: max-content minmax(auto, 15px) max-content minmax(auto, 15px) max-content minmax(auto, 15px) max-content;
    grid-template-areas: "hometown before location after country last workingarea";
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #E1E7EC;
    border-bottom: 1px solid #E1E7EC;
    width: 100%;
    justify-content: start;
}

.expert-working-area, 
.expert-location-of-work,
.expert-country {
    height: 100%;
    padding-left: 15px;
    border-left: 1px solid #E1E7EC;
}

.expert-location-wrapper .expert-hero-data-value {
    padding-top: 1px;
    max-width: 350px;
}

.expert-working-area{
    grid-area: workingarea;
}

.expert-hometown {
    grid-area: hometown;
}

.expert-location-of-work {
    grid-area: location;
}

.expert-country {
    grid-area: country;
}

.expert-hero-data-title, .expert-hero-data-value {
    margin: 0;
}

.expert-hero-data-title, .expert-hero-data-value {
    font-size: 15px;
    line-height: 1.4;
}

.expert-hero-data-title {
    color: #ea4584;
}

.expert-hero-data-value {
    color: #48529f;
    font-weight: 500;
}

.expert-language-wrapper {
    padding-top: 16px;
}

.expert-language-wrapper .expert-hero-data-value {
    padding-top: 7px;
}

.expert-biography-title, 
.expert-accreditation-type-title, 
.expert-project-experience-title,
.expert-working-area-title,
.expert-zero-waste-expertise-title {
    color: #4652A4;
    background: none;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    font-weight: 700;
    font-size: 25px !important;
    display: block;
    border-left: 4px solid #4652A4;
}

.expert-biography-wrapper, 
.expert-accreditation-type-wrapper, 
.expert-project-experience-wrapper,
.expert-working-area-wrapper,
.expert-zero-waste-expertise-wrapper{
    color: #444;
    padding: 5px 35px 5px 40px;
    margin-bottom: 30px
}
.expert-zero-waste-expertise-wrapper p, 
.expert-biography-wrapper p{
    font-size: 17px;
    line-height: 1.6
}

.expert-zero-waste-expertise-wrapper ul {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 18px;
    list-style: none;
    margin: 50px 0 35px 0;
}

.expert-zero-waste-expertise-wrapper ul li {
	padding: 16px 17px;
	font-size: 18px;
	line-height: 1.5;
	background-color: rgba(186, 186, 193, 0.08);
	box-shadow: 1px 1px 50px rgba(104, 126, 158, 0.28);
    color: #280149;
    border-radius: 10px;
    border: 1px solid #fff;
}


.expert-accreditation-type-wrapper ul {
	margin-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
	gap: 20px;
    width: 100%;
    justify-content: start;
}
.expert-accreditation-type-wrapper li {
list-style: none;
background-size: 90px;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding:  50px 0px 50px 110px;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 20px;
	line-height: 1.5;
    text-transform: uppercase;
    color: #4652A4;
    font-weight: 500;	
	-webkit-filter: drop-shadow(1px 1px 40px rgba(104, 126, 158, 0.4));
    filter: drop-shadow(1px 1px 40px rgba(104, 126, 158, 0.4));
}

li.Zero_Waste_Business_Accredited_Auditor {
background-image: url(images/badges/ZWB-Auditor.png);
}
li.Zero_Waste_Cities_Accredited_Auditor {
background-image: url(images/badges/ZWC-Auditor.png);
}
li.Zero_Waste_Businesses_Accredited_Mentor {
background-image: url(images/badges/ZWB-Mentor.png);
}
li.Zero_Waste_Cities_Accredited_Mentor {
background-image: url(images/badges/ZWC-Mentor.png);
}
li.Zero_Waste_Trainer {
background-image: url(images/badges/ZW-Trainer-Badge.png);
}

.expert-project-experience-wrapper ul li {
    background-image: url(images/arrow-right-circle.png);
    list-style: none;
    background-size: 30px;
    background-position: left 0;
    background-repeat: no-repeat;
    padding:  0 0 0px 50px;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.5;
    color: #333;
	min-height: 38px;
}

.expert-project-experience-wrapper ul {
    list-style: none;
    margin: 0px;
}

.expert-contact-button a {
color: #fff;
width: 200px;
margin: 0 auto 30px auto;
position: relative !important;
display: block !important;
overflow: auto;
border-radius: 3px;
background: #FF287A;
box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
padding: 12px 25px;
text-transform: uppercase;
font-weight: bold;
text-align: center;
}
.expert-contact-button a:hover {
background: #4652A4;
box-shadow: 1px 1px 50px rgba(104, 126, 158, 0.58);
    transition: all .3s ease-in-out;
}




@media screen and (max-width: 1190px) {
.expert-location-wrapper .expert-hero-data-value {
    max-width: 200px;
    word-wrap: break-word;
    display: block;
}
}


@media screen and (max-width: 1024px) {

	.expert-accreditation-type-wrapper ul {
  		grid-template-columns: repeat(1, 1fr);
	}


	.facetwp-facet.facetwp-facet-city_categories {
		grid-template-columns: repeat(3, 1fr);
	}
	.expert-grid {
		grid-template-columns: repeat(2, 1fr);
	}
    
    .expert-location-wrapper {
        grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
    "hometown country"
    "hometown country"
    "location workingarea"
    "location workingarea";
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #E1E7EC;
    border-bottom: 1px solid #E1E7EC;
    width: auto;
    justify-items: start;
    grid-gap: 30px;
	}
 .expert-working-area, 
.expert-location-of-work,
.expert-country {
    padding-left: 0px;
    border-left: none;
}
.expert-working-area, 
.expert-location-of-work, {
    padding-left: 20px;
    border-left: none;
}
}

@media screen and (max-width: 700px) {
    
    .row-expert-hero .cont {
    padding: 0 20px 0 20px !important;
    }
    
     .expert-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.experts-top-filters {
		grid-template-columns: 1fr;
		grid-template-areas: inherit;
	}
	.experts-country-filter, .experts-experience-filter, .experts-reset-wrapper {
		grid-area: inherit;
	}
	.single-experts-filter-wrapper .fs-label-wrap {
		padding: 21px 24px 22px;
	}
	div.single-experts-filter-wrapper .fs-label {
		font-size: 18px;
	}
	.experts-experience-filter {
		padding-top: 21px;
	}
	.experts-reset-wrapper {
		padding-top: 24px;
		justify-self: end;
	}
	.experts-reset-wrapper button{
		font-size: 18px;
		line-height: calc(21 / 16);
		padding: 17px 24px 18px;
	}
	.experts-bottom-filters {
		padding-bottom: 16px;
		border-bottom: 1px solid #D5DDE5;
	}
	.experts-bottom-filters .facetwp-facet {
		font-size: 18px;
		letter-spacing: 0;
	}
    .experience .experience-label, .experience .experience-value,
.expert-card-info-label, .expert-card-info-value {
	margin: 0;
	font-size: 18px;
	line-height: calc(16 / 13);
}
    .expert-card-name {
	font-size: 45px;
}
	.expert-grid {
		padding-top: 30px;
	}
	.row-expert-hero .cont {
		padding-bottom: 43px;
	}
	.row.row-expert-hero .cont, .row-expert-hero ~ .row:not(.row-footer-upper, .row-eu, .row-footer) .cont {
		max-width: auto;
        
	}
    
	.hero-expert-grid {
		grid-template-areas:
        "picture"
		"name"
		"location"
		"language";
		column-gap: 16px;
		grid-template-columns: 1fr max-content;
		justify-items: center;
        margin-bottom: 50px !important;
	}
 .expert-working-area, 
.expert-location-of-work,
.expert-country {
    padding-left: 0px;
    border-left: none;
}
.expert-working-area, 
.expert-location-of-work, {
    padding-left: 20px;
    border-left: none;
}
	.expert-organisation-name-wrapper {
		text-align: center;
		padding-bottom: 28.5px;
	}
	.expert-organisation-name {
		margin-top: 30px;
	}
	.expert-organisation-name h1 {
		padding-top: 14px;
		font-size: 35px;
	}
	.expert-organisation-name p {
		padding-top: 4px;
	}
    
    
	.expert-location-wrapper {
		grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
    "hometown country"
    "hometown country"
    "location workingarea"
    "location workingarea";
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #E1E7EC;
    border-bottom: 1px solid #E1E7EC;
    width: auto;
    justify-items: start;
    grid-gap: 30px;
	}

	.expert-hero-data-title {
		font-size: 15px;
		line-height: 1.5;
	}
	.expert-language-wrapper {
		padding-top: 14.5px;
	}
	.expert-language-wrapper .expert-hero-data-title {
		font-size: 15px;
		line-height: 1.5;
	}
	.expert-language-wrapper .expert-hero-data-value {
		line-height: 1.5;
	}
	.expert-experience-wrapper {
		padding-bottom: 0;
	}
	.expert-experience-wrapper::before {
		display: none;
	}
}

header .custom-logo-link img {
    max-width: 290px;
    width: 290px;
}

.astra-search-icon::before {
    content: "";
}

.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link {
padding-left: 0px;
    padding-right: 20px;
}
