@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400&family=Yeseva+One&display=swap');

/*font-family: 'Open Sans', sans-serif;
font-family: 'Yeseva One', cursive;*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

h2:not(.title) {
	font-family: 'Yeseva One', cursive;
	font-size: 50px;
    line-height: 1.2em;
	color: #666;
	margin-bottom: 25px;
}
h3:not(.title) {
	font-family: 'Yeseva One', cursive;
	font-size: 36px;
    line-height: 1.2em;
	color: #00A584;
}
h4:not(.title) {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	line-height: 36px;
	font-style: italic;
	color: #00A584;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #333;
}
.txt-center {
	text-align: center;	
}
.txt-right {
	text-align: right;	
}

.the_content_wrapper ul {
    margin-left: 20px;
}
.the_content_wrapper ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-bottom: 20px;
}
.the_content_wrapper div.vc_single_image-wrapper {
	margin-bottom: 0;
}
.the_content_wrapper div.vc_single_image-wrapper img {
	border-radius: 20px;
}

.header-classic #Header_wrapper #Top_bar {
	background-color: #00A584;
}

.responsive-menu-toggle i {
	color: #fff;
}
#Top_bar .menu > li {
    padding: 0 16px;
}
#Top_bar .menu > li > a span:not(.description) {
    padding: 0;
}

.icon_box .image_wrapper {
	text-align: left;
}
.icon_box h4.title {
	font-family: 'Yeseva One', cursive;
	font-size: 18px;
	line-height: 22px;
	color: #333;
	text-align: left;
	margin-bottom: 5px;
}

.icon_box .desc {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #666;
	text-align: left;
}


.bg-what-we-fund {
	background-image: url(/wp-content/uploads/2020/06/banner-about.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 8.854vw;
	padding-bottom: 7.552vw;
}
.bg-separator {
	background-image: url(/wp-content/uploads/2020/06/bg-separator.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
    left: 0;
    top: -19px;
    width: 100%;
    height: 20px;
	z-index: 2;
}

.bg-our-team {
	background-image: url(/wp-content/uploads/2020/06/bg-watermark.png);
	background-size: contain;
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top: 11.458vw;
	padding-bottom: 5.208vw;
}
.bg-our-team .vc_row-o-equal-height > .vc_column_container > .vc_column-inner > .wpb_wrapper {
	height: 100%;
}
.bg-our-team .vc_row-o-equal-height > .vc_column_container > .vc_column-inner > .wpb_wrapper > .team.team_vertical {
	height: 100%;
}
.bg-green {
	background-color: rgba(0,165,132, 0.08);
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
	font-size: 16px;
    line-height: 24px;
    padding: 10px 40px;
    background-color: #00A584;
    border: none;
    border-radius: 25px;
    background-image: none;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover {
    background-color: #fff;
	color: #00A584;
}


.team .image_frame {
    border: none;
	margin-bottom: 30px;
}
.team .desc_wrapper h4 {
	font-family: 'Yeseva One', cursive;
    position: relative;
    font-size: 24px;
	line-height: 1.25em;
    color: #25283a;
    margin-bottom: 5px;
	text-align: center;
	font-style: normal;
}
.team .desc_wrapper hr {
	display: none;
}
.team .desc_wrapper .desc {
	text-align: left;
    font-size: 13px;
    line-height: 17px;
    padding: 10px 15px;
    max-height: 11em;
    overflow: hidden;
}
.team .image_frame .image_wrapper {
    border-radius: 20px;
}

.wpb_wrapper {
    position: relative;
}
.team .desc_wrapper {
    top: 100%;
	transition: top 1s;
	-webkit-transition: top 1s;
	border-radius: 18px 18px 0 0;
	max-height: 100%;
    overflow: visible;
    background-color: #fff;
}
.team .desc_wrapper.readmore {
    position: absolute;
    top: 0;
    background-color: #fff;
    padding-top: 10px;
    max-height: 100%;
	z-index: 10;
	height: 100%;
}
.team .desc_wrapper.readmore .desc {
    max-height: 100%;
    background-color: #fff;
}




.the_content_wrapper .image_frame, .the_content_wrapper .wp-caption, .grid .post-photo-wrapper {
	border: none;
}
.posts_group.grid.col-3 .post-item {
	border: 1px solid #e0e0e0;
    border-radius: 20px;
    box-sizing: border-box;
}
.image_frame .image_wrapper {
    border-radius: 20px 20px 0 0;
}
.posts_group.grid.col-3 img.scale-with-grid {
	width: 100%;
}
.posts_group.grid.col-3 h2.entry-title {
    font-size: 28px;
    line-height: 1.25em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid .post-desc-wrapper .post-desc {
    padding: 40px 35px 30px;
	position: relative;
}
.post-desc-wrapper .post-desc .post-head {
    font-family: yeseva one,cursive;
	position: absolute;
    left: 35px;
    top: -45px;
    width: 74px;
    height: 74px;
    padding-top: 15px;
    text-align: center;
    border-radius: 50%;
    background: #3cc88f;
    z-index: 10;
}
.post-desc-wrapper .post-desc .post-head .post-date {
	color: #fff;
    font-size: 28px;
    line-height: 1em;
    text-align: center;
}
.post-desc-wrapper .post-desc .post-head .post-date .month {
	display: block;
    font-size: 15px;
    line-height: 1.2em;
    text-align: center;
}
.post-desc-wrapper .post-desc .post-head .icon-clock {
	display: none;
}

.image_frame:hover .image_wrapper .image_links, .image_frame.hover .image_wrapper .image_links {
	display: none;
}
body.blog #Content {
	position: relative;
	padding-top: 9.375vw;
}
body.blog #Content:before {
	content: " ";
	background-image: url(/wp-content/uploads/2020/06/bg-separator.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
    left: 0;
    top: -19px;
    width: 100%;
    height: 20px;
	z-index: 2;
}

.section-post-header .single-photo-wrapper.image .image_frame {
	border: none;
}


span.wpcf7-form-control-wrap .wpcf7-date, span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-number, span.wpcf7-form-control-wrap .wpcf7-select, span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea {
	background-color: #e4e4e4;
    border: none;
    margin-bottom: 10px;
}
.wpcf7 input[type="submit"] {
    border-radius: 20px;
    padding: 12px 30px;
    margin-top: 15px;
	outline: none;
}
.wpcf7-form {	
    width: 100%;
    margin-left: -1%;
    margin-right: -1%;
}
body:not(.cf7p-message) .wpcf7-not-valid-tip {
    left: -44px!important;
    width: 36px!important;
    height: 36px!important;
}
body:not(.cf7p-message) .wpcf7-not-valid-tip:before {
    top: 13px;
}
body:not(.cf7p-message) .wpcf7-not-valid-tip:after {
    left: 13px;
    top: 6px;
}

.step-by-step h3 {
	color: #4D4D4D;
	text-transform: uppercase;
	font-size: 26px;
}
.step-content {
	padding-top: 20px;
}
.step-content ul li {
	margin-bottom:  0;
}
.step-icon > .vc_column-inner > .wpb_wrapper {
	position: relative;
	height: 100%;
}
.step-icon > .vc_column-inner > .wpb_wrapper:before {
	content: " ";
    position: absolute;
    width: 1px;
    background-color: #00A584;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 0;
    margin: auto;
}


#Footer {
    background-color: #1a2030;
}

.grecaptcha-badge { visibility: hidden; }

@media only screen and (min-width: 1240px) {
	
	.wpb_wrapper > p{
		font-size: 16px;
		line-height: 24px;
	}
	.menu-line-below-80 #Top_bar:not(.is-sticky) .menu > li > a:after {
		height: 4px;
		left: 0%;
		width: 100%;
	}
	.menu-line-below-80 #Top_bar:not(.is-sticky) .menu > li#menu-item-173 > a:after, #Top_bar.is-sticky .menu > li#menu-item-173 > a:after {
		display: none;
	}
}


@media only screen and (max-width: 1340px)  {
	h2:not(.title) {
		font-size: 42px;
	}
}

@media only screen and (max-width: 767px) {
	h2:not(.title) {
		font-size: 32px;
	}
	#theia {
		display: block;
	}
}