/*

*/

.top-menu-wrapper {
    float: right;    
}
#masthead .top-menu ul li a {
    background-color: #000;
}
#masthead .site-title-wrapper {
    text-align: left !important;
}
#masthead .site-branding .site-title {
    text-align: left !important;
}
.main-navigation ul ul {
    text-align: left;
}
#masthead ul ul {
    background: rgba(51, 51, 51, 0.8)
}
#masthead .sub-menu ul li a {
    background: rgba(51, 51, 51, 0.8)
}
#masthead .site-branding .site-title:hover a {
    color: white !important;
}
#primary-navigation {
    text-align: center;
    text-transform: capitalize !important;
}
#secondary {
    float: left;
}
#primary-mono {
    float: right;
}
#primary {
    float: right;
}
.entry-footer {
    display: none;
}
.entry-meta {
    display: none;
}
#featured-image{
    display: none;
}
#content {
    position:  inherit !important;
    margin-top: 0px !important;
}
.showcase  {
    margin-top: 30px;
}
.showcase .sc-heading {
    font-size: 24px;
    color: white;
    margin-top: 50px;
    text-align: right;
    padding-right: 45px;
    font-weight: lighter;
}
.section-title .sc-heading:after {
    content: url(../../images/arrow.png);
    position: absolute;
    top: -4px;
    right: 1px;
    color: white;
    font-size: 34px;
}
.showcase .sc-heading a {
   color: white !important; 
   text-decoration: none;
}
.section-title {
    width: 30%;
    float: left;
    clear: left;
}
.celsius-outer {
    float: left;
    width: 68%;
}
a {
    color: white !important;
    text-decoration: none;
}
.celsius-title {
    text-align: center;
}
.celsius-title a {
    /*text-decoration: none;*/
}
.celsius-image {
    text-align: center;
}
#gototop { 
    text-align: center;
    margin-top: 50px;
}
#colophon {
    text-align: left !important;
    color: white;
    border-top: solid 1px #2e2e2e !important;
    width:  100%;
    clear: left;
}
.gridt .featured-thumb .gridt-meta .meta-title {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    color: white;
    width: 100%;
    padding: 8px 5px;
    font-size: 17px;
    text-align: center;
}
.gridt .featured-thumb .gridt-meta {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    z-index: 99999;
}
#primary-home #primary-title {
    padding: 6px 1px;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
}
.gridt {
    padding-right: 5px;
    margin-right: 0px;
}
.featured-thumb {
    margin: auto;
    overflow: hidden;
    width: 95%;
    padding: 10px;
}
#searchicon {
    margin-top:-15px;
}
#jumbosearch .form input[type="search"] {
    font-size: 18px;
    width: auto;
    color: white;
}

@media (max-width: 643px) {
    .sc-heading {
        font-size: 16px !important;
        margin-top: 0px !important;
        padding-right: 0px !important;
    }
    #secondary {
        display: none;
    }
}
