.um-profile.um .um-profile-meta {
	margin-left: 20px!important;
}

.scsimg{
	width: 100% !important;
}

@media (max-width: 900px) {
    .cscmob {
            margin: 0px !important;
    } 
}



/* Founders */


.founderwrapper {
    display: flex;
    flex-direction: column;
}

.foundercard {
    display: flex;
    margin-bottom: 40px;
}

.founderinfo {
    display: flex;
    flex-direction: column;
}

.founderimgv {
    width: 242.5px;
	width: 242.5px;
    min-width: 242.5px;
    height: 300px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
    margin-right: 40px; 
	background-image: url('https://149350811.v2.pressablecdn.com/wp-content/uploads/2021/10/Vinny.jpg');
	background-size: cover;
}

.founderimgj {
    width: 242.5px;
	width: 242.5px;
    min-width: 242.5px;
    height: 300px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
    margin-right: 40px; 
	background-image: url('https://149350811.v2.pressablecdn.com/wp-content/uploads/2021/10/Justin.jpg');
	background-size: cover;
}

.founderimgl {
    width: 242.5px;
	width: 242.5px;
    min-width: 242.5px;
    height: 300px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
    margin-right: 40px; 
	background-image: url('https://www.siliconcape.com/wp-content/uploads/2021/10/Lew.jpg');
	background-size: cover;
}

.foundername {
    display: block;
    font-family: 'Montserrat-Bold';
    font-size: 17px;
    line-height: 19px;
    color: #1f1746;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hline {
    height: 1px;
    width: 100%;
    background-color: #00b5af;
    margin-bottom: 40px;
}

.fwrapper {
    display: flex;
    flex-direction: column;
}

.ntimg {
    height: 90px;
    min-height: 90px;
    min-width: 242.5px;
    width: 242.5px;
    margin-right: 40px;
    background-image: url('https://www.siliconcape.com/wp-content/uploads/2021/10/NewtownPartners-Logo-Horizontal-CMYK.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}

.spacer{
	width:100px;
	min-width:100px;
	height:40px;
	min-height:40px;
}

@media (max-width:500px){
 .foundercard {
    flex-direction: column;
}
	.founderinfo{margin-top:40px;
	width:100%;}
	
	.founderbio {width:90%;}
}

section.community .card-deck .card.navy .card-header h4 {
	color: #292e63;
}

section.community .card-deck .card.navy .card-price {
	background-color: #292e63;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
	width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	min-height: 45px;
}
.woocommerce form.login {
	max-width: 450px;
}
.btn-outline-primary {
	min-width: 130px;
}
.place-order {
	 padding-top: 120px!important;
}
.anr_captcha_field {
	margin-left: 15px!important;
}