.display-posts-listing.image-left .listing-item {
	overflow: hidden; 
	margin-bottom: 32px;
	width: 100%;
}

.display-posts-listing.image-left .image {
	float: left;
	margin: 0 16px 0 0;
}

.display-posts-listing.image-left .title {
	display: block;
}

.display-posts-listing.image-left .excerpt-dash { 
	display: none; 
}

/* remove slash from widgets KG-22220465-hc */
.widget ul li::after {
    display: none;
    content: '';
}

/* hide author in menu |  30788577-hc KS-P  */
#sidebar-offcanvas .widget {
    display: none;
}

/* Header: add a custom logo -- 30789231-hc */
.custom-logo-wrap a.custom-logo-link:before {
  display: block;
  content: "";
  background: url(https://maidaanam.com/wp-content/uploads/2021/07/Maidaanam-masthead_1050px-no-margin.png) center no-repeat;
  max-width: 600px;
  height: 200px; /* adjust freely */
  margin: 0 auto;
  background-size: contain;
}
 
/* Hide the original logo */
.custom-logo-wrap a.custom-logo-link img {
  display: none;
}
 
/* Add a custom height to the sticky header logo */
.sticky-header .custom-logo-wrap a.custom-logo-link:before {
  max-height: 50px;
  margin-top: 4px;
}
.site-title{
    display: none;
}
/* End --30789231-hc */

/*--- Hide sticky menu / 30789231-hc ---*/
@media screen and (min-width: 66.25em){
    .sticky-header {
        transform: translateY(-100%);
        box-shadow: none;
    }
    .header-stick .sticky-header p {
        display: none;
    }
}

#colophon .custom-logo-wrap{
    display: none;
}

/* ---Increase site description size | 30789231-HC (JW) --- */ 
@media only screen and (min-width: 66.25em) {
    p.site-description{
        font-size: 15px;
    }
}

/* crop height of header image hc-30823036*/
.header-image img{
  height: 350px;
  object-fit: cover;
}

/* crop height of header image on mobile 30823277-hc */
@media screen and (max-width: 768px) {
    .header-image img{
    height: 150px;
    object-fit: cover;
    }
}

/* Display Tagline on mobile and reduce height of logo | #30823768-hc KA */
@media screen and (max-width: 768px) {
p.site-description {
display: block;
font-style: normal;
text-transform:uppercase;
margin-bottom:10px;
text-align:center;
}   
    .custom-logo-wrap{
        height:150px;
    }
}

/*Reduce white space below header MA 4176210-zd*/
.header-image {
margin-bottom: 40px
}
.page .content-wrap {
padding-top: 0px;
}