.site-header {
    background: #fedb4a;
}

.widget {
    margin: 0 0 1.5em;
    border: none;
    padding: 0.5em 0.8em;
    background: none;
 } 



table {
    border: none;
    border-radius:5px;
   } 
  
.widget h3.widget-title {
    text-shadow: none;
    background-color: none;
    border: none;
    border-bottom: none;
    font-weight: 400;
    color: #000;
 } 

.entry-meta {
  display: none;
 } 

.entry-footer {
  display: none;
 } 
  
.main-navigation.fix {
    background: #fedb4a;
 } 

.main-navigation ul ul {
    background: #fedb4a;
   } 

img {
    border-radius: 5px;
}

input {
    margin-right: 10px;
  }