/* Enter Your Custom CSS Here */
.page header.entry-header {
  display: none;
}
.hentry blockquote {
 background-color: transparent !important;
 max-width: 640px;
 margin: 20px;
 padding: 10px;
 text-align: center;
 font-family: sans-serif;
 font-size: 16px;
 color: #7f7f7f;
 border-left: 6px solid #38b6cd;
 border-top-left-radius: 20px;
 border-bottom-left-radius: 20px;
}
.footer-widgets{
padding:10px;
}
.header-slider {
    height: 450px !important;
}
.maintitle {
  margin-top: 100px;
}

.mainnav {
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5) !important;
}
.search-results .hentry .entry-header{
   display: block !important;
}
.small-font {
  font-size: small;
}
.gl-quote {
 font-family: sans-serif;
 font-size: 24px;
 margin-left: 80px;
 margin-top: 40px;
 margin-bottom: 40px;
 margin-right: 120px;
 font-family: sans-serif;
 color: #38b6cd;
 padding: 10px;
 font-weight: bold;
}

/* Category List */
.lcp_catlist {
list-style: none;
}
.lcp_post{
  font-size:24px;
  margin-bottom: 5px;
}
/* figure style */
figure {
    display: inline-block;
        margin: 20px; /* adjust as needed */

}
figure img {
    vertical-align: top;
}
figure figcaption {
    
    text-align: left;
  font-size: 12px;
}
.hentry .title-post {
    color: #ff0000 !important;
}