/*
Theme Name: Kadence-child
Version: 1.0
Description: A child theme of Kadence
Author: Administrator
Template: kadence
*/

@import url("../kadence/style.css");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* H E A D E R */
.site-main-header-wrap .site-header-row-container-inner {box-shadow: 0px 3px 15px rgb(0 0 0 / 15%) !important;}
.header-navigation .header-menu-container ul ul li.menu-item > a {padding: 20px 20px !important;}
ul#primary-menu li:first-child a span {display: none;}
ul#primary-menu li:first-child a img._mi._before._svg {
    font-size: 30px !important;
    margin-right: 0 !important;
}
@media screen and (min-width: 1366px) {
	#main-header {display: block !important;}
	#mobile-header {display: none !important;}
}
@media screen and (max-width: 1365px) {
	#main-header, .menu-item img._before {display: none !important;}
	#mobile-header {display: block !important;}
	.popup-drawer .drawer-inner {max-width: 480px !important;}
}

/* S U B   M E N U  */
.sub-highlight::before,
ul.sub-menu li a:hover::before {
	display: inline-block;
    content: "";
    border-top: 3px solid #437C3A !important;
    width: 24px;
    margin: 0 8px 0 0;
    transform: translateY(-2px);
}
ul.sub-menu li a.sub-highlight, ul.sub-menu li a:hover { font-weight: 700 !important;}
ul.sub-menu li a {font-weight: 400 !important;}
ul.sub-menu li a::before {
	display: inline-block;
    content: "";
    border-top: 3px solid #fff;
    width: 24px;
    margin: 0 8px 0 0;
    transform: translateY(-2px);
}


