/* Enter Your Custom CSS Here */
.header {
position: relative;
  margin: 0 0 18px;}
.top_head li {
    width: 24%;  
    margin-left: 10px;
}
.entry-header .fb_iframe_widget span {
vertical-align: bottom !important;
width: 47px !important;
height: 41px !important;
}

.featured_image_sidebar img {
    width: 100%;  
    height: 150px;  
    display: inline-block;  
    vertical-align: middle;
}
.top_head li:first-child {
    margin: 0;
}
.top_head {
  clear: left;
background: #fff;
padding: 15px;
float: none;
min-height: 18em;
margin-bottom: 2%;
}
.top_head span.featured_title_over {
    position: relative;  bottom: 0;  left: 0;  
    float: inherit;
    background: #fff !important;
    width: 100%;  
    padding: 0px;  
    z-index: 0;          

}

.top_head span.featured_item_overlay {
    top: 0;  bottom: 0;  display: none;
    left: 0;  right: 0;  opacity: 0;  
    position: absolute;  
    background: white;  height: 100%;  width: 100%;              
}
.top_head span.featured_posts_link {
    background: white;
    width: 101%;
    position: relative;
    color: black;
    text-shadow: none;
    font-weight: 600;
    font-size: 19px;
    display: table;
	padding-top: 3%;
    padding-left: 2%;
    padding-right: 0%;
}
@media screen and (max-width: 768px) and (min-width: 500px) {
.top_head li {
    width: 44%;  
    margin: 1% 3% 1% 3%;
    float: left;
    min-height: 270px;
}

.featured_image_sidebar img {
    width: 100%;  
    height: 200px;  
    display: inline-block;  
    vertical-align: middle;
}
  .top_head {
background: #fff;
padding: 15px;
float: none;
min-height: 580px;
margin-bottom: 3%;
}
  .top_head li:first-child {
       margin: 1% 3% 1% 3%;
}
}
@media screen and (max-width: 500px) and (min-width: 0px) {
.top_head {
display: none;
}
  
  .top_head li {
    width: 99%;  
    margin-left: 10px;
}
  .top_head span.featured_posts_link {
padding: 4% 0%;
}
  .featured_image_sidebar img {
    width: 100%;  
    height: auto;  
    display: inline-block;  
    vertical-align: middle;
} .top_head li:first-child {
       margin-left: 10px;
  }}