/*
 Theme Name:     Abundant Housing LA
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
#NVContributionForm760175 header{
	display: none;
}

h2.endorsement_year{
	font-size: 2.4em;
    border-bottom: 1px solid;
    margin-bottom: 40px;
}
.endorsement{
	list-style: none;
	list-style-type: none!important;
	padding-left: 0!important;
}
.endorsement_list{
	display: flex;
    flex-wrap: wrap;
}
.endorsement > li:first-child{
	display: none;
}
.endorsement li ul{
	padding-left: 0;
	list-style: none;
}
.endorsement .et_pb_more_button{
	margin-top: 0;
	margin-bottom: 20px;
}
.endorsement strong{
	text-transform: uppercase;
}
@media (min-width: 981px) {
	.endorsement_list li{
		width: 25%;
	}
}
@media (max-width: 980px) {
	.endorsement_list li .leader_detail{
		text-align: center;
	}
}

.jquery-modal .modal{
	max-width: 800px;
}
.jquery-modal .modal .bio-wrapper{
	display: flex;
	column-gap: 20px;
	align-items: center;
}
.jquery-modal .modal .bio-wrapper p{
	width: 50%;
	padding-bottom: 0;
	height: 356px;
    overflow-y: auto;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 10px;
}
.jquery-modal .modal .bio-wrapper p:first-child{
	overflow-y: hidden;
	padding-top: 0;
}
.jquery-modal .modal .bio-wrapper p strong{
	font-size: 1.4em;
}
.jquery-modal .modal .bio-wrapper p span{
	padding-bottom: 6px;
	display: block;
}
.jquery-modal .modal a.prev{
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.jquery-modal .modal a.prev:after{
	font-family: 'ETmodules';
    content: "3";
    font-size: 24px;
    color: #211b5a;
    transform: rotate(90deg);
    position: absolute;
}
.jquery-modal .modal a.next{
	position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}
.jquery-modal .modal a.next:after{
	font-family: 'ETmodules';
    content: "3";
    font-size: 24px;
    color: #211b5a;
    transform: rotate(-90deg);
    position: absolute;
}
.team_grid{
	display: flex;
    flex-wrap: wrap;
    row-gap: 36px;
}
.team_grid .et_pb_column_1_3 .et_pb_module.et_pb_image{
	margin-bottom: 6%;
}
.team_grid .et_pb_column_1_3:nth-child(3n){
	margin-right: 0;
}

.et_pb_column_3_5 #my_blog_post_list h2{
	line-height:1em;
	font-size: 40px;
}
.post-block {
    padding: 20px 0;
    border-bottom: 1px solid #123459;
}
.post-info-block {
    display: inline-block;
    width: 25%;
    float: left;
}
.post-detail-block {
    display: inline-block;
    float: left;
    width: 75%;
}
.post-author-details{
	line-height: 1em;
}
.post-author-details p {
    padding-bottom: 0;
    text-transform: uppercase;
}
.post-author-img{
	text-align: center;
}
.post-author-img img {
    border-radius: 50%;
	max-width: 96px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.post-author-title {
    color: #123459;
	font-size: 14px;
    font-family: 'Ubuntu Condensed AHLA',Helvetica,Arial,Lucida,sans-serif;
    font-weight: bold;
}
.post-time {
	color: #96999d;
    font-size: 12px;
    font-family: 'Ubuntu Condensed AHLA',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.post-detail{
	color: #535353;
    font-size: 12px;
    margin-top: 10px;
}
.post-detail a{
	color: #535353;
    font-size: 12px;
    margin-top: 10px;
}
.post-detail-block h2 {
    color: #123459;
	font-size: 30px;
    font-family: 'Ubuntu Condensed AHLA',Helvetica,Arial,Lucida,sans-serif;
    font-weight: bold;
}
.post-description{
    color: #123459;
	font-size: 21px;
	font-family: 'Ubuntu Condensed AHLA',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.post-thumb-image{
    width: 45%;
    float: left;
    display: inline-block;
}
.post-detail-excerpt{
    width: 55%;
    float: left;
    display: inline-block;
	padding: 0 15px;
}
.loadmore {
    font-size: 20px;
    font-family: 'Ubuntu Condensed AHLA',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    letter-spacing: 1px;
    cursor: pointer;
}
.loadmore span.dashicons.dashicons-arrow-down-alt {
    color: #fff;
    background: #aaa;
    border-radius: 50%;
    padding: 5px;
    font-size: 16px;
    display: inline-block;
    height: 25px;
    width: 25px;
}