/*
Theme Name: locus
Description: This is a theme for locus
Author: John Bang
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.h2, h2 {
    font-size: 1.4em;
}
.entry-category{
	display: unset;
    color: #fff;
    background: #000;
    border-radius: 20px;
    padding: 8px 15px;
}
.entry-title{
	margin-top:20px;
	margin-bottom:0;
}
.entry-content {
    padding-top: 1em;
}
.more-link{
	margin: 0;
}
.full-width{
	width:100%;
}
.button.primary.yellow{
    background: #FF9306 !important;
    border: 1px solid #FF9306;	
}
#topics,
#types{
	box-shadow: none;
	height: 46px;
	color:#353535;
}
.nav>.has-dropdown .icon-angle-down{
	opacity:0;
}
.strong-underline strong{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    display: inline-block;
}
.strong-underline a strong{
	color: #000000;
	text-decoration:none;
    padding-bottom: 0;
    border-bottom: none;
	padding-top: 10px;
    margin-bottom: 0;
}
.strong-underline a{
	color: #000000;
	text-decoration:underline;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 1px solid #ccc!important;
	box-shadow: none!important;
	color: #000000!important;
}
.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link{
	border:none;
}
.nav-pagination>li>span, .nav-pagination>li>a{
	border-radius: 0;
    border: none;	
}
.nav-pagination > li > .current,
.nav-pagination > li > :hover{
	border-color:#b8b8b8!important;
	background-color:#b8b8b8!important;
}
section.no-results{
	max-width: 1170px;
	margin-left: auto;
    margin-right: auto;
	padding-left: 15px;
    padding-right: 15px;
}
.search-filter{
	padding-top: 30px;
}
.search-filter .col{
	padding-bottom: 0;
}
.search-filter form{
	margin-bottom: 30px;
}
ul.links.nav-pagination{
	margin:25px 0;
	width:100%;
}
@media only screen and (min-width: 768px) {
.nav>li>a{
	padding: 36px 0;
	border-bottom: 4px solid transparent;
	z-index: 99;
    position: relative;
}
.stuck .nav>li>a{
	padding: 10px 0 9px 0;
}
.nav>li>a:hover{
	border-color:#FF9306;
}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}