/*--- Custom ---*/

.menu { display: none;}

.entry-meta {
	padding: 60px 0 20px;
  	border: none;
    font-weight: 400;
}

.comment-author-link, ul li a { font-weight: 400; }

#colophon { 
  padding: 0;
  border: none;
}

.hentry, .page-header {
   border: none;
   padding: 0 ;
}

li.main-navigation {
   display: none;
}

li.recentcomments {
	 font-family: "OxygenRegular", sans-serif;
     font-weight: normal;
}

#mobile-panel,
#header-image.no-header,
.main-navigation li a { background: #4d6de3; }
.main-navigation li a:hover { background: #5B7BF1; } 

h1.site-title a { color: #1f6f78;}

h2.site-description {
   margin: 0 0 0 55px;
}

#header-image.no-header { border-bottom: 1px solid #4d6de3;  }

h1.site-title img {
    display: block;
    width: 60px;
    height: 60px;
   
}

p.logged-in-as a {
	color: #fff;
}

a:hover {
	color: #1f6f78 !important;
}

/*--- Search btn ---*/

.widget_search .search-submit {
    display: block;
    margin: 10px 0 0 0;
    border: 3px solid #ddd;
    color: #333353;
}

input[type="submit"] {
	
}

input[type="submit"]:hover {
    background: white;
    border: 3px solid #000;
    color: #000;
}

.search-form input.search-field {
	border: 3px solid #ddd !important;
}

.search-form input:focus{
    border: 3px solid #333333 !important;
}

