/* --------------------------------------------- Hero CSS -------------------------------------------- */
.ls-front-hero .hero-content { padding-top: 25px; }
.ls-front-hero .hero-inner { padding-top: 0px; }

/* ------------------------------------- Front Page widgets ------------------------------- */
/* Add more space above widgets */
.ls-front-sub {
    padding-top: 25px;
}
/* Ultimate Posts widget */
#sticky-posts-3 {
    padding-bottom: 20px;
}

/* View more news widget */
#custom_post_widget-17 {
    padding-left: 20px;
    box-shadow: none;
    margin-top: -60px;
    border-top: 1px solid #ddd;
    margin-bottom: 80px;
    padding-top: 6px;
}
.more-news-link{ border-bottom: none !important; font-size: 10.5pt;}

/* Apply styling to all widgets on front page */
.home .ls-subsidiary .widget {
    padding: 0px;
    background-color: #fff;
  	margin-top: 30px;
    margin-bottom: 20px;
    box-shadow: 0 0 3px 1px #ddd;
    border-radius: 2px;
}

.home .ls-subsidiary h3 { margin: 0; padding: 10px 0 10px 20px; background-color: #f1f1f1; color: #000; border-bottom: 1px solid #ddd; line-height: 1.4em;}
.ls-front-main{display:none;}
.ls-front-sub{ background-color: #fff; }
.upw-posts.hfeed{padding:10px 20px 0px 20px}

#custom_post_widget-16 h3::after{display: none !important;} 	/* Welcome to Sociology widget */
#sticky-posts-3 h3::after{display: none !important;} 					/* News and Events widget */

#custom_post_widget-16 .welcome{padding:10px 20px 20px 20px;} /* Welcome to Sociology widget */

.author.vcard{display: none;}
.sep{display: none;}

h4.entry-title{margin-top:0.5em !important;}

/* ----------------------------------------------- Mobile Responsiveness ---------------------------------------------- */
@media screen and (max-width: 699px){
	.ls-front-hero{ display: none;}
}