/*
 Website Name: Apex Eng
 Theme Name:   Shop Isle Child
 Template:     shop-isle
 */.shop-isle-poweredby-box{display:none}

/*------------------------------------
1. Reset
2. Header
3. Content
4. SideBar
5. Pop-up
6. Footer
----------------------------------- */
/*--------------------
Headr
--------------------*/

/* Logo */
img.custom-logo {
    max-width: 200px;
}

/* Menu Shoping Cart */

.header-container>.navbar-cart {
    display: none !important;
}

/* Menu Background & Text Color */
nav.navbar.navbar-custom.navbar-fixed-top.navbar-color-on-scroll, .navbar-custom,
.page .navbar-custom {
    background-color: #F4F4F6 !important;
}

.navbar-custom .nav li > a, .header-search-button, .dropdownmenu {
    color: #111 !important; 
}

.navbar-custom .sub-menu > li > a, .navbar-custom .children > li > a {
    background-color: #eee !important;
}

.navbar-custom .sub-menu > li > a:hover{
    background-color: #00266d !important;
    color:#eee !important;
}

.navbar-custom .sub-menu > li > a:hover, .navbar-custom .children > li > a:hover {
    background-color: #00266d !important;
}


/*--------------------
Content
--------------------*/

/* Job List */
#list td {width: 50%;}

@media only screen and (max-width: 470px) {
#list td {display: block; width: 100%;}	
}


/* Client List */
#client td {width: 33%;}
@media only screen and (max-width: 550px) {
#client td {display: block; width: 100%;}	
}









