/* Enter Your Custom CSS Here */

/*links landingpages*/
.pagelink:link,
.pagelink:visited,
.pagelink:active {
   color: #0000FF !important; text-decoration: underline; 
}
.pagelink:hover {
   color: #078f37 !important; text-decoration: underline; 
}

.blended:link,
.blended:visited,
.blended:active {
   color: #565b58 !important; text-decoration: none; 
}
.blended:hover {
   color: #565b58 !important; text-decoration: underline; 
}

body {
    color: #444;
    font-family: "Lato",sans-serif;
    font-size: 16px;
}

.post-meta {
    color: #999;
    display: none;
    font-size: 0.8em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover ;
    display: none;
    padding: 100px 0;
}


.post-nav {
    border-bottom: 4px solid #eee;
    border-top: 4px solid #eee;
    display: none;
    font-size: 0.95em;
    margin-top: 20px;
}


.post-categories {
    color: #999;
    font-size: 0.85em;
    font-weight: 400;
    line-height: 120%;
    padding-left: 36px;
    position: relative;
  	display: none;
}


.widget-title {
    color: #444;
    font-family: "Raleway",sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 60px;
    text-transform: uppercase;
}

.widget-content p {
    line-height: 150%;
    margin-bottom: 1em;
    width: 100%;
}

.footer {
    display: none;
    font-size: 0.9em;
    margin-top: 7.5%;
}
