@charset "UTF-8";
/*!
Theme Name: Internet Retailer
Theme URI: http://underscores.me/
Author: Ndevr
Author URI: https://ndevr.io
Description: Internet Retailer
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: internet-retailer
Tags:
*/

/* hiding header / title bar */
/* #primary .row.page-title {
	display: none;
} */
#primary .row.page-title {
    margin: 10px;
	display: none;
}
#primary .row.feature{
    margin-top: 20px;
}

/* hiding header / title bar -- ends here */
/* retail and b2b active styling */
.header.hidden-xs nav.navbar .logo-text .navbar-btn>li.active {
    background: #f78f1e;
    padding-left: 10px;
    padding-right: 10px;
	margin-left: 5px;
}
.header .navbar .navbar-btn .active .menu-icon{
	display: none;
}
/* retail and b2b active styling --- end here */

.ui-autocomplete {
z-index: 1000 !important;
}


/*alert text style on my account notification*/
.ae-alert-content-text {
    margin-top:20px;
    font-size:18px;
    line-height:1.3em;
}
/* Adding styles to fix */

#page .section-header h2{
	color: #666666 !important;
}

/* page-id-311451 = Topics */

.page-id-311451 .section-header h2 > span {
	padding: 0;
}

.page-id-311451 .search-container .section-header{
	margin-top: 40px;
}

.page-id-311451 #app-types .search-title{
	display: none;
}

.page-id-311451 #app-types .search-title + div{
	width: 100%;
}

/* Topics, Company */
.page-id-311451 .sections-container > .row:first-child,
.page-id-311529 .sections-container > .row:first-child,
.page-id-311579 .sections-container > .row:first-child{
	display: block;
}




