/*  

You cannot edit main style.css file.

All your custom style settings and tweaks can be placed here.

Backup this file before theme update - so after update can be restored!
 
*/

/* HEADER TOP MARGIN REDUCED*/
#header h1 {
    float: left;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    margin: 5px 0 20px;
    text-transform: uppercase;
}


/* HEADER DATE REMOVED*/
span.tickdate {
    display: none;
    font-style: italic;
    opacity: 0.7;
}

/* removed heart likes*/
.icon-heart-empty:before {
    content: "Likes";

}

#navigation {
    border-bottom: 1px solid #e1e1e1;
   border-top: 1px solid #e1e1e1;
    float: right;
    margin: 0 0 20px;
    padding-bottom: 10px;
padding-top: 10px;
    width: 100%;

}