/* T Y P O G R A P H Y */
body {
	font-size: 18px !important;
	line-height: 1.8 !important;
}
h1, h2,h3,h4,h5,h6 {line-height: 1.3 !important;}
h1 {font-size: 56px !important;}
h2 {font-size: 42px !important;}
h3 {font-size: 36px !important;}
h4 {font-size: 22px !important;}
h5 {font-size: 20px !important;}
h6 {font-size: 21px !important;}
.hero-title {font-size: 64px !important;}
.page-title {font-size: 50px !important;}
.green-text {color: #437C3A;}
.white-text {color:#fff;}
a {text-decoration: none !important;}
@media screen and (max-width: 980px){
    .hero-title {font-size: 56px !important;}
	h3 {font-size: 30px !important;}
	.page-title { font-size: 40px !important;}
}

/* A N C H O R   L I N K   F I X */
@media screen and (max-width: 767px) {
	:target {
	  padding-top: 102px !important;
	  margin-top: -102px !important;
	}
}

/* B R E A D C R U M B S */
span.bc-delimiter {margin: 0px 4px !important;}
.kadence-breadcrumbs span:last-child a span {
    color: #437c3a !important;
	font-weight: bold !important;
}

/* S E P A R A T O R */
hr.wp-block-separator {margin-top: 40px !important;}
.max-320 {max-width:320px !important;}

/* D O T   N A V */
.kb-blocks-bg-slider-init.splide .splide__pagination {bottom: 48px !important;}
.kt-blocks-carousel .kt-carousel-dotstyle-light .splide__pagination__page {
    top: -40px !important;
    border-radius: 50px !important;
	z-index: 3000 !important;
}
button.splide__pagination__page{width: 40px !important;}
ul.splide__pagination.splide__pagination--ltr {z-index: 3000 !important;}
.kt-blocks-carousel .kt-carousel-dotstyle-light .splide__pagination__page {background-color: #437C3A !important;}

/* A C C O R D I O N */ 
.wp-block-kadence-accordion .wp-block-kadence-pane:nth-child(odd) button {background: #efefef !important;}
.wp-block-kadence-accordion .wp-block-kadence-pane button {
	font-weight:600 !important;
	border-top: 1px solid #d4d4d4 !important;
	border-right: none !important;
	border-bottom: 1px solid #d4d4d4 !important;
	border-left: none !important;
}
.kt-accordion-header-wrap .kt-blocks-accordion-header.kt-accordion-panel-active { 
	border-right: none !important;
	border-left: none !important;
}

/* N E W S   P O S T */
.news-post {
	padding-top: 80px;
	padding-bottom: 56px;
}
.news-post .news-title {
	color: #437C3A;
	text-align: center;
	max-width: 1366px;
	padding-bottom: 48px;
	margin: 0 auto;
}
.news-post .news-image {
	display: flex !important;
    justify-content: space-around !important;
	text-align: center !important;
	margin-bottom: 64px !important;
}
@media screen and (min-width:768px) {
	.news-post .news-image {
		max-width: 75% !important;
		margin: 0 auto 64px auto !important;
	}
	.news-post .news-image img {
		max-width: 75% !important;
	}
}
.related-articles {
	background-color: #4E4E53;
	padding: 80px 0;
}
.related-articles .news-page-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	margin-top: 64px;
}
@media (max-width: 980px) {
  .related-articles .news-page-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .related-articles .news-page-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* .related-articles .pagination {
	display:none !important;
} */

/* 404 */
section.error {
    padding-top: 25vh !important;
    padding-bottom: 25vh !important;
    max-width: 640px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
section.error .page-title {font-size: 40px !important;}

/* F O O T E R */
footer p.footer-title {
	font-size: 20px !important;
	font-weight: 500 !important;
}
footer p.footer-details, footer p.copyright, .widget.widget_nav_menu a {
	color: #437C3A !important;
	font-size: 16px !important;
}
.widget.widget_nav_menu a:hover {font-weight: 600;}
.footer-logo {float: right;}
.wp-block-social-links.is-style-logos-only {padding-left: 0 !important;}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 36px !important;
	height: 36px !important;
}
.wp-block-social-links.wp-container-1 {margin-bottom: 8px !important;}
.site-bottom-footer-inner-wrap {padding-top: 0 !important;}
@media screen and (max-width: 1024px) {
	.footer-logo {
		float:unset;
		display: flex;
		justify-content: left;
	}
	.wp-block-social-links.wp-container-1 {justify-content:left !important;}
}
@media screen and (max-width: 767px) {
	.widget li {
    	line-height: 2.9 !important;
	}
}


/*------------------------------------
               H O M E
------------------------------------*/
.key-facts-and-figures .kb-count-up-number {
	font-size: 40px !important;
	font-weight: 600 !important;
}
.key-facts-and-figures p {font-weight: 600 !important;}
@media screen and (min-width:1280px){
	.key-facts-and-figures-title { padding-right: 80px;}
}
/* O T H E R   L A T E S T   N E W S */
.latest-news .other-news-layout-wrapper {
    border: 0 solid transparent;
    position: relative;
    z-index: 1;
}
.latest-news .other-news-layout-row {
	display: grid;
    grid-template-columns: minmax(0, 55%) minmax(0, 45%);
	column-gap: 1.5rem;
	padding-top:  2rem;
    padding-bottom: 2rem;
}
.latest-news .latest-news:nth-child(2) .other-news-layout-row {
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.latest-news .other-news-layout-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    min-width: 0;
    z-index: 1;
}
@media screen and (max-width: 640px) {
	.latest-news .other-news-layout-row {display: block;}
}
.other-featured-article h2.wp-block-post-title, .other-featured-article h2.wp-block-post-title a {
	color: #fff !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px !important;
	font-weight: normal !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	line-height: 1.5 !important;
}
.other-featured-article ul.wp-block-post-template li:first-child,
.other-featured-article ul.wp-block-post-template li:nth-child(2) {
	border-bottom: 1px solid #fff !important;
	margin-bottom: 30px !important;
}




/*------------------------------------
            A B O U T   U S 
------------------------------------*/
/* O U R   H I S T O R Y */
.timeline-details h2 a {display: none !important;}
.wpex h2 + .hidden-date + .wptl-excerpt, .wpex h2 + .wptl-excerpt {border-top: none !important;}
.timeline {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.timeline-card {
	background-color: transparent;
	max-width: 250px;
	flex: 1 0 auto;
	text-align: center;
	padding: 20px;
}
.timeline-card-img,
.timeline-card-img img,
.timeline-card-img img.jetpack-lazy-image.jetpack-lazy-image--handled {
	width: 210px !important;
	height: 140px !important;
}
.timeline-card-title {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600 !important;
	font-size: 18px;
	color: #fff !important;
	margin: 16px 0 16px 0 !important;
}
.timeline-card-details {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	color: #fff !important;
}
@media screen and (min-width: 1080px){
	.timeline-card-details {height: 185px !important;}
	.timeline-card {height: 456px !important;}
}
@media screen and (max-width: 1280px){
	.wptl-excerpt {height: 720px;}
}
@media screen and (max-width: 640px){
	.wptl-excerpt {height: 1760px;}
}
.wpex.horizontal-timeline .ex_s_lick-prev, .wpex.horizontal-timeline .ex_s_lick-next {
    background: transparent !important;
    border: 3px solid #fff !important;
    color: #fff !important;
}
.wpex.horizontal-timeline.tl-hozsteps .timeline-hr, .wpex.horizontal-timeline.tl-hozsteps .timeline-pos-select {
    border-color: #fff !important;
}
.wpex.horizontal-timeline.tl-hozsteps .horizontal-nav li.ex_s_lick-current span.tl-point i {
    background: #336633 !important;
    border-color: #fff !important;
	color: #336633 !important;
}
.wpex.horizontal-timeline .horizontal-nav li.ex_s_lick-current + li.prev_item span.tl-point:before, .wpex.horizontal-timeline .horizontal-nav li span.tl-point i, .wpex.horizontal-timeline .horizontal-nav li span.tl-point:before {
    border: 3px solid #83bd75 !important;
    background-color: #83bd75 !important;
	color: #83bd75 !important;
}
.wpex.horizontal-timeline .horizontal-nav li span.tl-point i {
    width: 100px !important;
    font-size: 56px !important;
    border-radius: 0 !important;
	margin-left: -50px !important;
}
ul.horizontal-content.ex_s_lick-initialized.ex_s_lick-slider {padding-left: 0 !important;}

/* C O R E   V A L U E S */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {background-color: #efefef !important;}
.wp-block-table td {
	font-weight: 600;
    padding: 16px 24px !important;
    border-top: 1px solid #9a9a9a !important;
    border-bottom: 1px solid #9a9a9a !important;
}

/* M A N A G E M E N T   T E AM  */
.wp-block-kadence-column.kadence-column_f293ce-21 {margin-left: 0 !important;}
.management-wrapper {
   margin: 0 auto !important;
   max-width: 1280px;
}
.team {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
    padding-left: 0 !important;
    list-style: none;
	text-align: center;
}
.member-item {
/* 	flex: 1 0 auto; */
	text-align: center;
	width: 285.29px;
/*     min-height: 0;
    min-width: 0; */
	padding: 20px;
}
.team .member-item:nth-child(3) .member-name {
	width: 228.27px !important;
}
@media screen and (max-width: 767px) {
	.member-item {
		max-width: 250px;
	}
}
.member-profile {
	position: relative;
	margin-bottom: 0px !important;
}
.member-profile a {
  display: block;
  width: 100%;
  height: auto;
}
.member-profile img {
	width: 180px;
    height: 180px;
    border-radius: 100%;
	margin: 0 auto;
}
.member-profile path {fill: #fff !important;}
.member-profile:hover .image-overlay {
  opacity: 1;
}
.member-profile .member-linkedin {
    margin: 24px 0 0 0 !important;
}
.linkedin {
	background: url("/wp-content/uploads/2023/02/gce-linkedin.svg") no-repeat center center !important;
}
.member-name, .member-position {
	color: #fff !important;
	font-family: 'Montserrat', sans-serif !important;
}
.member-name {
	font-weight:bold !important;
	font-size: 20px !important;
	margin: 30px 0 10px !important;
}
.member-position p {margin-bottom: 0 !important}


/*------------------------------------
     O U R   B U S I N E S S E S
------------------------------------*/
@media screen and (max-width: 767px) {
	.brand-logo .kt-row-column-wrap {
		display: flex;
		text-align: center;
		margin: 0 auto;
		justify-content: space-around;
	}
	.brand-logo img {
		max-width: 150px !important;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 480px) {
	.brand-logo .kt-row-column-wrap {
		display: block;
		text-align: center;
		margin: 0 auto;
		justify-content:unset;
	}
	.brand-logo img {
		max-width: 150px !important;
		margin: 0 auto;
	}
	.brand-logo .wp-block-kadence-column:nth-child(2) img{ 
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
}


/*------------------------------------
				N E W S
------------------------------------*/
.featured-article .news-page-wrapper{
	display: grid !important;
	grid-template-columns: unset !important;
	gap: 2rem !important;
	margin-top: 0 !important;
}
.news-page-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	margin-top: 24px;
	min-height: 825.75px;
}
@media (max-width: 980px) {
  .news-page-wrapper {
	  grid-template-columns: repeat(2, 1fr);
	  min-height: unset;
  }
}
@media (max-width: 480px) {
  .news-page-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}


@media screen and (min-width: 1024px) {
	ul.is-flex-container.columns-2.wp-block-post-template.is-layout-flow {
		min-height: 680.42px !important
	}
}

/* F I R S T   P O S T   T E M P L A T E */
@media screen and (min-width: 1024px) {
	.featured-article .item-title, .featured-article .item-description {max-width: 500px;}
}
.featured-article .item-subtitle {
	color: #D9D9D9 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 21px !important;
	font-weight: 600 !important;
	margin-bottom: 20px !important;
	letter-spacing: 1px !important;
}
.featured-article .item-image {
	padding: 0 !important;
	margin-bottom: 0 !important;
}
@media screen and (min-width: 1280px) {
	.featured-article .item-image img {
		max-width: 75% !important;
	}
}
.featured-article .item-title {
	color: #fff !important;
	font-size: 36px !important;
	margin: 0 0 24px 0 !important;
}
.featured-article .item-description {
	color: #fff !important;
	font-size: 18px !important;
	margin: 24px 0 0 0 !important;
}
.item-button, .item-button a {
	color: #fff !important;
	font-size: 14.4px !important;
	font-weight: 600 !important;
	margin-top: 16px !important;
}
.item-button {
	text-decoration: none;
	display: inline-block;
	padding-bottom: 4px;
	position: relative;
}
.item-button:after {    
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #fff !important;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
.item-button:hover:after { 
	width: 100%; 
	left: 0; 
}

/* O T H E R   P O S T */
.news-page .news-list .item-title,
.related-articles .news-list .item-title {
	color: #fff !important;
	font-size: 18px !important;
	margin: 16px 0 0 0 !important;
}
.news-page .news-list .item-button,
.related-articles .news-list .item-button {
	color: #fff !important;
	font-size: 14.4px !important;
	font-weight: 600 !important;
}
.related-articles .news-page-wrapper {min-height: unset !important;}

/* P A G I N A T I O N */
.pagination {
    color: #fff !important;
    text-align: center !important;
	margin: 32px 0 0 0 !important;
}
.pagination .current {
	border: none !important;
    border-color: transparent !important;
    background: transparent !important;
    color: var(--global-palette-btn);
    font-weight: bold;
}
.pagination .page-numbers {
	font-size: 14px !important;
    min-width: 1em !important;
    border-radius: 0 !important;
}
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
	border: none !important;
    border-color: transparent !important;
}
.pagination a.next.page-numbers,
.pagination a.prev.page-numbers{
    font-size: 24px !important;
    line-height: auto;
    vertical-align: middle;
}
.pagination a.next.page-numbers, .pagination a.prev.page-numbers { margin-bottom: -4px !important;}


/*------------------------------------
         C O N T A C T   U S 
------------------------------------*/
.careers a {
	color: #2d3748;
	font-weight: bold;
}
.careers a:hover {color: #437C3A;}

/* F O R M S  */
.wpforms-form input,
.wpforms-form textarea {
	color: #9A9A9A !important;
	background-color: #f5f4f9 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
	line-height: 28px !important;
	min-height: 60px !important;
    padding: 10px 12px !important;
    border-radius: 5px !important;
	border: 1px solid #DBDBDB !important;
}
.wpforms-form button {
	background: transparent !important;
	color: #007836 !important;
	border: none !important;
	font-family: 'Noto Serif' !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 0 !important;
}
.wpforms-form button:after {
	content: "";
    display: block;
    background: url('/wp-content/uploads/2023/02/gce-arrow.svg') no-repeat;
	float: right;
    width: 24px;
    height: 24px;
    margin: 10px 0 0 12px;
}
.news-page .news-image {margin-bottom: 16px !important;}
.news-page h2.news-title, .news-page h2.news-title a {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px !important;
	font-weight: normal !important;
	color: #fff !important;
	margin: 0 !important;
}
.news-page .item-button {
	margin-top: 16px !important;
}

.page-numbers, a.wp-block-query-pagination-previous, a.wp-block-query-pagination-next {color: #fff !important;}
.page-numbers.current {font-weight: bold !important;}

.kadence-breadcrumb-container, .content-wrap .entry-related:last-child {
    margin-top: 80px !important;
}
.post-title .entry-title {
	text-align:center !important;
	color: #437C3A !important;
}
.entry-related {background-color: #4e4e53 !important;}
.entry-related-title {
	color: #fff !important;
	font-family: 'Montserrat', sans-serif !important;
	text-align: center !important;
	margin-bottom: 64px !important;
}
.entry-content .page-title {margin-top: 0 !important;}
.entry-content .post-featured-article-title {
	font-size: 24px !important;
	margin-bottom: 16px !important;
}
.entry-related ul.splide__pagination.splide__pagination--ltr, .entry-meta.entry-meta-divider-dot {display: none !important;}
.splide[data-slider-dots="true"] {margin-bottom: 0 !important;}
.wp-site-blocks .content-container .alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 1536px !important;
    padding: 80px 0 !important;
}
.entry.loop-entry {box-shadow: none !important;}
.entry-related .content-bg, body.content-style-unboxed .site {background: transparent !important;}
.loop-entry .entry-content-wrap {padding: 16px 0 0 0px !important;}
.entry-related-carousel h3.entry-title, .entry-related-carousel h3.entry-title a {
    font-family: 'Montserrat', sans-serif !important;
	font-size: 18px !important;
	font-weight: normal !important;
	color: #fff !important;
	margin: 0 !important;
	line-height: 1.5 !important;
}

@media screen and (max-width: 600px) {
	div#splide01-slide01, div#splide01-slide02, div#splide01-slide03, div#splide01-slide04, div#splide01-slide05, div#splide01-slide06 {
		width: 100% !important;
	}
}