@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


body, h1, h2, h3, h4, h5, p, span,a {
  font-family: "Quicksand", sans-serif !important;
  font-optical-sizing: auto;
}

.fnt_center .menu-item {
  text-align: center;
  display: flex;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: #4cbc4c !important;
	border: 0 !important;
	color: #fff !important;
	font-family: "Merriweather", Sans-serif;
	font-size: 16px;
	font-weight: 800;
	padding: 0px 45px !important;
	z-index: 99;
	border-radius: 50px !important;
}
.newsletter_wrapper p {
  display: flex;
  margin: 0 auto !important;
  justify-content: center;
  width: 520px !important;
}
.newsletter_wrapper .wpcf7-form-control.wpcf7-email {
	border-radius: 50px !important;
	font-family: lato;
	padding-left: 30px;
}
.newsletter_wrapper .wpcf7-form-control-wrap {
  margin-right: -45px;
}
.newsletter_wrapper input {
  height: 54px !important;
}
.newsletter_wrapper .wpcf7-spinner {
  position: absolute;
}
.home #masthead {
  position: absolute;
  width: 100%;
}
/* Latest Research */
 .eael-entry-wrapper {
    display: flex;
    flex-direction: column;
}
 .eael-entry-header-after {
    order: 1; /* Date first */
}
 .eael-entry-header {
    order: 2; /* Title second */
    margin-top: 5px;
}

 .eael-entry-content {
    order: 3; /* Read Research button third */
    margin-top: 10px;
}
.eael-grid-post-holder {
    border: 0px solid rgb(255 255 255);
    border-bottom: 1px solid rgb(255 255 255);
}
   .loadmore_function .eael-post-grid-column {
    /*  display: none; */
      }
	.cs_loadmore{
		cursor: pointer;
	}
	.cs_loadmore:disabled {
		background-color: #999;
		cursor: not-allowed;
	}
.cnt_involved input {
	height: 55px;
	font-family: "Lato", Sans-serif;
	border: 1px solid #dbdbdb !important;
	border-radius: 6px !important;
}
.cnt_involved textarea {
  height: 133px;
  font-family: "Lato", Sans-serif;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  margin-bottom: 7px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #3dc58e;
    border-radius: 20px;
    color: #000000;
    text-align: center;
    display: inline-block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #63ba9730;
}

a.hfe-menu-item{
	text-align: center;
}

/*Subscribe Button*/
.needsclick.kl-private-reset-css-Xuajs1 button {
    padding: 0px 25PX ! IMPORTANT;
}

/* CLICK HERE*/
.click_here{
  background: blue;
  padding: 10px 20px;
  border-radius: 40px;
  color: #fff;
  margin: 15px 0;
  display: inline-block;
}
.click_here:hover{
  color: white;
}

/* About Us */

.about_border {
  border: 3px solid black;
  padding: 40px;
}

.feature_research{
	border-left: 2px solid #4cbc4c;
	margin: 5px auto;
	padding: 10px;
}

ul.sub-menu a {
    padding: 10px !important;
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
   
    left: 22px;

   
     top: 30px;
}


/* READ MORE */
.read_more .elementor-widget-container {
    transition: all 0.4s ease;
    overflow: hidden;
}

.read_more .elementor-widget-container p {
    font-size: 16px;
    line-height: 1.6;
    transition: all 0.4s ease;
}

.read-more-btn {
    background: none;
    border: none;
    color: #12A9DB;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 5px;
    margin-left: 5px;
    transition: color 0.3s ease;
    vertical-align: baseline;
}

.read-more-btn:hover {
    color: #005a87;
}

.arrow {
    transition: transform 0.3s ease;
    font-size: 12px;
}

.arrow.rotated {
    transform: rotate(180deg);
}

.hidden-content {
    display: none;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.hidden-content.expanded {
    display: inline;
    opacity: 1;
    transform: scaleY(1);
}


/* MEDIA QUERY */
/* MEDIA QUERY */
/* MEDIA QUERY */
/* MEDIA QUERY */
@media only screen and (min-width: 1080px) and (max-width: 1500px) {
	.text_desktop {
		font-size: 12px;
	}
	
}


@media only screen and (max-width: 1025px){
	.fnt_center br{
		display: none;
	}
	.fnt_center {
	  margin-left: auto;
	}
}
@media only screen and (max-width: 600px){
	.newsletter_wrapper p {
	  width: auto !important;
	  padding: 0 10px;
	}
	/* klayvio form */
    .klaviyo-form div[data-testid="form-row"] > div {
        display: flex;
        width: 100% !important;
        justify-content: center !important;
        align-items: center;
    }
 
.klaviyo-form div[data-testid="form-row"] {
    display: block !important;
}
 
.klaviyo-form form > div > div[data-testid="form-row"]:last-child div {
    padding: 5px !important;
}
 
.klaviyo-form form > div > div[data-testid="form-row"]:last-child button {
    font-size: 14px !important;
	justify-content:center !important;
	
	}
	
	.about_border {
  			padding: 20px;
		}
	
	.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.parent.hfe-has-submenu.hfe-creative-menu.parent-has-child {
			/* your styles here */
					display: flex;
			flex-direction: column;
		}
	.hfe-nav-menu .menu-item-has-children .sub-menu {
			top: 0px;
		padding-left: 15px;
		}
}