/* JKB custom css code here */

/* Default links normal state bold 

#sunfw_section_main-content a {

    font-weight: bold;

}*/


/* Default Main Content links hover state */

#sunfw_section_main-content a:hover {

    font-weight: bold;
  	text-decoration: underline;

}

/* Background color fix home page pano teaser */

.bg-subcolor .container > .row, .sw-bottom-below > .container {
  
  	background: #2B363C
}

/* hide the pinterest image 

.hiddenpinimage {
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 0px;
width: 0px;
}
*/

/* hide the Search Label */

label.finder {
display: none;
}

/* 
ul.sunfw-tpl-menu > li > ul, .dropdown-menu {
    background: #ffffff;
} */


/* Main menu and Promo section Top margin fix */

[id*="main-menu"] + [id*="promo"] {
margin-top: 0px !important;
}

/* Main menu margin fix */

.sunfw-menu-head.navbar-default {
margin: 1px !important;
}


/* J2Store fix bold options list */

.j2store-addtocart-form .options label {
font-weight: normal;
}

/* Fix tag color and size */

.label-info {
background-color: #4c6979;
font-size: 13px;
}

/* Fix breadcrumb last item not displaying */

.breadcrumb > li.active {
display: inline !important;
font-weight: bold;
}

/* Ignite Gallery email 2018-11-28 display Title and Description on separate lines */

.ig-des-filename, .ig-image-description{
display:block;
text-align:center;
}

.ig-des-filename {
  font-weight: bold;
}

/* JSsocials size, top margin, alignment - can also use float: right; instead of text-align: center; */
.jssocials-shares {
  	font-size: 13px;
    margin: -.8em 0 !important;
  	text-align: center;
}

/* JSN fix for overflow of richbox-2 container for J2Store Currency Switcher*/
body#sunfw-master .richbox-2 .module-body, body#sunfw-master .richbox-2 .custom {
overflow: hidden;
}

/* Email-Print buttons on Joomla articles */
.item-page .open > .dropdown-menu {
background: #fff;
}
