.main-navigation a {
	color: #000;
}
/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.site-branding p.site-title {
    width: 100%;
}
p.site-title {
float: right;
padding-top: 12px;
padding-right: 30px;
}

@media screen and (min-width: 80em) {
	.content-caption {
		max-width: 50%;
	}
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
pointer-events: none;
}

.block-two .no-featured-image .child-pages h2.entry-title {
margin-top: 0;
pointer-events: none;
}
/* Page: The Ideators - Center two columns on a 3-column grid */
@media screen and (min-width: 720px) {
    .page .columns.customwidget {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        width: 100%;
    }

    .page .columns.customwidget .threecolumn {
        position: relative !important;
        margin: 0;
        top: 0!important;
        left: 0!important;
    }
}

.content-caption .entry-content p
{
  font-family: Ubuntu ;

}
.threecolumn:has(#post-3479){
	clear:both;
	width:100%;
	background:#fff;
	border-radius:10px;
	padding:20px 35px 30px 35px;
	box-shadow:0px 0px 25px 1px rgba(0,0,0, .05)
}
#post-3479 h2.entry-title{
	font-size:2rem
}

#post-3479{width:100%}

.par_container{
	display:flex;
	justify-content:center;
	align-items:center;
	flex:wrap;
}

.par_logo{
	width:300px;
	border:1px solid #ccc;
	border-radius:10px;
	margin-right:1.5rem;
	height:120px;
	display:flex;
	justify-content:center;
	align-items:center
}
.par_logo img{
	max-width:100%
}
.par_des{
	text-align:left;
	width:80%;
}

@media screen and (max-width: 480px) {
	.site-branding .custom-logo-link img {
		max-width: 150px;
	}
    .custom-logo-link {
        float: left;
    }

    body p.site-title {
        float: none;
        clear: none;
    }
	.par_container{
		flex-direction: column;
	}
	.par_des{
		text-align:left;
		width:100%;
	}
	.par_logo{
		margin-bottom:1.5rem;
		margin-right:unset;
	}
}


/*********updated css - 03052026 ***********/



.icon-box {
    background-color: #EAF7E6;
    width: 114px;
    height: 114px;
    border-radius: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0px auto;
}

.icon-image {
    width: 100%;
    height: 100%;
border-radius:100%;
border:4px solid #90CCC3
}

.role-card {
    background: white;
    padding: 30px 0;
    border-radius: 12px;
    width:370px;
    max-width: 100%;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #E2E8F0;
}
.role-card h4.exec-heading{
	font-size:22px;
color:#0F172A;
font-weight:600
}

.role-card p {
    font-family: 'Outfit', sans-serif;
   
    color: #2DA592;
    font-weight: 600;
text-transform:uppercase;
margin-bottom:0
}


@media screen and (max-width: 80em) {
.role-card h4.exec-heading{
	font-size:17px;
color:#0F172A;
font-weight:600
}

.role-card p {font-size:13px}
}
@media screen and (max-width: 70em) {.promoters-bottom {
  
  flex-wrap: wrap;
}
.role-card {
  
	width: 46%;}
.role-card h4.exec-heading{
	font-size:17px;}
	.role-card p {font-size:14px}
}
@media screen and (max-width: 55em) { 

.role-card h4.exec-heading{
	font-size:16px;}
	.role-card p {font-size:12px}
}

