/* IMPORTANT: Site Branding and Styling is at bottom of File */


/*** 
ul.category-list li {
    height: 38px;
}

ul.category-list li.lastExpandable {
    height: auto;
}
***/

div.main{
    margin-top: -30px;
}

.TopMenu {display:none;}


div.CartLink {
    width: 65px;
    height: 65px;
}

/* Reduced font size of side category list */
div#SideCategoryList * {
    font-size: 14px;
}

.Left #SideCategoryList li a, .Left .slist li a, .Left #SideCategoryShopByPrice li a{
    font-weight: bold;
    font-size: 13px;
}

.Left #SideCategoryList li li a{
    font-size: 12px;
}

@media (min-width:1000px) {
    .SubCategoryListGrid > ul li {width:30% !important;}
    #Header .inner .Left {display:none;}
    #Header .inner .LayoutColumn1 {display:none;}
    .PageMenu {display:none;}
    #upperHeader {
    height:100px;
    background: url('//cdn5.bigcommerce.com/s-vj2m5/product_images/uploaded_images/head-bg.gif') repeat-x;
    }
    #lowerHeader {
    height:100px;
    background: url('//cdn5.bigcommerce.com/s-vj2m5/product_images/uploaded_images/top-nav-bg.gif') repeat-x;
    }
#SearchForm {
  float: right;
  margin-right:80px;
    margin-top:10px;
}

.header-secondary {
  position: absolute;
  z-index: 1;
  top: -180px;
  right: 0;
}

#SearchForm .Button {
    background: url('https://hobbymasters.com/content/header/custom-search.png') no-repeat;
    width:79px;
    height:25px;
}

#SearchForm input.Textbox {
    float: left;
    padding: 1.5px 1em;
    color: #444 !important;
    background: #FFF none repeat scroll 0% 0% !important;
    margin-top: 6px;
    border-radius: 0px;
    height: 19px;
    width: 80px;
    border-top: 1px solid rgb(34, 34, 34) !important;
    border-bottom: 1px solid rgb(34, 34, 34) !important;
}

.fa-search {display:none;}

}

@media (max-width:1000px) {
    #customHeader {display:none;}
    
}


@media (max-width: 1450px) {
   #customHeader #SearchForm {margin-right:0px; }
}
@media (max-width: 1290px) {
  
#SearchForm input.Textbox {
width: 80px;
    }
}

@media (max-width:1220px) {
     #customHeader #SearchForm {display:none;}
    .searchAfter {display:none;}
}
    
    
/* ||||| Package Branding ||||| */


/* Side Cat List coloring */
#SideCategoryList li:hover{
    background: #2196B8;    
}
#SideCategoryList h4 {
    background: #336699;
    color: white;
}

.Left #SideCategoryList li a{
    color:#2196BE;
}


.Left #SideCategoryList li a:hover{
    color: white !important;
}

.treeview a.selected {
    background: #2196B8 !important;
    color: white !important;
}

.treeview .collapsable-hitarea{
    color: black !important;
}

.Left li li a{
    color:#2196BE !important;
}

.Left li li a:hover {
    background: #2196B8 !important;
}


.Left #SideCategoryList li:hover > a {color:#fff !important;background:#2196BE;}
.Left #SideCategoryList li li:hover > a {color:#fff !important;background:#2196BE;}
.Left #SideCategoryList li a{padding-left: 10px;}
.Left #SideCategoryList li li a, .Left .slist li li a {padding-left:10px;}

/* SubCat Grid Coloring & Borders */

.SubCategoryListGrid li {
    border-style: solid;
    border-width: 1px;
    border-color: #AFE7F0;
}

li.RowDivider {
    border: none;
}

.SubCategoryListGrid .sub-cat-name{
    background: #AFE7F0;
    color: #666666;
    text-decoration: underline;
}

.SubCategoryListGrid .sub-cat-name:hover{
    color: #0000FC;
}

/* Web Page general */
h1, h3 {
    color: black;
}

/* services page */
.BlockContent.PageContent a {
    color: #666666;
    text-decoration: underline;
}

.BlockContent.PageContent a:hover {
    color: #0000FC;
}

/* Model Ship, Restoration and Building */
div.category-list-item{
    border-style: solid;
    border-width: 1px;
    border-color: #AFE7F0; 
}

div.category-list-item-head h5{
    background: #AFE7F0;
}


/* log in page */
div.CreateAccount {
    border-style: solid;
    border-width: 1px;
    border-color: #AFE7F0;    
}

div.CreateAccount h3 {
    background: #AFE7F0;    
}

div.AccountLogin {
    border-style: solid;
    border-width: 1px;
    border-color: #AFE7F0;    
}

div.AccountLogin h3{
    background: #AFE7F0;    
}

/* birthday page */
.transparent-background{
    background: url("https://cdn6.bigcommerce.com/s-vj2m5/product_images/uploaded_images/balloons.png?t=1439600206") repeat scroll 0 0 transparent;
    opacity: 0.2;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;    
}

.CartLink {
    background: url("https://hobbymasters.com/content/ring.png");
    background-repeat: no-repeat;
}

div.CartLink {
    height: 80px;
    width: 80px;    
}

.fa-chevron-down, .fa-chevron-up{
    display:none;
}

a.btn.alt {
    color: #fff;
}

.btn.alt {
    background-color: #3A66A7;
    color: #454545;
    border: 2px solid #f0efee;
}

#CategoryHeading > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -moz-column-gap: 43px;
    float: left;
    -webkit-column-gap: 43px;
    width: 95%;
}