/* custom css here */
#post-container .card .card-img-top.feat-photo {
  /*height: 367px;
  -o-object-fit: cover;
  object-fit: cover;*/
  border-radius: 0;
}
@media (max-width: 767px) {
	#post-container .card .card-img-top.feat-photo {
  	/*height: 180px;*/
  }	

  .select2-container { width:100% !important; margin-bottom: 1rem; }
}

.wp-block-pullquote {
	background-color: #3E8D90; /* $afr_teal */
	color: #FFFFFF;
	padding: 80px;

	font-size: 58.92px;
	font-style: normal;
	font-weight: 300;
	line-height: 70.704px;
}

.wp-block-pullquote cite {
	margin-top: 2rem;
	font-size: 24.87px;
	font-style: normal;
	font-weight: 600;
	line-height: 32.331px;
}

.wp-block-pullquote p:last-child { margin-bottom: 0; }

@media (max-width: 767px) {
	.wp-block-pullquote {
		padding: 1.5rem;
		font-size: 33.16px;
		line-height: 39.8px; 
	}
	.wp-block-pullquote cite {
		font-size: 18.66px;
		line-height: 18.66px;
	}
}

body.logged-in.admin-bar .select2-container--open .select2-dropdown {
  margin-top: 32px;
}

@media (max-width: 575px) {
	body.logged-in.admin-bar .select2-container--open .select2-dropdown {
	  margin-top: 46px;
	}	
}

.select2-container--default .select2-dropdown--above .select2-results > .select2-results__options {
	margin-top: 10px;
	margin-bottom: 0px;
}

.entry-content ul li::marker,
.entry-content ol li::marker {  
	color: #195D2F;
  font-weight: 800;
}

.entry-content ul li,
.entry-content ol li {
	margin-bottom: 1rem;
	margin-left: 0.5rem;
}

.wp-element-caption {
  text-align: center;
}

.entry-content blockquote {
	border-left-width: 4px;
	border-left-style: solid;
	padding: 35px 0 5px 35px;
	display: block;
	font-style: italic;
}
/*# sourceMappingURL=custom.css.map */