.mondal_outfit{
	text-align:center;
}
.modal_info_heading{
	margin-bottom:5px;
}
.modal_info span {	
    font-size: 0.8125rem;
    line-height: 1.25rem;
	font-weight: 600;
	text-decoration-line: underline;
}
.outfit_info_heading h6,.modal_info_heading h6{
	/* color:#484742; */
	color:#000000;
	margin:0;
	font-family: Montserrat-Regular;
	letter-spacing:0.125em;
	font-size: 0.625rem;
    line-height: 1rem;
}
.outfit_info {
	font-size: 0.8125rem;
    line-height: 1.7rem;
}
.modal_info h4{
	font-family: Mercury Display Roman;
	margin:0px 0px 3px 0px;
	text-transform:capitalize;
	/* color:#484742; */
    color:#000000;
	font-size: 1.125rem;
    line-height: 1.75rem;
	font-weight: 600;
}
.entry-header{
	margin:0px 20px;
}
.entry-title{
	color: black;
	text-align: center;
	font-size: 35px;
	font-family: Mercury Display Roman;
	font-weight: 300;
	text-transform: capitalize !important;
	letter-spacing: 0px;
}
.post-content{
    /*color: #484742; */
	color:#000000;
	font-size : 18px;
}
.post-content p{
    margin: 20px 0;
	font-size:1.125rem;
	line-height:1.75rem;
}
.post-taxonomy{
	color: black;
	text-align: center;
}
#primary{
    font-family: Mercury Display Roman;
}
hr{
    max-width: 100% !important;
    height: 1px !important;
}
.heading h5{
    text-align: center;
    /*color: #484742; */
	color:#000000;
	font-family: Montserrat-Regular;
	letter-spacing: 0px;
    margin: 10px 0px;
}
.releated-people-features{
	display: flex;
	justify-content: center;
}
.releated-people-features .related-thumb{
    margin: 0px 10px;
    width: 170px;  
}
.related-thumb a{
    /*color: #484742; */
	color:#000000;
    text-align: center;
}
.related-thumb a img{
    width: 170px;   
}
.related-thumb a .related-people-img{
    width: 170px;   
}
.related-thumb a .related-feature-img{
    width: 170px;    
}
.related-people-title{
	line-height:1;
	padding:7px 0px;
	font-size: 17px;
}
.related-thumb a:hover .related-people-title{
    color: #fff;
    background-color: #3373b4;
    outline: 5px solid #3373b4;
}
.acf-image {
    width: 100%; 
    display: flex;
    justify-content: center; 
}
.entry-featured-image{
    width: 100%; 
    display: flex;
    justify-content: center;   
}
.related-people-img{
	background-size: cover; 
	background-repeat: no-repeat;
}
.related-feature-img{
	background-size: cover;  
	background-repeat: no-repeat; 
}
.related-thumb a:hover .related-people-img img{
    outline: 5px solid #3373b4;
}
.related-feature-title{
	line-height:1;
	padding: 7px 0px;
	 font-size: 17px;
}
.related-thumb a:hover .related-feature-title{
    color: #fff;
    background-color: #3373b4;
    outline: 5px solid #3373b4;
}
.related-thumb a:hover .related-feature-img img{
    outline: 5px solid #3373b4;
}
strong {
	font-weight:bold;
}
.gallery-item img {
    margin-top: 10px;
}
@media (max-width: 1200px) {
  .releated-people-features {
    flex-wrap: wrap;
	display: flex;
    justify-content: center;   
  } 
}
