/* theme fourteen



.site-footer {

    display: none;
}

.site::before {
    background-color: #FFF;
    
}

.site-header {
    background-color: black ;
   
}
#secondary {
    background-color: black;
   
 
}

*/

.entry-header, .entry-content, .entry-summary, .entry-meta {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}
.site-footer {
   display: none;
}
  
.site-header .search-form {
    display: none;
    position: absolute;
    right: 20px;
    top: 1px;
}

